arkworks-rs / std

A standard library wrapper for use in the `arkworks` ecosystem
https://www.arkworks.rs
Apache License 2.0
37 stars 33 forks source link

Release v0.3.0 / Re-export `num_traits::{One, Zero}` from `ark-std` #34

Closed weikengchen closed 3 years ago

weikengchen commented 3 years ago

Description

This PR re-exports num_traits::{One, Zero} from ark-std as well as prepares this repo for a release to crates.io.


Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why.

N/A:

weikengchen commented 3 years ago

It passes the checks, but let us be careful with this one (it is too important!).

If this PR looks good and is ready, one with write permission can (1) merge it and (2) add a GitHub tagged release.

weikengchen commented 3 years ago

(I don't have write access and would need someone with it to merge and also do cargo release)