But it doesn't work, producing some broken links eg
file://///home/rustcargo/Rustup/Game/server/target/doc/std_doc/std/str/index.html
link "the str primitive type" to
file://///home/rustcargo/Rustup/Game/server/target/doc/std_doc/std/primitive.str.html
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3015a7d0a5fd5105c91c3710d42f9ccf0abfb287d62206484dcc67f9569a6483"
+[[package]]
+name = "std-doc"
+version = "0.0.1"
+
[[package]]
name = "strsim"
version = "0.9.3"
edition = "2018"
[workspace]
-members = ["wasm", "wdriver"]
+members = ["wasm", "wdriver", "src/std-doc"]
[dependencies]
--- /dev/null
+
+[package]
+name = "std-doc"
+authors = ["Rust authors"]
+license = "Same as Rust"
+
+version = "0.0.1"
+edition = "2018"
+
+[lib]
+name = "std_doc"
+path = "lib.rs"
--- /dev/null
+#[doc(inline)]
+pub use std;