aboutsummaryrefslogtreecommitdiff
path: root/examples/message.rs
Commit message (Collapse)AuthorAge
* Refactor io::Error into custom Error enumRobin Krahl2019-01-08
|
* Move tests/ to examples/Robin Krahl2019-01-08
So far it is hard to write unit tests for this crate as we don’t have much logic. The existing tests are usage examples, therefore they are moved to the examples directory. They can be run with `cargo run --example <name>`.