documentation tidy-up

This commit is contained in:
2021-11-03 11:52:02 +02:00
parent a48838ad1d
commit 5df88b81ce
14 changed files with 274 additions and 323 deletions

View File

@ -1,4 +1,4 @@
//!! different types of PeachWebError
//! Custom error type representing all possible error variants for peach-web.
use peach_lib::error::PeachError;
use peach_lib::{serde_json, serde_yaml};