gecko-dev/third_party/rust/cose
Mike Hommey 889fd52ec7 Bug 1837084 - Don't enable all tokio features in http3server r=necko-reviewers,supply-chain-reviewers,kershaw
It doesn't need them all.

Differential Revision: https://phabricator.services.mozilla.com/D180155
2023-06-07 06:26:35 +00:00
..
examples/sign_verify
src
tools/certs
.cargo-checksum.json
.travis.yml
Cargo.toml
LICENSE
README.md
build.rs
rustfmt.toml

README.md

cose-rust

A Rust library for COSE using NSS.

Build Status Maturity Level

Build instructions

If NSS is not installed in the path, use NSS_LIB_DIR to set the library path where we can find the NSS libraries.

cargo build

Run Tests and Examples

To run tests and examples you need NSS in your library path. Tests can be run with

cargo test

and examples with

cargo run --example sign_verify