We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
StaticStr
StaticRegex
1 parent e71fabd commit 1e510a6Copy full SHA for 1e510a6
1 file changed
src/lib.rs
@@ -24,7 +24,8 @@ pub mod type_regex;
24
25
pub use core::{Error, Predicate, Refinement};
26
pub use logic::{And, False, Imply, Nand, Nor, Not, Or, True, Xnor, Xor};
27
+pub use static_str::StaticStr;
28
pub use type_str::TypeStr;
29
30
#[cfg(feature = "regex")]
-pub use type_regex::TypeRegex;
31
+pub use type_regex::{StaticRegex, TypeRegex};
0 commit comments