Turn this crate into a library
So far this is just an executable crate.
For the difference see:
cargo new foo
cargo new --lib bar
See as well: https://doc.rust-lang.org/cargo/guide/project-layout.html
So far this is just an executable crate.
For the difference see:
cargo new foo
cargo new --lib bar
See as well: https://doc.rust-lang.org/cargo/guide/project-layout.html