hyperlight-host 0.4.0

A lightweight Virtual Machine Manager that can be hosted in an application to safely run untrusted or code within a VM partition with very low latency and overhead.
Documentation
1
2
3
4
5
6
7
disallowed-macros = [
    { path = "std::assert", reason = "no asserts in release builds" },
    { path = "std::assert_eq", reason = "no asserts in release builds" },
    { path = "std::assert_ne", reason = "no asserts in release builds" },
    { path = "std::assert_true", reason = "no asserts in release builds" },
    { path = "std::assert_false", reason = "no asserts in release builds" },
]