axvisor_api_proc 技术文档
路径:
components/axvisor_api/axvisor_api_proc类型:过程宏库 分层:组件层 / 编译期 API 生成辅助 版本:0.1.0文档依据:当前仓库源码、Cargo.toml、README.md、src/lib.rs、src/items.rs、components/axvisor_api/src/lib.rs、components/axvisor_api/src/test.rs
axvisor_api_proc 不是运行时 API 库,而是 axvisor_api 背后的过程宏辅助 crate。它的职责是把一组带 extern fn 语法标记的模块,展开成可调用的 API 包装函数和对应的 crate_interface trait/impl 胶水代码。因此它属于“编译期 glue”,而不是 Hypervisor 子系统本体。