switchboard-v2
A Rust library to interact with Switchboard accounts on Solana.

Install
Run the following Cargo command in your project directory:
cargo add switchboard-v2
Or add the following line to your Cargo.toml:
[dependencies]
switchboard-v2 = "0.1.23"
Usage