Skip to content

Commit

Permalink
Merge pull request #1 from anupj/anupj-crates-feature-docs
Browse files Browse the repository at this point in the history
Update features.md
  • Loading branch information
anupj authored Nov 3, 2023
2 parents 6354bb3 + cf36b0d commit 51bef65
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/doc/src/reference/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ either be enabled or disabled. Features for the package being built can be
enabled on the command-line with flags such as `--features`. Features for
dependencies can be enabled in the dependency declaration in `Cargo.toml`.

> **Note**: New crates or versions published on crates.io are now limited to
> a maximum of 300 features. Exceptions are granted on a case-by-case basis.
> See this [blog post] for details. Participation in solution discussions is
> encouraged via the crates.io Zulip stream.
[blog post]: https://blog.rust-lang.org/2023/10/26/broken-badges-and-23k-keywords.html

See also the [Features Examples] chapter for some examples of how features can
be used.

Expand Down

0 comments on commit 51bef65

Please sign in to comment.