| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| dcr-x86_64-pc-windows-msvc.exe | 2026-03-06 | 4.3 MB | |
| dcr-x86_64-apple-darwin | 2026-03-06 | 4.8 MB | |
| dcr-aarch64-apple-darwin | 2026-03-06 | 4.6 MB | |
| dcr-x86_64-unknown-linux-gnu | 2026-03-06 | 5.5 MB | |
| README.md | 2026-03-06 | 531 Bytes | |
| v0.2.8 source code.tar.gz | 2026-03-06 | 53.2 kB | |
| v0.2.8 source code.zip | 2026-03-06 | 86.7 kB | |
| Totals: 7 Items | 19.4 MB | 0 | |
Added:
- Workspace support (
[workspace]with deps ordering) clean --allfor workspace members Changed:- Project root discovery for
build/run/clean(searches parent dirs) - Workspace paths are excluded from root source scan
- Build output now uses a Cargo-style
Compiling <name> v<version>line - Build time now reports total time for the whole build stage (workspace included)
- Cache hits are silent (no compile line when nothing is rebuilt)
- Safer build cache: fingerprints include headers and resolved library files