Re-exports§
pub use buns;pub use paste;pub use derive_more;
Modules§
- collections
- lerp
- math
- random
- Random number generation via fastrand.
Macros§
- compose
- Create a code template and use it right after:
- default
- Implement
Defaultinline without a separateimplblock. - exit
- flow_
base - flow_
base_ let - hold
- kill
- next
- paste
- qonst
- Declare a pub const named after its type; no Default required.
- trait_
alias - Define a trait alias with a blanket impl for any type satisfying the bounds.
- tycell
Structs§
- Ghost
- Zero-sized type used to mark things that “act like” they own a
T. - Lazy
- A value which is initialized on the first access.
- Once
Cell - A thread-safe cell which can be written to only once.
Traits§
- Collect
Short - Enable collecting any
Iteratorinto aVec. - Cycle
- Enable cycling through unit-variant enum variants with wrapping.
- Cycle
Math - Perform cycling addition/subtraction for numeric types within a range.
- Default
Clear - Add
.clear()to anyDefaulttype. - MulF32
- This is an extension trait for the following impl:
- Range
Offset - This is an extension trait for the following impl:
- Syncable
- Enable marking a type as
'static + Send + Syncwith a single bound. - VecT
GetCycling Ext - This is an extension trait for the following impl:
- VecT
Random Ext - This is an extension trait for the following impl:
- YayNay