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
In gluon I have a main gluon crate which serves as the easy to use interface for a few different sub-crates. These re-exports do not get links however which makes the documentation rather difficult to browse https://docs.rs/gluon/0.4.0/gluon/#reexports which I suppose is because docs.rs only builds documentation for the crate in question. It might do this for a good reason but would it be possible to at least get documentation built and linked for publicly re-exported crates as well?