4 releases

0.2.2 Jun 28, 2023
0.2.1 Apr 3, 2023
0.2.0 Mar 8, 2023
0.1.0 Dec 15, 2022

#786 in Encoding

Download history 302/week @ 2023-12-15 193/week @ 2023-12-22 171/week @ 2023-12-29 257/week @ 2024-01-05 260/week @ 2024-01-12 313/week @ 2024-01-19 698/week @ 2024-01-26 905/week @ 2024-02-02 559/week @ 2024-02-09 805/week @ 2024-02-16 570/week @ 2024-02-23 831/week @ 2024-03-01 538/week @ 2024-03-08 382/week @ 2024-03-15 635/week @ 2024-03-22 529/week @ 2024-03-29

2,226 downloads per month
Used in 24 crates (6 directly)

Apache-2.0 and Apache-2.0…

125KB
1.5K SLoC

SSI's documentation is currently packaged with the DIDKit documentation here.

SSI

SSI provides core Verifiable Credential and Decentralized Identifier functionality in Rust. Rust was chosen for its expressive type system, memory safety, simple dependency web, and suitability across different platforms including embedded systems. This library is embedded in the the cross-platform didkit library as a core dependency.

Security Audits

ssi has undergone the following security reviews:

We are setting up a process to accept contributions. Please feel free to open issues or PRs in the interim, but we cannot merge external changes until this process is in place.

Install

Crates.io

ssi = "0.4"

From Source

$ git clone https://github.com/spruceid/ssi
$ cd ssi
$ git submodule update --init
$ cargo build

Additional resources


lib.rs:

JSON-LD context loaders.

Dependencies

~12–23MB
~350K SLoC