rust/library/alloc
Caleb Sander c92c228260 alloc: implement FromIterator for Box<str>
Box<[T]> implements FromIterator<T> using Vec<T> + into_boxed_slice().
Add analogous FromIterator implementations for Box<str>
matching the current implementations for String.
Remove the Global allocator requirement for FromIterator<Box<str>> too.
2024-05-05 10:29:57 -07:00
..
benches disable benches in Miri 2024-04-07 09:58:10 +02:00
src alloc: implement FromIterator for Box<str> 2024-05-05 10:29:57 -07:00
tests Step bootstrap cfgs 2024-05-01 22:19:11 -04:00
Cargo.toml Rename {collections=>alloc}{tests,benches} 2023-11-26 12:04:56 +00:00