Add str collect (#311)

* Add str collect

* Oops, missing file
This commit is contained in:
JT
2021-11-09 14:59:44 +13:00
committed by GitHub
parent ce714f098f
commit 47628946b6
6 changed files with 117 additions and 18 deletions

View File

@ -1,3 +1,5 @@
mod case;
mod collect;
pub use case::*;
pub use collect::*;