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

pull/102/head
Alfredo Garcia 2 years ago committed by GitHub
parent b77b090afb
commit 4cec6f87b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

@ -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::*;

Loading…
Cancel
Save