Expand description
Safe memory allocation, no panic!
Macros§
- try_
format - Creates a
Stringusing 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_formatfunction takes anArgumentsstruct and returns the resulting formatted string.