topola/src
Mikolaj Wielgus 7dc275969c refactor(router/astar): Rename `Astar<...>` to `AstarStepper<...>`
Since it is a stepper, and we append -`Stepper` to identifiers denoting
types that are steppers.
2025-05-12 16:58:06 +02:00
..
autorouter refactor(router/navcord): Make it clear that navcord is not a stepper 2025-05-12 00:45:51 +02:00
board fix(geometry/compound): rename CompoundEntryKind -> CompoundEntryLabel 2025-04-30 14:18:22 +02:00
drawing refactor(drawing): make traits more strict 2025-05-06 22:22:57 +00:00
geometry feat(geometry/geometry): provide lookup of all rails around a core 2025-05-02 14:31:18 +02:00
interactor refactor(router/navcord): Make it clear that navcord is not a stepper 2025-05-12 00:45:51 +02:00
layout fix(drawing/drawing): Prevent self-intersecting loops on band draw finish 2025-05-05 22:38:06 +00:00
math feat(math): add cached variant of polygonal tangent calculation 2025-05-01 15:28:20 +02:00
router refactor(router/astar): Rename `Astar<...>` to `AstarStepper<...>` 2025-05-12 16:58:06 +02:00
specctra fix(specctra/design): handle polygon seg between first and last dot properly 2025-04-17 18:51:29 +02:00
graph.rs refactor(geometry): introduce CompoundEntryKind to suppport entry metadata 2025-04-30 14:11:31 +02:00
lib.rs chore: cargo fmt 2025-02-10 11:28:19 +01:00
stepper.rs docs(stepper): Explain how stepper traits and navcord work 2025-05-12 16:58:02 +02:00
triangulation.rs chore: apply clippy fixes 2025-03-25 00:17:57 +01:00