Forwarded from bLiNdinlIGhTs
trifectatech.org
Announcing Zstandard in Rust - Trifecta Tech Foundation
ACP: Add a fallible version of Vec · Issue #798 · rust-lang/libs-team
https://github.com/rust-lang/libs-team/issues/798
https://github.com/rust-lang/libs-team/issues/798
GitHub
ACP: Add a fallible version of `Vec` · Issue #798 · rust-lang/libs-team
Proposal Problem statement Currently any failure to allocate in Vec methods will call the global OOM handler which diverges (try_reserve is the one stable exception), Some users want to be able to ...