Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cwpearson/numa-rs

Rust bindings for numa
https://github.com/cwpearson/numa-rs

Last synced: 26 days ago
JSON representation

Rust bindings for numa

Awesome Lists containing this project

README

        

# numa-rs

|master|develop|
|-|-|
| [![Build Status](https://travis-ci.org/cwpearson/numa-rs.svg?branch=master)](https://travis-ci.org/cwpearson/numa-rs) | [![Build Status](https://travis-ci.org/cwpearson/numa-rs.svg?branch=develop)](https://travis-ci.org/cwpearson/numa-rs) |

[dependencies]
numa = { git = "https://github.com/cwpearson/numa-rs", branch = "master" }

An abstraction over `libnuma`. You should have libnuma and headers installed.