rust
Seem Jing
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
rust-analyzer高亮分析feature未启用的代码
rust-analyzer显示inactive-code原创 2022-10-14 19:38:02 · 990 阅读 · 0 评论 -
the trait bound `UnlockedFlash<‘_>: embedded_storage::nor_flash::NorFlash` is not satisfied
使用stm32f4xx-hal操作flash编译报错未实现trait embedded_storage::nor_flash::NorFlash原创 2022-08-24 17:53:08 · 724 阅读 · 0 评论 -
rust中lifetime的理解
官方The Book里面有一段很好的概括:Ultimately, lifetime syntax is about connecting the lifetimes of various parameters and return values of functions. Once they’re connected, Rust has enough information to allow memory-safe operations and disallow operations that woul原创 2022-01-24 20:33:43 · 309 阅读 · 0 评论
分享