hermit-kernel 0.13.0

A Rust-based library operating system
Documentation
  • Coverage
  • 100%
    1 out of 1 items documented0 out of 0 items with examples
  • Size
  • Source code size: 14.51 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 979.24 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 36s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Documentation
  • hermit-os/kernel
    1410 113 113
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • stlankes mkroening

Hermit Kernel

Documentation License Zulip Badge DOI

This is the kernel of the Hermit unikernel project.

For details, see the docs.

This crate is no longer distributed via crates.io. To upgrade, use the crate via Git instead:

-hermit-kernel = "0.11"
+hermit-kernel = { git = "https://github.com/hermit-os/kernel.git", tag = "v0.13.0" }