xchecker 1.2.0

Spec pipeline with receipts and gateable JSON contracts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! Documentation validation test module
//!
//! This module provides utilities and tests for validating that xchecker documentation
//! accurately reflects the implementation.

pub mod changelog_tests;
pub mod code_examples_tests;
pub mod common;
pub mod contracts_tests;
pub mod enum_introspection_tests;
pub mod feature_tests;
pub mod m8_gate_tests;
pub mod m9_gate_tests;
pub mod schema_rust_conformance_tests;
pub mod schema_versioning_tests;
pub mod secret_patterns_tests;
pub mod xchecker_home_tests;