document all the things!

This commit is contained in:
lumi 2017-02-21 15:46:06 +01:00
commit 0a45a6993e
4 changed files with 334 additions and 5 deletions

View file

@ -5,6 +5,7 @@ use std::convert::From;
use xml::writer::Error as WriterError;
use xml::reader::Error as ReaderError;
/// An enum representing the possible errors.
#[derive(Debug)]
pub enum Error {
IoError(io::Error),