rspack_binding_builder 0.6.2

Rspack node builder
docs.rs failed to build rspack_binding_builder-0.6.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: rspack_binding_builder-0.6.1

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