nostralink 0.1.9

Linked data library for nostr
Documentation
//! Oxigraph store for nostr events

pub mod admit_policies;
pub mod bookmarks;
pub mod channel;
pub mod event_state;
pub mod following;
pub mod interstore;
pub mod manager;
pub mod mute;
#[cfg(feature = "nostrdb")]
pub mod nostrdb;
mod prelude;
mod query;
mod queue;
pub mod rdfcell;
pub mod relays;
pub mod result_set;
pub mod util;
#[allow(non_camel_case_types)]
pub mod vars;