docs.rs failed to build jscontact-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: jscontact-0.2.1

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