hermit-sys 0.5.1

FFI bindings to HermitCore
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# hermit-sys

[![Crates.io](https://img.shields.io/crates/v/hermit-sys.svg)](https://crates.io/crates/hermit-sys)
[![Documentation](https://img.shields.io/badge/docs-latest-blue.svg)](https://hermitcore.github.io/rusty-hermit/hermit_sys/)
[![License](https://img.shields.io/crates/l/hermit-sys.svg)](https://img.shields.io/crates/l/hermit-sys.svg)

This is a container for the library operating system [RustyHermit](https://github.com/hermitcore/libhermit-rs) and is used to link the libos to the application.

Please read the README of [RustyHermit](https://github.com/hermitcore/libhermit-rs) for more information.

## License

Licensed under either of

* Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT]LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.