Docs.rs
nostr-db-0.4.0
nostr-db 0.4.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
arronzhang
Dependencies
charabia ^0.7.2
normal
hex ^0.4.3
normal
nostr-kv ^0.3.0
normal
rkyv ^0.7.42
normal
secp256k1 ^0.27.0
normal
serde ^1.0.160
normal
serde_json ^1.0.96
normal
sha2 ^0.10.6
normal
thiserror ^1.0.40
normal
zstd ^0.12.3
normal
anyhow ^1.0.70
dev
tempfile ^3.4.0
dev
Versions
40%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate nostr_db
Version 0.4.0
All Items
Re-exports
Structs
Enums
Traits
Functions
?
Crate
nostr_db
source
·
[
−
]
Expand description
Nostr event database
Re-exports
pub use
secp256k1
;
pub use
nostr_kv
as kv;
Structs
ArchivedEventIndex
An archived
EventIndex
Db
Event
The default event document.
EventIndex
Filter
Events filter
Iter
Stats
Stats of query
TagList
The tag list contains unduplicated and sorted items
Enums
CheckEventResult
Error
Traits
FromEventData
Functions
now