topola/src
Mikolaj Wielgus 4549de098c primitive: Move `tagged_{prev,next}` to a trait
First step towards getting rid of the `untag` macro.
2023-10-20 23:44:20 +00:00
..
astar.rs astar: Probe neighbors before adding tem to queue 2023-10-12 00:19:38 +00:00
band.rs primitive: Move `tagged_{prev,next}` to a trait 2023-10-20 23:44:20 +00:00
bow.rs primitive: Move `tagged_{prev,next}` to a trait 2023-10-20 23:44:20 +00:00
draw.rs primitive: Move `.weight()` method to a new `GetWeight` trait 2023-10-20 01:08:58 +00:00
graph.rs primitive: Move `tagged_{prev,next}` to a trait 2023-10-20 23:44:20 +00:00
guide.rs primitive: Move `.weight()` method to a new `GetWeight` trait 2023-10-20 01:08:58 +00:00
layout.rs primitive: Move `tagged_{prev,next}` to a trait 2023-10-20 23:44:20 +00:00
main.rs graph: Remove `Tag` trait 2023-10-19 22:41:53 +00:00
math.rs guide: Return Err(...) instead of panicking 2023-10-17 05:17:07 +00:00
mesh.rs graph,primitive: Use enum_dispatch, rely on generics less 2023-10-19 20:07:26 +00:00
primitive.rs primitive: Move `tagged_{prev,next}` to a trait 2023-10-20 23:44:20 +00:00
router.rs primitive: Move `.weight()` method to a new `GetWeight` trait 2023-10-20 01:08:58 +00:00
rules.rs Create new `Band` struct to pass around whole bands 2023-10-05 19:52:59 +00:00
segbend.rs primitive: Move `tagged_{prev,next}` to a trait 2023-10-20 23:44:20 +00:00
shape.rs shape: Use `enum_dispatch` for `Shape` 2023-10-18 02:33:03 +00:00
tracer.rs primitive: Move `.weight()` method to a new `GetWeight` trait 2023-10-20 01:08:58 +00:00