crates.io is the standard Rust package repository and seems to be where everybody uploads their code, even for executables (cf. PyPI).
We should follow suit and upload MUSE 2.0 there too (we'll need to make a release first). There is already a crate called muse, but we will likely want to keep our crate's name as muse2 anyway (assuming we don't change the name).
crates.io is the standard Rust package repository and seems to be where everybody uploads their code, even for executables (cf. PyPI).
We should follow suit and upload MUSE 2.0 there too (we'll need to make a release first). There is already a crate called
muse
, but we will likely want to keep our crate's name asmuse2
anyway (assuming we don't change the name).