rift-types 0.13.5

Shared core types for the Rift workspace (imposters, stubs, predicates).
Documentation
1
2
3
4
5
6
7
8
//! Shared core types for the Rift workspace.
//!
//! Pure, serde-friendly data types with no behaviour, so they can be depended on by
//! `rift-http-proxy`, `rift-lint`, and `rift-tui` without circular dependencies.

pub mod predicate;

pub use predicate::{Predicate, PredicateOperation, PredicateParameters, PredicateSelector};