huski-lib-core

Crates.iohuski-lib-core
lib.rshuski-lib-core
version1.1.1
created_at2024-10-14 19:07:52.094438+00
updated_at2025-03-21 21:14:58.695152+00
descriptionNo std ASCII table aide library core.
homepage
repositoryhttps://github.com/deep-outcome/ascii-aide/tree/main/huski-lib-core
max_upload_size
id1408568
size12,302
mr-deepest-outcome (deep-outcome)

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: 43

cargo fmt