duktape

Crates.ioduktape
lib.rsduktape
version0.0.2
sourcesrc
created_at2014-12-07 03:28:25.451435
updated_at2015-12-11 23:58:31.338387
descriptionEmbedded JavaScript interpreter with a small footprint
homepage
repositoryhttps://github.com/emk/duktape-rs
max_upload_size
id473
size43,424
David Flemström (dflemstr)

documentation

http://www.rust-ci.org/emk/ducktape-rs/doc/ducktape/

README

Build Status

Documentation.

WORK IN PROGRESS.

A Rust wrapper for Duktape. Things to do before this is minimally useful:

  • Handle non-UTF-8 strings.
  • Call JavaScript functions by name.
  • Define functions.
    • Call specified Rust functions from JavaScript.
    • Return errors from Rust to JavaScript.
  • Convert to use Encodable/Decodable everywhere.
    • Convert parameters to use Encodable.
    • Replace Value with serialize::Json.
    • Convert return values to use Decodable.
  • Add nice macros.
    • Provide macro for calling functions.
    • Provide macro for defining functions.
Commit count: 33

cargo fmt