• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

src/H03-May-2022-505329

.cargo-checksum.jsonH A D03-May-202289 11

.cargo_vcs_info.jsonH A D16-May-202074 65

Cargo.tomlH A D16-May-20201.3 KiB4338

Cargo.toml.orig-cargoH A D16-May-2020825 2824

LICENSE-APACHEH A D17-Feb-202010.6 KiB202169

LICENSE-MITH A D17-Feb-20201,023 2421

README.mdH A D30-Mar-20201 KiB2213

rust-toolchainH A D17-Feb-20208 21

README.md

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.