zkp-error-utils 0.1.0

Assertion like macros for returning `Result::Err`
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[features]
default = ["std"]
std = []

[package]
authors = ["Remco Bloemen <remco@0x.org>", "Mason Liang <mason@0x.org>", "Paul Vienhage <paul@0x.org>"]
categories = ["rust-patterns", "no-std"]
description = "Assertion like macros for returning `Result::Err`"
edition = "2018"
keywords = ["no-std"]
license = "Apache-2.0"
name = "zkp-error-utils"
readme = "Readme.md"
repository = "https://github.com/0xProject/starkcrypto/tree/master/utils/error-utils"
version = "0.1.0"