aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/builds/pathf.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat(core): rename `builds` feature to `build`魏曹先生7 days1-43/+0
| | | | | | | Replace the `builds` feature with `build` across the crate, keeping a backward-compatible alias for the old name. Update all internal visibility from `#[doc(hidden)] pub mod` to `pub(crate) mod` and reorganize the `__private` module into a dedicated `private.rs`.
* refactor(core): move pathf module under builds and rename to build魏曹先生2026-06-291-0/+43
Migrate `mingling_core::pathf` into `mingling_core::builds::pathf` and re-export from `mingling::build`. Update all references from `mingling::builds` and `mingling::pathf` to `mingling::build`.