Add Document trait for config doc generation

This commit is contained in:
Joscha 2023-04-20 14:16:47 +02:00
parent dfb2ef5371
commit cedeeff10b
2 changed files with 192 additions and 0 deletions

View file

@ -9,6 +9,8 @@
// Clippy lints
#![warn(clippy::use_self)]
pub mod doc;
use std::collections::HashMap;
use std::fs;
use std::path::{Path, PathBuf};