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

Move `bench-utils` into `std`, and simplify workspace #29

Closed Pratyush closed 3 years ago

Pratyush commented 3 years ago

This PR merges bench-utils into std, thus simplifying the dependency story for downstream crates. It also makes it easier to publish things on crates.io. cc @ValarDragon @weikengchen

ValarDragon commented 3 years ago

LGTM sans the question about build profiles

Pratyush commented 3 years ago

Ok let's merge this after the relevant PRs are made to the dependant crates.

Pratyush commented 3 years ago

btw, should we rename this repo to std?

weikengchen commented 3 years ago

I agree with the renaming since the main one we use is ark_std anyway.