rspack_sources 0.102.2

Rusty webpack-sources port.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# rspack-sources

Rust port of [`webpack-sources`](https://github.com/webpack/webpack-sources), providing composable sources and source map utilities for Rspack.

This crate now lives in the [Rspack monorepo](https://github.com/web-infra-dev/rspack/tree/main/crates/rspack_sources). Tests and CodSpeed benchmarks run through the Rspack workspace CI.

## Documentation

API reference: <https://docs.rs/rspack_sources>

## Credits

Thanks to the contributors of [`webpack-sources`](https://github.com/webpack/webpack-sources) for the original design.

## License

[MIT licensed](https://github.com/web-infra-dev/rspack/blob/main/crates/rspack_sources/LICENSE).