structfs-ll-store 0.2.0

Low-level StructFS store traits - pure bytes, no semantics
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# structfs-ll-store

Low-level byte paths and byte payloads for transport, FFI and forwarding adapters.

## Usage

`LLReader`, `LLWriter`, `LLStore` and `LLError` form the transport boundary.
Enable `async` for async trait variants. This layer does not validate paths or
interpret Value semantics or serialization formats.

## Candidate and support

Version 0.2.0 targets Rust 1.96+. See the [API documentation](https://docs.rs/structfs-ll-store)
for compiled examples and full contracts.
Read the [migration guide](https://github.com/StructFS/structfs/blob/main/docs/migration-0.2.md) before upgrading
code or persisted data. The [release procedure](https://github.com/StructFS/structfs/blob/main/docs/releasing.md)
describes package, platform and feature verification.