Skip to content

Commit

Permalink
Added min_const_gen feature to README
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrimati1992 committed Jul 25, 2021
1 parent a36047f commit d4256fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -128,6 +128,8 @@ Additionally, these features configure Rand:
- `nightly` enables some optimizations requiring nightly Rust
- `simd_support` (experimental) enables sampling of SIMD values
(uniformly random SIMD integers and floats), requiring nightly Rust
- `min_const_gen` enables generating random arrays of
any size using min-const-generics, requiring Rust ≥ 1.51.

Note that nightly features are not stable and therefore not all library and
compiler versions will be compatible. This is especially true of Rand's
Expand Down

0 comments on commit d4256fc

Please sign in to comment.