nostrstore 0.2.3

nostrstore is a lightweight, decentralized key-value store designed to work seamlessly with the Nostr protocol
Documentation
1
2
3
4
5
6
7
8
9
pub mod builder;
pub mod core;
pub mod query;
pub mod record;

pub use builder::DatabaseBuilder;
pub use core::Database;
pub use query::QueryOptions;
pub use record::NostrRecord;