Crate mjs_sys

Source
Expand description

§mJS Rust bindings

mJS documentation: https://github.com/cesanta/mjs

§Life time considerations:

Val lifetime hasn’t been properly solidified yet. Calls to VM::exec() or Val::call() might make invalidate some previously acquired values. Use Val::own() to make sure a JS value is not garbage collected.

Structs§

VM
mJS virtual machine
Val
JS value
mjs

Enums§

JSError
Execution error