你想要的Rust视频教程【更新中】
#rust #video
Rust初学者的福音,siscia 在YouTube上发布了Rust教学视频的第一集。期待他能出更多优秀的视频,丰富社区中Rust的学习资料。
clap 3.0快要发布了,新特性一览
#rust #crate
Change Log:
- Lazy propagation
- Lazy requirement validation
- App::write_help takes &mut self now
- App::override_usage No longer implies \t which allows multi lined usages
- In usage parser, for options [name]... --option [val] results in ArgSettings::MultipleOccurrences but --option [val]... results in ArgSettings::MultipleValues and ArgSettings::MultipleOccurrences. Before both resulted in the same thing
- Allow empty values no longer default
- UseValueDelimiter no longer the default
- Multiple delima fixed (vals vs occurrences)
- Ability to mutate args once they've been added to an App
- App::args and App::arg are more generic
- Can unset global settings
- Instead of adding arg with long --help or --version you can use App::mut_arg to override things
- Caution, must fully override
- No longer forces auto-handle of help/ver however if still desired AppSettings::NoAuto{Help,Version}
关于废弃/新增的API和数据结构的变化,请看点击下面链接。
Rust TCP视频教程
#rust #video
Jon Gjengset在YouTube上发布了Rust TCP的视频(直播写码),只看前三十分钟就能收获满满,适合想学习中高级Rust知识的同学。
Rust 加密包
#crate #crypto
有231个Rust Crate使用了这个未维护的Rust加密包rust-crypto,这个包自2016年就没维护过了,作者也没有回应,RustSec推荐大家用这些包替代它。
From 日报小组 格朗
日报订阅地址:
独立日报订阅地址:
社区学习交流平台订阅:
1
共 0 条评论, 1 页
评论区
写评论还没有评论