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 390ecc4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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: 2 additions & 1 deletion js-sandbox/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
//! 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

0 comments on commit 390ecc4

Please sign in to comment.