| Crates.io | nabeel_art |
| lib.rs | nabeel_art |
| version | 0.1.1 |
| created_at | 2025-11-16 12:06:07.100513+00 |
| updated_at | 2025-11-16 12:13:56.321431+00 |
| description | A library for modeling artistic concepts |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1935446 |
| size | 2,806 |
A library for modeling artistic concepts.
use nabeel_art::{PrimaryColor, mix};
fn main() {
let red = PrimaryColor::Red;
let yellow = PrimaryColor::Yellow;
let result = mix(red, yellow);
}
Licensed under either of
at your option.