Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
src/ | H | 03-May-2022 | - | 615 | 394 | |
.cargo-checksum.json | H A D | 03-May-2022 | 89 | 1 | 1 | |
.cargo_vcs_info.json | H A D | 01-Jan-1970 | 74 | 6 | 5 | |
Cargo.toml | H A D | 01-Jan-1970 | 1.4 KiB | 45 | 40 | |
Cargo.toml.orig-cargo | H A D | 01-Jan-1970 | 911 | 30 | 26 | |
LICENSE-APACHE | H A D | 01-Jan-1970 | 10.6 KiB | 202 | 169 | |
LICENSE-MIT | H A D | 01-Jan-1970 | 1,023 | 24 | 21 | |
README.md | H A D | 01-Jan-1970 | 1 KiB | 23 | 13 | |
rust-toolchain | H A D | 01-Jan-1970 | 8 | 2 | 1 |
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://img.shields.io/badge/docs-latest-blue.svg)](https://hermitcore.github.io/rusty-hermit/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. 23