Registry / build-tool / swc-bundler

swc-bundler

JSON →
library51.0.0rscratesunverified

A very fast ECMAScript bundler built on the swc compiler.

# Cargo.toml [dependencies] swc_bundler = "51.0.0"
INSTALL
IMPORT
SIG · SWC-BUNDLER
S
swc-bundler
build-toolrustv51.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Bundler
use swc_bundler::Bundler;

Creates a new SWC bundler instance.

use swc_bundler::Bundler; fn main() { let bundler = Bundler::new(/* config */); println!("Bundler created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
51.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources
swc-bundler — cargo add swc-bundler · libregistry