My personal cargo generate template,
shamelessy stolen from rust-github/template,
but allows creating workspaces and enables many lints.
Usage:
cargo generate ShE3py/rust-templateTo update the lint store:
./check-lints.shIt will ask for new lint levels as needed, e.g.:
warn: lint
invalid_doc_attributesdefault was relaxed fromdenytowarn, while current value isdeny
new value: deny
To get the updated .cargo/config.toml, run (in the tools/ subfolder):
cargo run --bin reflag