From b0430992b98e04d0108be1460773f85462badaca Mon Sep 17 00:00:00 2001 From: The8472 Date: Mon, 17 Jul 2017 01:41:59 +0200 Subject: [PATCH] Show all modules on docs.rs Add docs feature to docs.rs metadata see https://github.com/onur/docs.rs/pull/73 --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 6642b6d..1390629 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,9 @@ description = """ CPUs, as well as raw interfaces to platform-specific instructions. """ +[package.metadata.docs.rs] +features = ["doc"] + [dependencies] serde = { version = "1.0", optional = true } serde_derive = { version = "1.0", optional = true }