Expand description
xuko utility library
Modules§
- array
- Variable length heap array
- bytes
- Reference counted bytes structure
- mem
- Memory utilities
- num
- Mathematics
- path
- Path module
- sparse_
set - Sparse set data structure
- timer
- Timers
Macros§
- cfor
- C-style for loop
- defer
- Shorthand for
Defer::new - map
- Construct a
std::collections::HashMap
Structs§
- Defer
- A type that calls a function when dropped