xtax-blob-storage 0.1.2

Application-level blob storage abstraction with filesystem/S3 backends, optional encryption, rekey, cleanup, and background maintenance.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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.