topola/src
Mikolaj Wielgus 9f201d2c3d Make `Head`, `Segbend`, `Bow` copyable
Having to move or borrow tem, especially `Head`, makes it really
difficult to appease the borrow checker.
2023-08-31 07:27:42 +02:00
..
astar.rs Split out drawing routines from `Router` into `Draw` 2023-08-30 06:34:56 +02:00
bow.rs Make `Head`, `Segbend`, `Bow` copyable 2023-08-31 07:27:42 +02:00
draw.rs Split out drawing routines from `Router` into `Draw` 2023-08-30 06:34:56 +02:00
graph.rs Split `Walk` trait into `Interior` and `Ends` traits 2023-08-28 22:54:03 +02:00
guide.rs Add methods to unroute or undraw segbends 2023-08-29 21:11:03 +02:00
layout.rs Run `cargo fix` 2023-08-29 05:02:45 +02:00
main.rs Split out drawing routines from `Router` into `Draw` 2023-08-30 06:34:56 +02:00
math.rs Implement basic A* routing 2023-08-27 21:14:42 +02:00
mesh.rs Run `cargo fix` 2023-08-29 05:02:45 +02:00
primitive.rs Run `cargo fix` 2023-08-29 05:02:45 +02:00
router.rs Make `Head`, `Segbend`, `Bow` copyable 2023-08-31 07:27:42 +02:00
rules.rs Add `Guide` struct to generate guide curves 2023-08-23 05:15:16 +02:00
segbend.rs Make `Head`, `Segbend`, `Bow` copyable 2023-08-31 07:27:42 +02:00
shape.rs Run `cargo fix` 2023-08-29 05:02:45 +02:00