21 releases (5 stable)

1.2.0 Mar 27, 2024
1.1.0-alpha.1 Jan 25, 2024
1.0.0 Nov 2, 2023
0.7.0-alpha.8 Sep 28, 2023
0.1.0 Aug 12, 2020

#1 in #tangle

Download history 35/week @ 2023-12-20 6/week @ 2023-12-27 6/week @ 2024-01-03 38/week @ 2024-01-10 25/week @ 2024-01-17 59/week @ 2024-01-24 18/week @ 2024-01-31 52/week @ 2024-02-07 242/week @ 2024-02-14 181/week @ 2024-02-21 104/week @ 2024-02-28 38/week @ 2024-03-06 83/week @ 2024-03-13 88/week @ 2024-03-20 242/week @ 2024-03-27 157/week @ 2024-04-03

577 downloads per month
Used in 14 crates (12 directly)

Apache-2.0

85KB
2K SLoC

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.

Dependencies

~12MB
~248K SLoC