The purpose of this project is to add more complex external functionality to my (Protryon) fork of rusty_v8.
make_str
and run_script
in ::util
.::object_wrap
provides ObjectWrap
which allows the wrapped of an owned rust object inside a V8 object with weak deallocation within V8.::ffi_map::*
Provides the v8_ffi
macro and load_v8_ffi
macro. See tests in ::ffi_map
for details.