star_frame 0.30.0

A high performance Solana framework for building fast, scalable, and secure smart contracts.
Documentation
1
2
3
4
5
6
7
//! `AccountSet` implementations for various types.
mod account_info;
mod array;
mod boxed;
mod option;
mod unit;
mod vec;