Skip to main content

xtee_utee/
lib.rs

1// SPDX-License-Identifier: Apache-2.0
2// Copyright (C) 2026 KylinSoft Co., Ltd. <https://www.kylinos.cn/>
3// See LICENSES for license details.
4
5pub mod acl;
6pub mod error;
7pub mod ta_manager;
8
9pub use rust_utee::*;