Expand description
Nostr Zapper
Re-exports§
pub extern crate nostr;
pub use self::error::ZapperError;
Modules§
- error
- Nostr Zapper Error
Enums§
- Zapper
Backend - Backend
Traits§
- Into
Nostr Zapper - A type that can be type-erased into
Arc<dyn NostrZapper>
. - Nostr
Zapper - Nostr Database
Type Aliases§
- DynNostr
Zapper - A type-erased
NostrZapper
.