1 unstable release
0.1.0 | Oct 6, 2022 |
---|
#15 in #allocations
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–1.9MB
~36K SLoC