jscontact

Crates.iojscontact
lib.rsjscontact
version0.2.1
created_at2025-01-26 13:00:49.508548+00
updated_at2025-01-29 20:19:24.092821+00
descriptionRFC 9553
homepage
repositoryhttps://github.com/Its-Just-Nans/jscontact
max_upload_size
id1531320
size261,615
n4n5 (Its-Just-Nans)

documentation

https://docs.rs/jscontact

README

jscontact crates.io version crates.io downloads

Tests

rm -rf tests/rfc9553
python tests/get_figures.py
cargo build
cargo test -- --test-threads=1
cargo test --no-default-features -- --test-threads=1
# the --test-threads=1 is used to have a deterministic (ordered) output

License

Licensed under the MIT license LICENSE except for the tests directory.

The tests directory contains the following files:

  • the RFC 9553 figures
  • some imported tests files from other repositories
Commit count: 55

cargo fmt