libhermit-rs 0.6.3

A Rust-based library operating system
Documentation
1
2
3
4
5
6
7
8
[toolchain]
# Manually sync this with Dockerfile!
channel = "nightly-2023-08-01"
components = [
    "llvm-tools",
    "rust-src",
]
targets = [ "x86_64-unknown-none" ]