Use code formatting for feature names in README.

This commit is contained in:
Sean Bowe 2018-09-01 20:42:31 -06:00
parent 39eda03c74
commit 5bf0cbd0e3
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ This is a pure Rust implementation of the Jubjub elliptic curve group and its as
## Features ## Features
* **std** (on by default): Enables APIs that leverage the Rust standard library. * `std` (on by default): Enables APIs that leverage the Rust standard library.
* **nightly**: Enables `subtle/nightly` which prevents compiler optimizations that could jeopardize constant time operations. * `nightly`: Enables `subtle/nightly` which prevents compiler optimizations that could jeopardize constant time operations.
## [Documentation](https://docs.rs/jubjub) ## [Documentation](https://docs.rs/jubjub)