lighthouse_sol/
lib.rs

1#![allow(unused_imports)]
2#![allow(deprecated)]
3
4//! This code was AUTOGENERATED using the codama library.
5//! Please DO NOT EDIT THIS FILE, instead use visitors
6//! to add features, then rerun codama to update it.
7//!
8//! <https://github.com/codama-idl/codama>
9//!
10
11pub mod errors;
12pub mod instructions;
13pub mod programs;
14pub mod types;
15
16pub use programs::*;