Storage primitives
The project explores the core behaviours and interfaces expected from an object-storage service.
/ PROJECT · Open source
An exploration of fast, memory-safe object storage written in Rust.

/ OVERVIEW
An open-source exploration of object storage implemented in Rust, with an emphasis on performance, explicit system boundaries, and memory safety.
The project is a practical investigation into storage primitives and the engineering trade-offs behind dependable infrastructure software.
The project explores the core behaviours and interfaces expected from an object-storage service.
Rust provides explicit ownership and concurrency guarantees for performance-sensitive systems work.
A public repository keeps the implementation inspectable and creates room for continued experimentation.
/ TECHNOLOGIES