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.
- Once
Cell - A thread-safe cell which can be written to only once.
- Stack
Map - Keys keep the order they’re added in.
Traits§
- Cycle
- mainly meant for:
#[derive(Cycle)]on simple enums - Cycle
Math - Default
Clear - Deki
ExtApprox - This is an extension trait for the following impl:
- Deki
ExtVec Rng - This is an extension trait for the following impl:
- MulF32
- This is an extension trait for the following impl:
- Range
Offset - This is an extension trait for the following impl:
- Syncable
- ‘Short form’ for: ’static+Send+Sync
- YayNay