libdaisy-rust
libdaisy-rust copied to clipboard
[Bug] Docs.rs don't compile
Docs.rs compiler needs correct arguments.
My current wild guess is that this could be fixed by adding a default-target to the Cargo.toml [package.metadata.docs.rs] table, as here: https://docs.rs/about/metadata
I can try to test this, but I'll have to figure out how to compile docs locally.