`rplcs_events` is a Rust library that provides event structures and types for
server events hosted in the [Rust Programming Language Community
Discord](https://discord.gg/rust-lang-community). It includes various data
structures and enums used in the events.
Add `rplcs_events` to your `Cargo.toml`:
```toml
[dependencies]
rplcs_events = "1.0"
```
This project is licensed under the MIT License. See the LICENSE file for
details.