Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdud007 committed Jan 22, 2024
1 parent 11e2bcd commit f4e8fe8
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@

[![Cargo Test](https://github.com/HerodotusDev/rust-mmr/actions/workflows/ci.yml/badge.svg)](https://github.com/HerodotusDev/rust-mmr/actions/workflows/ci.yml)

# Quick Start

Add dependency on `Cargo.toml`

# Development

Test : `cargo test --all-features`
Bench : `cargo bench --all-features`

```rust
accumulators = { version = "0.4.0", features = ["all"] }
```

## Accumulators

### - [MMR](./src/mmr/README.md)
Expand Down Expand Up @@ -53,4 +66,4 @@ Key value stores used for storing the accumulator data.

---

Herodotus Dev Ltd - 2023
Herodotus Dev Ltd - 2024

0 comments on commit f4e8fe8

Please sign in to comment.