co-identity 0.1.0

COKIT DID and DIDComm implementations.
Documentation
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: AGPL-3.0-only
// Copyright (C) 2026 1io BRANDGUARDIAN GmbH

pub mod did_core;
pub mod didcomm;
pub mod identity;
pub mod private_identity;
pub mod private_resolver;
pub mod receive_error;
pub mod resolver;