Skip to main content

rusticity_term/aws/
mod.rs

1pub mod profile;
2pub mod region;
3
4pub use profile::{filter_profiles, render_profile_picker, Profile};
5pub use region::Region;