nostrdb 0.9.0

An unfairly fast embedded nostr database backed by lmdb
Documentation
1
2
3
4
5
#[cfg(target_os = "windows")]
include! {"bindings_win.rs"}

#[cfg(not(target_os = "windows"))]
include! {"bindings_posix.rs"}