affinity-linux 1.0.0

Get and set CPU affinity
Documentation
[lib]
name = "affinity_linux"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os"]
description = "Get and set CPU affinity"
edition = "2021"
keywords = ["affinity", "cpu", "core", "thread", "process"]
license = "MIT"
name = "affinity-linux"
readme = false
repository = "https://github.com/fanatid/affinity-linux"
version = "1.0.0"

[target.'cfg(target_os = "linux")'.dependencies.errno]
version = "0.3.10"

[target.'cfg(target_os = "linux")'.dependencies.libc]
version = "0.2.171"