rust-x-bindings / rust-xcb

Rust bindings and wrapper for XCB.
MIT License
165 stars 64 forks source link

Generate documentation for all features #58

Closed GabrielMajeri closed 2 years ago

GabrielMajeri commented 6 years ago

Currently, the documentation on docs.rs is generated only for the default features, meaning it barely contains any XCB modules.

docs.rs has an option to generate documentation for all features. This pull request enables it.

docs.rs should pick it up with the next release of the crate, and then it won't be necessary to host the documentation separately on http://rtbo.github.io/rust-xcb/xcb/index.html