1 2 3 4 5
pub mod semantical; pub mod structural; pub use semantical::merge_encodings_semantically; pub use structural::merge_encodings_structurally;