https://github.com/darfink/proximity-allocator
A library for allocating memory in proximity
https://github.com/darfink/proximity-allocator
Last synced: 2 months ago
JSON representation
A library for allocating memory in proximity
- Host: GitHub
- URL: https://github.com/darfink/proximity-allocator
- Owner: darfink
- Created: 2019-01-10T20:07:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-10T20:08:28.000Z (over 6 years ago)
- Last Synced: 2025-01-21T18:48:50.558Z (4 months ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
proximity-allocator
======
[![crates.io version][crate-shield]][crate]
[![Language (Rust)][rust-shield]][rust]A library for allocating memory in proximity.
## Documentation
https://docs.rs/proximity-allocator
## Installation
Add this to your `Cargo.toml`:
```toml
[dependencies]
proximity-allocator = "0.1.0"
```and this to your crate root:
```rust
extern crate proximity_allocator;
```[crate-shield]: https://img.shields.io/crates/v/proximity-allocator.svg?style=flat-square
[crate]: https://crates.io/crates/proximity-allocator
[rust-shield]: https://img.shields.io/badge/powered%20by-rust-blue.svg?style=flat-square
[rust]: https://www.rust-lang.org