azalea/azalea-brigadier
Sculas d4d4ba054f
refactor: remove println statements (#31)
This PR removes all println statements and logs them on trace level instead. Normally, libraries shouldn't print to stdout using println, since there's no control over them.
2022-10-17 13:18:25 -05:00
..
src refactor: remove println statements (#31) 2022-10-17 13:18:25 -05:00
tests simplify error handling 2022-04-22 04:33:58 +00:00
Cargo.toml (cargo-release) version 0.2.0 2022-10-17 16:28:53 +00:00
README.md simplify error handling 2022-04-22 04:33:58 +00:00

Azalea Brigadier

A Rust port of Mojang's Brigadier command parsing and dispatching library.