rust/library/std
Tobias Bucher 89f41839e4 Implement fmt::Write for OsString
This allows to format into an `OsString` without unnecessary
allocations. E.g.

```
let mut temp_filename = path.into_os_string();
write!(&mut temp_filename, ".tmp.{}", process::id());
```
2022-06-09 14:27:01 +02:00
..
benches
primitive_docs
src Implement fmt::Write for OsString 2022-06-09 14:27:01 +02:00
tests Fold aarch64 feature +fp into +neon 2022-03-22 15:14:33 -07:00
build.rs std: Get the standard library compiling for wasm64 2021-11-10 08:35:42 -08:00
Cargo.toml library/std: Bump compiler_builtins 2022-05-26 21:11:16 +02:00