1
2
3
4
5
6
7
8
//! `xswag-base` provides basic functionality for the xswag system.
//!
#[macro_use]
extern crate log;
extern crate term_painter;

pub mod code;
pub mod diag;