Skip to content

Commit

Permalink
Mention rustyscript
Browse files Browse the repository at this point in the history
  • Loading branch information
Bromeon committed Nov 25, 2024
1 parent b294654 commit d3cc9ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ Instead, `js-sandbox` focuses on calling standalone JS code from Rust, and tries
The typical use case is a core Rust application that integrates with scripts from external users, for example a plugin system or a game that runs
external mods.

This library is in early development, with a basic but powerful API. The API may still evolve considerably.
> [!TIP]
> If you are looking for a more feature-rich integration, check out [rustyscript](https://github.com/rscarson/rustyscript)!
## Examples

Expand Down
3 changes: 3 additions & 0 deletions js-sandbox/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
//! The typical use case is a core Rust application that integrates with scripts from external users, for example a plugin system or a game that runs
//! external mods.
//!
//! > [!TIP]
//! > If you are looking for a more feature-rich integration, check out [rustyscript](https://github.com/rscarson/rustyscript)!
//!
//! This library is in early development, with a basic but powerful API. The API may still evolve considerably.
//!
//! # Examples
Expand Down

0 comments on commit d3cc9ab

Please sign in to comment.