Crate nostr_zapper

Crate nostr_zapper 

Source
Expand description

Nostr Zapper

Re-exports§

pub extern crate nostr;
pub use self::error::ZapperError;

Modules§

error
Nostr Zapper Error

Enums§

ZapperBackend
Backend

Traits§

IntoNostrZapper
A type that can be type-erased into Arc<dyn NostrZapper>.
NostrZapper
Nostr Database

Type Aliases§

DynNostrZapper
A type-erased NostrZapper.