hermit-sys 0.5.4

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

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

This is a container for the [Hermit kernel](https://github.com/hermitcore/kernel) and is used to link the libos to the application.

Please read the README of the [Hermit kernel](https://github.com/hermitcore/kernel) 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.