Crates.io | kanameshiki |
lib.rs | kanameshiki |
version | 0.1.0 |
source | src |
created_at | 2022-10-06 01:49:38.734656 |
updated_at | 2022-10-06 01:49:38.734656 |
description | An alternative allocator, utilizing 領式(Kaname Shiki). |
homepage | |
repository | https://github.com/Starz0r/kanameshiki-rs |
max_upload_size | |
id | 680885 |
size | 4,268 |
This crate provides the high-level interface. It implements the GlobalAlloc
trait, allowing it to be used for global allocations in Rust programs.
use kanameshiki::KanameShiki;
#[global_allocator]
static GLOBAL: KanameShiki = KanameShiki;