Skip to content

Commit d4256fc

Browse files
Added min_const_gen feature to README
1 parent a36047f commit d4256fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ Additionally, these features configure Rand:
128128
- `nightly` enables some optimizations requiring nightly Rust
129129
- `simd_support` (experimental) enables sampling of SIMD values
130130
(uniformly random SIMD integers and floats), requiring nightly Rust
131+
- `min_const_gen` enables generating random arrays of
132+
any size using min-const-generics, requiring Rust ≥ 1.51.
131133

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

0 commit comments

Comments
 (0)