ralloc_shim 0.1.1

The binding layer for the rallc memory allocator.
Documentation
[package]
name = "ralloc_shim"
version = "0.1.1"
authors = ["Ticki", "Jeremy Soller <jackpot51@gmail.com>"]

# URLs and paths
description = "The binding layer for the rallc memory allocator."
repository = "https://github.com/redox-os/ralloc"

# Metadata
keywords = ["alloc", "malloc", "allocator", "ralloc", "redox"]
license = "MIT"

[profile.release]
panic = "abort"
opt-level = 3
debug = false
rpath = false
lto = true
debug-assertions = false
codegen-units = 1

[dependencies]
syscall = "0.2.1"