rplcs_events 1.0.0

A Rust library for managing events hosted by RPLCS.
Documentation
# rplcs_events


`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.

## Installation


Add `rplcs_events` to your `Cargo.toml`:

```toml
[dependencies]
rplcs_events = "1.0"
```
## License


This project is licensed under the MIT License. See the LICENSE file for
details.