A Rust port of Mojang's [Brigadier](https://github.com/Mojang/brigadier) command parsing and dispatching library.
```rust
use azalea_brigadier::prelude::*;
use std::sync::Arc;
struct CommandSource {}
let mut subject = CommandDispatcher::new();
);
```
See the [tests](https://github.com/azalea-rs/azalea/tree/main/azalea-brigadier/tests) for more.