nannou 0.15.0

A Creative Coding Framework for Rust.
Documentation
//! 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::*;