1//! This crate is an internal crate that is extracted just to reduce compile
2//! time. Do not use this crate directly, and this package does not follow
3//! semver.
45#![allow(clippy::mutable_key_type)]
67pub mod alias;
8pub mod analyzer;
9pub mod marks;
10pub mod util;