5 releases

0.1.4 Dec 12, 2023
0.1.3 Oct 13, 2023
0.1.2 Mar 15, 2023
0.1.1 Mar 15, 2023
0.1.0 Feb 7, 2023

#937 in Cryptography

Download history 6/week @ 2023-12-14 18/week @ 2024-01-04 3/week @ 2024-01-11 95/week @ 2024-01-18 69/week @ 2024-01-25 125/week @ 2024-02-01 110/week @ 2024-02-08 21/week @ 2024-02-15 37/week @ 2024-02-22 41/week @ 2024-02-29 67/week @ 2024-03-07 82/week @ 2024-03-14 89/week @ 2024-03-21 86/week @ 2024-03-28

330 downloads per month

MIT/Apache

35KB
746 lines

Rust DAG-JOSE

A Rust implementation of the IPLD DAG-JOSE specification that can be used in conjunction with libipld.

Contributing

We are happy to accept small and large contributions, feel free to make a suggestion or submit a pull request.

Use the provided Makefile for basic actions to ensure your changes are ready for CI.

$ make build
$ make check-clippy
$ make check-fmt
$ make test

Using the makefile is not necessary during your developement cycle, feel free to use the relvant cargo commands directly. However running make before publishing a PR will provide a good signal if you PR will pass CI.

Releasing

Creating a new release of this project is a two step process.

  1. Create a release PR
  2. Merge and publish release

You can use make release-pr to create a release PR. However we recommend you use the Release PR Github Action. Once the release PR is merged CI will automatically publish the release using make release.

License

Fully open source and dual-licensed under MIT and Apache 2.

Dependencies

~1.7–2.7MB
~54K SLoC