google/comprehensive-rust

Look at mdbook-keeper

Aberta

#175 aberto em 17 de jan. de 2023

 (7 comentários) (0 reação) (0 responsável)Rust (2.009 forks)batch import
good first issue

Métricas do repositório

Stars
 (32.954 estrelas)
Métricas de merge de PR
 (Mesclagem média 9d 23h) (36 fundiu PRs em 30d)

Description

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.

Guia do colaborador