Crate nostr_zapper

source ·
Expand description

Nostr Zapper

Re-exports§

Modules§

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 NostrZapper>.
  • Nostr Database
  • 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§