Documentation
1
2
3
4
5
6
use rust_test_syl::Color;
use rust_test_syl::mix;

fn main() {
    println!("Hello, world!");
}