huski-lib-core

Crates.iohuski-lib-core
lib.rshuski-lib-core
version1.0.1
sourcesrc
created_at2024-10-14 19:07:52.094438
updated_at2024-10-14 19:36:09.845825
descriptionNo std ASCII table aide library core.
homepagehttps://github.com/bravequickcleverfibreyarn/ascii-aide/tree/main/huski-lib-core
repositoryhttps://github.com/bravequickcleverfibreyarn/ascii-aide/tree/main/huski-lib-core
max_upload_size
id1408568
size12,359
boldswiftsmartfiberhank (bravequickcleverfibreyarn)

documentation

https://docs.rs/huski-lib-core/latest/huski_lib_core

README

huski-lib-core

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);
Commit count: 0

cargo fmt