# xtax-blob-storage
> **Experimental** blob storage abstraction for Rust with filesystem and S3
> backends, streaming uploads, optional encryption, and composable layers.
## Getting started
- [**Getting Started**](guide.md) — step-by-step tutorial
- [**Backends**](backends.md) — FS and S3 in detail
- [**Encryption**](encryption.md) — envelope encryption and key rotation
- [**Cleanup**](cleanup.md) — lifecycle management
- [**Filters**](filters.md) — built-in filters
- [**Builder reference**](builder.md) — all builder methods
## Status
**v0.1.2 — Experimental / learning project.** Not production-ready.