From 1ea29a230051c2413120e0436bd9dd339dd1c2f5 Mon Sep 17 00:00:00 2001 From: Fabian Freyer Date: Mon, 31 Jan 2022 02:07:34 +0100 Subject: rust: Add tags and tag types to the API This is missing all the things that iterate over tag types for now. --- rust/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'rust/src/lib.rs') diff --git a/rust/src/lib.rs b/rust/src/lib.rs index 9965859b..6555e947 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -61,6 +61,7 @@ pub mod segment; pub mod settings; pub mod string; pub mod symbol; +pub mod tags; pub mod types; use std::collections::HashMap; -- cgit v1.3.1