[package]
edition = "2021"
name = "orisnik"
version = "0.0.0"
authors = ["Eric Jacopin"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reserved crate name for the Rust port of Oris — a Rust and Zig port of Dimitar Lazarov's HPHA (2007). No implementation yet; see https://github.com/PCfVW/oris."
homepage = "https://github.com/PCfVW/oris"
documentation = "https://github.com/PCfVW/oris"
readme = "README.md"
keywords = [
"allocator",
"heap",
"memory",
"hpha",
"no-std",
]
categories = ["memory-management"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/PCfVW/oris"
[lib]
name = "orisnik"
path = "src/lib.rs"