nannou 0.19.0

A Creative Coding Framework for Rust.
Documentation
1
2
3
4
//! 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).

pub use pennereq::*;