Crates.io | ssi |
lib.rs | ssi |
version | 0.7.0 |
source | src |
created_at | 2020-07-23 23:29:06.798656 |
updated_at | 2023-06-28 17:07:49.100358 |
description | Core library for Verifiable Credentials and Decentralized Identifiers. |
homepage | |
repository | https://github.com/spruceid/ssi/ |
max_upload_size | |
id | 268822 |
size | 731,116 |
SSI's documentation is currently packaged with the DIDKit documentation here.
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.
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.
ssi = "0.4"
$ git clone https://github.com/spruceid/ssi
$ cd ssi
$ git submodule update --init
$ cargo build