< 返回版块

EAHITechnology 发表于 2021-12-04 00:29

Tags:rust, 日报

使用 Rust 和 WebRTC 为浏览器实现 Raft

作者结合 webrtc,WebAssembly,Rust 编程语言,开发了 WRaft !并在 https://wraft0.eevans.co/ 上进行动态展示 raft 的效果

  • https://eevans.co/blog/wraft/

使用 cargo-udeps 检查 Rust 项目中未使用的依赖项

cargo-udeps 是一个了不起的项目,可帮助您分析 Rust 代码库上未使用的依赖项。您可以简单cargo install cargo-udeps地安装它。 1、安装

cargo install cargo-udeps --locked

2、使用

cargo +nightly udeps

3、忽略依赖项 要忽略某些依赖项,请添加package.metadata.cargo-udeps.ignore到Cargo.toml.

[package.metadata.cargo-udeps.ignore]
normal = ["if_chain"]
#development = []
#build = []

[dependencies]
if_chain = "1.0.0" # Used only in doc-tests, which `cargo-udeps` cannot check.
  • https://erayerdin.com/checking-unused-dependencies-in-a-rust-project-with-github-actions-ckwm3yov901cwlvs1h48z54xi

From 日报小组 侯盛鑫,坏姐姐

社区学习交流平台订阅:

评论区

写评论

还没有评论

1 共 0 条评论, 1 页