huski-lib-core
ASCII table with views into it. Core lib component of huski. No std & no alloc.
use ;
let rs = ranges;
assert_eq!;
assert_eq!;
ASCII table with views into it. Core lib component of huski. No std & no alloc.
use huski_lib_core::ranges::{ranges, Ranges};
let rs = ranges(Ranges::Capital);
assert_eq!('A', rs[0].clone().min().unwrap() as u8 as char);
assert_eq!('Z', rs[0].clone().max().unwrap() as u8 as char);