| Crates.io | duk |
| lib.rs | duk |
| version | 0.3.0 |
| created_at | 2019-12-16 17:40:27.519018+00 |
| updated_at | 2019-12-16 17:40:27.519018+00 |
| description | A high-level wrapper around the Duktape Javascript/ECMAScript interpreter |
| homepage | https://dflemstr.github.io/duk/duk |
| repository | https://github.com/dflemstr/duk |
| max_upload_size | |
| id | 189803 |
| size | 47,039 |
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:
Other use-cases (like exposing Rust functions to JS) are not yet implemented.