https://github.com/wenzel/xenctrl-sys
Rust bindings for Xen
https://github.com/wenzel/xenctrl-sys
Last synced: about 1 year ago
JSON representation
Rust bindings for Xen
- Host: GitHub
- URL: https://github.com/wenzel/xenctrl-sys
- Owner: Wenzel
- Created: 2019-05-24T21:57:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-23T18:47:12.000Z (over 1 year ago)
- Last Synced: 2025-04-13T14:50:58.159Z (about 1 year ago)
- Language: Rust
- Size: 31.3 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xenctrl-sys
[](https://travis-ci.org/Wenzel/xenctrl-sys)
[](https://github.com/RichardLitt/standard-readme)
> Rust bindings for Xen
## Table of Contents
- [Overview](#overview)
- [Requirements](#requirements)
- [Maintainers](#maintainers)
- [Contributing](#contributing)
- [License](#license)
## Overview
This crate will compile bindings for Xen's `libxenctrl.so`.
Check `xenctrl.h` header for the API.
## Requirements
- `cargo`
- `rustc`
## Maintainers
[@Wenzel](https://github.com/Wenzel)
## Contributing
PRs accepted.
Small note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
## License
[GNU General Public License v3.0](https://github.com/Wenzel/pyvmidbg/blob/master/LICENSE)