Crate nostr_database

source ·
Expand description

Nostr Database

Re-exports§

Modules§

  • Nostr Database Indexes
  • Memory (RAM) Storage backend for Nostr apps
  • Profile

Enums§

Traits§

  • Super trait that is used for our store traits, this trait will differ if it’s used on WASM. WASM targets will not require Send and Sync to have implemented, while other targets will.
  • A type that can be type-erased into Arc<dyn NostrDatabase>.
  • Nostr Database
  • Nostr Database Extension
  • Alias for Send on non-wasm, empty trait (implemented by everything) on wasm.
  • Alias for Sync on non-wasm, empty trait (implemented by everything) on wasm.

Type Aliases§

Attribute Macros§