Jonas Platte
Jonas Platte
[link](https://www.arewewebyet.org/topics/frameworks/) … especially because that means they both share the status "pretty great already", which doesn't seem correct for web frontend.
… and it doesn't seem there's a changelog anywhere, for almost all of the versions. Though I think I'll manage to upgrade without it.
Relevant dependencies: ```toml askama = { version = "0.10.5", features = ["with-rocket"] } askama_rocket = "0.11.0-rc.1" rocket = "0.5.0-rc.1" ``` First template derive that fails: ```rust #[derive(Template)] #[template(path = "index.html")]...
It can be a somewhat time-intensive task to collect all the relevant data about a feature in addition to just keeping on top of what things are getting stabilized. This...
Useful for medium to large projects.
This should not be the case.
Imported from sourcehut todos, originally reported by @vberger. Tested on Smithay master (commit 25365ed69abbff56a9b188a37b9cd2469e2bc642). Comparing: - running `cargo depgraph --all-deps --exclude anvil --no-default-features` on the bare repo - removing the...
The default colors and styles might not be suitable for everything, and building in support for customization shouldn't be that hard. As a workaround until this exists, one can already...
… on optional dependency edges. With graphviz's png renderer and dot layouting, this will probably not look good, but maybe it works for other layouts.
… on target-specific dependency edges. With graphviz's png renderer and dot layouting, this will probably not look good, but maybe it works for other layouts.