util/color_range: add ColorRange

This commit is contained in:
meh
2015-05-12 03:17:17 +02:00
parent 1aea2f63f7
commit 8d828575df
3 changed files with 31 additions and 0 deletions

View File

@ -2,6 +2,7 @@ pub mod dictionary;
pub mod error;
pub mod rational;
pub mod color_space;
pub mod color_range;
use std::ffi::CStr;
use std::str::from_utf8_unchecked;