File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
- # getrandom: (operating) system's random number generator
1
+ # getrandom: system's random number generator
2
2
3
- [ ![ Build Status]] [ GitHub Actions ] [ ![ Crate]] [ crates.io ] [ ![ Documentation]] [ docs.rs ] [ ![ Dependency Status]] [ deps.rs ] [ ![ Downloads]] [ crates.io ] [ ![ License]] [ LICENSE-MIT ]
3
+ [ ![ Build Status]] [ GitHub Actions ]
4
+ [ ![ Crate]] [ crates.io ]
5
+ [ ![ Documentation]] [ docs.rs ]
6
+ [ ![ Dependency Status]] [ deps.rs ]
7
+ [ ![ Downloads]] [ crates.io ]
8
+ [ ![ License]] [ LICENSE-MIT ]
4
9
5
10
` getrandom ` is a Rust library for retrieving random data from (operating) system sources.
6
11
@@ -252,7 +257,8 @@ configuration flag for `fill_uninit` to unpoison destination buffer.
252
257
253
258
For example, it can be done like this (requires Nightly compiler):
254
259
``` sh
255
- RUSTFLAGS=" -Zsanitizer=memory --cfg getrandom_sanitize" cargo test -Zbuild-std --target=x86_64-unknown-linux-gnu
260
+ RUSTFLAGS=" -Zsanitizer=memory --cfg getrandom_sanitize" \
261
+ cargo test -Zbuild-std --target=x86_64-unknown-linux-gnu
256
262
```
257
263
258
264
## Minimum Supported Rust Version
You can’t perform that action at this time.
0 commit comments