Wenzel / libmicrovmi

A cross-platform unified Virtual Machine Introspection API library
https://wenzel.github.io/libmicrovmi/
GNU General Public License v3.0
165 stars 15 forks source link

Add technical documentation #186

Closed Wenzel closed 3 years ago

Wenzel commented 3 years ago

The project only has API reference, thanks to cargo doc.

Following https://documentation.divio.com/, we should have

Cargo tooling doesn't yet provide a way to add markdown files included in the crate's documentation: https://github.com/rust-lang/cargo/issues/739

Solutions

The last solution seems the most extensible to me, so I'm looking into it. For example of Rust crate using mdbook, look at failure "Guide-style introduction is available here."

Wenzel commented 3 years ago

Fixed by https://github.com/Wenzel/libmicrovmi/pull/187