rspack_sources 0.4.21

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

[![CI](https://github.com/rstackjs/rspack-sources/actions/workflows/CI.yaml/badge.svg)](https://github.com/rstackjs/rspack-sources/actions/workflows/CI.yaml)
[![CodSpeed Badge](https://img.shields.io/endpoint?url=https://codspeed.io/badge.json)](https://codspeed.io/rstackjs/rspack-sources)

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

## 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/rstackjs/rspack-sources/blob/main/LICENSE).