//! # sj crate
//!
//! \
//! `sj_crate` is a collection of utilities to make performing certain
//! calculations more convenient.
/// Add one to the number given.
///
/// # Example
///
/// ```
/// let arg = 5;
/// let answer = sj_crate::add_one(arg);
///
/// assert_eq!(6, answer);
/// ```
pub use PrimaryColor;
pub use SecondaryColor;
pub use mix;