17 releases (4 breaking)
Uses new Rust 2024
| new 0.7.0-rc.13 | Feb 24, 2026 |
|---|---|
| 0.7.0-rc.11 | Feb 3, 2026 |
| 0.7.0-rc.7 | Jan 30, 2026 |
| 0.6.4 | Jan 27, 2026 |
| 0.1.3 | Jan 6, 2026 |
#1639 in Filesystem
Used in aquila
29KB
429 lines
Aquila FS
A storage backend powered by the local filesystem.
Uses atomic writes to ensure assets are not read partially or lost during upload.
Usage
use aquila_fs::FileSystemStorage;
let storage = FileSystemStorage::new("./aquila_data");
License: MIT OR Apache-2.0
Dependencies
~4–6.5MB
~111K SLoC