You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a way for crate owners to manually upload docs to docs.rs. This would at least be useful for crates that can't compile on the docs.rs system, e.g. because the crate is not for the platform used there or because C libraries are missing.
I would support this, I'm writing Rust bindings for proprietary libraries, where uploading the headers we bind to would probably be a licensing violation. So we can build the docs locally, but pushing the build dependencies anywhere public is a no-go.
It would be nice to have a way for crate owners to manually upload docs to docs.rs. This would at least be useful for crates that can't compile on the docs.rs system, e.g. because the crate is not for the platform used there or because C libraries are missing.
The latter is my use-case with e.g. https://docs.rs/crate/gstreamer-sys/
The text was updated successfully, but these errors were encountered: