Expand description
xuko utility library
Modules§
- array
- Variable length heap array
- bytes
- Reference counted bytes structure
- event_
listener - Event listening and dispatchcing
- futures
- Basic asynchronous functionality
- macros
- Utility proc-macros for xuko
- mem
- Memory utilities
- parts
- Random occasionally useful structures and procedures
- path
- Path module
- sparse_
set - Sparse set data structure
- thread_
pool - Thread pool
- timer
- Timers
Macros§
- cfor
- C for-loop
- defer
- Shorthand for
Defer::new - map
- Construct a
std::collections::HashMap
Structs§
- Defer
- A type that calls a function when dropped