Open Nuttymoon opened 1 year ago
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 Available on crate features <feature_name> only
message.
(if not, I can do it)
Sorry @Nuttymoon... ended up doing it myself in #86 as I saw it was a little more involved.
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
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...)