duk

Crates.ioduk
lib.rsduk
version0.3.0
sourcesrc
created_at2019-12-16 17:40:27.519018
updated_at2019-12-16 17:40:27.519018
descriptionA high-level wrapper around the Duktape Javascript/ECMAScript interpreter
homepagehttps://dflemstr.github.io/duk/duk
repositoryhttps://github.com/dflemstr/duk
max_upload_size
id189803
size47,039
David Flemström (dflemstr)

documentation

https://dflemstr.github.io/duk/duk

README

duk Build Status

A high-level wrapper around the Duktape Javascript/EcmaScript interpreter.

Currently, the focus is around supporting "extension"/"plug-in" use cases, so the primary supported functionality is:

  • Loading code.
  • Calling functions and getting their result.

Other use-cases (like exposing Rust functions to JS) are not yet implemented.

Commit count: 80

cargo fmt