···11# bindle-file
2233-`bindle` is a general purpose, multi-file archive format with support for zstd and direct reads for uncompressed values.
33+`bindle` is a general purpose, binary archive format designed for efficient reads and writes.
4455-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.
85