Move rhai-repl and rhai-doc to bin.

This commit is contained in:
Stephen Chung
2020-12-29 15:36:42 +08:00
parent 2858aa3b2f
commit 049ad3b6fd
8 changed files with 46 additions and 13 deletions

12
src/bin/README.md Normal file
View File

@@ -0,0 +1,12 @@
Rhai Tools
==========
Tools written in Rhai.
How to Run
----------
```bash
cargo run --bin sample_app_to_run
```