| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore!: simplify DirectoryEnvironmentSetup to unit struct | 魏曹先生 | 2 days | 1 | -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 days | 1 | -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-02 | 1 | -4/+1 |
| | | |||||
| * | feat(mingling): add directory environment resources and setup | 魏曹先生 | 2026-06-27 | 1 | -0/+42 |
| Add four new resource types for common directory paths and a convenience setup struct that registers all of them at once. | |||||
