pod2/src/lib.rs
Eduard S. c232c8dae5
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
2025-04-16 11:59:30 +02:00

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;