citahub / cita_trie

Rust implementation of the Modified Patricia Tree (aka Trie).
Apache License 2.0
71 stars 28 forks source link

Should we use the same name in `crate name` and `repo name`? #28

Closed mohanson closed 12 months ago

mohanson commented 5 years ago

The repo name is cita-trie, but the crate name in https://github.com/cryptape/cita-trie/blob/master/Cargo.toml#L2 is cita_trie, I have written it wrong many times when I writing the Cargo.toml for my new projects.