Using `&mut self` as the receiver in the method signatures allows Rust to infer that the type is properly `Sync`, and therefore `Send`. This allows removing the `Mutex` work-around. |
||
|---|---|---|
| .. | ||
| src | ||
| systemd | ||
| tests | ||
| Cargo.toml | ||
| README.md | ||
| build.rs | ||
README.md
Zebrad
Zebrad is an application.
Getting Started
This application is authored using Abscissa, a Rust application framework.
For more information, see: