| Crates.io | rspack_binding_builder |
| lib.rs | rspack_binding_builder |
| version | 0.5.7 |
| created_at | 2025-07-04 17:42:38.709755+00 |
| updated_at | 2025-09-24 07:51:16.814957+00 |
| description | Rspack node builder |
| homepage | https://rspack.rs/ |
| repository | https://github.com/web-infra-dev/rspack |
| max_upload_size | |
| id | 1738269 |
| size | 184,234 |
A Rust crate that provides the foundation for building custom Rspack bindings and plugins. This crate serves as a bridge between the Rspack core functionality and custom plugin implementations.
rspack_binding_builder is a lightweight wrapper around rspack_binding_api that provides essential utilities for creating custom Rspack plugins and bindings. It re-exports key components from the binding API to simplify the development of custom Rspack integrations.
plugin: Enable SWC plugin support