From dae0ec5ea6b676590ea4f2b5bf1f24c83ad92bd2 Mon Sep 17 00:00:00 2001 From: neverland Date: Fri, 2 Jan 2026 21:10:31 +0800 Subject: [PATCH 1/2] docs: enhance README with additional details --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b5e0cd2c..29043a02 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,16 @@ [![CI](https://github.com/web-infra-dev/rspack-sources/actions/workflows/CI.yaml/badge.svg)](https://github.com/web-infra-dev/rspack-sources/actions/workflows/CI.yaml) [![CodSpeed Badge](https://img.shields.io/endpoint?url=https://codspeed.io/badge.json)](https://codspeed.io/web-infra-dev/rspack-sources) -Rust port of [`webpack-sources`](https://github.com/webpack/webpack-sources). +Rust port of [`webpack-sources`](https://github.com/webpack/webpack-sources), providing composable sources and source map utilities for Rspack. + +## Documentation + +API reference: + +## 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). From 3e2d6992f4b9a1ddf1cecc5a71bfd53d53144725 Mon Sep 17 00:00:00 2001 From: neverland Date: Fri, 2 Jan 2026 21:14:10 +0800 Subject: [PATCH 2/2] docs: fix --- Cargo.toml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ccca3240..0aafccdd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ resolver = "2" license = "MIT" description = "Rusty webpack-sources port." keywords = ["sources", "sourcemap"] -repository = "https://github.com/web-infra-dev/rspack-sources" +repository = "https://github.com/rstackjs/rspack-sources" documentation = "https://docs.rs/rspack-sources" readme = "README.md" diff --git a/README.md b/README.md index 29043a02..668d84b2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # rspack-sources -[![CI](https://github.com/web-infra-dev/rspack-sources/actions/workflows/CI.yaml/badge.svg)](https://github.com/web-infra-dev/rspack-sources/actions/workflows/CI.yaml) -[![CodSpeed Badge](https://img.shields.io/endpoint?url=https://codspeed.io/badge.json)](https://codspeed.io/web-infra-dev/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.