an efficient binary archive format
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Rust 62.2%
C 33.1%
Python 3.8%
Makefile 0.9%
9 1 2

Clone this repository

https://tangled.org/zachshipko.com/bindle-file https://tangled.org/did:plc:gvjre7emtreh5bdqtfwle6j2/bindle-file
git@tangled.org:zachshipko.com/bindle-file git@tangled.org:did:plc:gvjre7emtreh5bdqtfwle6j2/bindle-file

For self-hosted knots, clone URLs may differ based on your setup.

Download tar.gz
README.md

bindle-file#

bindle is a general purpose, multi-file archive format with support for zstd and direct reads for uncompressed values.

This repository contains bindle-file for Rust, which can also be used to build C libraries in target/release/libbindle_file.a and target/release/libbindle_file.so. c/bindle.c can also be used as a drop-in replacement for the Rust implementation in C projects.