Load docs from files

This commit is contained in:
Pablo Hirafuji 2020-09-27 19:40:54 -03:00
parent 7aada6c485
commit aed612a75c
9 changed files with 1718 additions and 145 deletions

View file

@ -10,4 +10,5 @@
// and encouraging shortcuts here creates bad incentives. I would rather temporarily
// re-enable this when working on performance optimizations than have it block PRs.
#![allow(clippy::large_enum_variant)]
pub mod docs;
pub mod file;