tcy_my_crate

Crates.iotcy_my_crate
lib.rstcy_my_crate
version0.1.0
sourcesrc
created_at2021-06-27 20:15:00.924448
updated_at2021-06-27 20:15:00.924448
descriptiona demo projec to learn how deploy on crates.io
homepage
repository
max_upload_size
id415513
size1,554
Thomas CASTELLY (tcastelly)

documentation

README

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

Commit count: 0

cargo fmt