noosphere-storage

Crates.ionoosphere-storage
lib.rsnoosphere-storage
version0.10.1
sourcesrc
created_at2022-10-27 19:05:30.907937
updated_at2024-01-30 18:23:42.77941
descriptionPluggable backing storage for the Rust Noosphere implementation
homepagehttps://github.com/subconsciousnetwork/noosphere
repositoryhttps://github.com/subconsciousnetwork/noosphere
max_upload_size
id699584
size147,087
Subconscious Ops (subconscious-ops)

documentation

https://docs.rs/noosphere-storage

README

API Stability: Alpha

Noosphere Storage

The Rust implementation of Noosphere supports pluggable backing storage. This crate defines the trait that must be implemented by a storage implementation, and also contains ready-to-use implementations for native file storage (backed by Sled), in-memory storage and web browser storage (backed by IndexedDB).

Commit count: 485

cargo fmt