docs: add instruction for batch_insert feature

This commit is contained in:
Magamedrasul Ibragimov 2022-12-02 20:55:44 +03:00
parent 6185354f78
commit 63a0f9fb7e
1 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,12 @@
pmtree = { git = "https://github.com/Rate-Limiting-Nullifier/pmtree" }
```
To use batch insertions you must enable batch_insert feature:
```toml
[dependencies]
pmtree = { git = "https://github.com/Rate-Limiting-Nullifier/pmtree", features = ["batch_insert"] }
```
## Clone & Build
```bash
git clone git@github.com:Rate-Limiting-Nullifier/pmtree.git && cd pmtree