rust_prac 0.1.0

a simple test
Documentation
1
2
3
4
5
6
use rust_prac::Color;
use rust_prac::mix;

fn main(){
  mix(Color::RED, Color::BLUE);
}