1
2
3
4
5
//! A suite of common interpolation functions often referred to as "easing" and "tweening"
//! functions. This API is provided by the [**pennereq** crate](https://docs.rs/pennereq).

extern crate pennereq;
pub use self::pennereq::*;