publish_test_ctst113 0.1.0

A publish test
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#[derive(Debug)]
pub enum PrimaryColor {
    Red,
    Yellow,
    Blue,
}

#[derive(Debug)]
pub enum SecondaryColor {
    Orange,
    Green,
    Purple,
}