Our current join only outputs String, maybe we should consider using the nightly Join in standard library? I created a pull request using that in standard library but I noticed requires allocation so it is less likely to be included in standard std library.
rust-lang/rust#75738
Maybe it can be considered here after it is stable on standard library?
Our current
joinonly outputsString, maybe we should consider using the nightlyJoinin standard library? I created a pull request using that in standard library but I noticed requires allocation so it is less likely to be included in standardstdlibrary.rust-lang/rust#75738
Maybe it can be considered here after it is stable on standard library?