From ec9edc294fd5e7e29977fc7b0e6fb953422bc0e2 Mon Sep 17 00:00:00 2001 From: ι­ζ›Ήε…ˆη”Ÿ <1992414357@qq.com> Date: Wed, 19 Aug 2026 05:54:00 +0800 Subject: chore: reorganize dev tools into dev/ directory and consolidate configs Move CI, dev tools, and configs from root-level scattered locations into a unified `dev/` directory structure. Update all references across build scripts, documentation, and editor configurations. Also consolidate editor config generation into build.rs for automated synchronization of rust-analyzer settings across VS Code and Zed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2059384..1f036c6 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ This is because the Rust ecosystem already has excellent and mature crates to ha - πŸ“¦ Repo - [Github](https://github.com/mingling-rs/mingling) | [Gitee](https://gitee.com/mingling-rs/mingling) | [Origin](https://catilgrass.cn/mingling.git) - πŸšͺ Mainpage - [Github](https://mingling-rs.github.io/mingling/) | [crates.io](https://crates.io/crates/mingling) - πŸ’‘ Examples - [Github](https://mingling-rs.github.io/mingling/docs/examples.html) -- πŸ“– Help Doc - [EN](https://mingling-rs.github.io/mingling/docs/doc.html#/) | [δΈ­ζ–‡](https://mingling-rs.github.io/mingling/docs/_zh_CN/index.html#/) +- πŸ“– Help Doc - [EN](https://mingling-rs.github.io/mingling/docs/index.html#/) | [δΈ­ζ–‡](https://mingling-rs.github.io/mingling/docs/_zh_CN/index.html#/) - πŸ“– API Doc - [docs.rs](https://docs.rs/mingling/latest/mingling/) | [latest](https://mingling-rs.github.io/mingling/docs/api-docs/mingling/) - πŸ“– Coverage Test - [LLVM Coverage](https://mingling-rs.github.io/mingling/docs/cov-test/) - πŸ“– Dev Doc - [Github](https://mingling-rs.github.io/mingling/docs/dev/) -- cgit