Docs.rs
rust-libteec-0.1.0
rust-libteec 0.1.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
TheBigFish
Dependencies
bytemuck ^1.23
normal
dashmap ^6.0
normal
env_logger ^0.11
normal
libc ^0.2
normal
log ^0.4
normal
mbedtls-smx ^0.13.9
normal
num_enum ^0.7.3
normal
once_cell ^1.18
normal
postcard ^1.1.3
normal
serde ^1.0
normal
teec-api-types ^0.1
normal
uuid ^1.19
normal
virga ^0.1.1
normal
Versions
39.34%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module protocol
cc_teec
0.1.0
Module protocol
Module Items
Structs
Enums
Constants
In cc_
teec::
common
cc_teec
::
common
Module
protocol
Copy item path
Source
Structs
§
Packet
Header
协议头结构,使用 #[repr(C)] 确保内存布局与C兼容 满足 bytemuck::Pod 要求:所有字段必须为基本类型
TEE_
Param
TEE_
Parameter
TEE_
Parameters
TEE_
Value
Enums
§
Packet
Type
数据包类型枚举,定义协议支持的不同操作类型
TEE_
Param
Type
TEE_
Request
TEE_
Response
Constants
§
CHUNK_
SIZE