rust/library/alloc
Elias Holzmann f3b86c37eb std::fmt: Improved list of formatting macros
Two improvements:
1. write! can not only receive a `io::Write`, but also a `fmt::Write` as first argument.
2. The description texts now contain links to the actual macros for easier
   navigation.
2022-05-01 15:27:41 +02:00
..
benches Add VecDeque::extend benchmark 2022-04-27 21:10:20 +02:00
src std::fmt: Improved list of formatting macros 2022-05-01 15:27:41 +02:00
tests Remove use of reverted std::ffi::c_char 2022-04-27 14:01:04 -07:00
Cargo.toml Switch all libraries to the 2021 edition 2021-12-23 19:03:47 +08:00