hyperlight-common 0.17.0

Hyperlight's components common to host and guest.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// SPDX-License-Identifier: Apache-2.0
// Copyright 2025 The Hyperlight Authors.

pub mod function_call;
pub mod function_types;
pub mod guest_error;
/// cbindgen:ignore
pub mod guest_log_data;
/// cbindgen:ignore
pub mod guest_log_level;
/// cbindgen:ignore
#[cfg(feature = "trace_guest")]
pub mod guest_trace_data;
/// cbindgen:ignore
pub mod host_function_definition;
/// cbindgen:ignore
pub mod host_function_details;
pub mod util;