cpucycles 0.2.0

libcpucycles bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "cpucycles"
version = "0.2.0"
edition = "2021"
license = "AGPL-3.0-only"
description = "libcpucycles bindings"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ffi = { package = "cpucycles-sys", version = "0.1.2", path = "../cpucycles-sys" }
once_cell = "1.0"