tcastelly / crates-rs-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Rust 100.0%