qubit-argument 0.4.3

Structured, ownership-preserving argument validation for Rust applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Integration test modules for argument validation.

pub(crate) mod argument_error_tests;
pub(crate) mod argument_path_tests;
pub(crate) mod argument_result_ext_tests;
pub(crate) mod argument_value_tests;
pub(crate) mod bounds_tests;
pub(crate) mod collection_argument_tests;
pub(crate) mod constraint_tests;
pub(crate) mod domain_error_conversion_tests;
pub(crate) mod downstream_usage_tests;
pub(crate) mod duration_argument_tests;
pub(crate) mod float_argument_tests;
pub(crate) mod numeric_argument_tests;
pub(crate) mod option_argument_tests;
pub(crate) mod string_argument_tests;