Crates.io | duktape |
lib.rs | duktape |
version | 0.0.2 |
source | src |
created_at | 2014-12-07 03:28:25.451435 |
updated_at | 2015-12-11 23:58:31.338387 |
description | Embedded JavaScript interpreter with a small footprint |
homepage | |
repository | https://github.com/emk/duktape-rs |
max_upload_size | |
id | 473 |
size | 43,424 |
WORK IN PROGRESS.
A Rust wrapper for Duktape. Things to do before this is minimally useful:
Encodable
/Decodable
everywhere.
Encodable
.Value
with serialize::Json
.Decodable
.