string_box/
lib.rs

1mod string_box;
2
3pub use crate::string_box::*;