| Crates.io | memalloc |
| lib.rs | memalloc |
| version | 0.1.0 |
| created_at | 2015-07-09 06:12:41.726271+00 |
| updated_at | 2016-02-16 07:04:51.092722+00 |
| description | Memory allocation in stable rust. |
| homepage | |
| repository | https://github.com/reem/rust-memalloc.git |
| max_upload_size | |
| id | 2566 |
| size | 6,051 |
Raw allocation APIs in stable rust.
See the tests at the bottom of src/lib.rs for some examples.
Use the crates.io repository; add this to your Cargo.toml along
with the rest of your dependencies:
[dependencies]
memalloc = "0.1"
Jonathan Reem is the primary author and maintainer of memalloc.
MIT