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"
|
||||
repository = "https://github.com/raviqqe/bdwgc-alloc"
|
||||
license = "MIT"
|
||||
categories = ["api-bindings", "memory-management", "no-std", "no-std::no-alloc"]
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2.178"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#![doc = include_str!("../README.md")]
|
||||
|
||||
extern crate alloc;
|
||||
#![no_std]
|
||||
|
||||
mod error;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user