#deployment #io #how #cargo-docs #learn #publish #generate-documentation

tcy_my_crate

a demo projec to learn how deploy on crates.io

1 unstable release

0.1.0 Jun 27, 2021

#1732 in Development tools

MIT license

2KB

A demo project to learn how release on crates.io.

generate documentation

cargo doc --open

run test

cargo test

publish on crates.io

Login on crates.io (using github)

Generate a token API and use it

cargo login TOKEN_API

cargo publish


lib.rs:

My Crate

Do a very complex calculation

No runtime deps