DuskSystems / wayfind

A speedy, flexible router for Rust.
Apache License 2.0
8 stars 0 forks source link

Begin documenting crate #125

Closed CathalMullan closed 2 months ago

CathalMullan commented 2 months ago

When I started this project, I assummed I'd need to re-architecture a few times before finding the right approach.

In reality, seems I got it right first time. Downside is that I didn't document anything...

Let's document 'finished' parts of the project.

Let's remove these clippy allows too:

missing_panics_doc = "allow"
missing_errors_doc = "allow"