| Crates.io | hello-fn |
| lib.rs | hello-fn |
| version | 0.1.0 |
| created_at | 2024-01-08 12:54:47.761379+00 |
| updated_at | 2024-01-08 12:54:47.761379+00 |
| description | hello fn, a test. |
| homepage | https://example.com/ |
| repository | https://github.com/clarkhao/cargo-fn |
| max_upload_size | |
| id | 1092491 |
| size | 4,791 |
rustup update rustup component list
cargo fmt cargo clippy --fix cargo test
#[doc = "description"] cargo doc --no-deps --open
cargo update or manually change version inside Cargo.toml
if library, don't commit if exucutable, commit it
[dependencies] hello-fn = {path = "../hello-fn"}
cargo build --verbose
cargo package cargo package --list cargo login token cargo publish