mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-05-29 01:48:56 -06:00
@@ -5,6 +5,7 @@ edition = "2024"
|
|||||||
description = "impl GlobalAlloc for bdwgc"
|
description = "impl GlobalAlloc for bdwgc"
|
||||||
repository = "https://github.com/raviqqe/bdwgc-alloc"
|
repository = "https://github.com/raviqqe/bdwgc-alloc"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
categories = ["api-bindings", "memory-management", "no-std", "no-std::no-alloc"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libc = "0.2.178"
|
libc = "0.2.178"
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
#![doc = include_str!("../README.md")]
|
#![doc = include_str!("../README.md")]
|
||||||
|
#![no_std]
|
||||||
extern crate alloc;
|
|
||||||
|
|
||||||
mod error;
|
mod error;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user