Crate deki_core

Crate deki_core 

Source

Re-exports§

pub use derive_more;
pub use buns;
pub use derive_more as drv;

Modules§

approx
cheaper but inaccurate math implementations
random
quick and easy randomness

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:
DekiExtVecRng
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

Functions§

quick_cycle_add
quick_cycle_sub

Type Aliases§

Str

Attribute Macros§

ext

Derive Macros§

Constructor