Skip to content

Commit

Permalink
Minor README tweaks (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov authored Oct 21, 2024
1 parent 5c7a197 commit 01ccda5
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# getrandom: (operating) system's random number generator
# getrandom: system's random number generator

[![Build Status]][GitHub Actions] [![Crate]][crates.io] [![Documentation]][docs.rs] [![Dependency Status]][deps.rs] [![Downloads]][crates.io] [![License]][LICENSE-MIT]
[![Build Status]][GitHub Actions]
[![Crate]][crates.io]
[![Documentation]][docs.rs]
[![Dependency Status]][deps.rs]
[![Downloads]][crates.io]
[![License]][LICENSE-MIT]

`getrandom` is a Rust library for retrieving random data from (operating) system sources.

Expand Down Expand Up @@ -252,7 +257,8 @@ configuration flag for `fill_uninit` to unpoison destination buffer.

For example, it can be done like this (requires Nightly compiler):
```sh
RUSTFLAGS="-Zsanitizer=memory --cfg getrandom_sanitize" cargo test -Zbuild-std --target=x86_64-unknown-linux-gnu
RUSTFLAGS="-Zsanitizer=memory --cfg getrandom_sanitize" \
cargo test -Zbuild-std --target=x86_64-unknown-linux-gnu
```

## Minimum Supported Rust Version
Expand Down

0 comments on commit 01ccda5

Please sign in to comment.