Skip to content

Commit

Permalink
Add missing crate features to book
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Jan 17, 2024
1 parent bce4a5c commit 427b130
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/book/modules/lib/pages/usage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ abcrypt = "0.2.9"
Enables features that depend on the standard library. This is enabled by
default.

`serde`::

Enables serialization support for `Params`.

== `no_std` support

This supports `no_std` mode. Disables the `default` feature to enable this.
Expand Down

0 comments on commit 427b130

Please sign in to comment.