Completed docs, added icon

This commit is contained in:
2023-05-28 17:24:56 +01:00
parent 6b71164aca
commit 6f5a9d05dd
28 changed files with 295 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ Namespaces are inspired by Rust modules and ES6. Every file and directory is imp
The project uses the nighly rust toolchain. Go to one of the folders within `examples` and run
```sh
cargo run
cargo run --release
```
you can try modifying the examples, but error reporting for the time being is pretty terrible.