Crate xuko

Crate xuko 

Source
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