···4455The format uses memory-mapped I/O for fast reads, optional zstd compression, and supports append-only writes with shadowing for updates. Files can be added incrementally without rewriting the entire archive.
6677-## Usage
77+## Installation
88+99+The CLI can be installed by running:
1010+1111+```sh
1212+cargo install bindle-file
1313+```
1414+1515+## Rust
816917```rust
1018use bindle_file::{Bindle, Compress};
···2735archive.vacuum()?;
2836```
29373030-## C API
3131-3232-The library includes C bindings:
3838+## C
33393440```c
3541#include "bindle.h"