fiart 0.1.0

fiart is FiFi Art Library
Documentation
1
2
3
4
5
6
7
8
9

extern crate fiart;

use fiart::PrimaryColor;
use fiart::mix;

fn main() {

}