482 B
482 B
Notes
CI
When adding CI jobs, consider the following lints:
clippy::dbg_macroclippy::print_stderrclippy::print_stdoutclippy::todoclippy::unimplementedclippy::unreachableclippy::use_debug
BTreeMap
Consider replacing HashMap with BTreeMap to stop nodes from shifting position constantly on every page load.
See also:
- https://doc.rust-lang.org/std/collections/struct.BTreeMap.html#background
- clippy::iter_over_hash_type