vmette 0.6.0

Run untrusted agents in a hardware-isolated Linux microVM on macOS — a security boundary built on Apple's Virtualization.framework
Documentation
language = "C"
pragma_once = true
include_guard = "VMETTE_H"

header = """\
/*
 * vmette.h — C ABI for the vmette local sandbox library.
 *
 * Generated by cbindgen from crates/vmette/src/ffi.rs. Do not edit by hand;
 * re-run `make header` (cargo build -p vmette --features regenerate-header).
 */"""

autogen_warning = "/* WARNING: this file is auto-generated. Edits will be lost. */"
no_includes = false
sys_includes = ["stdint.h", "stdbool.h", "stddef.h"]

[parse]
parse_deps = false

[export]
prefix = ""
item_types = ["functions", "constants", "enums", "structs", "typedefs", "opaque"]

[fn]
prefix = ""