Rustaceans at the border
Rustaceans at the border
Posted Apr 16, 2022 15:39 UTC (Sat) by tialaramex (subscriber, #21167)In reply to: Rustaceans at the border by jsakkine
Parent article: Rustaceans at the border
Here's the (documentation for the) Rust for Linux alloc crate: https://rust-for-linux.github.io/docs/alloc/index.html
As you will notice, in Rust for Linux the alloc crate's APIs lack functions such as new() which are infallible, and instead only provide the fallible try_new() function, whereas in conventional Rust you can choose.
