# kanameshiki
[](https://github.com/Starz0r/kanameshiki-rs) [](https://crates.io/kanameshiki) [](https://docs.rs/kanameshiki/latest) 
This crate provides the high-level interface. It implements the `GlobalAlloc` trait, allowing it to be used for global allocations in Rust programs.
## Usage
```rust
use kanameshiki::KanameShiki;
#[global_allocator]
static GLOBAL: KanameShiki = KanameShiki;
```