hyperlight-common 0.13.0

Hyperlight's components common to host and guest.
Documentation
1
2
3
4
5
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" },
]