test_cp_first_lib 0.1.0

a first lib of study rust lib
Documentation
1
2
3
4
5
6
use test_cp_first_lib::PrimaryColor;

fn main() {
    let a = PrimaryColor::Red;
    // println!("Hello, world! {:?}");
}