Added various rustfmt configurations.

Revised documentation of the library and lint opt-out reasons.
Moved some module documentation to it's own file due to overflowing the line limit.
Fixed several spelling errors.
This commit is contained in:
2020-05-13 03:03:46 +01:00
parent 968a89fc0b
commit 63d312e845
24 changed files with 295 additions and 220 deletions

View File

@@ -1,6 +1,6 @@
//! Interface for converting various structures to and from bytes
/// Convertions to and from bytes for the game file
/// Conversions to and from bytes for the game file
pub trait Bytes
where
Self: Sized,