mujs 0.0.2

rust bindings for MuJS javascript library
mujs-0.0.2 doesn't have any documentation.

mujs-rs - rust MuJS bindings

Version License Downloads Status

MuJS is a lightweight implementation of the Javascript language in a library. MuJS is licensed under AGPL and so is this rust bindings.

Its primary purpose and design is for embedding in other software to add scripting capability to those programs, but it can also be used as an extensible scripting language.

In contrast to other programs that are large and complex, MuJS was designed with a focus on small size, correctness and simplicity. MuJS is written in portable C and implements ECMAScript as specified by ECMA-262.

The interface for binding with native code is designed to be as simple as possible to use, and is similar to Lua.