quickjs-rusty 0.11.1

A rusty QuickJS (QuickJS-NG) Javascript engine wrapper, and more.
Documentation
1
2
3
4
5
6
7
mod context_error;
mod execution_error;
mod value_error;

pub use context_error::ContextError;
pub use execution_error::ExecutionError;
pub use value_error::ValueError;