* unify fe/be NativeOp and NativePred * remove Origin in favour of PodId * Combine string and hash in Key * use middleware::AnchoredKey in frontend * merge frontend/middleware types * refactor custom predicates * clean up a bit * fix middleware custom tests * clean up * clean up 2 * add acronyms in typos list
9 lines
137 B
Rust
9 lines
137 B
Rust
#![allow(clippy::get_first)]
|
|
|
|
pub mod backends;
|
|
pub mod constants;
|
|
pub mod frontend;
|
|
pub mod middleware;
|
|
|
|
#[cfg(test)]
|
|
pub mod examples;
|