use rust in code sample of the README (#96)

This commit is contained in:
Alfredo Garcia 2021-05-17 09:48:24 -03:00 committed by GitHub
parent b77b090afb
commit 4cec6f87b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ verification checks related to the verification key encoding.
Creating a `BindingSig`, serializing and deserializing it, and
verifying the signature:
```
```rust
# use std::convert::TryFrom;
use rand::thread_rng;
use redjubjub::*;