| 1 | use alloc::{format, string::String}; |
| 2 | use core::convert::{TryFrom, TryInto}; |
| 3 | use num_enum::{IntoPrimitive, TryFromPrimitive}; |
| 4 | pub const UNICODE_BELOW_256: u32 = 0x100_000; |
nothing calls this directly
no outgoing calls
no test coverage detected