rspack_binding_builder

Crates.iorspack_binding_builder
lib.rsrspack_binding_builder
version0.5.7
created_at2025-07-04 17:42:38.709755+00
updated_at2025-09-24 07:51:16.814957+00
descriptionRspack node builder
homepagehttps://rspack.rs/
repositoryhttps://github.com/web-infra-dev/rspack
max_upload_size
id1738269
size184,234
hardfist (hardfist)

documentation

https://rspack.rs/

README

rspack_binding_builder

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.

Overview

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.

Features

  • plugin: Enable SWC plugin support

Guide

Rspack Custom binding

Commit count: 7095

cargo fmt