google/comprehensive-rust

Look at mdbook-keeper

オープン

#175 opened on 2023/01/17

 (7 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (2,009 件のフォーク)batch import
good first issue

Repository metrics

Stars
 (32,954 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド