antouhou / rs-merkle

The most advanced Merkle tree library for Rust
MIT License
172 stars 45 forks source link

feat: serde #36

Open sinui0 opened 7 months ago

sinui0 commented 7 months ago

This PR adds an optional serde feature which derives serde traits for the tree and proof.

Closes #25