anthem-rs/src/lib.rs

8 lines
99 B
Rust

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