1 unstable release
| 0.1.0 | Oct 6, 2022 |
|---|
#64 in #global-allocator
255KB
2K
SLoC
kanameshiki
This crate provides the high-level interface. It implements the GlobalAlloc trait, allowing it to be used for global allocations in Rust programs.
Usage
use kanameshiki::KanameShiki;
#[global_allocator]
static GLOBAL: KanameShiki = KanameShiki;
Dependencies
~0–2MB
~38K SLoC