An open API service indexing awesome lists of open source software.

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

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