commit 8401c6628ad4bb8b6189d4c973a7383d0a908634
parent cb71639ccb8db1265307e4f62886f3dd2bef99fa
Author: Yuki Kishimoto <yukikishimoto@protonmail.com>
Date: Mon, 8 Apr 2024 10:44:51 +0200
Export structs from `tags` module
Signed-off-by: Yuki Kishimoto <yukikishimoto@protonmail.com>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/lib.rs b/src/lib.rs
@@ -34,6 +34,7 @@ pub use profile::ProfileRecord;
pub use query::QueryResult;
pub use result::Result;
pub use subscription::Subscription;
+pub use tags::{Tag, TagIter, Tags, TagsIter};
pub use transaction::Transaction;
mod test_util;