An open API service indexing awesome lists of open source software.

https://github.com/transmissions11/puree

opinionated/optimized blend impl
https://github.com/transmissions11/puree

Last synced: 11 months ago
JSON representation

opinionated/optimized blend impl

Awesome Lists containing this project

README

          

# puree • [![CI](https://github.com/transmissions11/puree/actions/workflows/tests.yml/badge.svg)](https://github.com/transmissions11/puree/actions/workflows/tests.yml)

opinionated/optimized blend impl

## Contributing

You will need a copy of [Foundry](https://github.com/foundry-rs/foundry) installed before proceeding. See the [installation guide](https://github.com/foundry-rs/foundry#installation) for details.

### Setup

```sh
git clone https://github.com/transmissions11/puree.git
cd puree
forge install
```

### Run Tests

```sh
forge test
```

### Update Gas Snapshots

```sh
forge snapshot
```