1 unstable release

0.1.0 Nov 29, 2021

#3 in #brigadier

MIT license

26KB
415 lines

Iosonism

Iosonism is a command parsing library, not to be confused with an argument parsing library. It's basically a port of Brigadier to Rust.

License

Iosonism is licensed under the MIT license, with documentation and comments licensed under CC BY-SA 4.0. See COPYING for details.


lib.rs:

Iosonism is a command parsing library. It parses commands from strings, in contrast with an argument parsing library, which parses arrays of strings.

Iosonism is based on Brigadier.

This documentation is licensed under CC BY-SA 4.0. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/

No runtime deps