quickjs-rusty 0.11.1

A rusty QuickJS (QuickJS-NG) Javascript engine wrapper, and more.
Documentation
1
2
3
4
5
mod builder;
mod context;

pub use builder::ContextBuilder;
pub use context::Context;