Safe(er) rust wrapper for dukbind.
src | ||
.gitignore | ||
Cargo.toml | ||
LICENSE | ||
README.md |
duktape-rs
Safe(er) rust wrapper for dukbind.
This is currently a work in progress.
Returned values from eval are a wrapper for serde_json::Value (as DukValue::Val(serde_json::Value)) that also provide None, NaN, and Infinity.