Crates.io | libkeycard |
lib.rs | libkeycard |
version | 0.1.12 |
source | src |
created_at | 2022-06-18 13:02:57.160823 |
updated_at | 2022-09-30 15:28:54.401154 |
description | A digital certificate library for the Mensago platform |
homepage | https://gitlab.com/mensago/libkeycard |
repository | https://gitlab.com/mensago/libkeycard |
max_upload_size | |
id | 608524 |
size | 188,143 |
A library written in Rust for interacting with keycards on the Mensago platform released under the Mozilla Public License 2.0.
This library enables developers to create, sign, and verify keycards, a form of digital certificate designed specifically for the needs of the platform.
libkeycard is in alpha. There may be unforeseen changes in the API and it should not be considered finalized until the 1.0 release, so developers utilizing this library should be aware that there may be breaking changes even between the current development versions, as semver will not be utilized until the 1.0 release. Reading the CHANGELOG is highly encouraged when upgrading.
Building libkeycard requires the Rust toolchain. Check out the repository and run cargo build
.