引入intertrait库,支持trait之间的互相转换 (#395)

* 能过编译(test还没法跑)

* 初始化intertrait转换库

* update license of intertrait
This commit is contained in:
LoGin
2023-10-02 20:46:19 +08:00
committed by GitHub
parent bb0e4d4131
commit fba5623183
46 changed files with 2211 additions and 2 deletions

View File

@ -11,6 +11,7 @@ pub mod lib_ui;
pub mod mutex;
pub mod notifier;
pub mod once;
#[macro_use]
pub mod printk;
pub mod rbtree;
#[macro_use]