nostrdb-rs

nostrdb in rust!
git clone git://jb55.com/nostrdb-rs
Log | Files | Refs | Submodules | README | LICENSE

commit b843b532c062238fd40e6567747730685a44eaaf
parent ae6fc810630e3dd22901951ff257db8db598a971
Author: William Casarin <jb55@jb55.com>
Date:   Fri,  9 Feb 2024 15:32:27 -0800

export NdbProfile{,Record}

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Msrc/lib.rs | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/lib.rs b/src/lib.rs @@ -25,6 +25,7 @@ pub use config::Config; pub use error::Error; pub use filter::Filter; pub use ndb::Ndb; +pub use ndb_profile::{NdbProfile, NdbProfileRecord}; pub use note::{Note, NoteKey}; pub use profile::ProfileRecord; pub use query::QueryResult;