diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2021-11-11 20:29:55 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2021-11-11 20:29:55 -0300 |
commit | d4724b4734776d32fb86cd3c932e18fc41b68316 (patch) | |
tree | f289b70f1aa1b971d76737d702ea112a67d9c8c2 /README.md |
Start porting Brigadier to Rust
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..894e6d2 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +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. + +[Brigadier]: https://github.com/Mojang/brigadier |