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

#764 in Embedded development

Download history 37975/week @ 2026-04-13 44553/week @ 2026-04-20 28617/week @ 2026-04-27 35819/week @ 2026-05-04 35012/week @ 2026-05-11 27098/week @ 2026-05-18 23047/week @ 2026-05-25 32507/week @ 2026-06-01 34714/week @ 2026-06-08 35325/week @ 2026-06-15 44507/week @ 2026-06-22 38669/week @ 2026-06-29 35175/week @ 2026-07-06 42664/week @ 2026-07-13 57021/week @ 2026-07-20 54232/week @ 2026-07-27

189,994 downloads per month
Used in 14 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