identity_core

Crates.ioidentity_core
lib.rsidentity_core
version1.4.0
sourcesrc
created_at2020-08-12 19:37:43.487437
updated_at2024-09-23 08:43:30.219257
descriptionThe core traits and types for the identity-rs library.
homepagehttps://www.iota.org
repositoryhttps://github.com/iotaledger/identity.rs
max_upload_size
id275935
size89,267
(iota-ci)

documentation

README

IOTA Identity - Core

The core types and utilities for IOTA identity.

The types and traits exposed by this crate are mainly intended to be used by the other crates constituting the IOTA Identity Framework.

Common Data Types

This crate exposes some fundamental data types used across the IOTA Identity Framework:

The above types are located in the common module.

Convenient JSON Serialization

The ToJson and FromJson traits from this crate provide convenience functions to convert most types from the IOTA Identity Framework to and from a few common JSON representations.

Base Encoding Utilities

BaseEncoding provides methods to encode and decode binary text with respect to several bases.

Commit count: 1488

cargo fmt