Skip to main content

wormhole_anchor_sdk/
lib.rs

1#![allow(clippy::result_large_err)]
2
3pub mod wormhole;
4
5#[cfg(feature = "token-bridge")]
6pub mod token_bridge;
7
8#[macro_use]
9extern crate cfg_if;