This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Remco Bloemen
committed
Oct 7, 2019
1 parent
eb68f21
commit 78c9fe9
Showing
6 changed files
with
45 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Logging allocator | ||
|
||
[![Crates.io](https://img.shields.io/crates/l/zkp-logging-allocator)](/License.md) | ||
[![](https://docs.rs/zkp-logging-allocator/badge.svg)](https://docs.rs/zkp-logging-allocator) | ||
[![CircleCI](https://img.shields.io/circleci/build/github/0xProject/OpenZKP)](https://circleci.com/gh/0xProject/OpenZKP) | ||
[![Codecov](https://img.shields.io/codecov/c/gh/0xproject/OpenZKP)](https://codecov.io/gh/0xProject/OpenZKP) | ||
|
||
Wrapper around the system allocator that logs large allocations. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# OpenZKP Macro Declarations | ||
|
||
[![Crates.io](https://img.shields.io/crates/l/zkp-logging-allocator)](/License.md) | ||
[![](https://docs.rs/zkp-logging-allocator/badge.svg)](https://docs.rs/zkp-logging-allocator) | ||
[![CircleCI](https://img.shields.io/circleci/build/github/0xProject/OpenZKP)](https://circleci.com/gh/0xProject/OpenZKP) | ||
[![Codecov](https://img.shields.io/codecov/c/gh/0xproject/OpenZKP)](https://codecov.io/gh/0xProject/OpenZKP) | ||
|
||
Procedural macros for OpenZKP. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# OpenZKP Macro Implementations | ||
|
||
[![Crates.io](https://img.shields.io/crates/l/zkp-macros-impl)](/License.md) | ||
[![](https://docs.rs/zkp-macros-impl/badge.svg)](https://docs.rs/zkp-macros-impl) | ||
[![CircleCI](https://img.shields.io/circleci/build/github/0xProject/OpenZKP)](https://circleci.com/gh/0xProject/OpenZKP) | ||
[![Codecov](https://img.shields.io/codecov/c/gh/0xproject/OpenZKP)](https://codecov.io/gh/0xProject/OpenZKP) | ||
|
||
Implementation crate for `proc_macro_hack`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# OpenZKP Macro Library | ||
|
||
[![Crates.io](https://img.shields.io/crates/l/zkp-macros-lib)](/License.md) | ||
[![](https://docs.rs/zkp-macros-lib/badge.svg)](https://docs.rs/zkp-macros-lib) | ||
[![CircleCI](https://img.shields.io/circleci/build/github/0xProject/OpenZKP)](https://circleci.com/gh/0xProject/OpenZKP) | ||
[![Codecov](https://img.shields.io/codecov/c/gh/0xproject/OpenZKP)](https://codecov.io/gh/0xProject/OpenZKP) | ||
|
||
Library of procedural macros implemented using `proc_macro2`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Mmap Vec | ||
|
||
[![Crates.io](https://img.shields.io/crates/l/zkp-macros-lib)](/License.md) | ||
[![](https://docs.rs/zkp-macros-lib/badge.svg)](https://docs.rs/zkp-macros-lib) | ||
[![CircleCI](https://img.shields.io/circleci/build/github/0xProject/OpenZKP)](https://circleci.com/gh/0xProject/OpenZKP) | ||
[![Codecov](https://img.shields.io/codecov/c/gh/0xproject/OpenZKP)](https://codecov.io/gh/0xProject/OpenZKP) | ||
|
||
Substitute for `Vec` that uses file-backed storage. |