bale 0.1.0

A mmap-first, fixed-stride zip-like pack format
Documentation
1
2
3
4
5
6
7
8
9
10
//! Integration tests for bale archives with 2048-byte path size.

/// Verifies path_2048.bale with zipinfo.
#[test]
#[cfg_attr(not(feature = "integration-tests"), ignore = "requires external tools")]
fn cli_tools() {
    trycmd::TestCases::new()
        .case("tests/cmd/path_2048/*.toml")
        .run();
}