xSMT

An implementation of 'Sparse Merkle Tree' with versioned features, ported from sparsemerkletree.

Examples

```rust type Smt = xsmt::VsSmt>;

let smt = Smt::default(); ...

```

SEE ALSO