Crate xuko

Crate xuko 

Source
Expand description

xuko utility library

Modules§

array
Variable length heap array
bytes
Reference counted bytes structure
dod
Data-orientated design traits
event
Event listening and dispatchcing
futures
Basic asynchronous functionality
logger
Simple logger for log
macros
Utility proc-macros for xuko
mem
Memory utilities
num
Mathematics
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-style for loop
defer
Shorthand for Defer::new
map
Construct a std::collections::HashMap

Structs§

Defer
A type that calls a function when dropped