pub error

This commit is contained in:
2025-08-10 21:39:26 -04:00
parent 33b0f5966c
commit cbb3b89e8b

View File

@@ -45,7 +45,7 @@ pub const fn u8_to_lower_hex(value: u8) -> &'static str {
} }
#[derive(Debug)] #[derive(Debug)]
enum EncodeError { pub enum EncodeError {
VALUE_EXCEEDS_OUTPUT_CAPACITY, VALUE_EXCEEDS_OUTPUT_CAPACITY,
} }