os-rust/library/alloc
Waffle 23f9b92c5e Add String::extend_from_within
This patch adds `String::extend_from_within` function under the
`string_extend_from_within` feature gate similar to the
`Vec::extend_from_within` function.
2021-05-29 10:36:30 +03:00
..
benches remove InPlaceIterable marker from Peekable due to unsoundness 2021-05-19 01:41:09 +02:00
src Add String::extend_from_within 2021-05-29 10:36:30 +03:00
tests Rollup merge of #85625 - SkiFire13:fix-85613-vec-dedup-drop-panics, r=nagisa 2021-05-26 13:32:06 +02:00
Cargo.toml Add support for const operands and options to global_asm! 2021-05-13 22:31:57 +01:00