This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Some modules are missing from docs.rs #43
Comments
Couldn't we just enable documentation for all features? [package.metadata.docs.rs]
all-features = true |
@Nuttymoon, do you want to create a PR with the change and we can try it out? I think you also want [package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"] The latter should make it so types have that (if not, I can do it) |
Merged
Sorry @Nuttymoon... ended up doing it myself in #86 as I saw it was a little more involved. |
No worries! As long as the issue is corrected I am happy haha |
Re-opening. We can close when the new docs are published |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I recently found out about modules such as
jsonrpc::client
orwallet
that are hidden behind features.They are not present in the documentation at https://docs.rs/avalanche-types/latest/avalanche_types which is not very user-friendly. (I just realized that I have recoded things that were already implemented...)
The text was updated successfully, but these errors were encountered: