mina_core 0.1.0

Core types and traits for mina
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Core types for Mina.
//!
//! This is an internal crate that exists primarily to support Mina's proc macros, and should not be
//! used directly. All important types are re-exported by Mina.

pub mod animator;
pub mod easing;
pub mod interpolation;
pub mod time_scale;
pub mod timeline;
pub mod timeline_helpers;