hello-fn 0.1.0

hello fn, a test.
Documentation
  • Coverage
  • 11.11%
    1 out of 9 items documented0 out of 4 items with examples
  • Size
  • Source code size: 4.47 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.29 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • Documentation
  • clarkhao/cargo-fn
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • clarkhao

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