7thSigil / css-color-parser-rs

Easy-to-use Rust parser for CSS3 color strings
20 stars 5 forks source link

Expose ColorParseError #3

Closed Xion closed 7 years ago

Xion commented 7 years ago

The docs mention ColorParseError in passing, but the symbol isn't exposed to crate users. Without it, it's impossible to e.g. create chained error types where ColorParseError would be one of the variants.

7thSigil commented 7 years ago

Thank you