Export compiler config struct

This commit is contained in:
Kogia-sima 2020-06-07 03:20:01 +09:00
parent 307f44d910
commit e7c0992568
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ mod translator;
mod util;
pub use compiler::Compiler;
pub use config::Config;
pub use error::{Error, ErrorKind};
#[cfg(feature = "procmacro")]