solana_fund/
lib.rs

1#![forbid(unsafe_code)]
2
3pub mod common;
4mod entrypoint;
5pub mod fund_info;
6pub mod instructions;
7pub mod user_info;