19 releases

Uses new Rust 2024

new 0.5.5 Sep 17, 2025
0.5.4 Sep 15, 2025
0.5.1 Aug 28, 2025
0.4.12-alpha.0 Jul 31, 2025
0.2.1-alpha.1 Jul 8, 2025

#2654 in Web programming

Download history 316/week @ 2025-07-02 454/week @ 2025-07-09 652/week @ 2025-07-16 716/week @ 2025-07-23 382/week @ 2025-07-30 103/week @ 2025-08-06 344/week @ 2025-08-13 407/week @ 2025-08-20 393/week @ 2025-08-27 236/week @ 2025-09-03 169/week @ 2025-09-10

1,261 downloads per month

MIT license

3KB

rspack_binding_build

Build script for rspack_binding_builder.

Usage

In build.rs, you can use rspack_binding_build::setup to setup the build script.

Note: The following code block uses ignore because it is intended to be placed in a build.rs file, not in regular Rust source code.

fn main() {
  rspack_binding_build::setup();
}

Guide

Rspack Custom binding

Dependencies

~8KB