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

#1535 in Web programming

Download history 26291/week @ 2024-11-18 16300/week @ 2024-11-25 27364/week @ 2024-12-02 27243/week @ 2024-12-09 31911/week @ 2024-12-16 18633/week @ 2024-12-23 13367/week @ 2024-12-30 23464/week @ 2025-01-06 31539/week @ 2025-01-13 27102/week @ 2025-01-20 27047/week @ 2025-01-27 35997/week @ 2025-02-03 34611/week @ 2025-02-10 38687/week @ 2025-02-17 31161/week @ 2025-02-24 32815/week @ 2025-03-03

138,683 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