Aktualisierte Dateien
This commit is contained in:
parent
1f8febe2a9
commit
7e6cdcaf21
2 changed files with 16 additions and 1 deletions
|
|
@ -1,17 +0,0 @@
|
|||
NameToUnix/
|
||||
├── Cargo.toml # Projektmetadaten und Abhängigkeiten
|
||||
├── Cargo.lock # Exakte Versionen der Abhängigkeiten (automatisch generiert)
|
||||
├── .gitignore # Dateien, die von Git ignoriert werden sollen
|
||||
├── .NameToUnix.conf # Konfigurationsdatei (Übersetzungsregeln: 'foo' = 'bar')
|
||||
├── README.md # Projektdokumentation
|
||||
├── CONTRIBUTING.md # Contribute-Dokumentation
|
||||
├── .github/ # CI/CD und GitHub-spezifische Dateien
|
||||
│ └── workflows/
|
||||
│ └── build.yaml # GitHub Actions Workflow für Build and Release
|
||||
├── src/ # Quellcode-Verzeichnis
|
||||
│ ├── main.rs # Haupteinstiegspunkt (bereits vorhanden)
|
||||
│ ├── cli.rs # CLI-Argumente und Parsing
|
||||
│ ├── config.rs # Konfigurationsverwaltung
|
||||
│ └── sanitizer.rs # Kernlogik zur Dateinamenbereinigung
|
||||
└── LICENSE # Lizenzinformationen
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue