Skip to content

Commit 1e510a6

Browse files
committed
Import StaticStr and StaticRegex.
1 parent e71fabd commit 1e510a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ pub mod type_regex;
2424

2525
pub use core::{Error, Predicate, Refinement};
2626
pub use logic::{And, False, Imply, Nand, Nor, Not, Or, True, Xnor, Xor};
27+
pub use static_str::StaticStr;
2728
pub use type_str::TypeStr;
2829

2930
#[cfg(feature = "regex")]
30-
pub use type_regex::TypeRegex;
31+
pub use type_regex::{StaticRegex, TypeRegex};

0 commit comments

Comments
 (0)