An open API service indexing awesome lists of open source software.

https://github.com/wenzel/xenstore-sys

Rust bindings to Xenstore
https://github.com/wenzel/xenstore-sys

Last synced: 10 months ago
JSON representation

Rust bindings to Xenstore

Awesome Lists containing this project

README

          

# xenstore-sys

[![Build Status](https://travis-ci.org/Wenzel/xenstore-sys.svg?branch=master)](https://travis-ci.org/Wenzel/xenstore-sys)
[![Crates.io](https://img.shields.io/crates/v/xenstore-sys.svg)](https://crates.io/crates/xenstore-sys)
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)

> Rust bindings for xenstore library

## Table of Contents

- [Overview](#overview)
- [Requirements](#requirements)
- [Maintainers](#maintainers)
- [Contributing](#contributing)
- [License](#license)

## Overview

This crate will compile bindings for Xen's `libxenstore.so`.

Check `xenstore.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

Check `Cargo.toml`