i unfortunately feel like i should really force myself to use rustfmt even though i very much dislike it. most rust developers seem to use it so i should probably get used to it ... however, case-in-point for me is the amount of times i used either #[rustfmt::skip] or adding a blank `//` comment to force separate lines, etc, really proves how terrible basing almost all of your formatting rules on arbitrary length thresholds really is. code formatting is far more subjective than that. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
ggdt - Complicated Template/Example
A more complicated usage example that can also serve as a new project template to get started using ggdt.
This example project shows a relatively simple set up of using ggdt's entity, events and state management systems all together.
Run cargo run
from this directory to try it out.