Update manifest.

Update readme.
This commit is contained in:
envis10n 2019-01-30 00:11:34 -06:00
parent 7e39c0423e
commit b6d3f7cd6a
2 changed files with 10 additions and 1 deletions

View file

@ -3,6 +3,11 @@ name = "duktape-rs"
version = "0.0.1"
authors = ["envis10n <envis10n@protonmail.com>"]
edition = "2018"
repository = "https://gitlab.com/envis10n/duktape-rs"
readme = "README.md"
keywords = ["duktape", "dukbind", "js", "javascript"]
license = "Unlicense"
description = "Safe(er) rust wrapper for dukbind."
[dependencies]
dukbind = "0.0.4"

View file

@ -1,3 +1,7 @@
# duktape-rs
Safe(er) rust wrapper for dukbind.
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.