Skip to content

Conversation

@gabrielfalcao
Copy link

Hello,

I often work offline and rely on offline documentation of dependency crates via cargo doc --open but because nom's rustdoc currently points to github.com for guides I ended up having to clone the nom git repo to my machine and keep switching between browsing nom's API reference via rustdoc and reading markdown files without the nice web rendering.

Then I resolved to give a try to include the "loose" markdown files from doc/*.md in the crate's rustdoc and am quite satisfied at the result. I believe that other nom users might enjoy the same approach, so I resolved to send this PR.

I deliberately did not squash the commits so anyone can see the approach I took to get it all done via shell-script automation 👼 but I am glad to do just so if you like the end result.

@gabrielfalcao gabrielfalcao requested a review from Geal as a code owner October 26, 2025 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant