remove helper

This commit is contained in:
Fl1tzi 2023-10-04 21:32:21 +02:00
parent 2b9daeb220
commit 3cf4d1cd7a
No known key found for this signature in database
GPG key ID: 06B333727810C686

View file

@ -1,11 +0,0 @@
// various functions useful for internal parsing or other things
/// Error for any kind of parsing
pub enum ParseError {
/// Generic error -> something is wrong
UnexpectedValue
}
pub fn hex_to_rgb(hex: String) -> Result<image::Rgb<u8>, ParseError> {
}