Refactor frontend/middleware types (#194)
* 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
This commit is contained in:
parent
9e860ef262
commit
c232c8dae5
33 changed files with 1985 additions and 2800 deletions
|
|
@ -4,7 +4,6 @@ pub mod backends;
|
|||
pub mod constants;
|
||||
pub mod frontend;
|
||||
pub mod middleware;
|
||||
mod util;
|
||||
|
||||
#[cfg(test)]
|
||||
pub mod examples;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue