sj_crate 0.1.0

learn to publish
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! # Art
//! 
//! A library for modeling artistic concepts.

pub enum PrimaryColor {
    Red,
    Yellow,
    Blue,
}

pub enum SecondaryColor {
    Orange,
    Green,
    Purple,
}