1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-11-21 10:45:55 +02:00

Merge pull request #1842 from load1n9/patch-1

feat: add nova
This commit is contained in:
Tom Parker-Shemilt 2024-11-19 08:20:52 +00:00 committed by GitHub
commit 4ffd0e6a8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1761,6 +1761,7 @@ See also [Are we game yet?](https://arewegameyet.rs)
* [PistonDevelopers/dyon](https://github.com/PistonDevelopers/dyon) - A rusty dynamically typed scripting language
* [rhaiscript/rhai](https://github.com/rhaiscript/rhai) - A tiny and fast embedded scripting language resembling a combination of JavaScript and Rust [![build badge](https://github.com/rhaiscript/rhai/workflows/Build/badge.svg)](https://github.com/rhaiscript/rhai/actions)
* [rune-rs/rune](https://github.com/rune-rs/rune) - An embeddable dynamic programming language
* [trynova/nova](https://github.com/trynova/nova) - JavaScript engine written entirely in Rust
### Simulation