Skip to content

Commit 41a6da9

Browse files
committed
refactor: Rename Rust crate to apdev-rs, remove Python-specific check-imports and config, and add dedicated Rust documentation.
1 parent 4e2304a commit 41a6da9

12 files changed

Lines changed: 161 additions & 3197 deletions

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ General-purpose development tools for quality assurance, character validation, a
88
| -------- | ------- | ------ |
99
| Python | [`apdev`](python/) | Beta |
1010
| TypeScript | [`@aipartnerup/apdev`](typescript/) | Beta |
11-
| Rust | [`apdev`](rust/) | Beta |
11+
| Rust | [`apdev-rs`](rust/) | Beta |
1212
| Go | `github.com/aipartnerup/apdev/go` | Planned |
1313

1414
## Available Tools
1515

1616
- **check-chars** - Validate files contain only allowed characters (ASCII + emoji + technical symbols)
17-
- **check-imports** - Detect circular imports in a Python package
18-
- **release** - Interactive release automation (version check, build, tag, GitHub release, PyPI upload)
17+
- **check-imports** - Detect circular imports (Python and TypeScript only)
18+
- **release** - Interactive release automation (version check, build, tag, GitHub release, publish)
1919

2020
See language-specific READMEs for installation and usage instructions.

docs/plans/2026-02-23-custom-charsets-design.md

Lines changed: 0 additions & 115 deletions
This file was deleted.

0 commit comments

Comments
 (0)