文件名称:存储特征对象的堆栈分配框。
文件大小:13KB
文件格式:ZIP
更新时间:2024-07-18 13:23:03
static-box
概述这个箱子允许在提供的缓冲区中保存 DST 对象。它允许用户在没有全局分配器的情况下在no_std环境中创建全局动态对象。use static_box::Box ;structUart1Rx {// Implementation details...
}implSerialWriteforUart1Rx {fnwrite (&mutself , _byte:u8 ) {// Implementation details
}
}let rx= Uart1Rx {/* ... */ };letmut writer=Box::
【文件预览】:
static-box-master
----.gitignore(569B)
----src()
--------tests.rs(3KB)
--------lib.rs(10KB)
----Cargo.toml(428B)
----.github()
--------workflows()
----LICENSE-MIT(1KB)
----README.md(2KB)
----LICENSE-APACHE(11KB)
----rust-toolchain.toml(108B)