identity_credential 0.7.0-alpha.7

An implementation of the Verifiable Credentials standard.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2020-2023 IOTA Stiftung
// SPDX-License-Identifier: Apache-2.0

mod decoded_jwt_presentation;
mod error;
mod jwt_presentation_validation_options;
mod jwt_presentation_validator;

pub use decoded_jwt_presentation::*;
pub use error::*;
pub use jwt_presentation_validation_options::*;
pub use jwt_presentation_validator::*;