Safe(er) rust wrapper for dukbind.
Go to file
envis10n 39eeb57ac3 Usable object wrapper.
Improve DukValue enum.
2019-01-30 19:04:02 -06:00
src Usable object wrapper. 2019-01-30 19:04:02 -06:00
.gitignore Init 2019-01-30 00:07:40 -06:00
Cargo.toml Usable object wrapper. 2019-01-30 19:04:02 -06:00
LICENSE Add LICENSE 2019-01-30 06:16:45 +00:00
README.md Update manifest. 2019-01-30 00:11:34 -06:00

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.