Skip to content

Commit

Permalink
Merge 7532586 into 405a76d
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed May 11, 2021
2 parents 405a76d + 7532586 commit f845535
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ categories = ["data-structures"]
serde = { version = "1.0.123", optional = true }
tinystr-macros = { version = "0.2", path = "./macros" }
tinystr-raw = { version = "0.1.1", path = "./raw" }
zerovec = {version = "0.2.0", optional = true }

[dev-dependencies]
criterion = "0.3"
Expand Down
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ mod tinystr16;
mod tinystr4;
mod tinystr8;

#[cfg(feature = "zerovec")]
pub mod ule;

/// Re-export of the low-level tinystr_macros crate, required by the macros.
pub use tinystr_macros as raw_macros;

Expand Down

0 comments on commit f845535

Please sign in to comment.