xtee-utee 0.1.0

TEE internal API bindings for xTEE Trusted Applications.
Documentation
1
2
3
4
5
6
7
8
9
// SPDX-License-Identifier: Apache-2.0
// Copyright (C) 2026 KylinSoft Co., Ltd. <https://www.kylinos.cn/>
// See LICENSES for license details.

pub mod error;
pub mod ta_manager;
pub mod wire;

pub use rust_utee::*;