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

#1435 in Web programming

Download history 29619/week @ 2024-09-29 31785/week @ 2024-10-06 26048/week @ 2024-10-13 24719/week @ 2024-10-20 20025/week @ 2024-10-27 22632/week @ 2024-11-03 25898/week @ 2024-11-10 26689/week @ 2024-11-17 16711/week @ 2024-11-24 26695/week @ 2024-12-01 27149/week @ 2024-12-08 31953/week @ 2024-12-15 19130/week @ 2024-12-22 13622/week @ 2024-12-29 23401/week @ 2025-01-05 28489/week @ 2025-01-12

86,801 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