duktape_ffi_raw

Crates.ioduktape_ffi_raw
lib.rsduktape_ffi_raw
version2.30.0
sourcesrc
created_at2019-04-05 16:05:40.819614
updated_at2019-05-15 20:52:00.758123
descriptionA simple wrapper around the Duktape C library.
homepage
repository
max_upload_size
id126011
size3,794,095
Alastair Coote (alastaircoote)

documentation

README

duktape_ffi_raw

What is this?

A very simple create that packages the Duktape C library for use in Rust.

Aren't there about a dozen of these crates?

Yes. They all seem to address slightly different needs so I've added to the pile. Sorry.

Duktape version

This currently includes version 2.3.0 of Duktape. To update it, replace the contents of the duktape-src directory with new code.

The version number of this crate is reflective of the Duktape version: 2.30.x is 2.3.0 of Duktape. 2.40.x will be 2.4.0, and so on.

Commit count: 0

cargo fmt