| Crates.io | rl2020 |
| lib.rs | rl2020 |
| version | 0.1.0 |
| created_at | 2022-09-18 09:35:29.90982+00 |
| updated_at | 2022-09-18 09:35:29.90982+00 |
| description | Implementation of the RevocationList2020 format |
| homepage | https://github.com/noandrea/rl2020.rs |
| repository | https://github.com/noandrea/rl2020.rs |
| max_upload_size | |
| id | 668551 |
| size | 49,201 |
This library provides the implementation for the RevocationList2020 proposal described here.
The following demo uses the wasm library on a web page.
The following example shows how to use the library with Rust.
To run the example locally use the command:
cargo run --example main
To run tests, run the following command
cargo test