diff options
| author | Fabian Freyer <fabian.freyer@physik.tu-berlin.de> | 2022-01-31 02:07:34 +0100 |
|---|---|---|
| committer | Kyle Martin <krm504@nyu.edu> | 2022-02-08 16:30:16 -0500 |
| commit | 1ea29a230051c2413120e0436bd9dd339dd1c2f5 (patch) | |
| tree | 6dd340b6a22f59694fef347d410c03eace8334ef /rust/src/lib.rs | |
| parent | 07311129ef2e9407b281fd5048d1a238a4689a73 (diff) | |
rust: Add tags and tag types to the API
This is missing all the things that iterate over tag types for now.
Diffstat (limited to 'rust/src/lib.rs')
| -rw-r--r-- | rust/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
