Crates.io | hermit |
lib.rs | hermit |
version | 0.9.1 |
source | src |
created_at | 2019-06-16 09:25:53.724092 |
updated_at | 2024-06-07 15:01:38.125395 |
description | The Hermit unikernel for Rust. |
homepage | |
repository | https://github.com/hermit-os/hermit-rs |
max_upload_size | |
id | 141490 |
size | 21,796 |
This crate builds and links against the Hermit kernel to create a Hermit unikernel image.
Add the following to your Cargo.toml
:
[target.'cfg(target_os = "hermit")'.dependencies]
hermit = "0.6"
Add the following to your main.rs
:
#[cfg(target_os = "hermit")]
use hermit as _;
Build against one of the *-unknown-hermit
targets.
Either
install rust-std-hermit on stable Rust
or
-Zbuild-std=std,panic_abort
on nightly Rust.You can boot the resulting image in the specialized Uhyve unikernel hypervisor or on other platforms like QEMU using the Hermit loader.
Licensed under either of
at your option.
Unless 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.