Crates.io | xenctrl-sys |
lib.rs | xenctrl-sys |
version | |
source | src |
created_at | 2019-05-26 17:02:34.83394+00 |
updated_at | 2025-02-23 18:47:07.681184+00 |
description | Rust FFI bindings for libxenctrl |
homepage | https://github.com/Wenzel/xenctrl-sys |
repository | https://github.com/Wenzel/xenctrl-sys |
max_upload_size | |
id | 137166 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Rust bindings for Xen
This crate will compile bindings for Xen's libxenctrl.so
.
Check xenctrl.h
header for the API.
cargo
rustc
PRs accepted.
Small note: If editing the Readme, please conform to the standard-readme specification.