Add Rust development guidelines for applications and libraries
This commit is contained in:
@@ -21,6 +21,10 @@ Dokumentace/
|
||||
│ ├── TEMPLATE.md # New project template specification
|
||||
│ └── prebuild.py # Pre-build script (PyInstaller)
|
||||
│
|
||||
├── Rust/ # Rust development guidelines
|
||||
│ ├── DESIGN_DOCUMENT.md # Guidelines for Rust applications
|
||||
│ └── DESIGN_DOCUMENT_LIB.md # Guidelines for Rust libraries
|
||||
│
|
||||
├── Project template/ # Reusable files for new projects
|
||||
│ ├── CHANGELOG.md # Changelog template
|
||||
│ └── PROJECT.md # Project documentation template
|
||||
@@ -44,6 +48,8 @@ Each project references these documents so AI assistants operate within consiste
|
||||
|----------|-----------|
|
||||
| Python (application) | `Python/DESIGN_DOCUMENT.md` |
|
||||
| Python (library) | `Python/DESIGN_DOCUMENT_MODULE.md` |
|
||||
| Rust (application) | `Rust/DESIGN_DOCUMENT.md` |
|
||||
| Rust (library) | `Rust/DESIGN_DOCUMENT_LIB.md` |
|
||||
|
||||
## Key Conventions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user