Expand description
Safe memory allocation, no panic!
Macros§
- try_
format - Creates a
String
using interpolation of runtime expressions.
Structs§
- Alloc
Error - The error type for allocation failure.
Traits§
- TryTo
String - A trait for converting a value to a
String
. - VecAlloc
Ext - Extension for
Vec<T, A>
- VecExt
- Extension for
Vec<T>
Functions§
- catch_
alloc_ error - Invokes a closure, capturing the panic of memory allocation error if one occurs.
- try_
format - The
try_format
function takes anArguments
struct and returns the resulting formatted string.