kanameshiki

GitHub crates.io badge Docs.rs rustc requirements

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; ```