1 2 3 4 5 6 7 8 9
#![warn(clippy::all)] mod arn; mod error; pub mod utils; pub use { arn::{Arn, ArnPattern, ArnSegmentPattern}, error::ArnError, };