6 releases

Uses old Rust 2015

0.1.5 Jul 10, 2020
0.1.4 Mar 27, 2020
0.1.3 Feb 24, 2020
0.1.2 Oct 11, 2019
0.1.0 Sep 21, 2019

#1463 in Web programming

Download history 28583/week @ 2024-08-05 24720/week @ 2024-08-12 31039/week @ 2024-08-19 30577/week @ 2024-08-26 23559/week @ 2024-09-02 28866/week @ 2024-09-09 21626/week @ 2024-09-16 29732/week @ 2024-09-23 29592/week @ 2024-09-30 31296/week @ 2024-10-07 25814/week @ 2024-10-14 25001/week @ 2024-10-21 19825/week @ 2024-10-28 22748/week @ 2024-11-04 26376/week @ 2024-11-11 25447/week @ 2024-11-18

95,274 downloads per month
Used in 10 crates (2 directly)

MIT license

3.5MB
75K SLoC

C 70K SLoC // 0.2% comments Rust 5K SLoC // 0.0% comments

ducc

I found that all of the other Duktape bindings were either outdated or incomplete for my needs. Here's yet another interface, but with all of the lessons I learned from using directly the unsafe FFI in a production setting.

Inspiration

Deep gratitude to kyren/rlua, which provided inspiration and some directly copied code snippets. Lua and Duktape share a very similar API, and so do rlua and ducc. Also incredibly inspirational was zrkn/rlua_serde.

Dependencies