]> git.proxmox.com Git - rustc.git/blame - vendor/hermit-abi/README.md
bump version to 1.52.1+dfsg1-1~bpo10+pve2
[rustc.git] / vendor / hermit-abi / README.md
CommitLineData
e74abb32
XL
1# hermit-abi
2
ba9703b0 3[![Crates.io](https://img.shields.io/crates/v/hermit-abi.svg)](https://crates.io/crates/hermit-abi)
3dfed10e 4[![Documentation](https://img.shields.io/badge/docs-latest-blue.svg)](https://hermitcore.github.io/rusty-hermit/hermit_abi/)
ba9703b0
XL
5[![License](https://img.shields.io/crates/l/hermit-abi.svg)](https://img.shields.io/crates/l/hermit-abi.svg)
6
e74abb32 7This is small interface to call functions from the unikernel [RustyHermit](https://github.com/hermitcore/libhermit-rs).
ba9703b0
XL
8
9Please read the README of [RustyHermit](https://github.com/hermitcore/libhermit-rs) for more information.
e74abb32
XL
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.
ba9703b0
XL
19
20## Contribution
21
3dfed10e 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.