#![doc(html_root_url = "https://calypso-lang.github.io/rustdoc/calypso_base/index.html")]
#![warn(clippy::pedantic)]
#[cfg(feature = "span")]
pub mod span;
#[cfg(feature = "symbol")]
pub mod symbol;
#[cfg(feature = "ui")]
pub mod ui;
pub extern crate tracing;