aurae-runtime / aurae

Distributed systems runtime daemon written in Rust.
https://aurae.io
Apache License 2.0
1.83k stars 89 forks source link

Fix 404s on Rustdocs for `auraed` #492

Closed mccormickt closed 5 months ago

mccormickt commented 5 months ago

The below pages were 404s on the website.

This PR removes the unused /macros and /implementors routes and unifies the rustdocs to fix the documentation. Includes some drive-by typo fixes.

dmah42 commented 5 months ago

the unused import should be unrelated (and I'm not sure how it snuck in). let me see if I can clean that up first.