This crate provides the high-level interface. It implements the GlobalAlloc trait, allowing it to be used for global allocations in Rust programs.
GlobalAlloc
use kanameshiki::KanameShiki; #[global_allocator] static GLOBAL: KanameShiki = KanameShiki;