1#![doc = include_str!("../README.md")] 2 3mod indexing; 4mod rpc; 5 6pub use data_anchor_proofs::compound::CompoundInclusionProof; 7pub use indexing::*; 8pub use rpc::*;