Skip to content

Have docs.rs create docs for all features #87

Description

@WyvernIXTL

Cargo.toml should have set

[package.metadata.docs.rs]
all-features = true

instead of just

features = [ "derive", "serde", "std" ]

This way a single search is enough to check whether bitcode itself supports a format and what feature flag is necessary to enable said format.

It took me quite a lot of time to realize, that bitcode does in fact support time.
I did not check the Cargo.toml, but rather expected the docs on docs.rs to be complete.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions