kanameshiki 0.1.0

An alternative allocator, utilizing 領式(Kaname Shiki).
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 18.01 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 142.32 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 22s Average build duration of successful builds.
  • all releases: 22s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Starz0r/kanameshiki-rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Starz0r

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

use kanameshiki::KanameShiki;

#[global_allocator]
static GLOBAL: KanameShiki = KanameShiki;