pathfinder/partitionfinder
Patrick Walton d695a3d11f Implement some missing geometry methods, and remove the `Path` type.
With the removal of the `Path` type, partitioning multiple paths becomes the responsibility of the user of the library. The reason is that users of the partitioner will frequently want to parallelize over paths via e.g. rayon or Grand Central Dispatch, and we shouldn't mandate a particular parallelism technique.
2017-07-02 15:48:57 -04:00
..
src Implement some missing geometry methods, and remove the `Path` type. 2017-07-02 15:48:57 -04:00
.gitignore Initial commit of Pathfinder 2, still incomplete 2017-06-30 17:43:19 -07:00
Cargo.toml Initial commit of Pathfinder 2, still incomplete 2017-06-30 17:43:19 -07:00