mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
cdb4fe1fcb
This is another incremental update of wgpu and WebGPU APIs. It increases stability and makes us run most of the Austin's samples (again). Likely fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1704148 Differential Revision: https://phabricator.services.mozilla.com/D112828 |
||
---|---|---|
.. | ||
examples/sign_verify | ||
src | ||
tools/certs | ||
.cargo-checksum.json | ||
build.rs | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
rustfmt.toml |
cose-rust
A Rust library for COSE using NSS.
THIS IS WORK IN PROGRESS. DO NOT USE YET.
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