hello-fn

Crates.iohello-fn
lib.rshello-fn
version0.1.0
sourcesrc
created_at2024-01-08 12:54:47.761379
updated_at2024-01-08 12:54:47.761379
descriptionhello fn, a test.
homepagehttps://example.com/
repositoryhttps://github.com/clarkhao/cargo-fn
max_upload_size
id1092491
size4,791
(clarkhao)

documentation

https://example.com/docs

README

install

rustup update rustup component list

formatting, linting and test

cargo fmt cargo clippy --fix cargo test

documenting

#[doc = "description"] cargo doc --no-deps --open

update crates used

cargo update or manually change version inside Cargo.toml

about Cargo.locak

if library, don't commit if exucutable, commit it

test library locally

[dependencies] hello-fn = {path = "../hello-fn"}

build

cargo build --verbose

library

cargo package cargo package --list cargo login token cargo publish

Commit count: 0

cargo fmt