From 70ae80455d774bc5ad94eb6319a3adf254f0ac05 Mon Sep 17 00:00:00 2001 From: N/A Date: Mon, 6 Sep 2021 20:49:26 +0300 Subject: Initial commit --- src/lib.rs | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/lib.rs (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs new file mode 100644 index 0000000..48b4a9c --- /dev/null +++ b/src/lib.rs @@ -0,0 +1,9 @@ +//! Exports some string utility types and functions. + +mod hash; +mod non_empty_str; +mod non_empty_string; + +pub use hash::*; +pub use non_empty_str::*; +pub use non_empty_string::*; -- cgit v1.2.3