Open tbu- opened 6 months ago
Is there a particular item that you thought this would be helpful for? Most of the features have a simple mapping to module names.
doc_cfg
and doc_auto_cfg
are unstable features. doc_cfg
requires manual annotation; I could add this for the top level modules if that is sufficient. doc_auto_cfg
gives output like the following which is too much noise:
or the following which isn't giving any non-obvious information:
In the documentation, you can't see which feature flags need to be activated for a certain function/struct/module to be available.
E.g. like you can see in zerocopy's docs that the
byteorder
feature is required for thebyteorder
module to be available.