v0.0.1
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
andNpProfile
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
- @shashankmc made their first contribution in #1
Full Changelog: https://github.com/vemonet/nanopub-rs/commits/v0.0.1