google/comprehensive-rust

Look at mdbook-keeper

Open

#175 创建于 2023年1月17日

在 GitHub 查看
 (7 评论) (0 反应) (0 负责人)Rust (2,009 fork)batch import
good first issue

仓库指标

Star
 (32,954 star)
PR 合并指标
 (平均合并 9天 23小时) (30 天内合并 36 个 PR)

描述

We currently have a number of code blocks marked with compile_fail: this is often because they depend on third-party crates which aren't available when running mdbook test.

We should look into using https://github.com/tfpk/mdbook-keeper/ to handle testing instead. It explicitly supports using third-party crates in code snippets.

贡献者指南