bitx-codec 0.1.0

BitX: High-throughput delta compression for safetensors model files (10+ GB/s with AVX2)
# BitX

High-throughput delta compression for safetensors model files (10+ GB/s with AVX2).

## Install

```bash
cargo install bitx-codec
```

## Usage

```bash
bitx compress input.safetensors -o archive.bitx
bitx decompress archive.bitx -o output_dir/
```

## License

MIT