Crates.io | noosphere-storage |
lib.rs | noosphere-storage |
version | 0.10.1 |
source | src |
created_at | 2022-10-27 19:05:30.907937 |
updated_at | 2024-01-30 18:23:42.77941 |
description | Pluggable backing storage for the Rust Noosphere implementation |
homepage | https://github.com/subconsciousnetwork/noosphere |
repository | https://github.com/subconsciousnetwork/noosphere |
max_upload_size | |
id | 699584 |
size | 147,087 |
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).