Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cwpearson/numa-rs
- Owner: cwpearson
- Created: 2018-05-04T09:23:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-17T00:24:10.000Z (over 6 years ago)
- Last Synced: 2024-08-03T19:09:31.319Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-numa - numa-rs - Rust bindings for libnuma (NUMA library bindings and interfaces)
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.