tipc-std 0.1.0

TIPC standard library type provider
Documentation
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: Apache-2.0
// Copyright 2026 KylinSoft Co., Ltd. <https://www.kylinos.cn/>
// See LICENSES for license details.

//! Allocation types for tipc-std.

#[doc(inline)]
pub use alloc_crate::alloc::AllocError;
pub use alloc_crate::vec::Vec;

use crate::alloc_crate;