Re-exports§
- pub use derive_more;
- pub use buns;
- pub use derive_more as drv;
Modules§
Macros§
- default
- exit
- flow_base 
- flow_base_ let 
- hold
- kill
- next
- paste
- qonst
- create a constant struct and name it after itself
- sandwich
- Create a code template and use it right after:
- trait_alias 
- 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.
- OnceCell 
- A thread-safe cell which can be written to only once.
- StackMap 
- Keys keep the order they’re added in.
Traits§
- Cycle
- mainly meant for: #[derive(Cycle)]on simple enums
- CycleMath 
- DefaultClear 
- DekiExtApprox 
- This is an extension trait for the following impl:
- DekiExtVec Rng 
- This is an extension trait for the following impl:
- MulF32
- This is an extension trait for the following impl:
- RangeOffset 
- This is an extension trait for the following impl:
- Syncable
- ‘Short form’ for: ’static+Send+Sync
- YayNay