Re-exports§
pub use corpus::load_cases_from_path;pub use corpus::load_cases_from_path_with_options;pub use corpus::load_cases_from_paths;pub use corpus::load_cases_from_paths_with_options;pub use corpus::load_external_cases_from_root;pub use corpus::parse_corpus_group_map;pub use profiles::profile_spec;pub use profiles::validate_for_profile;
Modules§
Structs§
- Conformance
Case - Conformance
Filter Config - Conformance
RunCase Report - Conformance
RunReport - Conformance
Seed Node - Conformance
Seed Relationship - Conformance
Setup - Corpus
Load Options - Profile
Spec - The op/expr requirements for a
ConformanceProfile. - Profile
Validation Result - Result of validating an engine’s capabilities against a
ConformanceProfile. - Query
Result
Enums§
- Conformance
Error - Conformance
Graph Mode - Conformance
Profile - A named conformance profile representing a defined subset of Plexus op/expr support.
- Corpus
Error - Merge
Sort Dir - Value
Functions§
- assert_
case_ outcome - deterministic_
fanout_ merge_ by - Deterministically merge fanout/sharded batches using explicit key + tie-break extractors.
Shard-order invariance requires
(key, tie-break)to be a total order. If ties remain, output can depend on shard input ordering. - deterministic_
fanout_ merge_ by_ with_ fallback - Deterministically merge fanout/sharded batches with an additional fallback key.
If
(key, tie-break, fallback)is a total order, output is shard-order invariant. - normalize_
rows - run_
conformance_ cases - run_
conformance_ suite