multiformats / rust-multihash

multihash implementation in Rust
https://github.com/multiformats/multihash
Other
150 stars 60 forks source link

docs(codetable): expose all items with required features on docs.rs #361

Closed bishopcheckmate closed 8 months ago

bishopcheckmate commented 8 months ago

This change affects only builds on docs.rs. Previously docs.rs built multihash-codetable with only the default features enabled, thus all the content of the crate could be inspected only when reading sources. This change exposes all items from the crate on docs.rs and labels them with what features they require.

bishopcheckmate commented 8 months ago

the result will look like eg. in tokio

bishopcheckmate commented 8 months ago

I've bumped the version both here and in #360, however I think only one should come with version bump at the end. Here version bump is required just to rebuild the documentation

bishopcheckmate commented 8 months ago

removed the version bump