Generating rustdoc for github pages (Drone OS)
I’ve been playing with DroneOS and created a crate with some
utility functions for the STM32F4xx series of processors. Unfortunately, the way that
Drone OS builds, you can’t call cargo doc directly. It needs to be invoked from
the drone
program, which means that I couldn’t take advantage of Docs.rs.