portable-atomic-util 0.2.3
taiki-e
released this
17 Oct 16:11
·
111 commits
to main
since this release
-
Add
new_uninit
/new_uninit_slice
/assume_init
toArc
at Rust 1.36+. (align to the stdArc
change in Rust 1.82) (362dc9a) -
Support
make_mut
onArc<[T]>
andArc<str>
at Rust 1.36+. (align to the stdArc
change in Rust 1.81) (362dc9a)