mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 14:10:03 +03:00
cea8def620
libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and port all code over to use it. Rebased & tests-fixed version of https://github.com/mozilla/rust/pull/13269