blob: d2d0489009a972658b57b9c0a4aabc1c9fee3189 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# memalloc
> Raw allocation APIs in stable rust.
## [Documentation](https://crates.fyi/crates/memalloc/0.1.0)
## Usage
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:
```toml
[dependencies]
memalloc = "0.1"
```
## Author
[Jonathan Reem](https://medium.com/@jreem) is the primary author and maintainer of memalloc.
## License
MIT
|