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