Skip to content
docgen

docgen 0.1.1

A same-day follow-up to 0.1.0, mostly correctness.

The doc graph rendered twice, which showed up as a duplicate on zoom. The dev server failed on non-ASCII request paths — they are now decoded, with the base prefix stripped properly.

The most consequential fix was the smallest: dropping git2's default features removed the openssl-sys dependency, and with it a system build requirement that had no business in a tool whose entire premise is cargo install and nothing else. The same instinct — keep the dependency graph free of C toolchain prerequisites — comes back later, in 0.4.0.

This release also opened the project up: an MIT licence and a real README.