pkgcruft 0.0.18

QA library and tools based on pkgcraft
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub use pkgcruft::Result;
pub use pkgcruft::report;

mod completion;
mod diff;
mod ignore;
mod replay;
mod scan;
mod show;
pub mod test;

pkgcraft::test::define_cmd!("pkgcruft");