当前位置 : 主页 > 编程语言 > java >

【Rust日报】 2019-10-12 — clap 3.0即将发布

来源:互联网 收集:自由互联 发布时间:2022-06-30
你想要的Rust视频教程【更新中】 #rust #video Rust初学者的福音, siscia 在YouTube上发布了Rust教学视频的第一集。 期待他能出更多优秀的视频,丰富社区中Rust的学习资料。 Read More clap 3.0快

你想要的Rust视频教程【更新中】

#rust #video

Rust初学者的福音,siscia 在YouTube上发布了Rust教学视频的第一集。期待他能出更多优秀的视频,丰富社区中Rust的学习资料。

Read More

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和数据结构的变化,请看点击下面链接。

Read More

Rust TCP视频教程

#rust #video

Jon Gjengset在YouTube上发布了Rust TCP的视频(直播写码),只看前三十分钟就能收获满满,适合想学习中高级Rust知识的同学。

Read More

Rust 加密包

#crate #crypto

231个Rust Crate使用了这个未维护的Rust加密包rust-crypto,这个包自2016年就没维护过了,作者也没有回应,RustSec推荐大家用这些包替代它。

Read More


日报订阅地址:

独立日报订阅地址:

  • Telgram Channel
  • 阿里云语雀订阅
  • Steemit
  • GitHub

社区学习交流平台订阅:

  • Rust.cc 论坛: 支持 rss
  • Rust Force: 支持 rss
  • 微信公众号:Rust 语言学习交流
上一篇:【Rust日报】2019-10-14 - Rust十月伦敦会谈
下一篇:没有了
网友评论