Document the #[module] macro (#135)

* Document the #[module] macro

* Obey the fmt

* Review feedback

* More docs

* Tweak wording

* tweak wording

* whitespace

* Tweak docstring
This commit is contained in:
David
2020-07-07 09:19:44 +02:00
committed by GitHub
parent c6350fcc11
commit 536c54c843
3 changed files with 96 additions and 2 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ pub struct RawEvent {
pub data: Vec<u8>,
}
/// Event decoder.
/// Events decoder.
#[derive(Debug)]
pub struct EventsDecoder<T> {
metadata: Metadata,