anthem-rs/src/lib.rs

8 lines
106 B
Rust

#![feature(trait_alias)]
pub mod error;
pub(crate) mod output;
pub mod translate;
pub use error::Error;