Skip to content

wangbyby/ztop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev Loop

cargo watch -x check -x test -x run

Code Coverage

linux-x86 only cargo tarpaulin --ignore-tests

What CI should run

  1. cargo test
  2. cargo clippy -- -D warnings # lint
  3. cargo fmt -- --check
  4. cargo audit # secure

Expand macro

cargo install cargo-expand cargo expand

Use the nightly toolchain just for this command invocation

cargo +nightly expand

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages