libstd: Implement StrBuf, a new string buffer type like Vec, and
port all code over to use it.
This commit is contained in:
committed by
Huon Wilson
parent
7fbcb400f0
commit
d8e45ea7c0
@@ -128,6 +128,7 @@ pub mod tuple;
|
||||
pub mod slice;
|
||||
pub mod vec;
|
||||
pub mod str;
|
||||
pub mod strbuf;
|
||||
|
||||
pub mod ascii;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user