small str implementation in string literal, and bringing in remote trunk

This commit is contained in:
Chad Stearns 2020-09-09 21:53:38 -04:00
commit a318253d48
37 changed files with 3069 additions and 1530 deletions

View file

@ -3,3 +3,4 @@ pub mod build_list;
pub mod build_str;
pub mod compare;
pub mod convert;
pub mod refcounting;