indexor 0.3.0

An on-chain indexing solution for Solana accounts
Documentation
1
2
3
4
5
6
7
mod index;
mod item;
mod proof;

pub use index::*;
pub use item::*;
pub use proof::*;