Skip to content

v0.0.1

Compare
Choose a tag to compare
@vemonet vemonet released this 20 Nov 09:59
· 144 commits to main since this release

Initial release for the nanopub crate, and its bindings to python and JS.

All tests from the nanopub-testsuite have been implemented and are passing.

What's Changed

  • Added a Nanopub and NpProfile struct. With 3 main actions possible: Nanopub::sign(), Nanopub::publish(), Nanopub::check()
  • Added a CLI to easily use the lib from the terminal
  • Added bindings to python (pyo3) and JS (wasm-bindgen)
  • PR for github workflow for cross compilation by @shashankmc in #1
  • Error handling by @shashankmc in #2

New Contributors

Full Changelog: https://github.com/vemonet/nanopub-rs/commits/v0.0.1