bale 0.1.0

A mmap-first, fixed-stride zip-like pack format
Documentation
1
2
3
4
5
6
//! Tests for check command on valid archives.

#[test]
fn cli_tools() {
    trycmd::TestCases::new().case("tests/cmd/check_valid/*.toml");
}