rl2020

Crates.iorl2020
lib.rsrl2020
version0.1.0
sourcesrc
created_at2022-09-18 09:35:29.90982
updated_at2022-09-18 09:35:29.90982
descriptionImplementation of the RevocationList2020 format
homepagehttps://github.com/noandrea/rl2020.rs
repositoryhttps://github.com/noandrea/rl2020.rs
max_upload_size
id668551
size49,201
Andrea Giacobino (noandrea)

documentation

README

RevocationList2020

This library provides the implementation for the RevocationList2020 proposal described here.

Demo

The following demo uses the wasm library on a web page.

Demo

Usage/Examples

The following example shows how to use the library with Rust.

https://github.com/noandrea/rl2020.rs/blob/aa3b2f099c6faa9f2ad45618cc3b0d4ae6bc0f4e/examples/main.rs#L5-L33

To run the example locally use the command:

cargo run --example main

Running Tests

To run tests, run the following command

  cargo test
Commit count: 15

cargo fmt