Add info what features are enabled by enabling the std feature

This commit is contained in:
Herobird 2018-10-30 21:30:13 +01:00
parent 8431aea64e
commit 59bc634eda
1 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,10 @@ fixed-hash = { version = "0.3", default-features = false }
### Available Features
- `std`: Use the standard library instead of the core library.
- Using this feature enables the following features
- `rustc-hex/std`
- `rand/std`
- `byteorder/std`
- Enabled by default.
- `libc`: Use `libc` for implementations of `PartialEq` and `Ord`.
- Enabled by default.