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

feat: add nova

This commit is contained in:
Dean Srebnik 2024-11-19 03:16:06 -05:00 committed by GitHub
parent 18822c8f4f
commit edc1835c06
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