1 2 3 4 5
mod parse; mod show; pub use parse::{CardView, detect_adaptive_card_view}; pub use show::print_card_summary;