1# hermit-abi
2
3[![Crates.io](https://img.shields.io/crates/v/hermit-abi.svg)](https://crates.io/crates/hermit-abi)
4[![Documentation](https://docs.rs/hermit-abi/badge.svg)](https://docs.rs/hermit-abi)
5[![License](https://img.shields.io/crates/l/hermit-abi.svg)](https://img.shields.io/crates/l/hermit-abi.svg)
6
7This is small interface to call functions from the unikernel [RustyHermit](https://github.com/hermitcore/libhermit-rs).
8
9Please read the README of [RustyHermit](https://github.com/hermitcore/libhermit-rs) for more information.
10
11## License
12
13Licensed under either of
14
15* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
16* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
17
18at your option.
19
20## Contribution
21
22Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.