aboutsummaryrefslogtreecommitdiff
path: root/examples/example-pathfinder/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* feat(core): rename `builds` feature to `build`魏曹先生33 hours1-2/+2
| | | | | | | 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`.
* feat(docs): add Module Pathfinder example for the `pathf` feature魏曹先生2026-06-281-0/+25