aboutsummaryrefslogtreecommitdiff
path: root/mingling/src/setups/dirs.rs
Commit message (Collapse)AuthorAgeFilesLines
* chore!: simplify DirectoryEnvironmentSetup to unit struct魏曹先生2 days1-27/+43
| | | | | | | Remove the generic parameter `C` from `DirectoryEnvironmentSetup`, making it a unit struct that no longer requires `::<C>::default()` for construction. Update the `ProgramSetup` impl and the `setup` method signature accordingly, and improve the doc comments.
* chore: add "Doc Not Optimize" comments to source files魏曹先生6 days1-0/+1
| | | | | Mark all source files with a comment indicating they are not optimized for documentation purposes.
* chore: run cargo fmt and rearrange re-exports in mingling魏曹先生2026-07-021-4/+1
|
* feat(mingling): add directory environment resources and setup魏曹先生2026-06-271-0/+42
Add four new resource types for common directory paths and a convenience setup struct that registers all of them at once.