We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7249e6e commit d2fe979Copy full SHA for d2fe979
README.md
@@ -54,6 +54,14 @@ crate features, WASM support and Custom RNGs see the
54
55
This crate requires Rust 1.36.0 or later.
56
57
+## Platform Support
58
+
59
+This crate supports the same operating system or platform versions that the Rust standard library does, unless a
60
+[custom implementation](https://docs.rs/getrandom/latest/getrandom/#custom-implementations) is used instead.
61
62
+This means that as Rust drops support for old versions of operating systems (such as old Linux kernel versions, Android API levels, etc)
63
+in stable releases, `getrandom` may create new patch releases (`0.N.x`) that remove support for outdated platform versions.
64
65
# License
66
67
The `getrandom` library is distributed under either of
0 commit comments