Skip to content

Commit

Permalink
Document all features in docs.rs.
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith committed Jan 7, 2021
1 parent f8dab2c commit 628acbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,9 @@ include = [
"third_party/NIST/SHAVS/SHA512ShortMsg.rsp",
]

[package.metadata.docs.rs]
all-features = true

[lib]
name = "ring"

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
//! <code>rand::SystemRandom</code> for more details.
//! <tr><td><code>std</code>
//! <td>Enable features that use libstd, in particular
//! <code>std::error::Error</code> integration.
//! <code>std::error::Error</code> integration. Implies `alloc`.
//! <tr><td><code>wasm32_c</code>
//! <td>Enables features that require a C compiler on wasm32 targets, such as
//! the <code>constant_time</code> module, HMAC verification, and PBKDF2
Expand Down

0 comments on commit 628acbe

Please sign in to comment.