Crate kramaframe

Crate kramaframe 

Source

Modules§

keyframe
Provides the keyframe functions used for animation easing.
keylist
Provides the core data structures for managing lists of keyframes and their progress.
microcl
microfl
prelude
test

Macros§

btkramaframe
Creates a KramaFrame instance initialized with BTreeMap storage (Heap allocated).
ukramaframe
Creates a compile-time, zero-allocation KramaFrame instance using stack-allocated micro types.

Structs§

BTreeMap
An ordered map based on a B-Tree.
KramaFrame
The main animation controller.

Type Aliases§

BTclasslist
A type alias for a class list implemented with BTreeMap.
BTframelist
A type alias for a frame list implemented with BTreeMap.