Skip to content

Commit bb9dc60

Browse files
authored
Merge pull request #808 from rust-random/xoshiro-docfeat
rand_xoshiro: Document features in README
2 parents 5454539 + d2d7798 commit bb9dc60

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

rand_xoshiro/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ Links:
1919
- [API documentation (docs.rs)](https://docs.rs/rand_xoshiro)
2020
- [Changelog](CHANGELOG.md)
2121

22+
## Crate Features
23+
24+
`rand_xoshiro` is no_std compatible by default.
25+
26+
The `serde1` feature includes implementations of `Serialize` and `Deserialize` for the included RNGs.
27+
2228
## License
2329

2430
`rand_xoshiro` is distributed under the terms of both the MIT license and the

0 commit comments

Comments
 (0)