2 releases
0.1.1 | May 16, 2024 |
---|---|
0.1.0 | May 16, 2024 |
#7 in #re
3KB
my-crate
This is one example crate.
- /// document comment
- //! module document
- cargo test
- cargo doc --open
re exporting
publish to crates.io
- cargo login
- go to
https://crates.io/me
get token - paste token
lib.rs
:
My Crate
my_crate
is a collection of utilities to make performing certain calculations more convenient.