tul1 / rust-hive

Teeny-tiny project with two main goals: recreate the well known board game called Hive and explore a little Rust syntax.
MIT License
0 stars 0 forks source link

Rename the repo to rust_hive #2

Open julianmateu opened 5 years ago

julianmateu commented 5 years ago

The convention for rust packages seems to be with underscores instead of dashes.

tul1 commented 5 years ago

I wondered this when I created the repo but I think that there is a slightly difference between crate's package and project. I believe that a project should be language agnostic and tied it to a specific language convention. In this case I've chosen based on already exisiting Rust projects such as https://github.com/nikvolf/parity-tokio-ipc or https://github.com/sagiegurari/cargo-make