···11# bindle-file
2233-`bindle` is a general purpose, append only archive file format
33+`bindle` is a general purpose, multi-file archive format with support for zstd and direct reads for uncompressed values.
44+55+This repository contains `bindle-file` for Rust, which can also be used to build C libraries in
66+`target/release/libbindle_file.a` and `target/release/libbindle_file.so`. `c/bindle.c` can also
77+be used as a drop-in replacement for the Rust implementation in C projects.
48