affinity 0.1.2

Provides a consistent way to set core affinity for currently running threads and processes
Documentation
[dependencies.cfg-if]
version = "1"

[dependencies.num_cpus]
version = "1"

[package]
authors = ["ElasT0ny <elast0ny00@gmail.com>"]
categories = ["api-bindings", "os"]
description = "Provides a consistent way to set core affinity for currently running threads and processes"
documentation = "https://docs.rs/affinity"
edition = "2018"
keywords = ["affinity", "cpu", "core", "thread", "process"]
license = "MIT OR Apache-2.0"
name = "affinity"
readme = "README.md"
repository = "https://github.com/elast0ny/affinity-rs"
version = "0.1.2"

[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies.errno]
version = "0.*"

[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies.libc]
version = "0.*"