From 92fad165a66faa52db09a611a617d568cdd78ccb Mon Sep 17 00:00:00 2001 From: Joel Parker Henderson Date: Sun, 3 Nov 2024 22:04:30 +0100 Subject: [PATCH] Fix naming from assert_process_status_* to assert_status_* --- CHANGES.md | 4 +- Cargo.toml | 2 +- README.md | 122 ++--- doc/lib/all.html | 2 +- .../assert_approx/assert_approx_eq/index.html | 2 +- .../assert_approx/assert_approx_ne/index.html | 2 +- doc/lib/assert_approx/index.html | 2 +- .../assert_command_stderr_ge/index.html | 2 +- .../assert_command_stderr_ge_x/index.html | 2 +- .../assert_command_stderr_gt/index.html | 2 +- .../assert_command_stderr_gt_x/index.html | 2 +- .../assert_command_stderr_le/index.html | 2 +- .../assert_command_stderr_le_x/index.html | 2 +- .../assert_command_stderr_lt/index.html | 2 +- .../assert_command_stderr_lt_x/index.html | 2 +- .../assert_command_stderr_ne/index.html | 2 +- .../assert_command_stderr_ne_x/index.html | 2 +- .../assert_command_stdout_ge/index.html | 2 +- .../assert_command_stdout_ge_x/index.html | 2 +- .../assert_command_stdout_gt/index.html | 2 +- .../assert_command_stdout_gt_x/index.html | 2 +- .../assert_command_stdout_le/index.html | 2 +- .../assert_command_stdout_le_x/index.html | 2 +- .../assert_command_stdout_lt/index.html | 2 +- .../assert_command_stdout_lt_x/index.html | 2 +- .../assert_command_stdout_ne/index.html | 2 +- .../assert_command_stdout_ne_x/index.html | 2 +- doc/lib/assert_command/index.html | 2 +- .../assert_count/assert_count_eq/index.html | 2 +- .../assert_count/assert_count_ge/index.html | 2 +- .../assert_count/assert_count_gt/index.html | 2 +- .../assert_count/assert_count_le/index.html | 2 +- .../assert_count/assert_count_lt/index.html | 2 +- .../assert_count/assert_count_ne/index.html | 2 +- .../assert_count/assert_count_ne_x/index.html | 2 +- doc/lib/assert_count/index.html | 2 +- doc/lib/assert_eq/index.html | 2 +- doc/lib/assert_fn/assert_fn_eq/index.html | 2 +- doc/lib/assert_fn/index.html | 2 +- doc/lib/assert_fn_err/index.html | 2 +- doc/lib/assert_fn_ok/index.html | 2 +- doc/lib/assert_ge/index.html | 2 +- doc/lib/assert_gt/index.html | 2 +- doc/lib/assert_in/assert_in_delta/index.html | 2 +- .../assert_in/assert_in_epsilon/index.html | 2 +- doc/lib/assert_in/index.html | 2 +- doc/lib/assert_le/index.html | 2 +- doc/lib/assert_len/assert_len_eq/index.html | 2 +- doc/lib/assert_len/assert_len_ge/index.html | 2 +- doc/lib/assert_len/assert_len_gt/index.html | 2 +- doc/lib/assert_len/assert_len_le/index.html | 2 +- doc/lib/assert_len/assert_len_lt/index.html | 2 +- doc/lib/assert_len/assert_len_ne/index.html | 2 +- doc/lib/assert_len/assert_len_ne_x/index.html | 2 +- doc/lib/assert_len/index.html | 2 +- doc/lib/assert_lt/index.html | 2 +- doc/lib/assert_ne/index.html | 2 +- .../index.html | 17 - .../index.html | 17 - .../index.html | 17 - .../index.html | 17 - .../index.html | 17 - .../index.html | 17 - .../index.html | 17 - .../index.html | 17 - .../index.html | 17 - .../index.html | 17 - doc/lib/assert_process/index.html | 29 -- doc/lib/assert_process/sidebar-items.js | 1 - .../assert_status_code_value_eq/index.html | 17 + .../sidebar-items.js | 0 .../assert_status_code_value_eq_x/index.html | 17 + .../sidebar-items.js | 0 .../assert_status_code_value_ge/index.html | 17 + .../sidebar-items.js | 0 .../assert_status_code_value_ge_x/index.html | 17 + .../sidebar-items.js | 0 .../assert_status_code_value_gt/index.html | 17 + .../sidebar-items.js | 0 .../assert_status_code_value_gt_x/index.html | 17 + .../sidebar-items.js | 0 .../assert_status_code_value_le/index.html | 17 + .../sidebar-items.js | 0 .../assert_status_code_value_le_x}/index.html | 14 +- .../sidebar-items.js | 0 .../assert_status_code_value_lt/index.html | 17 + .../sidebar-items.js | 0 .../assert_status_code_value_lt_x/index.html | 17 + .../sidebar-items.js | 0 .../assert_status_code_value_ne/index.html | 17 + .../sidebar-items.js | 0 .../assert_status_code_value_ne_x/index.html | 17 + .../sidebar-items.js | 0 .../assert_status_success/index.html | 16 + .../assert_status_success/sidebar-items.js | 1 + .../assert_status_success_false/index.html | 16 + .../sidebar-items.js | 1 + doc/lib/assert_status/index.html | 38 ++ doc/lib/assert_status/sidebar-items.js | 1 + .../assert_success/assert_success/index.html | 18 + .../assert_success/sidebar-items.js | 1 + .../assert_success_false}/index.html | 19 +- .../assert_success_false/sidebar-items.js | 1 + doc/lib/assert_success/index.html | 16 + doc/lib/assert_success/sidebar-items.js | 1 + doc/lib/index.html | 78 ++-- doc/lib/macro.assert_abs_diff_eq.html | 2 +- doc/lib/macro.assert_abs_diff_ge.html | 2 +- doc/lib/macro.assert_abs_diff_gt.html | 2 +- doc/lib/macro.assert_abs_diff_le.html | 2 +- doc/lib/macro.assert_abs_diff_lt.html | 2 +- doc/lib/macro.assert_abs_diff_ne.html | 2 +- doc/lib/macro.assert_all.html | 2 +- doc/lib/macro.assert_any.html | 2 +- doc/lib/macro.assert_approx_eq.html | 6 +- doc/lib/macro.assert_approx_eq_as_result.html | 4 +- doc/lib/macro.assert_approx_ne.html | 6 +- doc/lib/macro.assert_approx_ne_as_result.html | 4 +- doc/lib/macro.assert_bag_eq.html | 2 +- doc/lib/macro.assert_bag_ne.html | 2 +- doc/lib/macro.assert_bag_subbag.html | 2 +- doc/lib/macro.assert_bag_superbag.html | 2 +- doc/lib/macro.assert_command_stderr_eq.html | 2 +- doc/lib/macro.assert_command_stderr_eq_x.html | 2 +- doc/lib/macro.assert_command_stderr_ge.html | 6 +- ...ro.assert_command_stderr_ge_as_result.html | 4 +- doc/lib/macro.assert_command_stderr_ge_x.html | 6 +- ....assert_command_stderr_ge_x_as_result.html | 4 +- doc/lib/macro.assert_command_stderr_gt.html | 6 +- ...ro.assert_command_stderr_gt_as_result.html | 4 +- doc/lib/macro.assert_command_stderr_gt_x.html | 6 +- ....assert_command_stderr_gt_x_as_result.html | 4 +- doc/lib/macro.assert_command_stderr_le.html | 6 +- ...ro.assert_command_stderr_le_as_result.html | 4 +- doc/lib/macro.assert_command_stderr_le_x.html | 6 +- ....assert_command_stderr_le_x_as_result.html | 4 +- doc/lib/macro.assert_command_stderr_lt.html | 6 +- ...ro.assert_command_stderr_lt_as_result.html | 4 +- doc/lib/macro.assert_command_stderr_lt_x.html | 6 +- ....assert_command_stderr_lt_x_as_result.html | 4 +- doc/lib/macro.assert_command_stderr_ne.html | 6 +- ...ro.assert_command_stderr_ne_as_result.html | 4 +- doc/lib/macro.assert_command_stderr_ne_x.html | 6 +- ....assert_command_stderr_ne_x_as_result.html | 4 +- ...assert_command_stderr_string_contains.html | 2 +- ...assert_command_stderr_string_is_match.html | 2 +- doc/lib/macro.assert_command_stdout_eq.html | 2 +- doc/lib/macro.assert_command_stdout_eq_x.html | 2 +- doc/lib/macro.assert_command_stdout_ge.html | 6 +- ...ro.assert_command_stdout_ge_as_result.html | 4 +- doc/lib/macro.assert_command_stdout_ge_x.html | 6 +- ....assert_command_stdout_ge_x_as_result.html | 4 +- doc/lib/macro.assert_command_stdout_gt.html | 6 +- ...ro.assert_command_stdout_gt_as_result.html | 4 +- doc/lib/macro.assert_command_stdout_gt_x.html | 6 +- ....assert_command_stdout_gt_x_as_result.html | 4 +- doc/lib/macro.assert_command_stdout_le.html | 6 +- ...ro.assert_command_stdout_le_as_result.html | 4 +- doc/lib/macro.assert_command_stdout_le_x.html | 6 +- ....assert_command_stdout_le_x_as_result.html | 4 +- doc/lib/macro.assert_command_stdout_lt.html | 6 +- ...ro.assert_command_stdout_lt_as_result.html | 4 +- doc/lib/macro.assert_command_stdout_lt_x.html | 6 +- ....assert_command_stdout_lt_x_as_result.html | 4 +- doc/lib/macro.assert_command_stdout_ne.html | 6 +- ...ro.assert_command_stdout_ne_as_result.html | 4 +- doc/lib/macro.assert_command_stdout_ne_x.html | 6 +- ....assert_command_stdout_ne_x_as_result.html | 4 +- ...assert_command_stdout_string_contains.html | 2 +- ...assert_command_stdout_string_is_match.html | 2 +- doc/lib/macro.assert_contains.html | 2 +- doc/lib/macro.assert_count_eq.html | 6 +- doc/lib/macro.assert_count_eq_as_result.html | 4 +- doc/lib/macro.assert_count_eq_x.html | 2 +- doc/lib/macro.assert_count_ge.html | 6 +- doc/lib/macro.assert_count_ge_as_result.html | 4 +- doc/lib/macro.assert_count_ge_x.html | 2 +- doc/lib/macro.assert_count_gt.html | 6 +- doc/lib/macro.assert_count_gt_as_result.html | 4 +- doc/lib/macro.assert_count_gt_x.html | 2 +- doc/lib/macro.assert_count_le.html | 6 +- doc/lib/macro.assert_count_le_as_result.html | 4 +- doc/lib/macro.assert_count_le_x.html | 2 +- doc/lib/macro.assert_count_lt.html | 6 +- doc/lib/macro.assert_count_lt_as_result.html | 4 +- doc/lib/macro.assert_count_lt_x.html | 2 +- doc/lib/macro.assert_count_ne.html | 6 +- doc/lib/macro.assert_count_ne_as_result.html | 4 +- doc/lib/macro.assert_count_ne_x.html | 6 +- .../macro.assert_count_ne_x_as_result.html | 4 +- doc/lib/macro.assert_ends_with.html | 2 +- doc/lib/macro.assert_eq_as_result.html | 4 +- doc/lib/macro.assert_err.html | 2 +- doc/lib/macro.assert_err_eq.html | 2 +- doc/lib/macro.assert_err_eq_x.html | 2 +- doc/lib/macro.assert_err_ne.html | 2 +- doc/lib/macro.assert_err_ne_x.html | 6 +- doc/lib/macro.assert_err_ne_x_as_result.html | 4 +- doc/lib/macro.assert_fn_eq.html | 6 +- doc/lib/macro.assert_fn_eq_as_result.html | 4 +- doc/lib/macro.assert_fn_eq_x.html | 2 +- doc/lib/macro.assert_fn_err_eq.html | 2 +- doc/lib/macro.assert_fn_err_eq_x.html | 2 +- doc/lib/macro.assert_fn_err_ge.html | 2 +- doc/lib/macro.assert_fn_err_ge_x.html | 2 +- doc/lib/macro.assert_fn_err_gt.html | 2 +- doc/lib/macro.assert_fn_err_gt_x.html | 2 +- doc/lib/macro.assert_fn_err_le.html | 2 +- doc/lib/macro.assert_fn_err_le_x.html | 2 +- doc/lib/macro.assert_fn_err_lt.html | 2 +- doc/lib/macro.assert_fn_err_lt_x.html | 2 +- doc/lib/macro.assert_fn_err_ne.html | 2 +- doc/lib/macro.assert_fn_err_ne_x.html | 2 +- doc/lib/macro.assert_fn_ge.html | 2 +- doc/lib/macro.assert_fn_ge_x.html | 2 +- doc/lib/macro.assert_fn_gt.html | 2 +- doc/lib/macro.assert_fn_gt_x.html | 2 +- doc/lib/macro.assert_fn_le.html | 2 +- doc/lib/macro.assert_fn_le_x.html | 2 +- doc/lib/macro.assert_fn_lt.html | 2 +- doc/lib/macro.assert_fn_lt_x.html | 2 +- doc/lib/macro.assert_fn_ne.html | 2 +- doc/lib/macro.assert_fn_ok_eq.html | 2 +- doc/lib/macro.assert_fn_ok_eq_x.html | 2 +- doc/lib/macro.assert_fn_ok_ge.html | 2 +- doc/lib/macro.assert_fn_ok_ge_x.html | 2 +- doc/lib/macro.assert_fn_ok_gt.html | 2 +- doc/lib/macro.assert_fn_ok_gt_x.html | 2 +- doc/lib/macro.assert_fn_ok_le.html | 2 +- doc/lib/macro.assert_fn_ok_le_x.html | 2 +- doc/lib/macro.assert_fn_ok_lt_x.html | 2 +- doc/lib/macro.assert_fn_ok_ne.html | 2 +- doc/lib/macro.assert_fn_ok_ne_x.html | 2 +- ...cro.assert_fs_read_to_string_contains.html | 2 +- .../macro.assert_fs_read_to_string_eq.html | 2 +- .../macro.assert_fs_read_to_string_eq_x.html | 2 +- .../macro.assert_fs_read_to_string_ge.html | 2 +- .../macro.assert_fs_read_to_string_ge_x.html | 2 +- .../macro.assert_fs_read_to_string_gt.html | 2 +- .../macro.assert_fs_read_to_string_gt_x.html | 2 +- ...cro.assert_fs_read_to_string_is_match.html | 2 +- .../macro.assert_fs_read_to_string_le.html | 2 +- .../macro.assert_fs_read_to_string_le_x.html | 2 +- .../macro.assert_fs_read_to_string_lt.html | 2 +- .../macro.assert_fs_read_to_string_lt_x.html | 2 +- .../macro.assert_fs_read_to_string_ne.html | 2 +- .../macro.assert_fs_read_to_string_ne_x.html | 2 +- doc/lib/macro.assert_ge.html | 6 +- doc/lib/macro.assert_ge_as_result.html | 4 +- doc/lib/macro.assert_gt.html | 6 +- doc/lib/macro.assert_gt_as_result.html | 4 +- doc/lib/macro.assert_in_delta.html | 6 +- doc/lib/macro.assert_in_delta_as_result.html | 4 +- doc/lib/macro.assert_in_epsilon.html | 6 +- .../macro.assert_in_epsilon_as_result.html | 4 +- doc/lib/macro.assert_infix.html | 2 +- ...cro.assert_io_read_to_string_contains.html | 2 +- .../macro.assert_io_read_to_string_eq.html | 2 +- .../macro.assert_io_read_to_string_eq_x.html | 2 +- .../macro.assert_io_read_to_string_ge.html | 2 +- .../macro.assert_io_read_to_string_ge_x.html | 2 +- .../macro.assert_io_read_to_string_gt.html | 2 +- .../macro.assert_io_read_to_string_gt_x.html | 2 +- ...cro.assert_io_read_to_string_is_match.html | 2 +- .../macro.assert_io_read_to_string_le.html | 2 +- .../macro.assert_io_read_to_string_le_x.html | 2 +- .../macro.assert_io_read_to_string_lt.html | 2 +- .../macro.assert_io_read_to_string_lt_x.html | 2 +- .../macro.assert_io_read_to_string_ne.html | 2 +- .../macro.assert_io_read_to_string_ne_x.html | 2 +- doc/lib/macro.assert_is_empty.html | 2 +- doc/lib/macro.assert_is_match.html | 2 +- doc/lib/macro.assert_iter_eq.html | 2 +- doc/lib/macro.assert_iter_ge.html | 2 +- doc/lib/macro.assert_iter_gt.html | 2 +- doc/lib/macro.assert_iter_le.html | 2 +- doc/lib/macro.assert_iter_lt.html | 2 +- doc/lib/macro.assert_iter_ne.html | 2 +- doc/lib/macro.assert_le.html | 6 +- doc/lib/macro.assert_le_as_result.html | 4 +- doc/lib/macro.assert_len_eq.html | 6 +- doc/lib/macro.assert_len_eq_as_result.html | 4 +- doc/lib/macro.assert_len_eq_x.html | 2 +- doc/lib/macro.assert_len_ge.html | 6 +- doc/lib/macro.assert_len_ge_as_result.html | 4 +- doc/lib/macro.assert_len_ge_x.html | 2 +- doc/lib/macro.assert_len_gt.html | 6 +- doc/lib/macro.assert_len_gt_as_result.html | 4 +- doc/lib/macro.assert_len_gt_x.html | 2 +- doc/lib/macro.assert_len_le.html | 6 +- doc/lib/macro.assert_len_le_as_result.html | 4 +- doc/lib/macro.assert_len_le_x.html | 2 +- doc/lib/macro.assert_len_lt.html | 6 +- doc/lib/macro.assert_len_lt_as_result.html | 4 +- doc/lib/macro.assert_len_lt_x.html | 2 +- doc/lib/macro.assert_len_ne.html | 6 +- doc/lib/macro.assert_len_ne_as_result.html | 4 +- doc/lib/macro.assert_len_ne_x.html | 6 +- doc/lib/macro.assert_len_ne_x_as_result.html | 4 +- doc/lib/macro.assert_lt.html | 6 +- doc/lib/macro.assert_lt_as_result.html | 4 +- doc/lib/macro.assert_matches.html | 2 +- doc/lib/macro.assert_ne_as_result.html | 4 +- doc/lib/macro.assert_none.html | 2 +- doc/lib/macro.assert_not_contains.html | 2 +- doc/lib/macro.assert_not_empty.html | 2 +- doc/lib/macro.assert_not_ends_with.html | 2 +- doc/lib/macro.assert_not_match.html | 2 +- doc/lib/macro.assert_not_matches.html | 2 +- doc/lib/macro.assert_not_starts_with.html | 2 +- doc/lib/macro.assert_ok.html | 2 +- doc/lib/macro.assert_ok_eq.html | 2 +- doc/lib/macro.assert_ok_eq_x.html | 2 +- doc/lib/macro.assert_ok_ne.html | 2 +- doc/lib/macro.assert_ok_ne_x.html | 6 +- doc/lib/macro.assert_ok_ne_x_as_result.html | 4 +- doc/lib/macro.assert_pending.html | 2 +- ....assert_process_status_code_value_eq!.html | 11 - ...ocess_status_code_value_eq_as_result!.html | 11 - ...ssert_process_status_code_value_eq_x!.html | 11 - ...ess_status_code_value_eq_x_as_result!.html | 11 - ....assert_process_status_code_value_ge!.html | 11 - ...o.assert_process_status_code_value_ge.html | 42 -- ...ocess_status_code_value_ge_as_result!.html | 11 - ...ssert_process_status_code_value_ge_x!.html | 11 - ...ess_status_code_value_ge_x_as_result!.html | 11 - ....assert_process_status_code_value_gt!.html | 11 - ...o.assert_process_status_code_value_gt.html | 42 -- ...ocess_status_code_value_gt_as_result!.html | 11 - ...ssert_process_status_code_value_gt_x!.html | 11 - ...assert_process_status_code_value_gt_x.html | 41 -- ...ess_status_code_value_gt_x_as_result!.html | 11 - ...cess_status_code_value_gt_x_as_result.html | 24 - ....assert_process_status_code_value_le!.html | 11 - ...o.assert_process_status_code_value_le.html | 42 -- ...ocess_status_code_value_le_as_result!.html | 11 - ...rocess_status_code_value_le_as_result.html | 24 - ...ssert_process_status_code_value_le_x!.html | 11 - ...assert_process_status_code_value_le_x.html | 41 -- ...ess_status_code_value_le_x_as_result!.html | 11 - ...cess_status_code_value_le_x_as_result.html | 24 - ....assert_process_status_code_value_lt!.html | 11 - ...o.assert_process_status_code_value_lt.html | 42 -- ...ocess_status_code_value_lt_as_result!.html | 11 - ...ssert_process_status_code_value_lt_x!.html | 11 - ...assert_process_status_code_value_lt_x.html | 41 -- ...ess_status_code_value_lt_x_as_result!.html | 11 - ...cess_status_code_value_lt_x_as_result.html | 24 - ....assert_process_status_code_value_ne!.html | 11 - ...o.assert_process_status_code_value_ne.html | 42 -- ...ocess_status_code_value_ne_as_result!.html | 11 - ...rocess_status_code_value_ne_as_result.html | 24 - ...ssert_process_status_code_value_ne_x!.html | 11 - ...assert_process_status_code_value_ne_x.html | 41 -- ...ess_status_code_value_ne_x_as_result!.html | 11 - ...cess_status_code_value_ne_x_as_result.html | 24 - .../macro.assert_program_args_stderr_eq.html | 2 +- ...macro.assert_program_args_stderr_eq_x.html | 2 +- .../macro.assert_program_args_stderr_ge.html | 2 +- ...macro.assert_program_args_stderr_ge_x.html | 2 +- .../macro.assert_program_args_stderr_gt.html | 2 +- ...macro.assert_program_args_stderr_gt_x.html | 2 +- .../macro.assert_program_args_stderr_le.html | 2 +- ...macro.assert_program_args_stderr_le_x.html | 2 +- .../macro.assert_program_args_stderr_lt.html | 2 +- ...macro.assert_program_args_stderr_lt_x.html | 2 +- .../macro.assert_program_args_stderr_ne.html | 2 +- ...macro.assert_program_args_stderr_ne_x.html | 2 +- ...t_program_args_stderr_string_contains.html | 2 +- ...t_program_args_stderr_string_is_match.html | 2 +- .../macro.assert_program_args_stdout_eq.html | 2 +- ...macro.assert_program_args_stdout_eq_x.html | 2 +- .../macro.assert_program_args_stdout_ge.html | 2 +- ...macro.assert_program_args_stdout_ge_x.html | 2 +- .../macro.assert_program_args_stdout_gt.html | 2 +- ...macro.assert_program_args_stdout_gt_x.html | 2 +- .../macro.assert_program_args_stdout_le.html | 2 +- ...macro.assert_program_args_stdout_le_x.html | 2 +- .../macro.assert_program_args_stdout_lt.html | 2 +- ...macro.assert_program_args_stdout_lt_x.html | 2 +- .../macro.assert_program_args_stdout_ne.html | 2 +- ...macro.assert_program_args_stdout_ne_x.html | 2 +- ...t_program_args_stdout_string_contains.html | 2 +- ...t_program_args_stdout_string_is_match.html | 2 +- doc/lib/macro.assert_ready.html | 2 +- doc/lib/macro.assert_ready_eq.html | 2 +- doc/lib/macro.assert_ready_eq_x.html | 2 +- doc/lib/macro.assert_ready_ne.html | 2 +- doc/lib/macro.assert_ready_ne_x.html | 2 +- doc/lib/macro.assert_set_disjoint.html | 2 +- doc/lib/macro.assert_set_eq.html | 2 +- doc/lib/macro.assert_set_joint.html | 2 +- doc/lib/macro.assert_set_ne.html | 2 +- doc/lib/macro.assert_set_subset.html | 2 +- doc/lib/macro.assert_set_superset.html | 2 +- doc/lib/macro.assert_some.html | 2 +- doc/lib/macro.assert_some_eq.html | 2 +- doc/lib/macro.assert_some_eq_x.html | 2 +- doc/lib/macro.assert_some_ne.html | 2 +- doc/lib/macro.assert_some_ne_x.html | 2 +- doc/lib/macro.assert_starts_with.html | 2 +- .../macro.assert_status_code_value_eq!.html | 11 + .../macro.assert_status_code_value_eq.html | 42 ++ ...ssert_status_code_value_eq_as_result!.html | 11 + ...assert_status_code_value_eq_as_result.html | 24 + .../macro.assert_status_code_value_eq_x!.html | 11 + .../macro.assert_status_code_value_eq_x.html | 41 ++ ...ert_status_code_value_eq_x_as_result!.html | 11 + ...sert_status_code_value_eq_x_as_result.html | 24 + .../macro.assert_status_code_value_ge!.html | 11 + ...=> macro.assert_status_code_value_ge.html} | 24 +- ...ssert_status_code_value_ge_as_result!.html | 11 + ...ssert_status_code_value_ge_as_result.html} | 12 +- .../macro.assert_status_code_value_ge_x!.html | 11 + ... macro.assert_status_code_value_ge_x.html} | 22 +- ...ert_status_code_value_ge_x_as_result!.html | 11 + ...ert_status_code_value_ge_x_as_result.html} | 12 +- .../macro.assert_status_code_value_gt!.html | 11 + .../macro.assert_status_code_value_gt.html | 42 ++ ...ssert_status_code_value_gt_as_result!.html | 11 + ...ssert_status_code_value_gt_as_result.html} | 41 +- .../macro.assert_status_code_value_gt_x!.html | 11 + .../macro.assert_status_code_value_gt_x.html | 41 ++ ...ert_status_code_value_gt_x_as_result!.html | 11 + ...sert_status_code_value_gt_x_as_result.html | 24 + .../macro.assert_status_code_value_le!.html | 11 + .../macro.assert_status_code_value_le.html | 42 ++ ...ssert_status_code_value_le_as_result!.html | 11 + ...assert_status_code_value_le_as_result.html | 24 + .../macro.assert_status_code_value_le_x!.html | 11 + .../macro.assert_status_code_value_le_x.html | 41 ++ ...ert_status_code_value_le_x_as_result!.html | 11 + ...sert_status_code_value_le_x_as_result.html | 24 + .../macro.assert_status_code_value_lt!.html | 11 + .../macro.assert_status_code_value_lt.html | 42 ++ ...ssert_status_code_value_lt_as_result!.html | 11 + ...assert_status_code_value_lt_as_result.html | 24 + .../macro.assert_status_code_value_lt_x!.html | 11 + .../macro.assert_status_code_value_lt_x.html | 41 ++ ...ert_status_code_value_lt_x_as_result!.html | 11 + ...sert_status_code_value_lt_x_as_result.html | 24 + .../macro.assert_status_code_value_ne!.html | 11 + .../macro.assert_status_code_value_ne.html | 42 ++ ...ssert_status_code_value_ne_as_result!.html | 11 + ...ssert_status_code_value_ne_as_result.html} | 41 +- .../macro.assert_status_code_value_ne_x!.html | 11 + .../macro.assert_status_code_value_ne_x.html | 41 ++ ...ert_status_code_value_ne_x_as_result!.html | 11 + ...sert_status_code_value_ne_x_as_result.html | 24 + doc/lib/macro.assert_status_success!.html | 11 + ....html => macro.assert_status_success.html} | 33 +- ...acro.assert_status_success_as_result!.html | 11 + ...acro.assert_status_success_as_result.html} | 14 +- .../macro.assert_status_success_false!.html | 11 + .../macro.assert_status_success_false.html | 36 ++ ...ssert_status_success_false_as_result!.html | 11 + ...assert_status_success_false_as_result.html | 24 + doc/lib/macro.assert_success!.html | 11 + doc/lib/macro.assert_success.html | 41 ++ doc/lib/macro.assert_success_as_result!.html | 11 + doc/lib/macro.assert_success_as_result.html | 24 + doc/lib/macro.assert_success_false!.html | 11 + doc/lib/macro.assert_success_false.html | 41 ++ ...macro.assert_success_false_as_result!.html | 11 + .../macro.assert_success_false_as_result.html | 24 + doc/lib/macro.debug_assert_approx_eq.html | 4 +- doc/lib/macro.debug_assert_approx_ne.html | 4 +- .../macro.debug_assert_command_stderr_ge.html | 4 +- ...acro.debug_assert_command_stderr_ge_x.html | 4 +- .../macro.debug_assert_command_stderr_gt.html | 4 +- ...acro.debug_assert_command_stderr_gt_x.html | 4 +- .../macro.debug_assert_command_stderr_le.html | 4 +- ...acro.debug_assert_command_stderr_le_x.html | 4 +- .../macro.debug_assert_command_stderr_lt.html | 4 +- ...acro.debug_assert_command_stderr_lt_x.html | 4 +- .../macro.debug_assert_command_stderr_ne.html | 4 +- ...acro.debug_assert_command_stderr_ne_x.html | 4 +- .../macro.debug_assert_command_stdout_ge.html | 4 +- ...acro.debug_assert_command_stdout_ge_x.html | 4 +- .../macro.debug_assert_command_stdout_gt.html | 4 +- ...acro.debug_assert_command_stdout_gt_x.html | 4 +- .../macro.debug_assert_command_stdout_le.html | 4 +- ...acro.debug_assert_command_stdout_le_x.html | 4 +- .../macro.debug_assert_command_stdout_lt.html | 4 +- ...acro.debug_assert_command_stdout_lt_x.html | 4 +- .../macro.debug_assert_command_stdout_ne.html | 4 +- ...acro.debug_assert_command_stdout_ne_x.html | 4 +- doc/lib/macro.debug_assert_count_eq.html | 4 +- doc/lib/macro.debug_assert_count_eq_x.html | 4 +- doc/lib/macro.debug_assert_count_ge.html | 4 +- doc/lib/macro.debug_assert_count_ge_x.html | 4 +- doc/lib/macro.debug_assert_count_gt.html | 4 +- doc/lib/macro.debug_assert_count_gt_x.html | 4 +- doc/lib/macro.debug_assert_count_le.html | 4 +- doc/lib/macro.debug_assert_count_le_x.html | 4 +- doc/lib/macro.debug_assert_count_lt.html | 4 +- doc/lib/macro.debug_assert_count_lt_x.html | 4 +- doc/lib/macro.debug_assert_count_ne.html | 4 +- doc/lib/macro.debug_assert_count_ne_x.html | 4 +- doc/lib/macro.debug_assert_err_ne_x.html | 4 +- doc/lib/macro.debug_assert_fn_eq.html | 4 +- doc/lib/macro.debug_assert_ge.html | 4 +- doc/lib/macro.debug_assert_gt.html | 4 +- doc/lib/macro.debug_assert_in_delta.html | 4 +- doc/lib/macro.debug_assert_in_epsilon.html | 4 +- doc/lib/macro.debug_assert_le.html | 4 +- doc/lib/macro.debug_assert_len_eq.html | 4 +- doc/lib/macro.debug_assert_len_eq_x.html | 4 +- doc/lib/macro.debug_assert_len_ge.html | 4 +- doc/lib/macro.debug_assert_len_ge_x.html | 4 +- doc/lib/macro.debug_assert_len_gt.html | 4 +- doc/lib/macro.debug_assert_len_gt_x.html | 4 +- doc/lib/macro.debug_assert_len_le.html | 4 +- doc/lib/macro.debug_assert_len_le_x.html | 4 +- doc/lib/macro.debug_assert_len_lt.html | 4 +- doc/lib/macro.debug_assert_len_lt_x.html | 4 +- doc/lib/macro.debug_assert_len_ne.html | 4 +- doc/lib/macro.debug_assert_len_ne_x.html | 4 +- doc/lib/macro.debug_assert_lt.html | 4 +- doc/lib/macro.debug_assert_ok_ne_x.html | 4 +- ..._assert_process_status_code_value_eq!.html | 11 - ...ssert_process_status_code_value_eq_x!.html | 11 - ..._assert_process_status_code_value_ge!.html | 11 - ...g_assert_process_status_code_value_ge.html | 27 -- ...ssert_process_status_code_value_ge_x!.html | 11 - ..._assert_process_status_code_value_gt!.html | 11 - ...g_assert_process_status_code_value_gt.html | 27 -- ...ssert_process_status_code_value_gt_x!.html | 11 - ...assert_process_status_code_value_gt_x.html | 27 -- ..._assert_process_status_code_value_le!.html | 11 - ...g_assert_process_status_code_value_le.html | 27 -- ...ssert_process_status_code_value_le_x!.html | 11 - ..._assert_process_status_code_value_lt!.html | 11 - ...g_assert_process_status_code_value_lt.html | 27 -- ...ssert_process_status_code_value_lt_x!.html | 11 - ...assert_process_status_code_value_lt_x.html | 27 -- ..._assert_process_status_code_value_ne!.html | 11 - ...g_assert_process_status_code_value_ne.html | 27 -- ...ssert_process_status_code_value_ne_x!.html | 11 - ...assert_process_status_code_value_ne_x.html | 27 -- ...o.debug_assert_program_args_stderr_gt.html | 4 +- ...debug_assert_program_args_stderr_le_x.html | 4 +- ...ro.debug_assert_status_code_value_eq!.html | 11 + ...cro.debug_assert_status_code_value_eq.html | 27 ++ ....debug_assert_status_code_value_eq_x!.html | 11 + ....debug_assert_status_code_value_eq_x.html} | 12 +- ...ro.debug_assert_status_code_value_ge!.html | 11 + ...cro.debug_assert_status_code_value_ge.html | 27 ++ ....debug_assert_status_code_value_ge_x!.html | 11 + ....debug_assert_status_code_value_ge_x.html} | 41 +- ...ro.debug_assert_status_code_value_gt!.html | 11 + ...cro.debug_assert_status_code_value_gt.html | 27 ++ ....debug_assert_status_code_value_gt_x!.html | 11 + ...o.debug_assert_status_code_value_gt_x.html | 27 ++ ...ro.debug_assert_status_code_value_le!.html | 11 + ...cro.debug_assert_status_code_value_le.html | 27 ++ ....debug_assert_status_code_value_le_x!.html | 11 + ....debug_assert_status_code_value_le_x.html} | 41 +- ...ro.debug_assert_status_code_value_lt!.html | 11 + ...cro.debug_assert_status_code_value_lt.html | 27 ++ ....debug_assert_status_code_value_lt_x!.html | 11 + ...o.debug_assert_status_code_value_lt_x.html | 27 ++ ...ro.debug_assert_status_code_value_ne!.html | 11 + ...cro.debug_assert_status_code_value_ne.html | 27 ++ ....debug_assert_status_code_value_ne_x!.html | 11 + ....debug_assert_status_code_value_ne_x.html} | 12 +- .../macro.debug_assert_status_success!.html | 11 + .../macro.debug_assert_status_success.html | 27 ++ ...ro.debug_assert_status_success_false!.html | 11 + ...cro.debug_assert_status_success_false.html | 27 ++ doc/lib/macro.debug_assert_success!.html | 11 + ...t.html => macro.debug_assert_success.html} | 41 +- .../macro.debug_assert_success_false!.html | 11 + doc/lib/macro.debug_assert_success_false.html | 27 ++ doc/lib/sidebar-items.js | 2 +- doc/search-index.js | 4 +- doc/search.desc/lib/lib-desc-0-.js | 2 +- doc/src-files.js | 4 +- doc/src/lib/assert.rs.html | 4 +- .../assert_abs_diff_eq.rs.html | 10 +- .../assert_abs_diff_ge.rs.html | 8 +- .../assert_abs_diff_gt.rs.html | 10 +- .../assert_abs_diff_le.rs.html | 8 +- .../assert_abs_diff_lt.rs.html | 10 +- .../assert_abs_diff_ne.rs.html | 8 +- doc/src/lib/assert_all.rs.html | 8 +- doc/src/lib/assert_any.rs.html | 8 +- .../assert_approx/assert_approx_eq.rs.html | 16 +- .../assert_approx/assert_approx_ne.rs.html | 16 +- doc/src/lib/assert_bag/assert_bag_eq.rs.html | 8 +- doc/src/lib/assert_bag/assert_bag_ne.rs.html | 8 +- .../lib/assert_bag/assert_bag_subbag.rs.html | 10 +- .../assert_bag/assert_bag_superbag.rs.html | 10 +- .../assert_command_stderr_eq.rs.html | 12 +- .../assert_command_stderr_eq_x.rs.html | 12 +- .../assert_command_stderr_ge.rs.html | 18 +- .../assert_command_stderr_ge_x.rs.html | 18 +- .../assert_command_stderr_gt.rs.html | 20 +- .../assert_command_stderr_gt_x.rs.html | 20 +- .../assert_command_stderr_le.rs.html | 18 +- .../assert_command_stderr_le_x.rs.html | 18 +- .../assert_command_stderr_lt.rs.html | 20 +- .../assert_command_stderr_lt_x.rs.html | 20 +- .../assert_command_stderr_ne.rs.html | 18 +- .../assert_command_stderr_ne_x.rs.html | 18 +- ...ert_command_stderr_string_contains.rs.html | 10 +- ...ert_command_stderr_string_is_match.rs.html | 10 +- .../assert_command_stdout_eq.rs.html | 10 +- .../assert_command_stdout_eq_x.rs.html | 12 +- .../assert_command_stdout_ge.rs.html | 18 +- .../assert_command_stdout_ge_x.rs.html | 18 +- .../assert_command_stdout_gt.rs.html | 20 +- .../assert_command_stdout_gt_x.rs.html | 20 +- .../assert_command_stdout_le.rs.html | 18 +- .../assert_command_stdout_le_x.rs.html | 18 +- .../assert_command_stdout_lt.rs.html | 20 +- .../assert_command_stdout_lt_x.rs.html | 20 +- .../assert_command_stdout_ne.rs.html | 18 +- .../assert_command_stdout_ne_x.rs.html | 18 +- ...ert_command_stdout_string_contains.rs.html | 10 +- ...ert_command_stdout_string_is_match.rs.html | 10 +- .../assert_contains/assert_contains.rs.html | 12 +- .../assert_not_contains.rs.html | 12 +- .../lib/assert_count/assert_count_eq.rs.html | 18 +- .../assert_count/assert_count_eq_x.rs.html | 12 +- .../lib/assert_count/assert_count_ge.rs.html | 16 +- .../assert_count/assert_count_ge_x.rs.html | 10 +- .../lib/assert_count/assert_count_gt.rs.html | 18 +- .../assert_count/assert_count_gt_x.rs.html | 12 +- .../lib/assert_count/assert_count_le.rs.html | 16 +- .../assert_count/assert_count_le_x.rs.html | 10 +- .../lib/assert_count/assert_count_lt.rs.html | 18 +- .../assert_count/assert_count_lt_x.rs.html | 12 +- .../lib/assert_count/assert_count_ne.rs.html | 16 +- .../assert_count/assert_count_ne_x.rs.html | 16 +- .../assert_ends_with/assert_ends_with.rs.html | 8 +- .../assert_not_ends_with.rs.html | 8 +- doc/src/lib/assert_eq.rs.html | 8 +- doc/src/lib/assert_err/assert_err.rs.html | 8 +- doc/src/lib/assert_err/assert_err_eq.rs.html | 12 +- .../lib/assert_err/assert_err_eq_x.rs.html | 12 +- doc/src/lib/assert_err/assert_err_ne.rs.html | 12 +- .../lib/assert_err/assert_err_ne_x.rs.html | 18 +- doc/src/lib/assert_fn/assert_fn_eq.rs.html | 20 +- doc/src/lib/assert_fn/assert_fn_eq_x.rs.html | 12 +- doc/src/lib/assert_fn/assert_fn_ge.rs.html | 12 +- doc/src/lib/assert_fn/assert_fn_ge_x.rs.html | 12 +- doc/src/lib/assert_fn/assert_fn_gt.rs.html | 16 +- doc/src/lib/assert_fn/assert_fn_gt_x.rs.html | 16 +- doc/src/lib/assert_fn/assert_fn_le.rs.html | 12 +- doc/src/lib/assert_fn/assert_fn_le_x.rs.html | 12 +- doc/src/lib/assert_fn/assert_fn_lt.rs.html | 16 +- doc/src/lib/assert_fn/assert_fn_lt_x.rs.html | 16 +- doc/src/lib/assert_fn/assert_fn_ne.rs.html | 12 +- doc/src/lib/assert_fn/assert_fn_ne_x.rs.html | 10 +- .../assert_fn_err/assert_fn_err_eq.rs.html | 16 +- .../assert_fn_err/assert_fn_err_eq_x.rs.html | 16 +- .../assert_fn_err/assert_fn_err_ge.rs.html | 16 +- .../assert_fn_err/assert_fn_err_ge_x.rs.html | 16 +- .../assert_fn_err/assert_fn_err_gt.rs.html | 20 +- .../assert_fn_err/assert_fn_err_gt_x.rs.html | 20 +- .../assert_fn_err/assert_fn_err_le.rs.html | 16 +- .../assert_fn_err/assert_fn_err_le_x.rs.html | 16 +- .../assert_fn_err/assert_fn_err_lt.rs.html | 20 +- .../assert_fn_err/assert_fn_err_lt_x.rs.html | 20 +- .../assert_fn_err/assert_fn_err_ne.rs.html | 16 +- .../assert_fn_err/assert_fn_err_ne_x.rs.html | 16 +- doc/src/lib/assert_fn_err/mod.rs.html | 2 +- .../lib/assert_fn_ok/assert_fn_ok_eq.rs.html | 16 +- .../assert_fn_ok/assert_fn_ok_eq_x.rs.html | 16 +- .../lib/assert_fn_ok/assert_fn_ok_ge.rs.html | 16 +- .../assert_fn_ok/assert_fn_ok_ge_x.rs.html | 16 +- .../lib/assert_fn_ok/assert_fn_ok_gt.rs.html | 20 +- .../assert_fn_ok/assert_fn_ok_gt_x.rs.html | 20 +- .../lib/assert_fn_ok/assert_fn_ok_le.rs.html | 16 +- .../assert_fn_ok/assert_fn_ok_le_x.rs.html | 16 +- .../lib/assert_fn_ok/assert_fn_ok_lt.rs.html | 18 +- .../assert_fn_ok/assert_fn_ok_lt_x.rs.html | 16 +- .../lib/assert_fn_ok/assert_fn_ok_ne.rs.html | 16 +- .../assert_fn_ok/assert_fn_ok_ne_x.rs.html | 16 +- doc/src/lib/assert_fn_ok/mod.rs.html | 2 +- .../assert_fs_read_to_string_contains.rs.html | 10 +- .../assert_fs_read_to_string_eq.rs.html | 12 +- .../assert_fs_read_to_string_eq_x.rs.html | 12 +- .../assert_fs_read_to_string_ge.rs.html | 10 +- .../assert_fs_read_to_string_ge_x.rs.html | 10 +- .../assert_fs_read_to_string_gt.rs.html | 12 +- .../assert_fs_read_to_string_gt_x.rs.html | 12 +- .../assert_fs_read_to_string_is_match.rs.html | 10 +- .../assert_fs_read_to_string_le.rs.html | 10 +- .../assert_fs_read_to_string_le_x.rs.html | 10 +- .../assert_fs_read_to_string_lt.rs.html | 12 +- .../assert_fs_read_to_string_lt_x.rs.html | 12 +- .../assert_fs_read_to_string_ne.rs.html | 10 +- .../assert_fs_read_to_string_ne_x.rs.html | 10 +- doc/src/lib/assert_ge.rs.html | 16 +- doc/src/lib/assert_gt.rs.html | 16 +- doc/src/lib/assert_in/assert_in_delta.rs.html | 16 +- .../lib/assert_in/assert_in_epsilon.rs.html | 16 +- doc/src/lib/assert_infix.rs.html | 10 +- .../assert_io_read_to_string_contains.rs.html | 10 +- .../assert_io_read_to_string_eq.rs.html | 12 +- .../assert_io_read_to_string_eq_x.rs.html | 12 +- .../assert_io_read_to_string_ge.rs.html | 10 +- .../assert_io_read_to_string_ge_x.rs.html | 10 +- .../assert_io_read_to_string_gt.rs.html | 12 +- .../assert_io_read_to_string_gt_x.rs.html | 12 +- .../assert_io_read_to_string_is_match.rs.html | 10 +- .../assert_io_read_to_string_le.rs.html | 10 +- .../assert_io_read_to_string_le_x.rs.html | 10 +- .../assert_io_read_to_string_lt.rs.html | 10 +- .../assert_io_read_to_string_lt_x.rs.html | 10 +- .../assert_io_read_to_string_ne.rs.html | 10 +- .../assert_io_read_to_string_ne_x.rs.html | 10 +- .../assert_is_empty/assert_is_empty.rs.html | 8 +- .../assert_is_empty/assert_not_empty.rs.html | 8 +- .../assert_is_match/assert_is_match.rs.html | 8 +- .../assert_is_match/assert_not_match.rs.html | 8 +- .../lib/assert_iter/assert_iter_eq.rs.html | 8 +- .../lib/assert_iter/assert_iter_ge.rs.html | 8 +- .../lib/assert_iter/assert_iter_gt.rs.html | 10 +- .../lib/assert_iter/assert_iter_le.rs.html | 8 +- .../lib/assert_iter/assert_iter_lt.rs.html | 10 +- .../lib/assert_iter/assert_iter_ne.rs.html | 8 +- doc/src/lib/assert_le.rs.html | 16 +- doc/src/lib/assert_len/assert_len_eq.rs.html | 18 +- .../lib/assert_len/assert_len_eq_x.rs.html | 12 +- doc/src/lib/assert_len/assert_len_ge.rs.html | 16 +- .../lib/assert_len/assert_len_ge_x.rs.html | 10 +- doc/src/lib/assert_len/assert_len_gt.rs.html | 18 +- .../lib/assert_len/assert_len_gt_x.rs.html | 12 +- doc/src/lib/assert_len/assert_len_le.rs.html | 16 +- .../lib/assert_len/assert_len_le_x.rs.html | 10 +- doc/src/lib/assert_len/assert_len_lt.rs.html | 18 +- .../lib/assert_len/assert_len_lt_x.rs.html | 12 +- doc/src/lib/assert_len/assert_len_ne.rs.html | 16 +- .../lib/assert_len/assert_len_ne_x.rs.html | 16 +- doc/src/lib/assert_lt.rs.html | 16 +- .../lib/assert_matches/assert_matches.rs.html | 10 +- .../assert_matches/assert_not_matches.rs.html | 10 +- doc/src/lib/assert_ne.rs.html | 8 +- doc/src/lib/assert_none/assert_none.rs.html | 8 +- doc/src/lib/assert_ok/assert_ok.rs.html | 8 +- doc/src/lib/assert_ok/assert_ok_eq.rs.html | 12 +- doc/src/lib/assert_ok/assert_ok_eq_x.rs.html | 12 +- doc/src/lib/assert_ok/assert_ok_ne.rs.html | 12 +- doc/src/lib/assert_ok/assert_ok_ne_x.rs.html | 18 +- .../lib/assert_pending/assert_pending.rs.html | 8 +- doc/src/lib/assert_process/mod.rs.html | 105 ----- .../assert_program_args_stderr_eq.rs.html | 10 +- .../assert_program_args_stderr_eq_x.rs.html | 12 +- .../assert_program_args_stderr_ge.rs.html | 10 +- .../assert_program_args_stderr_ge_x.rs.html | 10 +- .../assert_program_args_stderr_gt.rs.html | 14 +- .../assert_program_args_stderr_gt_x.rs.html | 10 +- .../assert_program_args_stderr_le.rs.html | 10 +- .../assert_program_args_stderr_le_x.rs.html | 12 +- .../assert_program_args_stderr_lt.rs.html | 12 +- .../assert_program_args_stderr_lt_x.rs.html | 10 +- .../assert_program_args_stderr_ne.rs.html | 10 +- .../assert_program_args_stderr_ne_x.rs.html | 10 +- ...rogram_args_stderr_string_contains.rs.html | 10 +- ...rogram_args_stderr_string_is_match.rs.html | 10 +- .../assert_program_args_stdout_eq.rs.html | 10 +- .../assert_program_args_stdout_eq_x.rs.html | 10 +- .../assert_program_args_stdout_ge.rs.html | 10 +- .../assert_program_args_stdout_ge_x.rs.html | 10 +- .../assert_program_args_stdout_gt.rs.html | 10 +- .../assert_program_args_stdout_gt_x.rs.html | 10 +- .../assert_program_args_stdout_le.rs.html | 10 +- .../assert_program_args_stdout_le_x.rs.html | 10 +- .../assert_program_args_stdout_lt.rs.html | 10 +- .../assert_program_args_stdout_lt_x.rs.html | 10 +- .../assert_program_args_stdout_ne.rs.html | 10 +- .../assert_program_args_stdout_ne_x.rs.html | 10 +- ...rogram_args_stdout_string_contains.rs.html | 10 +- ...rogram_args_stdout_string_is_match.rs.html | 10 +- doc/src/lib/assert_ready/assert_ready.rs.html | 8 +- .../lib/assert_ready/assert_ready_eq.rs.html | 12 +- .../assert_ready/assert_ready_eq_x.rs.html | 12 +- .../lib/assert_ready/assert_ready_ne.rs.html | 12 +- .../assert_ready/assert_ready_ne_x.rs.html | 12 +- .../assert_set/assert_set_disjoint.rs.html | 8 +- doc/src/lib/assert_set/assert_set_eq.rs.html | 8 +- .../lib/assert_set/assert_set_joint.rs.html | 8 +- doc/src/lib/assert_set/assert_set_ne.rs.html | 8 +- .../lib/assert_set/assert_set_subset.rs.html | 8 +- .../assert_set/assert_set_superset.rs.html | 8 +- doc/src/lib/assert_some/assert_some.rs.html | 8 +- .../lib/assert_some/assert_some_eq.rs.html | 12 +- .../lib/assert_some/assert_some_eq_x.rs.html | 12 +- .../lib/assert_some/assert_some_ne.rs.html | 12 +- .../lib/assert_some/assert_some_ne_x.rs.html | 12 +- .../assert_not_starts_with.rs.html | 8 +- .../assert_starts_with.rs.html | 8 +- .../assert_status_code_value_eq.rs.html} | 88 ++-- .../assert_status_code_value_eq_x.rs.html} | 88 ++-- .../assert_status_code_value_ge.rs.html} | 84 ++-- .../assert_status_code_value_ge_x.rs.html} | 84 ++-- .../assert_status_code_value_gt.rs.html} | 88 ++-- .../assert_status_code_value_gt_x.rs.html} | 88 ++-- .../assert_status_code_value_le.rs.html} | 84 ++-- .../assert_status_code_value_le_x.rs.html} | 84 ++-- .../assert_status_code_value_lt.rs.html} | 88 ++-- .../assert_status_code_value_lt_x.rs.html} | 88 ++-- .../assert_status_code_value_ne.rs.html} | 84 ++-- .../assert_status_code_value_ne_x.rs.html} | 84 ++-- .../assert_status_success.rs.html | 435 ++++++++++++++++++ .../assert_status_success_false.rs.html | 435 ++++++++++++++++++ doc/src/lib/assert_status/mod.rs.html | 127 +++++ .../lib/assert_success/assert_success.rs.html | 427 +++++++++++++++++ .../assert_success_false.rs.html | 427 +++++++++++++++++ doc/src/lib/assert_success/mod.rs.html | 51 ++ doc/src/lib/lib.rs.html | 154 ++----- help/comparisons/all_asserts/index.md | 8 +- help/comparisons/approx/index.md | 4 +- help/comparisons/assert_approx_eq/index.md | 4 +- help/comparisons/assert_cmd/index.md | 51 +- help/comparisons/index.md | 5 +- src/assert.rs | 4 +- src/assert_abs_diff/assert_abs_diff_eq.rs | 10 +- src/assert_abs_diff/assert_abs_diff_ge.rs | 8 +- src/assert_abs_diff/assert_abs_diff_gt.rs | 10 +- src/assert_abs_diff/assert_abs_diff_le.rs | 8 +- src/assert_abs_diff/assert_abs_diff_lt.rs | 10 +- src/assert_abs_diff/assert_abs_diff_ne.rs | 8 +- src/assert_all.rs | 8 +- src/assert_any.rs | 8 +- src/assert_approx/assert_approx_eq.rs | 16 +- src/assert_approx/assert_approx_ne.rs | 16 +- src/assert_bag/assert_bag_eq.rs | 8 +- src/assert_bag/assert_bag_ne.rs | 8 +- src/assert_bag/assert_bag_subbag.rs | 10 +- src/assert_bag/assert_bag_superbag.rs | 10 +- .../assert_command_stderr_eq.rs | 12 +- .../assert_command_stderr_eq_x.rs | 12 +- .../assert_command_stderr_ge.rs | 18 +- .../assert_command_stderr_ge_x.rs | 18 +- .../assert_command_stderr_gt.rs | 20 +- .../assert_command_stderr_gt_x.rs | 20 +- .../assert_command_stderr_le.rs | 18 +- .../assert_command_stderr_le_x.rs | 18 +- .../assert_command_stderr_lt.rs | 20 +- .../assert_command_stderr_lt_x.rs | 20 +- .../assert_command_stderr_ne.rs | 18 +- .../assert_command_stderr_ne_x.rs | 18 +- .../assert_command_stderr_string_contains.rs | 10 +- .../assert_command_stderr_string_is_match.rs | 10 +- .../assert_command_stdout_eq.rs | 10 +- .../assert_command_stdout_eq_x.rs | 12 +- .../assert_command_stdout_ge.rs | 18 +- .../assert_command_stdout_ge_x.rs | 18 +- .../assert_command_stdout_gt.rs | 20 +- .../assert_command_stdout_gt_x.rs | 20 +- .../assert_command_stdout_le.rs | 18 +- .../assert_command_stdout_le_x.rs | 18 +- .../assert_command_stdout_lt.rs | 20 +- .../assert_command_stdout_lt_x.rs | 20 +- .../assert_command_stdout_ne.rs | 18 +- .../assert_command_stdout_ne_x.rs | 18 +- .../assert_command_stdout_string_contains.rs | 10 +- .../assert_command_stdout_string_is_match.rs | 10 +- src/assert_contains/assert_contains.rs | 12 +- src/assert_contains/assert_not_contains.rs | 12 +- src/assert_count/assert_count_eq.rs | 18 +- src/assert_count/assert_count_eq_x.rs | 12 +- src/assert_count/assert_count_ge.rs | 16 +- src/assert_count/assert_count_ge_x.rs | 10 +- src/assert_count/assert_count_gt.rs | 18 +- src/assert_count/assert_count_gt_x.rs | 12 +- src/assert_count/assert_count_le.rs | 16 +- src/assert_count/assert_count_le_x.rs | 10 +- src/assert_count/assert_count_lt.rs | 18 +- src/assert_count/assert_count_lt_x.rs | 12 +- src/assert_count/assert_count_ne.rs | 16 +- src/assert_count/assert_count_ne_x.rs | 16 +- src/assert_ends_with/assert_ends_with.rs | 8 +- src/assert_ends_with/assert_not_ends_with.rs | 8 +- src/assert_eq.rs | 8 +- src/assert_err/assert_err.rs | 8 +- src/assert_err/assert_err_eq.rs | 12 +- src/assert_err/assert_err_eq_x.rs | 12 +- src/assert_err/assert_err_ne.rs | 12 +- src/assert_err/assert_err_ne_x.rs | 18 +- src/assert_fn/assert_fn_eq.rs | 20 +- src/assert_fn/assert_fn_eq_x.rs | 12 +- src/assert_fn/assert_fn_ge.rs | 12 +- src/assert_fn/assert_fn_ge_x.rs | 12 +- src/assert_fn/assert_fn_gt.rs | 16 +- src/assert_fn/assert_fn_gt_x.rs | 16 +- src/assert_fn/assert_fn_le.rs | 12 +- src/assert_fn/assert_fn_le_x.rs | 12 +- src/assert_fn/assert_fn_lt.rs | 16 +- src/assert_fn/assert_fn_lt_x.rs | 16 +- src/assert_fn/assert_fn_ne.rs | 12 +- src/assert_fn/assert_fn_ne_x.rs | 10 +- src/assert_fn_err/assert_fn_err_eq.rs | 16 +- src/assert_fn_err/assert_fn_err_eq_x.rs | 16 +- src/assert_fn_err/assert_fn_err_ge.rs | 16 +- src/assert_fn_err/assert_fn_err_ge_x.rs | 16 +- src/assert_fn_err/assert_fn_err_gt.rs | 20 +- src/assert_fn_err/assert_fn_err_gt_x.rs | 20 +- src/assert_fn_err/assert_fn_err_le.rs | 16 +- src/assert_fn_err/assert_fn_err_le_x.rs | 16 +- src/assert_fn_err/assert_fn_err_lt.rs | 20 +- src/assert_fn_err/assert_fn_err_lt_x.rs | 20 +- src/assert_fn_err/assert_fn_err_ne.rs | 16 +- src/assert_fn_err/assert_fn_err_ne_x.rs | 16 +- src/assert_fn_err/mod.rs | 2 +- src/assert_fn_ok/assert_fn_ok_eq.rs | 16 +- src/assert_fn_ok/assert_fn_ok_eq_x.rs | 16 +- src/assert_fn_ok/assert_fn_ok_ge.rs | 16 +- src/assert_fn_ok/assert_fn_ok_ge_x.rs | 16 +- src/assert_fn_ok/assert_fn_ok_gt.rs | 20 +- src/assert_fn_ok/assert_fn_ok_gt_x.rs | 20 +- src/assert_fn_ok/assert_fn_ok_le.rs | 16 +- src/assert_fn_ok/assert_fn_ok_le_x.rs | 16 +- src/assert_fn_ok/assert_fn_ok_lt.rs | 18 +- src/assert_fn_ok/assert_fn_ok_lt_x.rs | 16 +- src/assert_fn_ok/assert_fn_ok_ne.rs | 16 +- src/assert_fn_ok/assert_fn_ok_ne_x.rs | 16 +- src/assert_fn_ok/mod.rs | 2 +- .../assert_fs_read_to_string_contains.rs | 10 +- .../assert_fs_read_to_string_eq.rs | 12 +- .../assert_fs_read_to_string_eq_x.rs | 12 +- .../assert_fs_read_to_string_ge.rs | 10 +- .../assert_fs_read_to_string_ge_x.rs | 10 +- .../assert_fs_read_to_string_gt.rs | 12 +- .../assert_fs_read_to_string_gt_x.rs | 12 +- .../assert_fs_read_to_string_is_match.rs | 10 +- .../assert_fs_read_to_string_le.rs | 10 +- .../assert_fs_read_to_string_le_x.rs | 10 +- .../assert_fs_read_to_string_lt.rs | 12 +- .../assert_fs_read_to_string_lt_x.rs | 12 +- .../assert_fs_read_to_string_ne.rs | 10 +- .../assert_fs_read_to_string_ne_x.rs | 10 +- src/assert_ge.rs | 16 +- src/assert_gt.rs | 16 +- src/assert_in/assert_in_delta.rs | 16 +- src/assert_in/assert_in_epsilon.rs | 16 +- src/assert_infix.rs | 10 +- .../assert_io_read_to_string_contains.rs | 10 +- .../assert_io_read_to_string_eq.rs | 12 +- .../assert_io_read_to_string_eq_x.rs | 12 +- .../assert_io_read_to_string_ge.rs | 10 +- .../assert_io_read_to_string_ge_x.rs | 10 +- .../assert_io_read_to_string_gt.rs | 12 +- .../assert_io_read_to_string_gt_x.rs | 12 +- .../assert_io_read_to_string_is_match.rs | 10 +- .../assert_io_read_to_string_le.rs | 10 +- .../assert_io_read_to_string_le_x.rs | 10 +- .../assert_io_read_to_string_lt.rs | 10 +- .../assert_io_read_to_string_lt_x.rs | 10 +- .../assert_io_read_to_string_ne.rs | 10 +- .../assert_io_read_to_string_ne_x.rs | 10 +- src/assert_is_empty/assert_is_empty.rs | 8 +- src/assert_is_empty/assert_not_empty.rs | 8 +- src/assert_is_match/assert_is_match.rs | 8 +- src/assert_is_match/assert_not_match.rs | 8 +- src/assert_iter/assert_iter_eq.rs | 8 +- src/assert_iter/assert_iter_ge.rs | 8 +- src/assert_iter/assert_iter_gt.rs | 10 +- src/assert_iter/assert_iter_le.rs | 8 +- src/assert_iter/assert_iter_lt.rs | 10 +- src/assert_iter/assert_iter_ne.rs | 8 +- src/assert_le.rs | 16 +- src/assert_len/assert_len_eq.rs | 18 +- src/assert_len/assert_len_eq_x.rs | 12 +- src/assert_len/assert_len_ge.rs | 16 +- src/assert_len/assert_len_ge_x.rs | 10 +- src/assert_len/assert_len_gt.rs | 18 +- src/assert_len/assert_len_gt_x.rs | 12 +- src/assert_len/assert_len_le.rs | 16 +- src/assert_len/assert_len_le_x.rs | 10 +- src/assert_len/assert_len_lt.rs | 18 +- src/assert_len/assert_len_lt_x.rs | 12 +- src/assert_len/assert_len_ne.rs | 16 +- src/assert_len/assert_len_ne_x.rs | 16 +- src/assert_lt.rs | 16 +- src/assert_matches/assert_matches.rs | 10 +- src/assert_matches/assert_not_matches.rs | 10 +- src/assert_ne.rs | 8 +- src/assert_none/assert_none.rs | 8 +- src/assert_ok/assert_ok.rs | 8 +- src/assert_ok/assert_ok_eq.rs | 12 +- src/assert_ok/assert_ok_eq_x.rs | 12 +- src/assert_ok/assert_ok_ne.rs | 12 +- src/assert_ok/assert_ok_ne_x.rs | 18 +- src/assert_pending/assert_pending.rs | 8 +- src/assert_process/mod.rs | 52 --- .../assert_program_args_stderr_eq.rs | 10 +- .../assert_program_args_stderr_eq_x.rs | 12 +- .../assert_program_args_stderr_ge.rs | 10 +- .../assert_program_args_stderr_ge_x.rs | 10 +- .../assert_program_args_stderr_gt.rs | 14 +- .../assert_program_args_stderr_gt_x.rs | 10 +- .../assert_program_args_stderr_le.rs | 10 +- .../assert_program_args_stderr_le_x.rs | 12 +- .../assert_program_args_stderr_lt.rs | 12 +- .../assert_program_args_stderr_lt_x.rs | 10 +- .../assert_program_args_stderr_ne.rs | 10 +- .../assert_program_args_stderr_ne_x.rs | 10 +- ...ert_program_args_stderr_string_contains.rs | 10 +- ...ert_program_args_stderr_string_is_match.rs | 10 +- .../assert_program_args_stdout_eq.rs | 10 +- .../assert_program_args_stdout_eq_x.rs | 10 +- .../assert_program_args_stdout_ge.rs | 10 +- .../assert_program_args_stdout_ge_x.rs | 10 +- .../assert_program_args_stdout_gt.rs | 10 +- .../assert_program_args_stdout_gt_x.rs | 10 +- .../assert_program_args_stdout_le.rs | 10 +- .../assert_program_args_stdout_le_x.rs | 10 +- .../assert_program_args_stdout_lt.rs | 10 +- .../assert_program_args_stdout_lt_x.rs | 10 +- .../assert_program_args_stdout_ne.rs | 10 +- .../assert_program_args_stdout_ne_x.rs | 10 +- ...ert_program_args_stdout_string_contains.rs | 10 +- ...ert_program_args_stdout_string_is_match.rs | 10 +- src/assert_ready/assert_ready.rs | 8 +- src/assert_ready/assert_ready_eq.rs | 12 +- src/assert_ready/assert_ready_eq_x.rs | 12 +- src/assert_ready/assert_ready_ne.rs | 12 +- src/assert_ready/assert_ready_ne_x.rs | 12 +- src/assert_set/assert_set_disjoint.rs | 8 +- src/assert_set/assert_set_eq.rs | 8 +- src/assert_set/assert_set_joint.rs | 8 +- src/assert_set/assert_set_ne.rs | 8 +- src/assert_set/assert_set_subset.rs | 8 +- src/assert_set/assert_set_superset.rs | 8 +- src/assert_some/assert_some.rs | 8 +- src/assert_some/assert_some_eq.rs | 12 +- src/assert_some/assert_some_eq_x.rs | 12 +- src/assert_some/assert_some_ne.rs | 12 +- src/assert_some/assert_some_ne_x.rs | 12 +- .../assert_not_starts_with.rs | 8 +- src/assert_starts_with/assert_starts_with.rs | 8 +- .../assert_status_code_value_eq.rs} | 86 ++-- .../assert_status_code_value_eq_x.rs} | 86 ++-- .../assert_status_code_value_ge.rs} | 82 ++-- .../assert_status_code_value_ge_x.rs} | 82 ++-- .../assert_status_code_value_gt.rs} | 86 ++-- .../assert_status_code_value_gt_x.rs} | 86 ++-- .../assert_status_code_value_le.rs} | 82 ++-- .../assert_status_code_value_le_x.rs} | 82 ++-- .../assert_status_code_value_lt.rs} | 86 ++-- .../assert_status_code_value_lt_x.rs} | 86 ++-- .../assert_status_code_value_ne.rs} | 82 ++-- .../assert_status_code_value_ne_x.rs} | 82 ++-- src/assert_status/mod.rs | 63 +++ src/lib.rs | 127 ++--- tests/examples/starters.rs | 28 +- 1051 files changed, 8639 insertions(+), 6280 deletions(-) delete mode 100644 doc/lib/assert_process/assert_process_status_code_value_eq/index.html delete mode 100644 doc/lib/assert_process/assert_process_status_code_value_eq_x/index.html delete mode 100644 doc/lib/assert_process/assert_process_status_code_value_ge/index.html delete mode 100644 doc/lib/assert_process/assert_process_status_code_value_ge_x/index.html delete mode 100644 doc/lib/assert_process/assert_process_status_code_value_gt/index.html delete mode 100644 doc/lib/assert_process/assert_process_status_code_value_gt_x/index.html delete mode 100644 doc/lib/assert_process/assert_process_status_code_value_le/index.html delete mode 100644 doc/lib/assert_process/assert_process_status_code_value_le_x/index.html delete mode 100644 doc/lib/assert_process/assert_process_status_code_value_lt/index.html delete mode 100644 doc/lib/assert_process/assert_process_status_code_value_ne_x/index.html delete mode 100644 doc/lib/assert_process/index.html delete mode 100644 doc/lib/assert_process/sidebar-items.js create mode 100644 doc/lib/assert_status/assert_status_code_value_eq/index.html rename doc/lib/{assert_process/assert_process_status_code_value_eq => assert_status/assert_status_code_value_eq}/sidebar-items.js (100%) create mode 100644 doc/lib/assert_status/assert_status_code_value_eq_x/index.html rename doc/lib/{assert_process/assert_process_status_code_value_eq_x => assert_status/assert_status_code_value_eq_x}/sidebar-items.js (100%) create mode 100644 doc/lib/assert_status/assert_status_code_value_ge/index.html rename doc/lib/{assert_process/assert_process_status_code_value_ge => assert_status/assert_status_code_value_ge}/sidebar-items.js (100%) create mode 100644 doc/lib/assert_status/assert_status_code_value_ge_x/index.html rename doc/lib/{assert_process/assert_process_status_code_value_ge_x => assert_status/assert_status_code_value_ge_x}/sidebar-items.js (100%) create mode 100644 doc/lib/assert_status/assert_status_code_value_gt/index.html rename doc/lib/{assert_process/assert_process_status_code_value_gt => assert_status/assert_status_code_value_gt}/sidebar-items.js (100%) create mode 100644 doc/lib/assert_status/assert_status_code_value_gt_x/index.html rename doc/lib/{assert_process/assert_process_status_code_value_gt_x => assert_status/assert_status_code_value_gt_x}/sidebar-items.js (100%) create mode 100644 doc/lib/assert_status/assert_status_code_value_le/index.html rename doc/lib/{assert_process/assert_process_status_code_value_le => assert_status/assert_status_code_value_le}/sidebar-items.js (100%) rename doc/lib/{assert_process/assert_process_status_code_value_ne => assert_status/assert_status_code_value_le_x}/index.html (54%) rename doc/lib/{assert_process/assert_process_status_code_value_le_x => assert_status/assert_status_code_value_le_x}/sidebar-items.js (100%) create mode 100644 doc/lib/assert_status/assert_status_code_value_lt/index.html rename doc/lib/{assert_process/assert_process_status_code_value_lt => assert_status/assert_status_code_value_lt}/sidebar-items.js (100%) create mode 100644 doc/lib/assert_status/assert_status_code_value_lt_x/index.html rename doc/lib/{assert_process/assert_process_status_code_value_lt_x => assert_status/assert_status_code_value_lt_x}/sidebar-items.js (100%) create mode 100644 doc/lib/assert_status/assert_status_code_value_ne/index.html rename doc/lib/{assert_process/assert_process_status_code_value_ne => assert_status/assert_status_code_value_ne}/sidebar-items.js (100%) create mode 100644 doc/lib/assert_status/assert_status_code_value_ne_x/index.html rename doc/lib/{assert_process/assert_process_status_code_value_ne_x => assert_status/assert_status_code_value_ne_x}/sidebar-items.js (100%) create mode 100644 doc/lib/assert_status/assert_status_success/index.html create mode 100644 doc/lib/assert_status/assert_status_success/sidebar-items.js create mode 100644 doc/lib/assert_status/assert_status_success_false/index.html create mode 100644 doc/lib/assert_status/assert_status_success_false/sidebar-items.js create mode 100644 doc/lib/assert_status/index.html create mode 100644 doc/lib/assert_status/sidebar-items.js create mode 100644 doc/lib/assert_success/assert_success/index.html create mode 100644 doc/lib/assert_success/assert_success/sidebar-items.js rename doc/lib/{assert_process/assert_process_status_code_value_lt_x => assert_success/assert_success_false}/index.html (51%) create mode 100644 doc/lib/assert_success/assert_success_false/sidebar-items.js create mode 100644 doc/lib/assert_success/index.html create mode 100644 doc/lib/assert_success/sidebar-items.js delete mode 100644 doc/lib/macro.assert_process_status_code_value_eq!.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_eq_as_result!.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_eq_x!.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_eq_x_as_result!.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_ge!.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_ge.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_ge_as_result!.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_ge_x!.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_ge_x_as_result!.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_gt!.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_gt.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_gt_as_result!.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_gt_x!.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_gt_x.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_gt_x_as_result!.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_gt_x_as_result.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_le!.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_le.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_le_as_result!.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_le_as_result.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_le_x!.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_le_x.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_le_x_as_result!.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_le_x_as_result.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_lt!.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_lt.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_lt_as_result!.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_lt_x!.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_lt_x.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_lt_x_as_result!.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_lt_x_as_result.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_ne!.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_ne.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_ne_as_result!.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_ne_as_result.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_ne_x!.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_ne_x.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_ne_x_as_result!.html delete mode 100644 doc/lib/macro.assert_process_status_code_value_ne_x_as_result.html create mode 100644 doc/lib/macro.assert_status_code_value_eq!.html create mode 100644 doc/lib/macro.assert_status_code_value_eq.html create mode 100644 doc/lib/macro.assert_status_code_value_eq_as_result!.html create mode 100644 doc/lib/macro.assert_status_code_value_eq_as_result.html create mode 100644 doc/lib/macro.assert_status_code_value_eq_x!.html create mode 100644 doc/lib/macro.assert_status_code_value_eq_x.html create mode 100644 doc/lib/macro.assert_status_code_value_eq_x_as_result!.html create mode 100644 doc/lib/macro.assert_status_code_value_eq_x_as_result.html create mode 100644 doc/lib/macro.assert_status_code_value_ge!.html rename doc/lib/{macro.assert_process_status_code_value_eq.html => macro.assert_status_code_value_ge.html} (70%) create mode 100644 doc/lib/macro.assert_status_code_value_ge_as_result!.html rename doc/lib/{macro.assert_process_status_code_value_eq_as_result.html => macro.assert_status_code_value_ge_as_result.html} (70%) create mode 100644 doc/lib/macro.assert_status_code_value_ge_x!.html rename doc/lib/{macro.assert_process_status_code_value_eq_x.html => macro.assert_status_code_value_ge_x.html} (70%) create mode 100644 doc/lib/macro.assert_status_code_value_ge_x_as_result!.html rename doc/lib/{macro.assert_process_status_code_value_eq_x_as_result.html => macro.assert_status_code_value_ge_x_as_result.html} (70%) create mode 100644 doc/lib/macro.assert_status_code_value_gt!.html create mode 100644 doc/lib/macro.assert_status_code_value_gt.html create mode 100644 doc/lib/macro.assert_status_code_value_gt_as_result!.html rename doc/lib/{macro.debug_assert_process_status_code_value_ge_x.html => macro.assert_status_code_value_gt_as_result.html} (50%) create mode 100644 doc/lib/macro.assert_status_code_value_gt_x!.html create mode 100644 doc/lib/macro.assert_status_code_value_gt_x.html create mode 100644 doc/lib/macro.assert_status_code_value_gt_x_as_result!.html create mode 100644 doc/lib/macro.assert_status_code_value_gt_x_as_result.html create mode 100644 doc/lib/macro.assert_status_code_value_le!.html create mode 100644 doc/lib/macro.assert_status_code_value_le.html create mode 100644 doc/lib/macro.assert_status_code_value_le_as_result!.html create mode 100644 doc/lib/macro.assert_status_code_value_le_as_result.html create mode 100644 doc/lib/macro.assert_status_code_value_le_x!.html create mode 100644 doc/lib/macro.assert_status_code_value_le_x.html create mode 100644 doc/lib/macro.assert_status_code_value_le_x_as_result!.html create mode 100644 doc/lib/macro.assert_status_code_value_le_x_as_result.html create mode 100644 doc/lib/macro.assert_status_code_value_lt!.html create mode 100644 doc/lib/macro.assert_status_code_value_lt.html create mode 100644 doc/lib/macro.assert_status_code_value_lt_as_result!.html create mode 100644 doc/lib/macro.assert_status_code_value_lt_as_result.html create mode 100644 doc/lib/macro.assert_status_code_value_lt_x!.html create mode 100644 doc/lib/macro.assert_status_code_value_lt_x.html create mode 100644 doc/lib/macro.assert_status_code_value_lt_x_as_result!.html create mode 100644 doc/lib/macro.assert_status_code_value_lt_x_as_result.html create mode 100644 doc/lib/macro.assert_status_code_value_ne!.html create mode 100644 doc/lib/macro.assert_status_code_value_ne.html create mode 100644 doc/lib/macro.assert_status_code_value_ne_as_result!.html rename doc/lib/{macro.debug_assert_process_status_code_value_le_x.html => macro.assert_status_code_value_ne_as_result.html} (50%) create mode 100644 doc/lib/macro.assert_status_code_value_ne_x!.html create mode 100644 doc/lib/macro.assert_status_code_value_ne_x.html create mode 100644 doc/lib/macro.assert_status_code_value_ne_x_as_result!.html create mode 100644 doc/lib/macro.assert_status_code_value_ne_x_as_result.html create mode 100644 doc/lib/macro.assert_status_success!.html rename doc/lib/{macro.assert_process_status_code_value_ge_x.html => macro.assert_status_success.html} (59%) create mode 100644 doc/lib/macro.assert_status_success_as_result!.html rename doc/lib/{macro.assert_process_status_code_value_ge_x_as_result.html => macro.assert_status_success_as_result.html} (65%) create mode 100644 doc/lib/macro.assert_status_success_false!.html create mode 100644 doc/lib/macro.assert_status_success_false.html create mode 100644 doc/lib/macro.assert_status_success_false_as_result!.html create mode 100644 doc/lib/macro.assert_status_success_false_as_result.html create mode 100644 doc/lib/macro.assert_success!.html create mode 100644 doc/lib/macro.assert_success.html create mode 100644 doc/lib/macro.assert_success_as_result!.html create mode 100644 doc/lib/macro.assert_success_as_result.html create mode 100644 doc/lib/macro.assert_success_false!.html create mode 100644 doc/lib/macro.assert_success_false.html create mode 100644 doc/lib/macro.assert_success_false_as_result!.html create mode 100644 doc/lib/macro.assert_success_false_as_result.html delete mode 100644 doc/lib/macro.debug_assert_process_status_code_value_eq!.html delete mode 100644 doc/lib/macro.debug_assert_process_status_code_value_eq_x!.html delete mode 100644 doc/lib/macro.debug_assert_process_status_code_value_ge!.html delete mode 100644 doc/lib/macro.debug_assert_process_status_code_value_ge.html delete mode 100644 doc/lib/macro.debug_assert_process_status_code_value_ge_x!.html delete mode 100644 doc/lib/macro.debug_assert_process_status_code_value_gt!.html delete mode 100644 doc/lib/macro.debug_assert_process_status_code_value_gt.html delete mode 100644 doc/lib/macro.debug_assert_process_status_code_value_gt_x!.html delete mode 100644 doc/lib/macro.debug_assert_process_status_code_value_gt_x.html delete mode 100644 doc/lib/macro.debug_assert_process_status_code_value_le!.html delete mode 100644 doc/lib/macro.debug_assert_process_status_code_value_le.html delete mode 100644 doc/lib/macro.debug_assert_process_status_code_value_le_x!.html delete mode 100644 doc/lib/macro.debug_assert_process_status_code_value_lt!.html delete mode 100644 doc/lib/macro.debug_assert_process_status_code_value_lt.html delete mode 100644 doc/lib/macro.debug_assert_process_status_code_value_lt_x!.html delete mode 100644 doc/lib/macro.debug_assert_process_status_code_value_lt_x.html delete mode 100644 doc/lib/macro.debug_assert_process_status_code_value_ne!.html delete mode 100644 doc/lib/macro.debug_assert_process_status_code_value_ne.html delete mode 100644 doc/lib/macro.debug_assert_process_status_code_value_ne_x!.html delete mode 100644 doc/lib/macro.debug_assert_process_status_code_value_ne_x.html create mode 100644 doc/lib/macro.debug_assert_status_code_value_eq!.html create mode 100644 doc/lib/macro.debug_assert_status_code_value_eq.html create mode 100644 doc/lib/macro.debug_assert_status_code_value_eq_x!.html rename doc/lib/{macro.debug_assert_process_status_code_value_eq_x.html => macro.debug_assert_status_code_value_eq_x.html} (74%) create mode 100644 doc/lib/macro.debug_assert_status_code_value_ge!.html create mode 100644 doc/lib/macro.debug_assert_status_code_value_ge.html create mode 100644 doc/lib/macro.debug_assert_status_code_value_ge_x!.html rename doc/lib/{macro.assert_process_status_code_value_gt_as_result.html => macro.debug_assert_status_code_value_ge_x.html} (52%) create mode 100644 doc/lib/macro.debug_assert_status_code_value_gt!.html create mode 100644 doc/lib/macro.debug_assert_status_code_value_gt.html create mode 100644 doc/lib/macro.debug_assert_status_code_value_gt_x!.html create mode 100644 doc/lib/macro.debug_assert_status_code_value_gt_x.html create mode 100644 doc/lib/macro.debug_assert_status_code_value_le!.html create mode 100644 doc/lib/macro.debug_assert_status_code_value_le.html create mode 100644 doc/lib/macro.debug_assert_status_code_value_le_x!.html rename doc/lib/{macro.assert_process_status_code_value_lt_as_result.html => macro.debug_assert_status_code_value_le_x.html} (52%) create mode 100644 doc/lib/macro.debug_assert_status_code_value_lt!.html create mode 100644 doc/lib/macro.debug_assert_status_code_value_lt.html create mode 100644 doc/lib/macro.debug_assert_status_code_value_lt_x!.html create mode 100644 doc/lib/macro.debug_assert_status_code_value_lt_x.html create mode 100644 doc/lib/macro.debug_assert_status_code_value_ne!.html create mode 100644 doc/lib/macro.debug_assert_status_code_value_ne.html create mode 100644 doc/lib/macro.debug_assert_status_code_value_ne_x!.html rename doc/lib/{macro.debug_assert_process_status_code_value_eq.html => macro.debug_assert_status_code_value_ne_x.html} (74%) create mode 100644 doc/lib/macro.debug_assert_status_success!.html create mode 100644 doc/lib/macro.debug_assert_status_success.html create mode 100644 doc/lib/macro.debug_assert_status_success_false!.html create mode 100644 doc/lib/macro.debug_assert_status_success_false.html create mode 100644 doc/lib/macro.debug_assert_success!.html rename doc/lib/{macro.assert_process_status_code_value_ge_as_result.html => macro.debug_assert_success.html} (54%) create mode 100644 doc/lib/macro.debug_assert_success_false!.html create mode 100644 doc/lib/macro.debug_assert_success_false.html delete mode 100644 doc/src/lib/assert_process/mod.rs.html rename doc/src/lib/{assert_process/assert_process_status_code_value_eq.rs.html => assert_status/assert_status_code_value_eq.rs.html} (79%) rename doc/src/lib/{assert_process/assert_process_status_code_value_eq_x.rs.html => assert_status/assert_status_code_value_eq_x.rs.html} (77%) rename doc/src/lib/{assert_process/assert_process_status_code_value_ge.rs.html => assert_status/assert_status_code_value_ge.rs.html} (78%) rename doc/src/lib/{assert_process/assert_process_status_code_value_ge_x.rs.html => assert_status/assert_status_code_value_ge_x.rs.html} (76%) rename doc/src/lib/{assert_process/assert_process_status_code_value_gt.rs.html => assert_status/assert_status_code_value_gt.rs.html} (79%) rename doc/src/lib/{assert_process/assert_process_status_code_value_gt_x.rs.html => assert_status/assert_status_code_value_gt_x.rs.html} (77%) rename doc/src/lib/{assert_process/assert_process_status_code_value_le.rs.html => assert_status/assert_status_code_value_le.rs.html} (78%) rename doc/src/lib/{assert_process/assert_process_status_code_value_le_x.rs.html => assert_status/assert_status_code_value_le_x.rs.html} (76%) rename doc/src/lib/{assert_process/assert_process_status_code_value_lt.rs.html => assert_status/assert_status_code_value_lt.rs.html} (79%) rename doc/src/lib/{assert_process/assert_process_status_code_value_lt_x.rs.html => assert_status/assert_status_code_value_lt_x.rs.html} (77%) rename doc/src/lib/{assert_process/assert_process_status_code_value_ne.rs.html => assert_status/assert_status_code_value_ne.rs.html} (78%) rename doc/src/lib/{assert_process/assert_process_status_code_value_ne_x.rs.html => assert_status/assert_status_code_value_ne_x.rs.html} (77%) create mode 100644 doc/src/lib/assert_status/assert_status_success.rs.html create mode 100644 doc/src/lib/assert_status/assert_status_success_false.rs.html create mode 100644 doc/src/lib/assert_status/mod.rs.html create mode 100644 doc/src/lib/assert_success/assert_success.rs.html create mode 100644 doc/src/lib/assert_success/assert_success_false.rs.html create mode 100644 doc/src/lib/assert_success/mod.rs.html delete mode 100644 src/assert_process/mod.rs rename src/{assert_process/assert_process_status_code_value_eq.rs => assert_status/assert_status_code_value_eq.rs} (69%) rename src/{assert_process/assert_process_status_code_value_eq_x.rs => assert_status/assert_status_code_value_eq_x.rs} (66%) rename src/{assert_process/assert_process_status_code_value_ge.rs => assert_status/assert_status_code_value_ge.rs} (69%) rename src/{assert_process/assert_process_status_code_value_ge_x.rs => assert_status/assert_status_code_value_ge_x.rs} (65%) rename src/{assert_process/assert_process_status_code_value_gt.rs => assert_status/assert_status_code_value_gt.rs} (69%) rename src/{assert_process/assert_process_status_code_value_gt_x.rs => assert_status/assert_status_code_value_gt_x.rs} (65%) rename src/{assert_process/assert_process_status_code_value_le.rs => assert_status/assert_status_code_value_le.rs} (69%) rename src/{assert_process/assert_process_status_code_value_le_x.rs => assert_status/assert_status_code_value_le_x.rs} (65%) rename src/{assert_process/assert_process_status_code_value_lt.rs => assert_status/assert_status_code_value_lt.rs} (69%) rename src/{assert_process/assert_process_status_code_value_lt_x.rs => assert_status/assert_status_code_value_lt_x.rs} (65%) rename src/{assert_process/assert_process_status_code_value_ne.rs => assert_status/assert_status_code_value_ne.rs} (69%) rename src/{assert_process/assert_process_status_code_value_ne_x.rs => assert_status/assert_status_code_value_ne_x.rs} (67%) create mode 100644 src/assert_status/mod.rs diff --git a/CHANGES.md b/CHANGES.md index 5985dd51c..4a5cb1323 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,7 +5,9 @@ Changes highlights for recent major versions. ## Version 9.x -* 9.2.0: Add process macros: `assert_process_status_code_value*`. +* 9.3.0: Add status macros: `assert_status_success`, `assert_status_failure`. + +* 9.2.0: Add status comparison macros: `assert_status_code_value*`. * 9.1.0: Add absolute difference macros: `assert_abs_diff*`. diff --git a/Cargo.toml b/Cargo.toml index 490a6cd77..bca7ab8e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "assertables" -version = "9.2.0" +version = "9.3.0" authors = ["Joel Parker Henderson "] edition = "2021" description = "Assertables: assert macros for better testing, debugging, quality assurance, and runtime reliability." diff --git a/README.md b/README.md index a65525566..daa8d8a82 100644 --- a/README.md +++ b/README.md @@ -14,35 +14,35 @@ The Assertables Rust crate provides many assert macros that can help you develop, test, and debug. * Test values with - [assert_lt](https://docs.rs/assertables/9.2.0/assertables/assert_lt), - [assert_gt](https://docs.rs/assertables/9.2.0/assertables/assert_gt), + [assert_lt](https://docs.rs/assertables/9.3.0/assertables/assert_lt), + [assert_gt](https://docs.rs/assertables/9.3.0/assertables/assert_gt), […](https://docs.rs/assertables) * Test results with - [assert_ok](https://docs.rs/assertables/9.2.0/assertables/assert_ok), - [assert_err](https://docs.rs/assertables/9.2.0/assertables/assert_err), + [assert_ok](https://docs.rs/assertables/9.3.0/assertables/assert_ok), + [assert_err](https://docs.rs/assertables/9.3.0/assertables/assert_err), […](https://docs.rs/assertables) * Test groups with - [assert_all](https://docs.rs/assertables/9.2.0/assertables/assert_all), - [assert_any](https://docs.rs/assertables/9.2.0/assertables/assert_any), + [assert_all](https://docs.rs/assertables/9.3.0/assertables/assert_all), + [assert_any](https://docs.rs/assertables/9.3.0/assertables/assert_any), […](https://docs.rs/assertables) * Test matching with - [assert_matches](https://docs.rs/assertables/9.2.0/assertables/assert_matches), - [assert_is_match](https://docs.rs/assertables/9.2.0/assertables/assert_is_match), + [assert_matches](https://docs.rs/assertables/9.3.0/assertables/assert_matches), + [assert_is_match](https://docs.rs/assertables/9.3.0/assertables/assert_is_match), […](https://docs.rs/assertables) * Test nearness with - [assert_approx](https://docs.rs/assertables/9.2.0/assertables/assert_approx), - [assert_abs_diff](https://docs.rs/assertables/9.2.0/assertables/assert_abs_diff), + [assert_approx](https://docs.rs/assertables/9.3.0/assertables/assert_approx), + [assert_abs_diff](https://docs.rs/assertables/9.3.0/assertables/assert_abs_diff), […](https://docs.rs/assertables/) * Test programs with - [assert_command](https://docs.rs/assertables/9.2.0/assertables/assert_command), - [assert_process](https://docs.rs/assertables/9.2.0/assertables/assert_process), + [assert_command](https://docs.rs/assertables/9.3.0/assertables/assert_command), + [assert_process](https://docs.rs/assertables/9.3.0/assertables/assert_process), […](https://docs.rs/assertables) * Many more below. To use this crate, add it to your file `Cargo.toml`: ```toml -assertables = "9.2.0" +assertables = "9.3.0" ``` Benefits: @@ -74,69 +74,69 @@ Comparisons: Values: -* [`assert_eq!(a, b)`](https://docs.rs/assertables/9.2.0/assertables/assert_eq) ≈ a = b -* [`assert_ne!(a, b)`](https://docs.rs/assertables/9.2.0/assertables/assert_ne) ≈ a ≠ b -* [`assert_lt!(a, b)`](https://docs.rs/assertables/9.2.0/assertables/assert_lt) ≈ a < b -* [`assert_le!(a, b)`](https://docs.rs/assertables/9.2.0/assertables/assert_le) ≈ a ≤ b -* [`assert_gt!(a, b)`](https://docs.rs/assertables/9.2.0/assertables/assert_gt) ≈ a > b -* [`assert_ge!(a, b)`](https://docs.rs/assertables/9.2.0/assertables/assert_ge) ≈ a ≥ b +* [`assert_eq!(a, b)`](https://docs.rs/assertables/9.3.0/assertables/assert_eq) ≈ a = b +* [`assert_ne!(a, b)`](https://docs.rs/assertables/9.3.0/assertables/assert_ne) ≈ a ≠ b +* [`assert_lt!(a, b)`](https://docs.rs/assertables/9.3.0/assertables/assert_lt) ≈ a < b +* [`assert_le!(a, b)`](https://docs.rs/assertables/9.3.0/assertables/assert_le) ≈ a ≤ b +* [`assert_gt!(a, b)`](https://docs.rs/assertables/9.3.0/assertables/assert_gt) ≈ a > b +* [`assert_ge!(a, b)`](https://docs.rs/assertables/9.3.0/assertables/assert_ge) ≈ a ≥ b Approximations: -* [`assert_approx_eq!(a, b)`](https://docs.rs/assertables/9.2.0/assertables/assert_approx/assert_approx_eq) ≈ |a-b| ≤ 1e-6 -* [`assert_abs_diff_eq!(a, b, delta)`](https://docs.rs/assertables/9.2.0/assertables/assert_abs_diff/assert_abs_diff_eq) ≈ |a-b| = Δ -* [`assert_in_delta!(a, b, delta)`](https://docs.rs/assertables/9.2.0/assertables/assert_in/assert_in_delta) ≈ |a-b| ≤ Δ -* [`assert_in_epsilon!(a, b, epsilon)`](https://docs.rs/assertables/9.2.0/assertables/assert_in/assert_in_epsilon) ≈ |a-b| ≤ ε min(a,b) +* [`assert_approx_eq!(a, b)`](https://docs.rs/assertables/9.3.0/assertables/assert_approx/assert_approx_eq) ≈ |a-b| ≤ 1e-6 +* [`assert_abs_diff_eq!(a, b, delta)`](https://docs.rs/assertables/9.3.0/assertables/assert_abs_diff/assert_abs_diff_eq) ≈ |a-b| = Δ +* [`assert_in_delta!(a, b, delta)`](https://docs.rs/assertables/9.3.0/assertables/assert_in/assert_in_delta) ≈ |a-b| ≤ Δ +* [`assert_in_epsilon!(a, b, epsilon)`](https://docs.rs/assertables/9.3.0/assertables/assert_in/assert_in_epsilon) ≈ |a-b| ≤ ε min(a,b) Groups: -* [`assert_all!(group, predicate)`](https://docs.rs/assertables/9.2.0/assertables/assert_all) ≈ group.all(predicate) -* [`assert_any!(group, predicate)`](https://docs.rs/assertables/9.2.0/assertables/assert_any) ≈ group.any(predicate) -* [`assert_is_empty!(group)`](https://docs.rs/assertables/9.2.0/assertables/assert_is_empty/assert_is_empty) ≈ a.is_empty() -* [`assert_len_eq!(a, b)`](https://docs.rs/assertables/9.2.0/assertables/assert_len/assert_len_eq) ≈ a.len() = b.len() -* [`assert_count_eq!(a, b)`](https://docs.rs/assertables/9.2.0/assertables/assert_count/assert_count_eq) ≈ a.count() = b.count() +* [`assert_all!(group, predicate)`](https://docs.rs/assertables/9.3.0/assertables/assert_all) ≈ group.all(predicate) +* [`assert_any!(group, predicate)`](https://docs.rs/assertables/9.3.0/assertables/assert_any) ≈ group.any(predicate) +* [`assert_is_empty!(group)`](https://docs.rs/assertables/9.3.0/assertables/assert_is_empty/assert_is_empty) ≈ a.is_empty() +* [`assert_len_eq!(a, b)`](https://docs.rs/assertables/9.3.0/assertables/assert_len/assert_len_eq) ≈ a.len() = b.len() +* [`assert_count_eq!(a, b)`](https://docs.rs/assertables/9.3.0/assertables/assert_count/assert_count_eq) ≈ a.count() = b.count() Matching: -* [`assert_starts_with!(sequence, x)`](https://docs.rs/assertables/9.2.0/assertables/assert_starts_with) ≈ sequence.starts_with(x) -* [`assert_ends_with!(sequence, x)`](https://docs.rs/assertables/9.2.0/assertables/assert_ends_with) ≈ sequence.ends_with(x) -* [`assert_contains!(container, x)`](https://docs.rs/assertables/9.2.0/assertables/assert_contains) ≈ container.contains(x) -* [`assert_is_match!(matcher, x)`](https://docs.rs/assertables/9.2.0/assertables/assert_is_match) ≈ matcher.is_match(x) -* [`assert_matches!(expr, pattern)`](https://docs.rs/assertables/9.2.0/assertables/assert_matches) ≈ matches!(expr, pattern) +* [`assert_starts_with!(sequence, x)`](https://docs.rs/assertables/9.3.0/assertables/assert_starts_with) ≈ sequence.starts_with(x) +* [`assert_ends_with!(sequence, x)`](https://docs.rs/assertables/9.3.0/assertables/assert_ends_with) ≈ sequence.ends_with(x) +* [`assert_contains!(container, x)`](https://docs.rs/assertables/9.3.0/assertables/assert_contains) ≈ container.contains(x) +* [`assert_is_match!(matcher, x)`](https://docs.rs/assertables/9.3.0/assertables/assert_is_match) ≈ matcher.is_match(x) +* [`assert_matches!(expr, pattern)`](https://docs.rs/assertables/9.3.0/assertables/assert_matches) ≈ matches!(expr, pattern) Results: -* [`assert_ok!(a)`](https://docs.rs/assertables/9.2.0/assertables/assert_ok) ≈ a is Ok -* [`assert_err!(a)`](https://docs.rs/assertables/9.2.0/assertables/assert_err) ≈ a is Err -* [`assert_ok_eq_x!(a, x)`](https://docs.rs/assertables/9.2.0/assertables/assert_ok/assert_ok_eq_x) ≈ a is Ok unwrap = x +* [`assert_ok!(a)`](https://docs.rs/assertables/9.3.0/assertables/assert_ok) ≈ a is Ok +* [`assert_err!(a)`](https://docs.rs/assertables/9.3.0/assertables/assert_err) ≈ a is Err +* [`assert_ok_eq_x!(a, x)`](https://docs.rs/assertables/9.3.0/assertables/assert_ok/assert_ok_eq_x) ≈ a is Ok unwrap = x Options: -* [`assert_some!(a)`](https://docs.rs/assertables/9.2.0/assertables/assert_some) ≈ a is Some -* [`assert_none!(a)`](https://docs.rs/assertables/9.2.0/assertables/assert_none) ≈ a is None -* [`assert_some_eq_x!(a, x)`](https://docs.rs/assertables/9.2.0/assertables/assert_some/assert_some_eq_x) ≈ a is Some unwrap = x +* [`assert_some!(a)`](https://docs.rs/assertables/9.3.0/assertables/assert_some) ≈ a is Some +* [`assert_none!(a)`](https://docs.rs/assertables/9.3.0/assertables/assert_none) ≈ a is None +* [`assert_some_eq_x!(a, x)`](https://docs.rs/assertables/9.3.0/assertables/assert_some/assert_some_eq_x) ≈ a is Some unwrap = x Polls: -* [`assert_ready!(a)`](https://docs.rs/assertables/9.2.0/assertables/assert_ready) ≈ a is Ready -* [`assert_pending!(a)`](https://docs.rs/assertables/9.2.0/assertables/assert_pending) ≈ a is Pending -* [`assert_ready_eq_x!(a, x)`](https://docs.rs/assertables/9.2.0/assertables/assert_ready/assert_ready_eq_x) ≈ a is Ready unwrap = x +* [`assert_ready!(a)`](https://docs.rs/assertables/9.3.0/assertables/assert_ready) ≈ a is Ready +* [`assert_pending!(a)`](https://docs.rs/assertables/9.3.0/assertables/assert_pending) ≈ a is Pending +* [`assert_ready_eq_x!(a, x)`](https://docs.rs/assertables/9.3.0/assertables/assert_ready/assert_ready_eq_x) ≈ a is Ready unwrap = x Readers: -* [`assert_fs_read_to_string_eq!(a_path, b_path)`](https://docs.rs/assertables/9.2.0/assertables/assert_fs_read_to_string_eq) ≈ (a_path ⇒ string) = (b_path ⇒ string) -* [`assert_io_read_to_string_eq!(a_bytes, b_bytes)`](https://docs.rs/assertables/9.2.0/assertables/assert_io_read_to_string) ≈ (a_bytes ⇒ string) = (b_bytes ⇒ string) +* [`assert_fs_read_to_string_eq!(a_path, b_path)`](https://docs.rs/assertables/9.3.0/assertables/assert_fs_read_to_string_eq) ≈ (a_path ⇒ string) = (b_path ⇒ string) +* [`assert_io_read_to_string_eq!(a_bytes, b_bytes)`](https://docs.rs/assertables/9.3.0/assertables/assert_io_read_to_string) ≈ (a_bytes ⇒ string) = (b_bytes ⇒ string) Collections: -* [`assert_iter_eq!(a, b)`](https://docs.rs/assertables/9.2.0/assertables/assert_iter) ≈ a into iter = b into iter -* [`assert_set_eq!(a, b)`](https://docs.rs/assertables/9.2.0/assertables/assert_set) ≈ a into set = b into set -* [`assert_bag_eq!(a, b)`](https://docs.rs/assertables/9.2.0/assertables/assert_bag) ≈ a into bag = b into bag +* [`assert_iter_eq!(a, b)`](https://docs.rs/assertables/9.3.0/assertables/assert_iter) ≈ a into iter = b into iter +* [`assert_set_eq!(a, b)`](https://docs.rs/assertables/9.3.0/assertables/assert_set) ≈ a into set = b into set +* [`assert_bag_eq!(a, b)`](https://docs.rs/assertables/9.3.0/assertables/assert_bag) ≈ a into bag = b into bag Infix notation: -* [`assert_infix!(a == b)`](https://docs.rs/assertables/9.2.0/assertables/assert_infix) ≈ order operators == != < <= > >= -* [`assert_infix!(a && b)`](https://docs.rs/assertables/9.2.0/assertables/assert_infix) ≈ logic operators && || ^ & | +* [`assert_infix!(a == b)`](https://docs.rs/assertables/9.3.0/assertables/assert_infix) ≈ order operators == != < <= > >= +* [`assert_infix!(a && b)`](https://docs.rs/assertables/9.3.0/assertables/assert_infix) ≈ logic operators && || ^ & | For a complete list of modules and macros, see the [docs](https://docs.rs/assertables/). @@ -145,34 +145,34 @@ For a complete list of modules and macros, see the [docs](https://docs.rs/assert All the macros have forms for an optional message: -* [`assert_gt!(a, b)`](https://docs.rs/assertables/9.2.0/assertables/macro.assert_gt.html) ≈ default message -* [`assert_gt!(a, b, "your text")`](https://docs.rs/assertables/9.2.0/assertables/macro.assert_gt.html) ≈ custom message +* [`assert_gt!(a, b)`](https://docs.rs/assertables/9.3.0/assertables/macro.assert_gt.html) ≈ default message +* [`assert_gt!(a, b, "your text")`](https://docs.rs/assertables/9.3.0/assertables/macro.assert_gt.html) ≈ custom message All the macros have forms for different outcomes: -* [`assert_gt!(1, 2)`](https://docs.rs/assertables/9.2.0/assertables/macro.assert_gt.html) ≈ panic -* [`assert_gt_as_result!(1, 2)`](https://docs.rs/assertables/9.2.0/assertables/macro.assert_gt_as_result.html) ≈ Result Err -* [`debug_assert_gt!(a, b)`](https://docs.rs/assertables/9.2.0/assertables/macro.debug_assert_gt.html) ≈ panic in debug mode +* [`assert_gt!(1, 2)`](https://docs.rs/assertables/9.3.0/assertables/macro.assert_gt.html) ≈ panic +* [`assert_gt_as_result!(1, 2)`](https://docs.rs/assertables/9.3.0/assertables/macro.assert_gt_as_result.html) ≈ Result Err +* [`debug_assert_gt!(a, b)`](https://docs.rs/assertables/9.3.0/assertables/macro.debug_assert_gt.html) ≈ panic in debug mode Many of the macros have a form "compare left item to right item" that compares items of the same kind, and a form "compare left item to right expression" that compares one item to any arbitrary expression: -* [`assert_len_eq!(a, b)`](https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_eq.html) ≈ a.len() = b.len() -* [`assert_len_eq_x!(a, x)`](https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_eq_x.html) ≈ a.len() = x +* [`assert_len_eq!(a, b)`](https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_eq.html) ≈ a.len() = b.len() +* [`assert_len_eq_x!(a, x)`](https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_eq_x.html) ≈ a.len() = x Many of the macros has a "success return", which means the macro returns data that you can optionally use for more testing. -* [`let inner = assert_ok!(result)`](https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok.html) -* [`let string = assert_fs_read_to_string_ne!("alfa.txt", "")`](https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ne.html) -* [`let stdout = assert_command_stdout_gt!("ls", vec![b' '])`](https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_gt.html) +* [`let inner = assert_ok!(result)`](https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok.html) +* [`let string = assert_fs_read_to_string_ne!("alfa.txt", "")`](https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ne.html) +* [`let stdout = assert_command_stdout_gt!("ls", vec![b' '])`](https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_gt.html) ## Tracking * Package: assertables-rust-crate -* Version: 9.2.0 +* Version: 9.3.0 * Created: 2021-03-30T15:47:49Z -* Updated: 2024-10-31T11:04:30Z +* Updated: 2024-11-03T21:01:28Z * License: MIT or Apache-2.0 or GPL-2.0 or GPL-3.0 or contact us for more * Contact: Joel Parker Henderson (joel@joelparkerhenderson.com) diff --git a/doc/lib/all.html b/doc/lib/all.html index d466d15bd..9665d9c3d 100644 --- a/doc/lib/all.html +++ b/doc/lib/all.html @@ -1 +1 @@ -List of all items in this crate

List of all items

Macros

\ No newline at end of file +List of all items in this crate

List of all items

Macros

\ No newline at end of file diff --git a/doc/lib/assert_approx/assert_approx_eq/index.html b/doc/lib/assert_approx/assert_approx_eq/index.html index 12cb4fa74..6b420c146 100644 --- a/doc/lib/assert_approx/assert_approx_eq/index.html +++ b/doc/lib/assert_approx/assert_approx_eq/index.html @@ -1,4 +1,4 @@ -lib::assert_approx::assert_approx_eq - Rust

Module lib::assert_approx::assert_approx_eq

source ·
Expand description

Assert a number is approximately equal to another number.

+lib::assert_approx::assert_approx_eq - Rust

Module lib::assert_approx::assert_approx_eq

source ·
Expand description

Assert a number is approximately equal to another.

Pseudocode:
| a - b | ≤ 1e-6

§Example

diff --git a/doc/lib/assert_approx/assert_approx_ne/index.html b/doc/lib/assert_approx/assert_approx_ne/index.html index 361e4073d..cb8e58a20 100644 --- a/doc/lib/assert_approx/assert_approx_ne/index.html +++ b/doc/lib/assert_approx/assert_approx_ne/index.html @@ -1,4 +1,4 @@ -lib::assert_approx::assert_approx_ne - Rust

Module lib::assert_approx::assert_approx_ne

source ·
Expand description

Assert a number is approximately not equal to another number.

+lib::assert_approx::assert_approx_ne - Rust

Module lib::assert_approx::assert_approx_ne

source ·
Expand description

Assert a number is approximately not equal to another.

Pseudocode:
| a - b | > 1e-6

§Example

diff --git a/doc/lib/assert_approx/index.html b/doc/lib/assert_approx/index.html index 4c484eb4c..8e8bfa022 100644 --- a/doc/lib/assert_approx/index.html +++ b/doc/lib/assert_approx/index.html @@ -15,4 +15,4 @@

§Example

let a: f32 = 1.0000001; let b: f32 = 1.0000011; assert_approx_eq!(a, b);
-

Modules§

\ No newline at end of file +

Modules§

\ No newline at end of file diff --git a/doc/lib/assert_command/assert_command_stderr_ge/index.html b/doc/lib/assert_command/assert_command_stderr_ge/index.html index 34aaa0421..a9fc61b17 100644 --- a/doc/lib/assert_command/assert_command_stderr_ge/index.html +++ b/doc/lib/assert_command/assert_command_stderr_ge/index.html @@ -1,4 +1,4 @@ -lib::assert_command::assert_command_stderr_ge - Rust

Module lib::assert_command::assert_command_stderr_ge

source ·
Expand description

Assert a command stderr string is equal to another.

+lib::assert_command::assert_command_stderr_ge - Rust

Module lib::assert_command::assert_command_stderr_ge

source ·
Expand description

Assert a command stderr string is greater than or equal to another.

Pseudocode:
(command1 ⇒ stderr) = (command2 ⇒ stderr)

§Example

diff --git a/doc/lib/assert_command/assert_command_stderr_ge_x/index.html b/doc/lib/assert_command/assert_command_stderr_ge_x/index.html index b7c7e69cd..a93cfcc77 100644 --- a/doc/lib/assert_command/assert_command_stderr_ge_x/index.html +++ b/doc/lib/assert_command/assert_command_stderr_ge_x/index.html @@ -1,4 +1,4 @@ -lib::assert_command::assert_command_stderr_ge_x - Rust

Module lib::assert_command::assert_command_stderr_ge_x

source ·
Expand description

Assert a command stderr string is equal to an expression.

+lib::assert_command::assert_command_stderr_ge_x - Rust

Module lib::assert_command::assert_command_stderr_ge_x

source ·
Expand description

Assert a command stderr string is greater than or equal to an expression.

Pseudocode:
(command ⇒ stderr) = (expr into string)

§Example

diff --git a/doc/lib/assert_command/assert_command_stderr_gt/index.html b/doc/lib/assert_command/assert_command_stderr_gt/index.html index cad8a2737..3423fac22 100644 --- a/doc/lib/assert_command/assert_command_stderr_gt/index.html +++ b/doc/lib/assert_command/assert_command_stderr_gt/index.html @@ -1,4 +1,4 @@ -lib::assert_command::assert_command_stderr_gt - Rust

Module lib::assert_command::assert_command_stderr_gt

source ·
Expand description

Assert a command stderr string is equal to another.

+lib::assert_command::assert_command_stderr_gt - Rust

Module lib::assert_command::assert_command_stderr_gt

source ·
Expand description

Assert a command stderr string is greater than another.

Pseudocode:
(command1 ⇒ stderr) = (command2 ⇒ stderr)

§Example

diff --git a/doc/lib/assert_command/assert_command_stderr_gt_x/index.html b/doc/lib/assert_command/assert_command_stderr_gt_x/index.html index c24309bbd..be1ef9337 100644 --- a/doc/lib/assert_command/assert_command_stderr_gt_x/index.html +++ b/doc/lib/assert_command/assert_command_stderr_gt_x/index.html @@ -1,4 +1,4 @@ -lib::assert_command::assert_command_stderr_gt_x - Rust

Module lib::assert_command::assert_command_stderr_gt_x

source ·
Expand description

Assert a command stderr string is equal to an expression.

+lib::assert_command::assert_command_stderr_gt_x - Rust

Module lib::assert_command::assert_command_stderr_gt_x

source ·
Expand description

Assert a command stderr string is greater than an expression.

Pseudocode:
(command ⇒ stderr) = (expr into string)

§Example

diff --git a/doc/lib/assert_command/assert_command_stderr_le/index.html b/doc/lib/assert_command/assert_command_stderr_le/index.html index 045c4ac81..79640ac89 100644 --- a/doc/lib/assert_command/assert_command_stderr_le/index.html +++ b/doc/lib/assert_command/assert_command_stderr_le/index.html @@ -1,4 +1,4 @@ -lib::assert_command::assert_command_stderr_le - Rust

Module lib::assert_command::assert_command_stderr_le

source ·
Expand description

Assert a command stderr string is equal to another.

+lib::assert_command::assert_command_stderr_le - Rust

Module lib::assert_command::assert_command_stderr_le

source ·
Expand description

Assert a command stderr string is less than or equal to another.

Pseudocode:
(command1 ⇒ stderr) = (command2 ⇒ stderr)

§Example

diff --git a/doc/lib/assert_command/assert_command_stderr_le_x/index.html b/doc/lib/assert_command/assert_command_stderr_le_x/index.html index c7e81bb50..808ffe197 100644 --- a/doc/lib/assert_command/assert_command_stderr_le_x/index.html +++ b/doc/lib/assert_command/assert_command_stderr_le_x/index.html @@ -1,4 +1,4 @@ -lib::assert_command::assert_command_stderr_le_x - Rust

Module lib::assert_command::assert_command_stderr_le_x

source ·
Expand description

Assert a command stderr string is equal to an expression.

+lib::assert_command::assert_command_stderr_le_x - Rust

Module lib::assert_command::assert_command_stderr_le_x

source ·
Expand description

Assert a command stderr string is less than or equal to an expression.

Pseudocode:
(command ⇒ stderr) = (expr into string)

§Example

diff --git a/doc/lib/assert_command/assert_command_stderr_lt/index.html b/doc/lib/assert_command/assert_command_stderr_lt/index.html index 11a7e29ae..58e443491 100644 --- a/doc/lib/assert_command/assert_command_stderr_lt/index.html +++ b/doc/lib/assert_command/assert_command_stderr_lt/index.html @@ -1,4 +1,4 @@ -lib::assert_command::assert_command_stderr_lt - Rust

Module lib::assert_command::assert_command_stderr_lt

source ·
Expand description

Assert a command stderr string is equal to another.

+lib::assert_command::assert_command_stderr_lt - Rust

Module lib::assert_command::assert_command_stderr_lt

source ·
Expand description

Assert a command stderr string is less than another.

Pseudocode:
(command1 ⇒ stderr) = (command2 ⇒ stderr)

§Example

diff --git a/doc/lib/assert_command/assert_command_stderr_lt_x/index.html b/doc/lib/assert_command/assert_command_stderr_lt_x/index.html index a1818bf64..4e8304a78 100644 --- a/doc/lib/assert_command/assert_command_stderr_lt_x/index.html +++ b/doc/lib/assert_command/assert_command_stderr_lt_x/index.html @@ -1,4 +1,4 @@ -lib::assert_command::assert_command_stderr_lt_x - Rust

Module lib::assert_command::assert_command_stderr_lt_x

source ·
Expand description

Assert a command stderr string is equal to an expression.

+lib::assert_command::assert_command_stderr_lt_x - Rust

Module lib::assert_command::assert_command_stderr_lt_x

source ·
Expand description

Assert a command stderr string is less than an expression.

Pseudocode:
(command ⇒ stderr) = (expr into string)

§Example

diff --git a/doc/lib/assert_command/assert_command_stderr_ne/index.html b/doc/lib/assert_command/assert_command_stderr_ne/index.html index 9782340b0..ce78038a8 100644 --- a/doc/lib/assert_command/assert_command_stderr_ne/index.html +++ b/doc/lib/assert_command/assert_command_stderr_ne/index.html @@ -1,4 +1,4 @@ -lib::assert_command::assert_command_stderr_ne - Rust

Module lib::assert_command::assert_command_stderr_ne

source ·
Expand description

Assert a command stderr string is equal to another.

+lib::assert_command::assert_command_stderr_ne - Rust

Module lib::assert_command::assert_command_stderr_ne

source ·
Expand description

Assert a command stderr string is not equal to another.

Pseudocode:
(command1 ⇒ stderr) = (command2 ⇒ stderr)

§Example

diff --git a/doc/lib/assert_command/assert_command_stderr_ne_x/index.html b/doc/lib/assert_command/assert_command_stderr_ne_x/index.html index 361d3e2ab..a1bc79798 100644 --- a/doc/lib/assert_command/assert_command_stderr_ne_x/index.html +++ b/doc/lib/assert_command/assert_command_stderr_ne_x/index.html @@ -1,4 +1,4 @@ -lib::assert_command::assert_command_stderr_ne_x - Rust

Module lib::assert_command::assert_command_stderr_ne_x

source ·
Expand description

Assert a command stderr string is equal to an expression.

+lib::assert_command::assert_command_stderr_ne_x - Rust

Module lib::assert_command::assert_command_stderr_ne_x

source ·
Expand description

Assert a command stderr string is not equal to an expression.

Pseudocode:
(command ⇒ stderr) = (expr into string)

§Example

diff --git a/doc/lib/assert_command/assert_command_stdout_ge/index.html b/doc/lib/assert_command/assert_command_stdout_ge/index.html index 4fe468e34..eb3f3e4a4 100644 --- a/doc/lib/assert_command/assert_command_stdout_ge/index.html +++ b/doc/lib/assert_command/assert_command_stdout_ge/index.html @@ -1,4 +1,4 @@ -lib::assert_command::assert_command_stdout_ge - Rust

Module lib::assert_command::assert_command_stdout_ge

source ·
Expand description

Assert a command stdout string is equal to another.

+lib::assert_command::assert_command_stdout_ge - Rust

Module lib::assert_command::assert_command_stdout_ge

source ·
Expand description

Assert a command stdout string is greater than or equal to another.

Pseudocode:
(command1 ⇒ stdout) = (command2 ⇒ stdout)

§Example

diff --git a/doc/lib/assert_command/assert_command_stdout_ge_x/index.html b/doc/lib/assert_command/assert_command_stdout_ge_x/index.html index 6f3da53c5..375792b95 100644 --- a/doc/lib/assert_command/assert_command_stdout_ge_x/index.html +++ b/doc/lib/assert_command/assert_command_stdout_ge_x/index.html @@ -1,4 +1,4 @@ -lib::assert_command::assert_command_stdout_ge_x - Rust

Module lib::assert_command::assert_command_stdout_ge_x

source ·
Expand description

Assert a command stdout string is equal to an expression.

+lib::assert_command::assert_command_stdout_ge_x - Rust

Module lib::assert_command::assert_command_stdout_ge_x

source ·
Expand description

Assert a command stdout string is greater than or equal to an expression.

Pseudocode:
(command ⇒ stdout) = (expr into string)

§Example

diff --git a/doc/lib/assert_command/assert_command_stdout_gt/index.html b/doc/lib/assert_command/assert_command_stdout_gt/index.html index 25893db43..a1f66c625 100644 --- a/doc/lib/assert_command/assert_command_stdout_gt/index.html +++ b/doc/lib/assert_command/assert_command_stdout_gt/index.html @@ -1,4 +1,4 @@ -lib::assert_command::assert_command_stdout_gt - Rust

Module lib::assert_command::assert_command_stdout_gt

source ·
Expand description

Assert a command stdout string is equal to another.

+lib::assert_command::assert_command_stdout_gt - Rust

Module lib::assert_command::assert_command_stdout_gt

source ·
Expand description

Assert a command stdout string is greater than another.

Pseudocode:
(command1 ⇒ stdout) = (command2 ⇒ stdout)

§Example

diff --git a/doc/lib/assert_command/assert_command_stdout_gt_x/index.html b/doc/lib/assert_command/assert_command_stdout_gt_x/index.html index f21a3ceed..55742d791 100644 --- a/doc/lib/assert_command/assert_command_stdout_gt_x/index.html +++ b/doc/lib/assert_command/assert_command_stdout_gt_x/index.html @@ -1,4 +1,4 @@ -lib::assert_command::assert_command_stdout_gt_x - Rust

Module lib::assert_command::assert_command_stdout_gt_x

source ·
Expand description

Assert a command stdout string is equal to an expression.

+lib::assert_command::assert_command_stdout_gt_x - Rust

Module lib::assert_command::assert_command_stdout_gt_x

source ·
Expand description

Assert a command stdout string is greater than an expression.

Pseudocode:
(command ⇒ stdout) = (expr into string)

§Example

diff --git a/doc/lib/assert_command/assert_command_stdout_le/index.html b/doc/lib/assert_command/assert_command_stdout_le/index.html index 189106f0b..74e17770a 100644 --- a/doc/lib/assert_command/assert_command_stdout_le/index.html +++ b/doc/lib/assert_command/assert_command_stdout_le/index.html @@ -1,4 +1,4 @@ -lib::assert_command::assert_command_stdout_le - Rust

Module lib::assert_command::assert_command_stdout_le

source ·
Expand description

Assert a command stdout string is equal to another.

+lib::assert_command::assert_command_stdout_le - Rust

Module lib::assert_command::assert_command_stdout_le

source ·
Expand description

Assert a command stdout string is less than or equal to another.

Pseudocode:
(command1 ⇒ stdout) = (command2 ⇒ stdout)

§Example

diff --git a/doc/lib/assert_command/assert_command_stdout_le_x/index.html b/doc/lib/assert_command/assert_command_stdout_le_x/index.html index 9f045858d..503b2bb66 100644 --- a/doc/lib/assert_command/assert_command_stdout_le_x/index.html +++ b/doc/lib/assert_command/assert_command_stdout_le_x/index.html @@ -1,4 +1,4 @@ -lib::assert_command::assert_command_stdout_le_x - Rust

Module lib::assert_command::assert_command_stdout_le_x

source ·
Expand description

Assert a command stdout string is equal to an expression.

+lib::assert_command::assert_command_stdout_le_x - Rust

Module lib::assert_command::assert_command_stdout_le_x

source ·
Expand description

Assert a command stdout string is less than or equal to an expression.

Pseudocode:
(command ⇒ stdout) = (expr into string)

§Example

diff --git a/doc/lib/assert_command/assert_command_stdout_lt/index.html b/doc/lib/assert_command/assert_command_stdout_lt/index.html index 899519ff5..64e1f40a7 100644 --- a/doc/lib/assert_command/assert_command_stdout_lt/index.html +++ b/doc/lib/assert_command/assert_command_stdout_lt/index.html @@ -1,4 +1,4 @@ -lib::assert_command::assert_command_stdout_lt - Rust

Module lib::assert_command::assert_command_stdout_lt

source ·
Expand description

Assert a command stdout string is equal to another.

+lib::assert_command::assert_command_stdout_lt - Rust

Module lib::assert_command::assert_command_stdout_lt

source ·
Expand description

Assert a command stdout string is less than another.

Pseudocode:
(command1 ⇒ stdout) = (command2 ⇒ stdout)

§Example

diff --git a/doc/lib/assert_command/assert_command_stdout_lt_x/index.html b/doc/lib/assert_command/assert_command_stdout_lt_x/index.html index 57a13834e..d06ecb681 100644 --- a/doc/lib/assert_command/assert_command_stdout_lt_x/index.html +++ b/doc/lib/assert_command/assert_command_stdout_lt_x/index.html @@ -1,4 +1,4 @@ -lib::assert_command::assert_command_stdout_lt_x - Rust

Module lib::assert_command::assert_command_stdout_lt_x

source ·
Expand description

Assert a command stdout string is equal to an expression.

+lib::assert_command::assert_command_stdout_lt_x - Rust

Module lib::assert_command::assert_command_stdout_lt_x

source ·
Expand description

Assert a command stdout string is less than an expression.

Pseudocode:
(command ⇒ stdout) = (expr into string)

§Example

diff --git a/doc/lib/assert_command/assert_command_stdout_ne/index.html b/doc/lib/assert_command/assert_command_stdout_ne/index.html index 12fea0a0f..67c4410cc 100644 --- a/doc/lib/assert_command/assert_command_stdout_ne/index.html +++ b/doc/lib/assert_command/assert_command_stdout_ne/index.html @@ -1,4 +1,4 @@ -lib::assert_command::assert_command_stdout_ne - Rust

Module lib::assert_command::assert_command_stdout_ne

source ·
Expand description

Assert a command stdout string is equal to another.

+lib::assert_command::assert_command_stdout_ne - Rust

Module lib::assert_command::assert_command_stdout_ne

source ·
Expand description

Assert a command stdout string is not equal to another.

Pseudocode:
(command1 ⇒ stdout) = (command2 ⇒ stdout)

§Example

diff --git a/doc/lib/assert_command/assert_command_stdout_ne_x/index.html b/doc/lib/assert_command/assert_command_stdout_ne_x/index.html index 977bbfdfc..06fc3edc1 100644 --- a/doc/lib/assert_command/assert_command_stdout_ne_x/index.html +++ b/doc/lib/assert_command/assert_command_stdout_ne_x/index.html @@ -1,4 +1,4 @@ -lib::assert_command::assert_command_stdout_ne_x - Rust

Module lib::assert_command::assert_command_stdout_ne_x

source ·
Expand description

Assert a command stdout string is equal to an expression.

+lib::assert_command::assert_command_stdout_ne_x - Rust

Module lib::assert_command::assert_command_stdout_ne_x

source ·
Expand description

Assert a command stdout string is not equal to an expression.

Pseudocode:
(command ⇒ stdout) = (expr into string)

§Example

diff --git a/doc/lib/assert_command/index.html b/doc/lib/assert_command/index.html index 6f1d577e0..76510bd25 100644 --- a/doc/lib/assert_command/index.html +++ b/doc/lib/assert_command/index.html @@ -59,4 +59,4 @@

§Example

let mut b = Command::new("bin/printf-stdout"); b.args(["%s%s%s%s", "a", "l", "f", "a"]); assert_command_stdout_eq!(a, b);
-

Modules§

\ No newline at end of file +

Modules§

\ No newline at end of file diff --git a/doc/lib/assert_count/assert_count_eq/index.html b/doc/lib/assert_count/assert_count_eq/index.html index 65559c890..890cf4fe5 100644 --- a/doc/lib/assert_count/assert_count_eq/index.html +++ b/doc/lib/assert_count/assert_count_eq/index.html @@ -1,4 +1,4 @@ -lib::assert_count::assert_count_eq - Rust

Module lib::assert_count::assert_count_eq

source ·
Expand description

Assert a count is equal to another count.

+lib::assert_count::assert_count_eq - Rust

Module lib::assert_count::assert_count_eq

source ·
Expand description

Assert a count is equal to another.

Pseudocode:
a.count() = b.count()

§Example

diff --git a/doc/lib/assert_count/assert_count_ge/index.html b/doc/lib/assert_count/assert_count_ge/index.html index 5f6219a38..bd06ad158 100644 --- a/doc/lib/assert_count/assert_count_ge/index.html +++ b/doc/lib/assert_count/assert_count_ge/index.html @@ -1,4 +1,4 @@ -lib::assert_count::assert_count_ge - Rust

Module lib::assert_count::assert_count_ge

source ·
Expand description

Assert a count is greater than or equal to another count.

+lib::assert_count::assert_count_ge - Rust

Module lib::assert_count::assert_count_ge

source ·
Expand description

Assert a count is greater than or equal to another.

Pseudocode:
a.count() ≥ b.count()

§Example

diff --git a/doc/lib/assert_count/assert_count_gt/index.html b/doc/lib/assert_count/assert_count_gt/index.html index 03c025cb9..8ab2d6bd1 100644 --- a/doc/lib/assert_count/assert_count_gt/index.html +++ b/doc/lib/assert_count/assert_count_gt/index.html @@ -1,4 +1,4 @@ -lib::assert_count::assert_count_gt - Rust

Module lib::assert_count::assert_count_gt

source ·
Expand description

Assert a count is greater than another count.

+lib::assert_count::assert_count_gt - Rust

Module lib::assert_count::assert_count_gt

source ·
Expand description

Assert a count is greater than another.

Pseudocode:
a.count() > b.count()

§Example

diff --git a/doc/lib/assert_count/assert_count_le/index.html b/doc/lib/assert_count/assert_count_le/index.html index 0c709f0c1..8f998f665 100644 --- a/doc/lib/assert_count/assert_count_le/index.html +++ b/doc/lib/assert_count/assert_count_le/index.html @@ -1,4 +1,4 @@ -lib::assert_count::assert_count_le - Rust

Module lib::assert_count::assert_count_le

source ·
Expand description

Assert a count is less than or equal to another count.

+lib::assert_count::assert_count_le - Rust

Module lib::assert_count::assert_count_le

source ·
Expand description

Assert a count is less than or equal to another.

Pseudocode:
a.count() ≤ b.count()

§Example

diff --git a/doc/lib/assert_count/assert_count_lt/index.html b/doc/lib/assert_count/assert_count_lt/index.html index 0e5517cbb..a31b82ac2 100644 --- a/doc/lib/assert_count/assert_count_lt/index.html +++ b/doc/lib/assert_count/assert_count_lt/index.html @@ -1,4 +1,4 @@ -lib::assert_count::assert_count_lt - Rust

Module lib::assert_count::assert_count_lt

source ·
Expand description

Assert a count is less than another count.

+lib::assert_count::assert_count_lt - Rust

Module lib::assert_count::assert_count_lt

source ·
Expand description

Assert a count is less than another.

Pseudocode:
a.count() < b.count()

§Example

diff --git a/doc/lib/assert_count/assert_count_ne/index.html b/doc/lib/assert_count/assert_count_ne/index.html index 5ef345339..896b30806 100644 --- a/doc/lib/assert_count/assert_count_ne/index.html +++ b/doc/lib/assert_count/assert_count_ne/index.html @@ -1,4 +1,4 @@ -lib::assert_count::assert_count_ne - Rust

Module lib::assert_count::assert_count_ne

source ·
Expand description

Assert a count is equal to another count.

+lib::assert_count::assert_count_ne - Rust

Module lib::assert_count::assert_count_ne

source ·
Expand description

Assert a count is not equal to another.

Pseudocode:
a.count() ≠ b.count()

§Example

diff --git a/doc/lib/assert_count/assert_count_ne_x/index.html b/doc/lib/assert_count/assert_count_ne_x/index.html index 8fc3ba718..835494380 100644 --- a/doc/lib/assert_count/assert_count_ne_x/index.html +++ b/doc/lib/assert_count/assert_count_ne_x/index.html @@ -1,4 +1,4 @@ -lib::assert_count::assert_count_ne_x - Rust

Module lib::assert_count::assert_count_ne_x

source ·
Expand description

Assert a count is equal to an expression.

+lib::assert_count::assert_count_ne_x - Rust

Module lib::assert_count::assert_count_ne_x

source ·
Expand description

Assert a count is not equal to an expression.

Pseudocode:
a.count() ≠ b

§Example

diff --git a/doc/lib/assert_count/index.html b/doc/lib/assert_count/index.html index b57239074..d29ecbb16 100644 --- a/doc/lib/assert_count/index.html +++ b/doc/lib/assert_count/index.html @@ -25,4 +25,4 @@

§Example

let a = "x".chars(); let b = "x".chars(); assert_count_eq!(a, b);
-

Modules§

\ No newline at end of file +

Modules§

\ No newline at end of file diff --git a/doc/lib/assert_eq/index.html b/doc/lib/assert_eq/index.html index 55d20cdf9..7ab109bad 100644 --- a/doc/lib/assert_eq/index.html +++ b/doc/lib/assert_eq/index.html @@ -1,4 +1,4 @@ -lib::assert_eq - Rust

Module lib::assert_eq

source ·
Expand description

Assert an expression is equal to another expression.

+lib::assert_eq - Rust

Module lib::assert_eq

source ·
Expand description

Assert an expression is equal to another.

Pseudocode:
a = b

§Module macro

diff --git a/doc/lib/assert_fn/assert_fn_eq/index.html b/doc/lib/assert_fn/assert_fn_eq/index.html index 595edf263..30dc69246 100644 --- a/doc/lib/assert_fn/assert_fn_eq/index.html +++ b/doc/lib/assert_fn/assert_fn_eq/index.html @@ -1,4 +1,4 @@ -lib::assert_fn::assert_fn_eq - Rust

Module lib::assert_fn::assert_fn_eq

source ·
Expand description

Assert a function output is equal to another function output.

+lib::assert_fn::assert_fn_eq - Rust

Module lib::assert_fn::assert_fn_eq

source ·
Expand description

Assert a function output is equal to another.

Pseudocode:
a_function(a) == b_function(b)

§Example

diff --git a/doc/lib/assert_fn/index.html b/doc/lib/assert_fn/index.html index ccb7afe16..9c5fbab4b 100644 --- a/doc/lib/assert_fn/index.html +++ b/doc/lib/assert_fn/index.html @@ -25,4 +25,4 @@

§Example

let a: i8 = -1; let b: i8 = 1; assert_fn_eq!(i8::abs, a, i8::abs, b);
-

Modules§

  • Assert a function output is equal to another function output.
  • Assert a function output is equal to an expression.
  • Assert a function output is greater than or equal to another.
  • Assert a function output is greater than or equal to an expression.
  • Assert a function output is greater than another.
  • Assert a function output is greater than an expression.
  • Assert a function output is less than or equal to another.
  • Assert a function output is less than or equal to an expression.
  • Assert a function output is less than another.
  • Assert a function output is less than an expression.
  • Assert a function output is not equal to another.
  • Assert a function output is not equal to an expression.
\ No newline at end of file +

Modules§

  • Assert a function output is equal to another.
  • Assert a function output is equal to an expression.
  • Assert a function output is greater than or equal to another.
  • Assert a function output is greater than or equal to an expression.
  • Assert a function output is greater than another.
  • Assert a function output is greater than an expression.
  • Assert a function output is less than or equal to another.
  • Assert a function output is less than or equal to an expression.
  • Assert a function output is less than another.
  • Assert a function output is less than an expression.
  • Assert a function output is not equal to another.
  • Assert a function output is not equal to an expression.
\ No newline at end of file diff --git a/doc/lib/assert_fn_err/index.html b/doc/lib/assert_fn_err/index.html index 8590b5aeb..cb8cd87e9 100644 --- a/doc/lib/assert_fn_err/index.html +++ b/doc/lib/assert_fn_err/index.html @@ -4,7 +4,7 @@

The macros use these capabilities:

  • -

    implements .is_err() -> boolean

    +

    implements .is_err() -> bool

  • implements .unwrap_err() -> comparable

    diff --git a/doc/lib/assert_fn_ok/index.html b/doc/lib/assert_fn_ok/index.html index b8559e1b6..8e8f3e5af 100644 --- a/doc/lib/assert_fn_ok/index.html +++ b/doc/lib/assert_fn_ok/index.html @@ -4,7 +4,7 @@

    The macros use these capabilities:

    • -

      implements .is_ok() -> boolean

      +

      implements .is_ok() -> bool

    • implements .unwrap_ok() -> comparable

      diff --git a/doc/lib/assert_ge/index.html b/doc/lib/assert_ge/index.html index b778e6694..98b4b9c5a 100644 --- a/doc/lib/assert_ge/index.html +++ b/doc/lib/assert_ge/index.html @@ -1,4 +1,4 @@ -lib::assert_ge - Rust

      Module lib::assert_ge

      source ·
      Expand description

      Assert an expression is greater than or equal to another expression.

      +lib::assert_ge - Rust

      Module lib::assert_ge

      source ·
      Expand description

      Assert an expression is greater than or equal to another.

      Pseudocode:
      a ≥ b

      §Example

      diff --git a/doc/lib/assert_gt/index.html b/doc/lib/assert_gt/index.html index 8952eb334..34c13ce19 100644 --- a/doc/lib/assert_gt/index.html +++ b/doc/lib/assert_gt/index.html @@ -1,4 +1,4 @@ -lib::assert_gt - Rust

      Module lib::assert_gt

      source ·
      Expand description

      Assert an expression is greater than another expression.

      +lib::assert_gt - Rust

      Module lib::assert_gt

      source ·
      Expand description

      Assert an expression is greater than another.

      Pseudocode:
      a > b

      §Example

      diff --git a/doc/lib/assert_in/assert_in_delta/index.html b/doc/lib/assert_in/assert_in_delta/index.html index 8f516706a..a192b37e9 100644 --- a/doc/lib/assert_in/assert_in_delta/index.html +++ b/doc/lib/assert_in/assert_in_delta/index.html @@ -1,4 +1,4 @@ -lib::assert_in::assert_in_delta - Rust

      Module lib::assert_in::assert_in_delta

      source ·
      Expand description

      Assert a number is within delta of another number.

      +lib::assert_in::assert_in_delta - Rust

      Module lib::assert_in::assert_in_delta

      source ·
      Expand description

      Assert a number is within delta of another.

      Pseudocode:
      | a - b | ≤ Δ

      §Example

      diff --git a/doc/lib/assert_in/assert_in_epsilon/index.html b/doc/lib/assert_in/assert_in_epsilon/index.html index 481c523e6..988515d8c 100644 --- a/doc/lib/assert_in/assert_in_epsilon/index.html +++ b/doc/lib/assert_in/assert_in_epsilon/index.html @@ -1,4 +1,4 @@ -lib::assert_in::assert_in_epsilon - Rust

      Module lib::assert_in::assert_in_epsilon

      source ·
      Expand description

      Assert a number is within epsilon of another number.

      +lib::assert_in::assert_in_epsilon - Rust

      Module lib::assert_in::assert_in_epsilon

      source ·
      Expand description

      Assert a number is within epsilon of another.

      Pseudocode:
      | a - b | ≤ ε * min(a, b)

      §Example

      diff --git a/doc/lib/assert_in/index.html b/doc/lib/assert_in/index.html index 3445a8306..ddef03ea9 100644 --- a/doc/lib/assert_in/index.html +++ b/doc/lib/assert_in/index.html @@ -16,4 +16,4 @@

      §Example

      let b: i8 = 11; let delta: i8 = 1; assert_in_delta!(a, b, delta);
      -

      Modules§

      \ No newline at end of file +

      Modules§

      \ No newline at end of file diff --git a/doc/lib/assert_le/index.html b/doc/lib/assert_le/index.html index bc0b22a2c..bb042d748 100644 --- a/doc/lib/assert_le/index.html +++ b/doc/lib/assert_le/index.html @@ -1,4 +1,4 @@ -lib::assert_le - Rust

      Module lib::assert_le

      source ·
      Expand description

      Assert an expression is less than or equal to another expression.

      +lib::assert_le - Rust

      Module lib::assert_le

      source ·
      Expand description

      Assert an expression is less than or equal to another.

      Pseudocode:
      a ≤ b

      §Example

      diff --git a/doc/lib/assert_len/assert_len_eq/index.html b/doc/lib/assert_len/assert_len_eq/index.html index 6336c3d24..d8cdfff7b 100644 --- a/doc/lib/assert_len/assert_len_eq/index.html +++ b/doc/lib/assert_len/assert_len_eq/index.html @@ -1,4 +1,4 @@ -lib::assert_len::assert_len_eq - Rust

      Module lib::assert_len::assert_len_eq

      source ·
      Expand description

      Assert a length is equal to another length.

      +lib::assert_len::assert_len_eq - Rust

      Module lib::assert_len::assert_len_eq

      source ·
      Expand description

      Assert a length is equal to another.

      Pseudocode:
      a.len() = b.len()

      §Example

      diff --git a/doc/lib/assert_len/assert_len_ge/index.html b/doc/lib/assert_len/assert_len_ge/index.html index 9d5248b63..387b8f5b4 100644 --- a/doc/lib/assert_len/assert_len_ge/index.html +++ b/doc/lib/assert_len/assert_len_ge/index.html @@ -1,4 +1,4 @@ -lib::assert_len::assert_len_ge - Rust

      Module lib::assert_len::assert_len_ge

      source ·
      Expand description

      Assert a length is greater than or equal to another length.

      +lib::assert_len::assert_len_ge - Rust

      Module lib::assert_len::assert_len_ge

      source ·
      Expand description

      Assert a length is greater than or equal to another.

      Pseudocode:
      a.len() ≥ b.len()

      §Example

      diff --git a/doc/lib/assert_len/assert_len_gt/index.html b/doc/lib/assert_len/assert_len_gt/index.html index c4bd4bd7b..b7f544b0c 100644 --- a/doc/lib/assert_len/assert_len_gt/index.html +++ b/doc/lib/assert_len/assert_len_gt/index.html @@ -1,4 +1,4 @@ -lib::assert_len::assert_len_gt - Rust

      Module lib::assert_len::assert_len_gt

      source ·
      Expand description

      Assert a length is greater than another length.

      +lib::assert_len::assert_len_gt - Rust

      Module lib::assert_len::assert_len_gt

      source ·
      Expand description

      Assert a length is greater than another.

      Pseudocode:
      a.len() > b.len()

      §Example

      diff --git a/doc/lib/assert_len/assert_len_le/index.html b/doc/lib/assert_len/assert_len_le/index.html index 614daef67..999d547cc 100644 --- a/doc/lib/assert_len/assert_len_le/index.html +++ b/doc/lib/assert_len/assert_len_le/index.html @@ -1,4 +1,4 @@ -lib::assert_len::assert_len_le - Rust

      Module lib::assert_len::assert_len_le

      source ·
      Expand description

      Assert a length is less than or equal to another length.

      +lib::assert_len::assert_len_le - Rust

      Module lib::assert_len::assert_len_le

      source ·
      Expand description

      Assert a length is less than or equal to another.

      Pseudocode:
      a.len() ≤ b.len()

      §Example

      diff --git a/doc/lib/assert_len/assert_len_lt/index.html b/doc/lib/assert_len/assert_len_lt/index.html index e69d12b1a..29cd14551 100644 --- a/doc/lib/assert_len/assert_len_lt/index.html +++ b/doc/lib/assert_len/assert_len_lt/index.html @@ -1,4 +1,4 @@ -lib::assert_len::assert_len_lt - Rust

      Module lib::assert_len::assert_len_lt

      source ·
      Expand description

      Assert a length is less than another length.

      +lib::assert_len::assert_len_lt - Rust

      Module lib::assert_len::assert_len_lt

      source ·
      Expand description

      Assert a length is less than another.

      Pseudocode:
      a.len() < b.len()

      §Example

      diff --git a/doc/lib/assert_len/assert_len_ne/index.html b/doc/lib/assert_len/assert_len_ne/index.html index a87b59f4c..1442fc21e 100644 --- a/doc/lib/assert_len/assert_len_ne/index.html +++ b/doc/lib/assert_len/assert_len_ne/index.html @@ -1,4 +1,4 @@ -lib::assert_len::assert_len_ne - Rust

      Module lib::assert_len::assert_len_ne

      source ·
      Expand description

      Assert a length is equal to another length.

      +lib::assert_len::assert_len_ne - Rust

      Module lib::assert_len::assert_len_ne

      source ·
      Expand description

      Assert a length is not equal to another.

      Pseudocode:
      a.len() ≠ b.len()

      §Example

      diff --git a/doc/lib/assert_len/assert_len_ne_x/index.html b/doc/lib/assert_len/assert_len_ne_x/index.html index c9601f5a7..5bad29b78 100644 --- a/doc/lib/assert_len/assert_len_ne_x/index.html +++ b/doc/lib/assert_len/assert_len_ne_x/index.html @@ -1,4 +1,4 @@ -lib::assert_len::assert_len_ne_x - Rust

      Module lib::assert_len::assert_len_ne_x

      source ·
      Expand description

      Assert a length is equal to an expression.

      +lib::assert_len::assert_len_ne_x - Rust

      Module lib::assert_len::assert_len_ne_x

      source ·
      Expand description

      Assert a length is not equal to an expression.

      Pseudocode:
      a.len() ≠ b

      §Example

      diff --git a/doc/lib/assert_len/index.html b/doc/lib/assert_len/index.html index e0cbaf1b1..0178476c7 100644 --- a/doc/lib/assert_len/index.html +++ b/doc/lib/assert_len/index.html @@ -25,4 +25,4 @@

      §Example

      let a = "x"; let b = "x"; assert_len_eq!(a, b);
      -

      Modules§

      \ No newline at end of file +

      Modules§

      \ No newline at end of file diff --git a/doc/lib/assert_lt/index.html b/doc/lib/assert_lt/index.html index 954547df3..e9f4d060a 100644 --- a/doc/lib/assert_lt/index.html +++ b/doc/lib/assert_lt/index.html @@ -1,4 +1,4 @@ -lib::assert_lt - Rust

      Module lib::assert_lt

      source ·
      Expand description

      Assert an expression is less than another expression.

      +lib::assert_lt - Rust

      Module lib::assert_lt

      source ·
      Expand description

      Assert an expression is less than another.

      Pseudocode:
      a < b

      §Example

      diff --git a/doc/lib/assert_ne/index.html b/doc/lib/assert_ne/index.html index d7a4e60f4..1e8a57688 100644 --- a/doc/lib/assert_ne/index.html +++ b/doc/lib/assert_ne/index.html @@ -1,4 +1,4 @@ -lib::assert_ne - Rust

      Module lib::assert_ne

      source ·
      Expand description

      Assert an expression is not equal to another expression.

      +lib::assert_ne - Rust

      Module lib::assert_ne

      source ·
      Expand description

      Assert an expression is not equal to another.

      Pseudocode:
      a ≠ b

      §Module macro

      diff --git a/doc/lib/assert_process/assert_process_status_code_value_eq/index.html b/doc/lib/assert_process/assert_process_status_code_value_eq/index.html deleted file mode 100644 index 375e51018..000000000 --- a/doc/lib/assert_process/assert_process_status_code_value_eq/index.html +++ /dev/null @@ -1,17 +0,0 @@ -lib::assert_process::assert_process_status_code_value_eq - Rust
      Expand description

      Assert a process status code value is equal to another.

      -

      Pseudocode:
      -a ⇒ status ⇒ code ⇒ value = b ⇒ status ⇒ code ⇒ value

      -

      §Example

      -
      use assertables::*;
      -use std::process::Command;
      -
      -let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
      -let mut b = Command::new("bin/exit-with-arg"); b.arg("1");
      -assert_process_status_code_value_eq!(a, b);
      -

      §Module macros

      - -
      \ No newline at end of file diff --git a/doc/lib/assert_process/assert_process_status_code_value_eq_x/index.html b/doc/lib/assert_process/assert_process_status_code_value_eq_x/index.html deleted file mode 100644 index 5d77bdaa3..000000000 --- a/doc/lib/assert_process/assert_process_status_code_value_eq_x/index.html +++ /dev/null @@ -1,17 +0,0 @@ -lib::assert_process::assert_process_status_code_value_eq_x - Rust
      Expand description

      Assert a process status code value is equal to an expression.

      -

      Pseudocode:
      -a ⇒ status ⇒ code ⇒ value = b

      -

      §Example

      -
      use assertables::*;
      -use std::process::Command;
      -
      -let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
      -let b = 1;
      -assert_process_status_code_value_eq_x!(a, b);
      -

      §Module macros

      - -
      \ No newline at end of file diff --git a/doc/lib/assert_process/assert_process_status_code_value_ge/index.html b/doc/lib/assert_process/assert_process_status_code_value_ge/index.html deleted file mode 100644 index 4dccd64fb..000000000 --- a/doc/lib/assert_process/assert_process_status_code_value_ge/index.html +++ /dev/null @@ -1,17 +0,0 @@ -lib::assert_process::assert_process_status_code_value_ge - Rust
      Expand description

      Assert a process status code value is greater than or equal to another.

      -

      Pseudocode:
      -a ⇒ status ⇒ code ⇒ value ≥ b ⇒ status ⇒ code ⇒ value

      -

      §Example

      -
      use assertables::*;
      -use std::process::Command;
      -
      -let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
      -let mut b = Command::new("bin/exit-with-arg"); b.arg("1");
      -assert_process_status_code_value_ge!(a, b);
      -

      §Module macros

      - -
      \ No newline at end of file diff --git a/doc/lib/assert_process/assert_process_status_code_value_ge_x/index.html b/doc/lib/assert_process/assert_process_status_code_value_ge_x/index.html deleted file mode 100644 index f87e7143c..000000000 --- a/doc/lib/assert_process/assert_process_status_code_value_ge_x/index.html +++ /dev/null @@ -1,17 +0,0 @@ -lib::assert_process::assert_process_status_code_value_ge_x - Rust
      Expand description

      Assert a process status code value is greater than or equal to an expression.

      -

      Pseudocode:
      -a.len() ≥ b

      -

      §Example

      -
      use assertables::*;
      -use std::process::Command;
      -
      -let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
      -let b = 1;
      -assert_process_status_code_value_ge_x!(a, b);
      -

      §Module macros

      - -
      \ No newline at end of file diff --git a/doc/lib/assert_process/assert_process_status_code_value_gt/index.html b/doc/lib/assert_process/assert_process_status_code_value_gt/index.html deleted file mode 100644 index 18a906cd9..000000000 --- a/doc/lib/assert_process/assert_process_status_code_value_gt/index.html +++ /dev/null @@ -1,17 +0,0 @@ -lib::assert_process::assert_process_status_code_value_gt - Rust
      Expand description

      Assert a process status code value is greater than another.

      -

      Pseudocode:
      -a ⇒ status ⇒ code ⇒ value > b ⇒ status ⇒ code ⇒ value

      -

      §Example

      -
      use assertables::*;
      -use std::process::Command;
      -
      -let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
      -let mut b = Command::new("bin/exit-with-arg"); b.arg("1");
      -assert_process_status_code_value_gt!(a, b);
      -

      §Module macros

      - -
      \ No newline at end of file diff --git a/doc/lib/assert_process/assert_process_status_code_value_gt_x/index.html b/doc/lib/assert_process/assert_process_status_code_value_gt_x/index.html deleted file mode 100644 index 648f81f58..000000000 --- a/doc/lib/assert_process/assert_process_status_code_value_gt_x/index.html +++ /dev/null @@ -1,17 +0,0 @@ -lib::assert_process::assert_process_status_code_value_gt_x - Rust
      Expand description

      Assert a process status code value is greater than an expression.

      -

      Pseudocode:
      -a.len() > b

      -

      §Example

      -
      use assertables::*;
      -use std::process::Command;
      -
      -let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
      -let b = 1;
      -assert_process_status_code_value_gt_x!(a, b);
      -

      §Module macros

      - -
      \ No newline at end of file diff --git a/doc/lib/assert_process/assert_process_status_code_value_le/index.html b/doc/lib/assert_process/assert_process_status_code_value_le/index.html deleted file mode 100644 index 23ca3978a..000000000 --- a/doc/lib/assert_process/assert_process_status_code_value_le/index.html +++ /dev/null @@ -1,17 +0,0 @@ -lib::assert_process::assert_process_status_code_value_le - Rust
      Expand description

      Assert a process status code value is less than or equal to another.

      -

      Pseudocode:
      -a ⇒ status ⇒ code ⇒ value ≤ b ⇒ status ⇒ code ⇒ value

      -

      §Example

      -
      use assertables::*;
      -use std::process::Command;
      -
      -let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
      -let mut b = Command::new("bin/exit-with-arg"); b.arg("2");
      -assert_process_status_code_value_le!(a, b);
      -

      §Module macros

      - -
      \ No newline at end of file diff --git a/doc/lib/assert_process/assert_process_status_code_value_le_x/index.html b/doc/lib/assert_process/assert_process_status_code_value_le_x/index.html deleted file mode 100644 index d3cf2bf12..000000000 --- a/doc/lib/assert_process/assert_process_status_code_value_le_x/index.html +++ /dev/null @@ -1,17 +0,0 @@ -lib::assert_process::assert_process_status_code_value_le_x - Rust
      Expand description

      Assert a process status code value is less than or equal to an expression.

      -

      Pseudocode:
      -a.len() ≤ b

      -

      §Example

      -
      use assertables::*;
      -use std::process::Command;
      -
      -let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
      -let b = 2;
      -assert_process_status_code_value_le_x!(a, b);
      -

      §Module macros

      - -
      \ No newline at end of file diff --git a/doc/lib/assert_process/assert_process_status_code_value_lt/index.html b/doc/lib/assert_process/assert_process_status_code_value_lt/index.html deleted file mode 100644 index 210500e14..000000000 --- a/doc/lib/assert_process/assert_process_status_code_value_lt/index.html +++ /dev/null @@ -1,17 +0,0 @@ -lib::assert_process::assert_process_status_code_value_lt - Rust
      Expand description

      Assert a process status code value is less than another.

      -

      Pseudocode:
      -a ⇒ status ⇒ code ⇒ value < b ⇒ status ⇒ code ⇒ value

      -

      §Example

      -
      use assertables::*;
      -use std::process::Command;
      -
      -let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
      -let mut b = Command::new("bin/exit-with-arg"); b.arg("2");
      -assert_process_status_code_value_lt!(a, b);
      -

      §Module macros

      - -
      \ No newline at end of file diff --git a/doc/lib/assert_process/assert_process_status_code_value_ne_x/index.html b/doc/lib/assert_process/assert_process_status_code_value_ne_x/index.html deleted file mode 100644 index a2711cb13..000000000 --- a/doc/lib/assert_process/assert_process_status_code_value_ne_x/index.html +++ /dev/null @@ -1,17 +0,0 @@ -lib::assert_process::assert_process_status_code_value_ne_x - Rust
      Expand description

      Assert a process status code value is equal to another.

      -

      Pseudocode:
      -a ⇒ status ⇒ code ⇒ value = b ⇒ status ⇒ code ⇒ value

      -

      §Example

      -
      use assertables::*;
      -use std::process::Command;
      -
      -let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
      -let b = 2;
      -assert_process_status_code_value_ne_x!(a, b);
      -

      §Module macros

      - -
      \ No newline at end of file diff --git a/doc/lib/assert_process/index.html b/doc/lib/assert_process/index.html deleted file mode 100644 index 3e71377ec..000000000 --- a/doc/lib/assert_process/index.html +++ /dev/null @@ -1,29 +0,0 @@ -lib::assert_process - Rust

      Module lib::assert_process

      source ·
      Expand description

      Assert for comparing lengths.

      -

      These macros help with collection lengths, such as for strings, arrays, -vectors, iterators, and anything that has a typical .len() method.

      -

      Compare a length with another length:

      - -

      Compare a length with an expression:

      - -

      §Example

      -
      use assertables::*;
      -use std::process::Command;
      -
      -let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
      -let mut b = Command::new("bin/exit-with-arg"); b.arg("1");
      -assert_process_status_code_value_eq!(a, b);
      -

      Modules§

      \ No newline at end of file diff --git a/doc/lib/assert_process/sidebar-items.js b/doc/lib/assert_process/sidebar-items.js deleted file mode 100644 index e5938033a..000000000 --- a/doc/lib/assert_process/sidebar-items.js +++ /dev/null @@ -1 +0,0 @@ -window.SIDEBAR_ITEMS = {"mod":["assert_process_status_code_value_eq","assert_process_status_code_value_eq_x","assert_process_status_code_value_ge","assert_process_status_code_value_ge_x","assert_process_status_code_value_gt","assert_process_status_code_value_gt_x","assert_process_status_code_value_le","assert_process_status_code_value_le_x","assert_process_status_code_value_lt","assert_process_status_code_value_lt_x","assert_process_status_code_value_ne","assert_process_status_code_value_ne_x"]}; \ No newline at end of file diff --git a/doc/lib/assert_status/assert_status_code_value_eq/index.html b/doc/lib/assert_status/assert_status_code_value_eq/index.html new file mode 100644 index 000000000..a3f9aa9ac --- /dev/null +++ b/doc/lib/assert_status/assert_status_code_value_eq/index.html @@ -0,0 +1,17 @@ +lib::assert_status::assert_status_code_value_eq - Rust

      Module lib::assert_status::assert_status_code_value_eq

      source ·
      Expand description

      Assert a status code value is equal to another.

      +

      Pseudocode:
      +a ⇒ status ⇒ code ⇒ value = b ⇒ status ⇒ code ⇒ value

      +

      §Example

      +
      use assertables::*;
      +use std::process::Command;
      +
      +let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
      +let mut b = Command::new("bin/exit-with-arg"); b.arg("1");
      +assert_status_code_value_eq!(a, b);
      +

      §Module macros

      + +
      \ No newline at end of file diff --git a/doc/lib/assert_process/assert_process_status_code_value_eq/sidebar-items.js b/doc/lib/assert_status/assert_status_code_value_eq/sidebar-items.js similarity index 100% rename from doc/lib/assert_process/assert_process_status_code_value_eq/sidebar-items.js rename to doc/lib/assert_status/assert_status_code_value_eq/sidebar-items.js diff --git a/doc/lib/assert_status/assert_status_code_value_eq_x/index.html b/doc/lib/assert_status/assert_status_code_value_eq_x/index.html new file mode 100644 index 000000000..3777f0148 --- /dev/null +++ b/doc/lib/assert_status/assert_status_code_value_eq_x/index.html @@ -0,0 +1,17 @@ +lib::assert_status::assert_status_code_value_eq_x - Rust

      Module lib::assert_status::assert_status_code_value_eq_x

      source ·
      Expand description

      Assert a status code value is equal to an expression.

      +

      Pseudocode:
      +a ⇒ status ⇒ code ⇒ value = b

      +

      §Example

      +
      use assertables::*;
      +use std::process::Command;
      +
      +let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
      +let b = 1;
      +assert_status_code_value_eq_x!(a, b);
      +

      §Module macros

      + +
      \ No newline at end of file diff --git a/doc/lib/assert_process/assert_process_status_code_value_eq_x/sidebar-items.js b/doc/lib/assert_status/assert_status_code_value_eq_x/sidebar-items.js similarity index 100% rename from doc/lib/assert_process/assert_process_status_code_value_eq_x/sidebar-items.js rename to doc/lib/assert_status/assert_status_code_value_eq_x/sidebar-items.js diff --git a/doc/lib/assert_status/assert_status_code_value_ge/index.html b/doc/lib/assert_status/assert_status_code_value_ge/index.html new file mode 100644 index 000000000..68ce2158a --- /dev/null +++ b/doc/lib/assert_status/assert_status_code_value_ge/index.html @@ -0,0 +1,17 @@ +lib::assert_status::assert_status_code_value_ge - Rust

      Module lib::assert_status::assert_status_code_value_ge

      source ·
      Expand description

      Assert a status code value is greater than or equal to another.

      +

      Pseudocode:
      +a ⇒ status ⇒ code ⇒ value ≥ b ⇒ status ⇒ code ⇒ value

      +

      §Example

      +
      use assertables::*;
      +use std::process::Command;
      +
      +let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
      +let mut b = Command::new("bin/exit-with-arg"); b.arg("1");
      +assert_status_code_value_ge!(a, b);
      +

      §Module macros

      + +
      \ No newline at end of file diff --git a/doc/lib/assert_process/assert_process_status_code_value_ge/sidebar-items.js b/doc/lib/assert_status/assert_status_code_value_ge/sidebar-items.js similarity index 100% rename from doc/lib/assert_process/assert_process_status_code_value_ge/sidebar-items.js rename to doc/lib/assert_status/assert_status_code_value_ge/sidebar-items.js diff --git a/doc/lib/assert_status/assert_status_code_value_ge_x/index.html b/doc/lib/assert_status/assert_status_code_value_ge_x/index.html new file mode 100644 index 000000000..460ac6e03 --- /dev/null +++ b/doc/lib/assert_status/assert_status_code_value_ge_x/index.html @@ -0,0 +1,17 @@ +lib::assert_status::assert_status_code_value_ge_x - Rust

      Module lib::assert_status::assert_status_code_value_ge_x

      source ·
      Expand description

      Assert a status code value is greater than or equal to an expression.

      +

      Pseudocode:
      +a.len() ≥ b

      +

      §Example

      +
      use assertables::*;
      +use std::process::Command;
      +
      +let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
      +let b = 1;
      +assert_status_code_value_ge_x!(a, b);
      +

      §Module macros

      + +
      \ No newline at end of file diff --git a/doc/lib/assert_process/assert_process_status_code_value_ge_x/sidebar-items.js b/doc/lib/assert_status/assert_status_code_value_ge_x/sidebar-items.js similarity index 100% rename from doc/lib/assert_process/assert_process_status_code_value_ge_x/sidebar-items.js rename to doc/lib/assert_status/assert_status_code_value_ge_x/sidebar-items.js diff --git a/doc/lib/assert_status/assert_status_code_value_gt/index.html b/doc/lib/assert_status/assert_status_code_value_gt/index.html new file mode 100644 index 000000000..19753b75e --- /dev/null +++ b/doc/lib/assert_status/assert_status_code_value_gt/index.html @@ -0,0 +1,17 @@ +lib::assert_status::assert_status_code_value_gt - Rust

      Module lib::assert_status::assert_status_code_value_gt

      source ·
      Expand description

      Assert a status code value is greater than another.

      +

      Pseudocode:
      +a ⇒ status ⇒ code ⇒ value > b ⇒ status ⇒ code ⇒ value

      +

      §Example

      +
      use assertables::*;
      +use std::process::Command;
      +
      +let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
      +let mut b = Command::new("bin/exit-with-arg"); b.arg("1");
      +assert_status_code_value_gt!(a, b);
      +

      §Module macros

      + +
      \ No newline at end of file diff --git a/doc/lib/assert_process/assert_process_status_code_value_gt/sidebar-items.js b/doc/lib/assert_status/assert_status_code_value_gt/sidebar-items.js similarity index 100% rename from doc/lib/assert_process/assert_process_status_code_value_gt/sidebar-items.js rename to doc/lib/assert_status/assert_status_code_value_gt/sidebar-items.js diff --git a/doc/lib/assert_status/assert_status_code_value_gt_x/index.html b/doc/lib/assert_status/assert_status_code_value_gt_x/index.html new file mode 100644 index 000000000..0e2a76ace --- /dev/null +++ b/doc/lib/assert_status/assert_status_code_value_gt_x/index.html @@ -0,0 +1,17 @@ +lib::assert_status::assert_status_code_value_gt_x - Rust

      Module lib::assert_status::assert_status_code_value_gt_x

      source ·
      Expand description

      Assert a status code value is greater than an expression.

      +

      Pseudocode:
      +a.len() > b

      +

      §Example

      +
      use assertables::*;
      +use std::process::Command;
      +
      +let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
      +let b = 1;
      +assert_status_code_value_gt_x!(a, b);
      +

      §Module macros

      + +
      \ No newline at end of file diff --git a/doc/lib/assert_process/assert_process_status_code_value_gt_x/sidebar-items.js b/doc/lib/assert_status/assert_status_code_value_gt_x/sidebar-items.js similarity index 100% rename from doc/lib/assert_process/assert_process_status_code_value_gt_x/sidebar-items.js rename to doc/lib/assert_status/assert_status_code_value_gt_x/sidebar-items.js diff --git a/doc/lib/assert_status/assert_status_code_value_le/index.html b/doc/lib/assert_status/assert_status_code_value_le/index.html new file mode 100644 index 000000000..e27ea0d47 --- /dev/null +++ b/doc/lib/assert_status/assert_status_code_value_le/index.html @@ -0,0 +1,17 @@ +lib::assert_status::assert_status_code_value_le - Rust

      Module lib::assert_status::assert_status_code_value_le

      source ·
      Expand description

      Assert a status code value is less than or equal to another.

      +

      Pseudocode:
      +a ⇒ status ⇒ code ⇒ value ≤ b ⇒ status ⇒ code ⇒ value

      +

      §Example

      +
      use assertables::*;
      +use std::process::Command;
      +
      +let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
      +let mut b = Command::new("bin/exit-with-arg"); b.arg("2");
      +assert_status_code_value_le!(a, b);
      +

      §Module macros

      + +
      \ No newline at end of file diff --git a/doc/lib/assert_process/assert_process_status_code_value_le/sidebar-items.js b/doc/lib/assert_status/assert_status_code_value_le/sidebar-items.js similarity index 100% rename from doc/lib/assert_process/assert_process_status_code_value_le/sidebar-items.js rename to doc/lib/assert_status/assert_status_code_value_le/sidebar-items.js diff --git a/doc/lib/assert_process/assert_process_status_code_value_ne/index.html b/doc/lib/assert_status/assert_status_code_value_le_x/index.html similarity index 54% rename from doc/lib/assert_process/assert_process_status_code_value_ne/index.html rename to doc/lib/assert_status/assert_status_code_value_le_x/index.html index 75c3f8027..aef1475c5 100644 --- a/doc/lib/assert_process/assert_process_status_code_value_ne/index.html +++ b/doc/lib/assert_status/assert_status_code_value_le_x/index.html @@ -1,17 +1,17 @@ -lib::assert_process::assert_process_status_code_value_ne - Rust
      Expand description

      Assert a process status code value is not equal to another.

      +lib::assert_status::assert_status_code_value_le_x - Rust

      Module lib::assert_status::assert_status_code_value_le_x

      source ·
      Expand description

      Assert a status code value is less than or equal to an expression.

      Pseudocode:
      -a ⇒ status ⇒ code ⇒ value ≠ b ⇒ status ⇒ code ⇒ value

      +a.len() ≤ b

      §Example

      use assertables::*;
       use std::process::Command;
       
       let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
      -let mut b = Command::new("bin/exit-with-arg"); b.arg("2");
      -assert_process_status_code_value_ne!(a, b);
      +let b = 2; +assert_status_code_value_le_x!(a, b);

      §Module macros

      \ No newline at end of file diff --git a/doc/lib/assert_process/assert_process_status_code_value_le_x/sidebar-items.js b/doc/lib/assert_status/assert_status_code_value_le_x/sidebar-items.js similarity index 100% rename from doc/lib/assert_process/assert_process_status_code_value_le_x/sidebar-items.js rename to doc/lib/assert_status/assert_status_code_value_le_x/sidebar-items.js diff --git a/doc/lib/assert_status/assert_status_code_value_lt/index.html b/doc/lib/assert_status/assert_status_code_value_lt/index.html new file mode 100644 index 000000000..d6a74eb95 --- /dev/null +++ b/doc/lib/assert_status/assert_status_code_value_lt/index.html @@ -0,0 +1,17 @@ +lib::assert_status::assert_status_code_value_lt - Rust

      Module lib::assert_status::assert_status_code_value_lt

      source ·
      Expand description

      Assert a status code value is less than another.

      +

      Pseudocode:
      +a ⇒ status ⇒ code ⇒ value < b ⇒ status ⇒ code ⇒ value

      +

      §Example

      +
      use assertables::*;
      +use std::process::Command;
      +
      +let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
      +let mut b = Command::new("bin/exit-with-arg"); b.arg("2");
      +assert_status_code_value_lt!(a, b);
      +

      §Module macros

      + +
      \ No newline at end of file diff --git a/doc/lib/assert_process/assert_process_status_code_value_lt/sidebar-items.js b/doc/lib/assert_status/assert_status_code_value_lt/sidebar-items.js similarity index 100% rename from doc/lib/assert_process/assert_process_status_code_value_lt/sidebar-items.js rename to doc/lib/assert_status/assert_status_code_value_lt/sidebar-items.js diff --git a/doc/lib/assert_status/assert_status_code_value_lt_x/index.html b/doc/lib/assert_status/assert_status_code_value_lt_x/index.html new file mode 100644 index 000000000..3c82910ec --- /dev/null +++ b/doc/lib/assert_status/assert_status_code_value_lt_x/index.html @@ -0,0 +1,17 @@ +lib::assert_status::assert_status_code_value_lt_x - Rust

      Module lib::assert_status::assert_status_code_value_lt_x

      source ·
      Expand description

      Assert a status code value is less than an expression.

      +

      Pseudocode:
      +a.len() < b

      +

      §Example

      +
      use assertables::*;
      +use std::process::Command;
      +
      +let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
      +let b = 2;
      +assert_status_code_value_lt_x!(a, b);
      +

      §Module macros

      + +
      \ No newline at end of file diff --git a/doc/lib/assert_process/assert_process_status_code_value_lt_x/sidebar-items.js b/doc/lib/assert_status/assert_status_code_value_lt_x/sidebar-items.js similarity index 100% rename from doc/lib/assert_process/assert_process_status_code_value_lt_x/sidebar-items.js rename to doc/lib/assert_status/assert_status_code_value_lt_x/sidebar-items.js diff --git a/doc/lib/assert_status/assert_status_code_value_ne/index.html b/doc/lib/assert_status/assert_status_code_value_ne/index.html new file mode 100644 index 000000000..821e688db --- /dev/null +++ b/doc/lib/assert_status/assert_status_code_value_ne/index.html @@ -0,0 +1,17 @@ +lib::assert_status::assert_status_code_value_ne - Rust

      Module lib::assert_status::assert_status_code_value_ne

      source ·
      Expand description

      Assert a status code value is not equal to another.

      +

      Pseudocode:
      +a ⇒ status ⇒ code ⇒ value ≠ b ⇒ status ⇒ code ⇒ value

      +

      §Example

      +
      use assertables::*;
      +use std::process::Command;
      +
      +let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
      +let mut b = Command::new("bin/exit-with-arg"); b.arg("2");
      +assert_status_code_value_ne!(a, b);
      +

      §Module macros

      + +
      \ No newline at end of file diff --git a/doc/lib/assert_process/assert_process_status_code_value_ne/sidebar-items.js b/doc/lib/assert_status/assert_status_code_value_ne/sidebar-items.js similarity index 100% rename from doc/lib/assert_process/assert_process_status_code_value_ne/sidebar-items.js rename to doc/lib/assert_status/assert_status_code_value_ne/sidebar-items.js diff --git a/doc/lib/assert_status/assert_status_code_value_ne_x/index.html b/doc/lib/assert_status/assert_status_code_value_ne_x/index.html new file mode 100644 index 000000000..f35946d06 --- /dev/null +++ b/doc/lib/assert_status/assert_status_code_value_ne_x/index.html @@ -0,0 +1,17 @@ +lib::assert_status::assert_status_code_value_ne_x - Rust

      Module lib::assert_status::assert_status_code_value_ne_x

      source ·
      Expand description

      Assert a status code value is not equal to another.

      +

      Pseudocode:
      +a ⇒ status ⇒ code ⇒ value = b ⇒ status ⇒ code ⇒ value

      +

      §Example

      +
      use assertables::*;
      +use std::process::Command;
      +
      +let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
      +let b = 2;
      +assert_status_code_value_ne_x!(a, b);
      +

      §Module macros

      + +
      \ No newline at end of file diff --git a/doc/lib/assert_process/assert_process_status_code_value_ne_x/sidebar-items.js b/doc/lib/assert_status/assert_status_code_value_ne_x/sidebar-items.js similarity index 100% rename from doc/lib/assert_process/assert_process_status_code_value_ne_x/sidebar-items.js rename to doc/lib/assert_status/assert_status_code_value_ne_x/sidebar-items.js diff --git a/doc/lib/assert_status/assert_status_success/index.html b/doc/lib/assert_status/assert_status_success/index.html new file mode 100644 index 000000000..927ebbe05 --- /dev/null +++ b/doc/lib/assert_status/assert_status_success/index.html @@ -0,0 +1,16 @@ +lib::assert_status::assert_status_success - Rust

      Module lib::assert_status::assert_status_success

      source ·
      Expand description

      Assert a status is a success.

      +

      Pseudocode:
      +a ⇒ status ⇒ success = true

      +

      §Example

      +
      use assertables::*;
      +use std::process::Command;
      +
      +let mut a = Command::new("bin/exit-with-arg"); a.arg("0");
      +assert_status_success!(a);
      +

      §Module macros

      + +
      \ No newline at end of file diff --git a/doc/lib/assert_status/assert_status_success/sidebar-items.js b/doc/lib/assert_status/assert_status_success/sidebar-items.js new file mode 100644 index 000000000..5244ce01c --- /dev/null +++ b/doc/lib/assert_status/assert_status_success/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/doc/lib/assert_status/assert_status_success_false/index.html b/doc/lib/assert_status/assert_status_success_false/index.html new file mode 100644 index 000000000..6d3d19e82 --- /dev/null +++ b/doc/lib/assert_status/assert_status_success_false/index.html @@ -0,0 +1,16 @@ +lib::assert_status::assert_status_success_false - Rust

      Module lib::assert_status::assert_status_success_false

      source ·
      Expand description

      Assert a status is a failure.

      +

      Pseudocode:
      +a ⇒ status ⇒ success = false

      +

      §Example

      +
      use assertables::*;
      +use std::process::Command;
      +
      +let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
      +assert_status_success_false!(a);
      +

      §Module macros

      + +
      \ No newline at end of file diff --git a/doc/lib/assert_status/assert_status_success_false/sidebar-items.js b/doc/lib/assert_status/assert_status_success_false/sidebar-items.js new file mode 100644 index 000000000..5244ce01c --- /dev/null +++ b/doc/lib/assert_status/assert_status_success_false/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/doc/lib/assert_status/index.html b/doc/lib/assert_status/index.html new file mode 100644 index 000000000..39bf4b5d6 --- /dev/null +++ b/doc/lib/assert_status/index.html @@ -0,0 +1,38 @@ +lib::assert_status - Rust

      Module lib::assert_status

      source ·
      Expand description

      Assert for comparing status concepts.

      +

      These macros help with commands, program, processes, and anything else that +provides a method status(), and optionally status methods such as:

      +
        +
      • success() => bool
      • +
      • code() => Result(T, E)
      • +
      +

      Try success/failure:

      + +

      Compare a status code with another status code:

      + +

      Compare a status code with an expression:

      + +

      §Example

      +
      use assertables::*;
      +use std::process::Command;
      +
      +let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
      +let mut b = Command::new("bin/exit-with-arg"); b.arg("1");
      +assert_status_code_value_eq!(a, b);
      +

      Modules§

      \ No newline at end of file diff --git a/doc/lib/assert_status/sidebar-items.js b/doc/lib/assert_status/sidebar-items.js new file mode 100644 index 000000000..61948c270 --- /dev/null +++ b/doc/lib/assert_status/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"mod":["assert_status_code_value_eq","assert_status_code_value_eq_x","assert_status_code_value_ge","assert_status_code_value_ge_x","assert_status_code_value_gt","assert_status_code_value_gt_x","assert_status_code_value_le","assert_status_code_value_le_x","assert_status_code_value_lt","assert_status_code_value_lt_x","assert_status_code_value_ne","assert_status_code_value_ne_x","assert_status_success","assert_status_success_false"]}; \ No newline at end of file diff --git a/doc/lib/assert_success/assert_success/index.html b/doc/lib/assert_success/assert_success/index.html new file mode 100644 index 000000000..fa0b59295 --- /dev/null +++ b/doc/lib/assert_success/assert_success/index.html @@ -0,0 +1,18 @@ +lib::assert_success::assert_success - Rust

      Module lib::assert_success::assert_success

      source ·
      Expand description

      Assert success.

      +

      Pseudocode:
      +a.success() = true

      +

      §Example

      +
      use assertables::*;
      +
      +#[derive(Debug)]
      +struct A;
      +impl A { fn success(&self) -> bool { true }}
      +let a = A{};
      +assert_success!(a);
      +

      §Module macros

      + +
      \ No newline at end of file diff --git a/doc/lib/assert_success/assert_success/sidebar-items.js b/doc/lib/assert_success/assert_success/sidebar-items.js new file mode 100644 index 000000000..5244ce01c --- /dev/null +++ b/doc/lib/assert_success/assert_success/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/doc/lib/assert_process/assert_process_status_code_value_lt_x/index.html b/doc/lib/assert_success/assert_success_false/index.html similarity index 51% rename from doc/lib/assert_process/assert_process_status_code_value_lt_x/index.html rename to doc/lib/assert_success/assert_success_false/index.html index 0f0d0ac3b..d5c4fbd06 100644 --- a/doc/lib/assert_process/assert_process_status_code_value_lt_x/index.html +++ b/doc/lib/assert_success/assert_success_false/index.html @@ -1,17 +1,18 @@ -lib::assert_process::assert_process_status_code_value_lt_x - Rust
      Expand description

      Assert a process status code value is less than an expression.

      +lib::assert_success::assert_success_false - Rust

      Module lib::assert_success::assert_success_false

      source ·
      Expand description

      Assert failure.

      Pseudocode:
      -a.len() < b

      +a.success() = false

      §Example

      use assertables::*;
      -use std::process::Command;
       
      -let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
      -let b = 2;
      -assert_process_status_code_value_lt_x!(a, b);
      +#[derive(Debug)] +struct A; +impl A { fn success(&self) -> bool { false }} +let a = A{}; +assert_success_false!(a);

      §Module macros

      \ No newline at end of file diff --git a/doc/lib/assert_success/assert_success_false/sidebar-items.js b/doc/lib/assert_success/assert_success_false/sidebar-items.js new file mode 100644 index 000000000..5244ce01c --- /dev/null +++ b/doc/lib/assert_success/assert_success_false/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {}; \ No newline at end of file diff --git a/doc/lib/assert_success/index.html b/doc/lib/assert_success/index.html new file mode 100644 index 000000000..5d211775e --- /dev/null +++ b/doc/lib/assert_success/index.html @@ -0,0 +1,16 @@ +lib::assert_success - Rust

      Module lib::assert_success

      source ·
      Expand description

      Assert a success method is true.

      +

      These macros help compare None items, such as ::std::Option::None or similar.

      +

      Assert expression is None:

      + +

      §Example

      +
      use assertables::*;
      +
      +#[derive(Debug)]
      +struct A;
      +impl A { fn success(&self) -> bool { true }}
      +let a = A{};
      +assert_success!(a);
      +

      Modules§

      \ No newline at end of file diff --git a/doc/lib/assert_success/sidebar-items.js b/doc/lib/assert_success/sidebar-items.js new file mode 100644 index 000000000..1c80ab000 --- /dev/null +++ b/doc/lib/assert_success/sidebar-items.js @@ -0,0 +1 @@ +window.SIDEBAR_ITEMS = {"mod":["assert_success","assert_success_false"]}; \ No newline at end of file diff --git a/doc/lib/index.html b/doc/lib/index.html index 0db3380fd..52fdb68bc 100644 --- a/doc/lib/index.html +++ b/doc/lib/index.html @@ -1,4 +1,4 @@ -lib - Rust

      Crate lib

      source ·
      Expand description

      §Assertables: Rust crate of assert macros for testing

      +lib - Rust

      Crate lib

      source ·
      Expand description

      §Assertables: Rust crate of assert macros for testing

      Assertables is a Rust crate that provides many assert macros to improve your compile-time tests and run-time reliability.

      To use this crate, add it to your file Cargo.toml:

      -
      assertables = "9.2.0"
      +
      assertables = "9.3.0"
       

      Benefits:

        @@ -63,6 +63,27 @@

        §Introduct assert2, claims, etc.

        +

        §Examples

        +

        Examples with numbers:

        + +
        assert_lt!(1, 2); // less than
        +assert_gt!(2, 1); // greater than
        +assert_approx_eq!(1.00000001, 1.00000002); // approximately equal to
        +assert_abs_diff_eq!(10, 13, 3); // absolute difference equal to
        +

        Examples with strings:

        + +
        let s = "hello world";
        +assert_starts_with!(s, "hello");
        +assert_ends_with!(s, "world");
        +assert_contains!(s, "lo");
        +assert_is_match!(Regex::new(r"h.* w.*").unwrap(), s);
        +

        Examples with arrays:

        + +
        let a = [1, 2, 3];
        +assert_not_empty!(a);
        +assert_len_eq_x!(a, 3);
        +assert_all!(a.into_iter(), |i: i32| i < 4);
        +assert_any!(a.into_iter(), |i: i32| i > 2);

        §Highlights

        Values:

          @@ -132,47 +153,6 @@

          §Highlights

          For a complete list of modules and macros, see the docs.

          -

          §Examples

          -

          Examples with values:

          - -
          assert_eq!(1, 1); // equal to
          -assert_ne!(2, 1); // not equal to
          -assert_lt!(1, 2); // less than
          -assert_le!(1, 2); // less than or equal to
          -assert_gt!(2, 1); // greater than
          -assert_ge!(2, 1); // greater than or equal to
          -

          Examples with values:

          - -
          assert_eq!(1, 1); // equal to
          -assert_ne!(2, 1); // not equal to
          -assert_lt!(1, 2); // less than
          -assert_le!(1, 2); // less than or equal to
          -assert_gt!(2, 1); // greater than
          -assert_ge!(2, 1); // greater than or equal to
          -

          Examples with strings:

          - -
          let s = "hello world";
          -assert_starts_with!(s, "hello");
          -assert_ends_with!(s, "world");
          -assert_contains!(s, "lo");
          -assert_is_match!(Regex::new(r"h.* w.*").unwrap(), s);
          -assert_not_empty!(s);
          -assert_len_eq!(s, "***********");
          -assert_len_eq_x!(s, 11);
          -assert_all!(s.chars(), |c: char| c < 'x');
          -assert_any!(s.chars(), |c: char| c.is_whitespace());
          -

          Examples with nearness:

          - -
          assert_approx_eq!(1.00000001, 1.00000002);
          -assert_abs_diff_eq!(10, 13, 3);
          -assert_in_delta!(10, 13, 4);
          -assert_in_epsilon!(10, 13, 5);
          -

          Examples with iterators:

          - -
          assert_iter_eq!([1, 2], [1, 2]);
          -assert_iter_ne!([1, 2], [2, 1]);
          -assert_iter_lt!([1, 2], [3, 4]);
          -assert_iter_gt!([3, 4], [1, 2]);

          §Forms

          The Assertables macros have a variety of forms to help you write the tests that matter most to you.

          All the macros have forms for an optional message:

          @@ -202,12 +182,12 @@

          §Forms

          §Tracking

          • Package: assertables-rust-crate
          • -
          • Version: 9.2.0
          • +
          • Version: 9.3.0
          • Created: 2021-03-30T15:47:49Z
          • -
          • Updated: 2024-10-31T11:04:30Z
          • +
          • Updated: 2024-11-03T21:01:28Z
          • License: MIT or Apache-2.0 or GPL-2.0 or GPL-3.0 or contact us for more
          • Contact: Joel Parker Henderson (joel@joelparkerhenderson.com)
          -

      Modules§

      Macros§

      \ No newline at end of file +

      Modules§

      Macros§

      \ No newline at end of file diff --git a/doc/lib/macro.assert_abs_diff_eq.html b/doc/lib/macro.assert_abs_diff_eq.html index b65f8ea97..6defea948 100644 --- a/doc/lib/macro.assert_abs_diff_eq.html +++ b/doc/lib/macro.assert_abs_diff_eq.html @@ -27,7 +27,7 @@

      §Examples

      let delta = 2; assert_abs_diff_eq!(a, b, delta); // assertion failed: `assert_abs_diff_eq!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_eq.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_eq.html // a label: `a`, // a debug: `10`, // b label: `b`, diff --git a/doc/lib/macro.assert_abs_diff_ge.html b/doc/lib/macro.assert_abs_diff_ge.html index ec7b24312..e14208a13 100644 --- a/doc/lib/macro.assert_abs_diff_ge.html +++ b/doc/lib/macro.assert_abs_diff_ge.html @@ -27,7 +27,7 @@

      §Examples

      let delta = 4; assert_abs_diff_ge!(a, b, delta); // assertion failed: `assert_abs_diff_ge!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_ge.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_ge.html // a label: `a`, // a debug: `10`, // b label: `b`, diff --git a/doc/lib/macro.assert_abs_diff_gt.html b/doc/lib/macro.assert_abs_diff_gt.html index 427636937..415b35bc4 100644 --- a/doc/lib/macro.assert_abs_diff_gt.html +++ b/doc/lib/macro.assert_abs_diff_gt.html @@ -27,7 +27,7 @@

      §Examples

      let delta = 4; assert_abs_diff_gt!(a, b, delta); // assertion failed: `assert_abs_diff_gt!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_gt.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_gt.html // a label: `a`, // a debug: `10`, // b label: `b`, diff --git a/doc/lib/macro.assert_abs_diff_le.html b/doc/lib/macro.assert_abs_diff_le.html index 6e6484d5f..68b3968c1 100644 --- a/doc/lib/macro.assert_abs_diff_le.html +++ b/doc/lib/macro.assert_abs_diff_le.html @@ -27,7 +27,7 @@

      §Examples

      let delta = 2; assert_abs_diff_le!(a, b, delta); // assertion failed: `assert_abs_diff_le!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_le.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_le.html // a label: `a`, // a debug: `10`, // b label: `b`, diff --git a/doc/lib/macro.assert_abs_diff_lt.html b/doc/lib/macro.assert_abs_diff_lt.html index 0259d8e0f..8764067ab 100644 --- a/doc/lib/macro.assert_abs_diff_lt.html +++ b/doc/lib/macro.assert_abs_diff_lt.html @@ -27,7 +27,7 @@

      §Examples

      let delta = 2; assert_abs_diff_lt!(a, b, delta); // assertion failed: `assert_abs_diff_lt!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_lt.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_lt.html // a label: `a`, // a debug: `10`, // b label: `b`, diff --git a/doc/lib/macro.assert_abs_diff_ne.html b/doc/lib/macro.assert_abs_diff_ne.html index 311a35628..c576553c7 100644 --- a/doc/lib/macro.assert_abs_diff_ne.html +++ b/doc/lib/macro.assert_abs_diff_ne.html @@ -27,7 +27,7 @@

      §Examples

      let delta = 3; assert_abs_diff_ne!(a, b, delta); // assertion failed: `assert_abs_diff_ne!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_ne.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_ne.html // a label: `a`, // a debug: `10`, // b label: `b`, diff --git a/doc/lib/macro.assert_all.html b/doc/lib/macro.assert_all.html index c0fde3bd3..2afb69a49 100644 --- a/doc/lib/macro.assert_all.html +++ b/doc/lib/macro.assert_all.html @@ -23,7 +23,7 @@

      §Examples

      let a = [1, -2, 3]; assert_all!(a.into_iter(), |x: i8| x > 0); // assertion failed: `assert_all!(collection, predicate)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_all.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_all.html // collection label: `a.into_iter()`, // collection debug: `IntoIter([1, -2, 3])`, // predicate: `|x: i8| x > 0`
      diff --git a/doc/lib/macro.assert_any.html b/doc/lib/macro.assert_any.html index 11c41f5dc..1917e8bc3 100644 --- a/doc/lib/macro.assert_any.html +++ b/doc/lib/macro.assert_any.html @@ -23,7 +23,7 @@

      §Examples

      let a = [1, 2, 3]; assert_any!(a.into_iter(), |x: i8| x > 3); // assertion failed: `assert_any!(collection, predicate)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_any.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_any.html // collection label: `a.into_iter()`, // collection debug: `IntoIter([1, 2, 3])`, // predicate: `|x: i8| x > 3`
      diff --git a/doc/lib/macro.assert_approx_eq.html b/doc/lib/macro.assert_approx_eq.html index e0b6c61dd..e198b5a1f 100644 --- a/doc/lib/macro.assert_approx_eq.html +++ b/doc/lib/macro.assert_approx_eq.html @@ -1,7 +1,7 @@ -assert_approx_eq in lib - Rust

      Macro lib::assert_approx_eq

      source ·
      macro_rules! assert_approx_eq {
      +assert_approx_eq in lib - Rust

      Macro lib::assert_approx_eq

      source ·
      macro_rules! assert_approx_eq {
           ($a:expr, $b:expr $(,)?) => { ... };
           ($a:expr, $b:expr, $($message:tt)+) => { ... };
      -}
      Expand description

      Assert a number is approximately equal to another number.

      +}
      Expand description

      Assert a number is approximately equal to another.

      Pseudocode:
      | a - b | ≤ 1e-6

        @@ -25,7 +25,7 @@

        §Examples

        let b: f32 = 1.0000012; assert_approx_eq!(a, b); // assertion failed: `assert_approx_eq!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_approx_eq.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_approx_eq.html // a label: `a`, // a debug: `1.0000001`, // b label: `b`, diff --git a/doc/lib/macro.assert_approx_eq_as_result.html b/doc/lib/macro.assert_approx_eq_as_result.html index 12b4f63f7..262d1bff3 100644 --- a/doc/lib/macro.assert_approx_eq_as_result.html +++ b/doc/lib/macro.assert_approx_eq_as_result.html @@ -1,6 +1,6 @@ -assert_approx_eq_as_result in lib - Rust

        Macro lib::assert_approx_eq_as_result

        source ·
        macro_rules! assert_approx_eq_as_result {
        +assert_approx_eq_as_result in lib - Rust

        Macro lib::assert_approx_eq_as_result

        source ·
        macro_rules! assert_approx_eq_as_result {
             ($a:expr, $b:expr $(,)?) => { ... };
        -}
        Expand description

        Assert a number is approximately equal to another number.

        +}
        Expand description

        Assert a number is approximately equal to another.

        Pseudocode:
        | a - b | ≤ 1e-6

          diff --git a/doc/lib/macro.assert_approx_ne.html b/doc/lib/macro.assert_approx_ne.html index 9cb3c9473..d7664fd6b 100644 --- a/doc/lib/macro.assert_approx_ne.html +++ b/doc/lib/macro.assert_approx_ne.html @@ -1,7 +1,7 @@ -assert_approx_ne in lib - Rust

          Macro lib::assert_approx_ne

          source ·
          macro_rules! assert_approx_ne {
          +assert_approx_ne in lib - Rust

          Macro lib::assert_approx_ne

          source ·
          macro_rules! assert_approx_ne {
               ($a:expr, $b:expr $(,)?) => { ... };
               ($a:expr, $b:expr, $($message:tt)+) => { ... };
          -}
          Expand description

          Assert a number is approximately not equal to another number.

          +}
          Expand description

          Assert a number is approximately not equal to another.

          Pseudocode:
          | a - b | > 1e-6

            @@ -25,7 +25,7 @@

            §Examples

            let b: f32 = 1.0000011; assert_approx_ne!(a, b); // assertion failed: `assert_approx_ne!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_approx_ne.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_approx_ne.html // a label: `a`, // a debug: `1.0000001`, // b label: `b`, diff --git a/doc/lib/macro.assert_approx_ne_as_result.html b/doc/lib/macro.assert_approx_ne_as_result.html index fa6ae66a3..76397e682 100644 --- a/doc/lib/macro.assert_approx_ne_as_result.html +++ b/doc/lib/macro.assert_approx_ne_as_result.html @@ -1,6 +1,6 @@ -assert_approx_ne_as_result in lib - Rust

            Macro lib::assert_approx_ne_as_result

            source ·
            macro_rules! assert_approx_ne_as_result {
            +assert_approx_ne_as_result in lib - Rust

            Macro lib::assert_approx_ne_as_result

            source ·
            macro_rules! assert_approx_ne_as_result {
                 ($a:expr, $b:expr $(,)?) => { ... };
            -}
            Expand description

            Assert a number is approximately not equal to another number.

            +}
            Expand description

            Assert a number is approximately not equal to another.

            Pseudocode:
            | a - b | > 1e-6

              diff --git a/doc/lib/macro.assert_bag_eq.html b/doc/lib/macro.assert_bag_eq.html index e830315bb..733e7d6d1 100644 --- a/doc/lib/macro.assert_bag_eq.html +++ b/doc/lib/macro.assert_bag_eq.html @@ -25,7 +25,7 @@

              §Examples

              let b = [1, 1, 1]; assert_bag_eq!(&a, &b); // assertion failed: `assert_bag_eq!(a_collection, b_collection)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_eq.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_eq.html // a label: `&a`, // a debug: `[1, 1]`, // b label: `&b`, diff --git a/doc/lib/macro.assert_bag_ne.html b/doc/lib/macro.assert_bag_ne.html index c9182900c..f1169327b 100644 --- a/doc/lib/macro.assert_bag_ne.html +++ b/doc/lib/macro.assert_bag_ne.html @@ -25,7 +25,7 @@

              §Examples

              let b = [1, 1]; assert_bag_ne!(&a, &b); // assertion failed: `assert_bag_ne!(a_collection, b_collection)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_ne.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_ne.html // a label: `&a`, // a debug: `[1, 1]`, // b label: `&b`, diff --git a/doc/lib/macro.assert_bag_subbag.html b/doc/lib/macro.assert_bag_subbag.html index cbc063e1e..96158726c 100644 --- a/doc/lib/macro.assert_bag_subbag.html +++ b/doc/lib/macro.assert_bag_subbag.html @@ -25,7 +25,7 @@

              §Examples

              let b = [1, 1]; assert_bag_subbag!(&a, &b); // assertion failed: `assert_bag_subbag!(a_collection, b_collection)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_subbag.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_subbag.html // a label: `&a`, // a debug: `[1, 1, 1]`, // b label: `&b`, diff --git a/doc/lib/macro.assert_bag_superbag.html b/doc/lib/macro.assert_bag_superbag.html index 2f3c34abe..fdea27369 100644 --- a/doc/lib/macro.assert_bag_superbag.html +++ b/doc/lib/macro.assert_bag_superbag.html @@ -25,7 +25,7 @@

              §Examples

              let b = [1, 1, 1]; assert_bag_superbag!(&a, &b); // assertion failed: `assert_bag_superbag!(a_collection, b_collection)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_superbag.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_superbag.html // a label: `&a`, // a debug: `[1, 1]`, // b label: `&b`, diff --git a/doc/lib/macro.assert_command_stderr_eq.html b/doc/lib/macro.assert_command_stderr_eq.html index 09a7c8470..5abb1c6a6 100644 --- a/doc/lib/macro.assert_command_stderr_eq.html +++ b/doc/lib/macro.assert_command_stderr_eq.html @@ -30,7 +30,7 @@

              §Examples

              b.args(["%s", "zz"]); assert_command_stderr_eq!(a, b); // assertion failed: `assert_command_stderr_eq!(a_command, b_command)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_eq.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_eq.html // a label: `a`, // a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`, // b label: `b`, diff --git a/doc/lib/macro.assert_command_stderr_eq_x.html b/doc/lib/macro.assert_command_stderr_eq_x.html index 7fa180110..53c00a5b5 100644 --- a/doc/lib/macro.assert_command_stderr_eq_x.html +++ b/doc/lib/macro.assert_command_stderr_eq_x.html @@ -28,7 +28,7 @@

              §Examples

              let bytes = vec![b'z', b'z']; assert_command_stderr_eq_x!(command, bytes); // assertion failed: `assert_command_stderr_eq_x!(command, expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_eq_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_eq_x.html // command label: `command`, // command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`, // expr label: `bytes`, diff --git a/doc/lib/macro.assert_command_stderr_ge.html b/doc/lib/macro.assert_command_stderr_ge.html index 4398e5727..04e776458 100644 --- a/doc/lib/macro.assert_command_stderr_ge.html +++ b/doc/lib/macro.assert_command_stderr_ge.html @@ -1,7 +1,7 @@ -assert_command_stderr_ge in lib - Rust

              Macro lib::assert_command_stderr_ge

              source ·
              macro_rules! assert_command_stderr_ge {
              +assert_command_stderr_ge in lib - Rust

              Macro lib::assert_command_stderr_ge

              source ·
              macro_rules! assert_command_stderr_ge {
                   ($a_command:expr, $b_command:expr $(,)?) => { ... };
                   ($a_command:expr, $b_command:expr, $($message:tt)+) => { ... };
              -}
              Expand description

              Assert a command stderr string is equal to another.

              +}
              Expand description

              Assert a command stderr string is greater than or equal to another.

              Pseudocode:
              (command1 ⇒ stderr) = (command2 ⇒ stderr)

                @@ -30,7 +30,7 @@

                §Examples

                b.args(["%s", "zz"]); assert_command_stderr_ge!(a, b); // assertion failed: `assert_command_stderr_ge!(a_command, b_command)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ge.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ge.html // a label: `a`, // a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`, // b label: `b`, diff --git a/doc/lib/macro.assert_command_stderr_ge_as_result.html b/doc/lib/macro.assert_command_stderr_ge_as_result.html index 11405d8d5..95c10b218 100644 --- a/doc/lib/macro.assert_command_stderr_ge_as_result.html +++ b/doc/lib/macro.assert_command_stderr_ge_as_result.html @@ -1,6 +1,6 @@ -assert_command_stderr_ge_as_result in lib - Rust

                Macro lib::assert_command_stderr_ge_as_result

                source ·
                macro_rules! assert_command_stderr_ge_as_result {
                +assert_command_stderr_ge_as_result in lib - Rust

                Macro lib::assert_command_stderr_ge_as_result

                source ·
                macro_rules! assert_command_stderr_ge_as_result {
                     ($a_command:expr, $b_command:expr $(,)?) => { ... };
                -}
                Expand description

                Assert a command stderr string is equal to another.

                +}
                Expand description

                Assert a command stderr string is greater than or equal to another.

                Pseudocode:
                (command1 ⇒ stderr) = (command2 ⇒ stderr)

                  diff --git a/doc/lib/macro.assert_command_stderr_ge_x.html b/doc/lib/macro.assert_command_stderr_ge_x.html index 67812bc4f..fe584ac8b 100644 --- a/doc/lib/macro.assert_command_stderr_ge_x.html +++ b/doc/lib/macro.assert_command_stderr_ge_x.html @@ -1,7 +1,7 @@ -assert_command_stderr_ge_x in lib - Rust

                  Macro lib::assert_command_stderr_ge_x

                  source ·
                  macro_rules! assert_command_stderr_ge_x {
                  +assert_command_stderr_ge_x in lib - Rust

                  Macro lib::assert_command_stderr_ge_x

                  source ·
                  macro_rules! assert_command_stderr_ge_x {
                       ($a_command:expr, $b_expr:expr $(,)?) => { ... };
                       ($a_command:expr, $b_expr:expr, $($message:tt)+) => { ... };
                  -}
                  Expand description

                  Assert a command stderr string is equal to an expression.

                  +}
                  Expand description

                  Assert a command stderr string is greater than or equal to an expression.

                  Pseudocode:
                  (command ⇒ stderr) = (expr into string)

                    @@ -28,7 +28,7 @@

                    §Examples

                    let bytes = vec![b'z', b'z']; assert_command_stderr_ge_x!(command, bytes); // assertion failed: `assert_command_stderr_ge_x!(command, expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ge_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ge_x.html // command label: `command`, // command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`, // expr label: `bytes`, diff --git a/doc/lib/macro.assert_command_stderr_ge_x_as_result.html b/doc/lib/macro.assert_command_stderr_ge_x_as_result.html index c1a125d48..e7bc04bcd 100644 --- a/doc/lib/macro.assert_command_stderr_ge_x_as_result.html +++ b/doc/lib/macro.assert_command_stderr_ge_x_as_result.html @@ -1,6 +1,6 @@ -assert_command_stderr_ge_x_as_result in lib - Rust

                    Macro lib::assert_command_stderr_ge_x_as_result

                    source ·
                    macro_rules! assert_command_stderr_ge_x_as_result {
                    +assert_command_stderr_ge_x_as_result in lib - Rust

                    Macro lib::assert_command_stderr_ge_x_as_result

                    source ·
                    macro_rules! assert_command_stderr_ge_x_as_result {
                         ($a_command:expr, $b_expr:expr $(,)?) => { ... };
                    -}
                    Expand description

                    Assert a command stderr string is equal to an expression.

                    +}
                    Expand description

                    Assert a command stderr string is greater than or equal to an expression.

                    Pseudocode:
                    (command ⇒ stderr) = (expr into string)

                      diff --git a/doc/lib/macro.assert_command_stderr_gt.html b/doc/lib/macro.assert_command_stderr_gt.html index f7116547c..0cb693855 100644 --- a/doc/lib/macro.assert_command_stderr_gt.html +++ b/doc/lib/macro.assert_command_stderr_gt.html @@ -1,7 +1,7 @@ -assert_command_stderr_gt in lib - Rust

                      Macro lib::assert_command_stderr_gt

                      source ·
                      macro_rules! assert_command_stderr_gt {
                      +assert_command_stderr_gt in lib - Rust

                      Macro lib::assert_command_stderr_gt

                      source ·
                      macro_rules! assert_command_stderr_gt {
                           ($a_command:expr, $b_command:expr $(,)?) => { ... };
                           ($a_command:expr, $b_command:expr, $($message:tt)+) => { ... };
                      -}
                      Expand description

                      Assert a command stderr string is equal to another.

                      +}
                      Expand description

                      Assert a command stderr string is greater than another.

                      Pseudocode:
                      (command1 ⇒ stderr) = (command2 ⇒ stderr)

                        @@ -30,7 +30,7 @@

                        §Examples

                        b.args(["%s", "zz"]); assert_command_stderr_gt!(a, b); // assertion failed: `assert_command_stderr_gt!(a_command, b_command)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_gt.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_gt.html // a label: `a`, // a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`, // b label: `b`, diff --git a/doc/lib/macro.assert_command_stderr_gt_as_result.html b/doc/lib/macro.assert_command_stderr_gt_as_result.html index 16af4e14e..3444a118d 100644 --- a/doc/lib/macro.assert_command_stderr_gt_as_result.html +++ b/doc/lib/macro.assert_command_stderr_gt_as_result.html @@ -1,6 +1,6 @@ -assert_command_stderr_gt_as_result in lib - Rust

                        Macro lib::assert_command_stderr_gt_as_result

                        source ·
                        macro_rules! assert_command_stderr_gt_as_result {
                        +assert_command_stderr_gt_as_result in lib - Rust

                        Macro lib::assert_command_stderr_gt_as_result

                        source ·
                        macro_rules! assert_command_stderr_gt_as_result {
                             ($a_command:expr, $b_command:expr $(,)?) => { ... };
                        -}
                        Expand description

                        Assert a command stderr string is equal to another.

                        +}
                        Expand description

                        Assert a command stderr string is greater than another.

                        Pseudocode:
                        (command1 ⇒ stderr) = (command2 ⇒ stderr)

                          diff --git a/doc/lib/macro.assert_command_stderr_gt_x.html b/doc/lib/macro.assert_command_stderr_gt_x.html index b38e3738f..92511cbc2 100644 --- a/doc/lib/macro.assert_command_stderr_gt_x.html +++ b/doc/lib/macro.assert_command_stderr_gt_x.html @@ -1,7 +1,7 @@ -assert_command_stderr_gt_x in lib - Rust

                          Macro lib::assert_command_stderr_gt_x

                          source ·
                          macro_rules! assert_command_stderr_gt_x {
                          +assert_command_stderr_gt_x in lib - Rust

                          Macro lib::assert_command_stderr_gt_x

                          source ·
                          macro_rules! assert_command_stderr_gt_x {
                               ($a_command:expr, $b_expr:expr $(,)?) => { ... };
                               ($a_command:expr, $b_expr:expr, $($message:tt)+) => { ... };
                          -}
                          Expand description

                          Assert a command stderr string is equal to an expression.

                          +}
                          Expand description

                          Assert a command stderr string is greater than an expression.

                          Pseudocode:
                          (command ⇒ stderr) = (expr into string)

                            @@ -28,7 +28,7 @@

                            §Examples

                            let bytes = vec![b'z', b'z']; assert_command_stderr_gt_x!(command, bytes); // assertion failed: `assert_command_stderr_gt_x!(command, expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_gt_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_gt_x.html // command label: `command`, // command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`, // expr label: `bytes`, diff --git a/doc/lib/macro.assert_command_stderr_gt_x_as_result.html b/doc/lib/macro.assert_command_stderr_gt_x_as_result.html index bc5f91395..00902d1f0 100644 --- a/doc/lib/macro.assert_command_stderr_gt_x_as_result.html +++ b/doc/lib/macro.assert_command_stderr_gt_x_as_result.html @@ -1,6 +1,6 @@ -assert_command_stderr_gt_x_as_result in lib - Rust

                            Macro lib::assert_command_stderr_gt_x_as_result

                            source ·
                            macro_rules! assert_command_stderr_gt_x_as_result {
                            +assert_command_stderr_gt_x_as_result in lib - Rust

                            Macro lib::assert_command_stderr_gt_x_as_result

                            source ·
                            macro_rules! assert_command_stderr_gt_x_as_result {
                                 ($a_command:expr, $b_expr:expr $(,)?) => { ... };
                            -}
                            Expand description

                            Assert a command stderr string is equal to an expression.

                            +}
                            Expand description

                            Assert a command stderr string is greater than an expression.

                            Pseudocode:
                            (command ⇒ stderr) = (expr into string)

                              diff --git a/doc/lib/macro.assert_command_stderr_le.html b/doc/lib/macro.assert_command_stderr_le.html index 0d2e762a6..89b386ddf 100644 --- a/doc/lib/macro.assert_command_stderr_le.html +++ b/doc/lib/macro.assert_command_stderr_le.html @@ -1,7 +1,7 @@ -assert_command_stderr_le in lib - Rust

                              Macro lib::assert_command_stderr_le

                              source ·
                              macro_rules! assert_command_stderr_le {
                              +assert_command_stderr_le in lib - Rust

                              Macro lib::assert_command_stderr_le

                              source ·
                              macro_rules! assert_command_stderr_le {
                                   ($a_command:expr, $b_command:expr $(,)?) => { ... };
                                   ($a_command:expr, $b_command:expr, $($message:tt)+) => { ... };
                              -}
                              Expand description

                              Assert a command stderr string is equal to another.

                              +}
                              Expand description

                              Assert a command stderr string is less than or equal to another.

                              Pseudocode:
                              (command1 ⇒ stderr) = (command2 ⇒ stderr)

                                @@ -30,7 +30,7 @@

                                §Examples

                                b.args(["%s", "aa"]); assert_command_stderr_le!(a, b); // assertion failed: `assert_command_stderr_le!(a_command, b_command)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_le.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_le.html // a label: `a`, // a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`, // b label: `b`, diff --git a/doc/lib/macro.assert_command_stderr_le_as_result.html b/doc/lib/macro.assert_command_stderr_le_as_result.html index ab1529ffb..875bc11d9 100644 --- a/doc/lib/macro.assert_command_stderr_le_as_result.html +++ b/doc/lib/macro.assert_command_stderr_le_as_result.html @@ -1,6 +1,6 @@ -assert_command_stderr_le_as_result in lib - Rust

                                Macro lib::assert_command_stderr_le_as_result

                                source ·
                                macro_rules! assert_command_stderr_le_as_result {
                                +assert_command_stderr_le_as_result in lib - Rust

                                Macro lib::assert_command_stderr_le_as_result

                                source ·
                                macro_rules! assert_command_stderr_le_as_result {
                                     ($a_command:expr, $b_command:expr $(,)?) => { ... };
                                -}
                                Expand description

                                Assert a command stderr string is equal to another.

                                +}
                                Expand description

                                Assert a command stderr string is less than or equal to another.

                                Pseudocode:
                                (command1 ⇒ stderr) = (command2 ⇒ stderr)

                                  diff --git a/doc/lib/macro.assert_command_stderr_le_x.html b/doc/lib/macro.assert_command_stderr_le_x.html index c627b4ea8..22935773b 100644 --- a/doc/lib/macro.assert_command_stderr_le_x.html +++ b/doc/lib/macro.assert_command_stderr_le_x.html @@ -1,7 +1,7 @@ -assert_command_stderr_le_x in lib - Rust

                                  Macro lib::assert_command_stderr_le_x

                                  source ·
                                  macro_rules! assert_command_stderr_le_x {
                                  +assert_command_stderr_le_x in lib - Rust

                                  Macro lib::assert_command_stderr_le_x

                                  source ·
                                  macro_rules! assert_command_stderr_le_x {
                                       ($a_command:expr, $b_expr:expr $(,)?) => { ... };
                                       ($a_command:expr, $b_expr:expr, $($message:tt)+) => { ... };
                                  -}
                                  Expand description

                                  Assert a command stderr string is equal to an expression.

                                  +}
                                  Expand description

                                  Assert a command stderr string is less than or equal to an expression.

                                  Pseudocode:
                                  (command ⇒ stderr) = (expr into string)

                                    @@ -28,7 +28,7 @@

                                    §Examples

                                    let bytes = vec![b'a', b'a']; assert_command_stderr_le_x!(command, bytes); // assertion failed: `assert_command_stderr_le_x!(command, expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_le_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_le_x.html // command label: `command`, // command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`, // expr label: `bytes`, diff --git a/doc/lib/macro.assert_command_stderr_le_x_as_result.html b/doc/lib/macro.assert_command_stderr_le_x_as_result.html index db59fa049..691a509dd 100644 --- a/doc/lib/macro.assert_command_stderr_le_x_as_result.html +++ b/doc/lib/macro.assert_command_stderr_le_x_as_result.html @@ -1,6 +1,6 @@ -assert_command_stderr_le_x_as_result in lib - Rust

                                    Macro lib::assert_command_stderr_le_x_as_result

                                    source ·
                                    macro_rules! assert_command_stderr_le_x_as_result {
                                    +assert_command_stderr_le_x_as_result in lib - Rust

                                    Macro lib::assert_command_stderr_le_x_as_result

                                    source ·
                                    macro_rules! assert_command_stderr_le_x_as_result {
                                         ($a_command:expr, $b_expr:expr $(,)?) => { ... };
                                    -}
                                    Expand description

                                    Assert a command stderr string is equal to an expression.

                                    +}
                                    Expand description

                                    Assert a command stderr string is less than or equal to an expression.

                                    Pseudocode:
                                    (command ⇒ stderr) = (expr into string)

                                      diff --git a/doc/lib/macro.assert_command_stderr_lt.html b/doc/lib/macro.assert_command_stderr_lt.html index 741722898..21e547dab 100644 --- a/doc/lib/macro.assert_command_stderr_lt.html +++ b/doc/lib/macro.assert_command_stderr_lt.html @@ -1,7 +1,7 @@ -assert_command_stderr_lt in lib - Rust

                                      Macro lib::assert_command_stderr_lt

                                      source ·
                                      macro_rules! assert_command_stderr_lt {
                                      +assert_command_stderr_lt in lib - Rust

                                      Macro lib::assert_command_stderr_lt

                                      source ·
                                      macro_rules! assert_command_stderr_lt {
                                           ($a_command:expr, $b_command:expr $(,)?) => { ... };
                                           ($a_command:expr, $b_command:expr, $($message:tt)+) => { ... };
                                      -}
                                      Expand description

                                      Assert a command stderr string is equal to another.

                                      +}
                                      Expand description

                                      Assert a command stderr string is less than another.

                                      Pseudocode:
                                      (command1 ⇒ stderr) = (command2 ⇒ stderr)

                                        @@ -30,7 +30,7 @@

                                        §Examples

                                        b.args(["%s", "aa"]); assert_command_stderr_lt!(a, b); // assertion failed: `assert_command_stderr_lt!(a_command, b_command)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_lt.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_lt.html // a label: `a`, // a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`, // b label: `b`, diff --git a/doc/lib/macro.assert_command_stderr_lt_as_result.html b/doc/lib/macro.assert_command_stderr_lt_as_result.html index b8075eea8..283fa85a7 100644 --- a/doc/lib/macro.assert_command_stderr_lt_as_result.html +++ b/doc/lib/macro.assert_command_stderr_lt_as_result.html @@ -1,6 +1,6 @@ -assert_command_stderr_lt_as_result in lib - Rust

                                        Macro lib::assert_command_stderr_lt_as_result

                                        source ·
                                        macro_rules! assert_command_stderr_lt_as_result {
                                        +assert_command_stderr_lt_as_result in lib - Rust

                                        Macro lib::assert_command_stderr_lt_as_result

                                        source ·
                                        macro_rules! assert_command_stderr_lt_as_result {
                                             ($a_command:expr, $b_command:expr $(,)?) => { ... };
                                        -}
                                        Expand description

                                        Assert a command stderr string is equal to another.

                                        +}
                                        Expand description

                                        Assert a command stderr string is less than another.

                                        Pseudocode:
                                        (command1 ⇒ stderr) = (command2 ⇒ stderr)

                                          diff --git a/doc/lib/macro.assert_command_stderr_lt_x.html b/doc/lib/macro.assert_command_stderr_lt_x.html index 533047b7e..4c97ddf74 100644 --- a/doc/lib/macro.assert_command_stderr_lt_x.html +++ b/doc/lib/macro.assert_command_stderr_lt_x.html @@ -1,7 +1,7 @@ -assert_command_stderr_lt_x in lib - Rust

                                          Macro lib::assert_command_stderr_lt_x

                                          source ·
                                          macro_rules! assert_command_stderr_lt_x {
                                          +assert_command_stderr_lt_x in lib - Rust

                                          Macro lib::assert_command_stderr_lt_x

                                          source ·
                                          macro_rules! assert_command_stderr_lt_x {
                                               ($a_command:expr, $b_expr:expr $(,)?) => { ... };
                                               ($a_command:expr, $b_expr:expr, $($message:tt)+) => { ... };
                                          -}
                                          Expand description

                                          Assert a command stderr string is equal to an expression.

                                          +}
                                          Expand description

                                          Assert a command stderr string is less than an expression.

                                          Pseudocode:
                                          (command ⇒ stderr) = (expr into string)

                                            @@ -28,7 +28,7 @@

                                            §Examples

                                            let bytes = vec![b'a', b'a']; assert_command_stderr_lt_x!(command, bytes); // assertion failed: `assert_command_stderr_lt_x!(command, expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_lt_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_lt_x.html // command label: `command`, // command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`, // expr label: `bytes`, diff --git a/doc/lib/macro.assert_command_stderr_lt_x_as_result.html b/doc/lib/macro.assert_command_stderr_lt_x_as_result.html index f6daa1cee..ad9b6316d 100644 --- a/doc/lib/macro.assert_command_stderr_lt_x_as_result.html +++ b/doc/lib/macro.assert_command_stderr_lt_x_as_result.html @@ -1,6 +1,6 @@ -assert_command_stderr_lt_x_as_result in lib - Rust

                                            Macro lib::assert_command_stderr_lt_x_as_result

                                            source ·
                                            macro_rules! assert_command_stderr_lt_x_as_result {
                                            +assert_command_stderr_lt_x_as_result in lib - Rust

                                            Macro lib::assert_command_stderr_lt_x_as_result

                                            source ·
                                            macro_rules! assert_command_stderr_lt_x_as_result {
                                                 ($a_command:expr, $b_expr:expr $(,)?) => { ... };
                                            -}
                                            Expand description

                                            Assert a command stderr string is equal to an expression.

                                            +}
                                            Expand description

                                            Assert a command stderr string is less than an expression.

                                            Pseudocode:
                                            (command ⇒ stderr) = (expr into string)

                                              diff --git a/doc/lib/macro.assert_command_stderr_ne.html b/doc/lib/macro.assert_command_stderr_ne.html index 1623f7f54..7a0a7e101 100644 --- a/doc/lib/macro.assert_command_stderr_ne.html +++ b/doc/lib/macro.assert_command_stderr_ne.html @@ -1,7 +1,7 @@ -assert_command_stderr_ne in lib - Rust

                                              Macro lib::assert_command_stderr_ne

                                              source ·
                                              macro_rules! assert_command_stderr_ne {
                                              +assert_command_stderr_ne in lib - Rust

                                              Macro lib::assert_command_stderr_ne

                                              source ·
                                              macro_rules! assert_command_stderr_ne {
                                                   ($a_command:expr, $b_command:expr $(,)?) => { ... };
                                                   ($a_command:expr, $b_command:expr, $($message:tt)+) => { ... };
                                              -}
                                              Expand description

                                              Assert a command stderr string is equal to another.

                                              +}
                                              Expand description

                                              Assert a command stderr string is not equal to another.

                                              Pseudocode:
                                              (command1 ⇒ stderr) = (command2 ⇒ stderr)

                                                @@ -30,7 +30,7 @@

                                                §Examples

                                                b.args(["%s", "alfa"]); assert_command_stderr_ne!(a, b); // assertion failed: `assert_command_stderr_ne!(a_command, b_command)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ne.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ne.html // a label: `a`, // a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`, // b label: `b`, diff --git a/doc/lib/macro.assert_command_stderr_ne_as_result.html b/doc/lib/macro.assert_command_stderr_ne_as_result.html index 9ab104b24..3ccc476d1 100644 --- a/doc/lib/macro.assert_command_stderr_ne_as_result.html +++ b/doc/lib/macro.assert_command_stderr_ne_as_result.html @@ -1,6 +1,6 @@ -assert_command_stderr_ne_as_result in lib - Rust

                                                Macro lib::assert_command_stderr_ne_as_result

                                                source ·
                                                macro_rules! assert_command_stderr_ne_as_result {
                                                +assert_command_stderr_ne_as_result in lib - Rust

                                                Macro lib::assert_command_stderr_ne_as_result

                                                source ·
                                                macro_rules! assert_command_stderr_ne_as_result {
                                                     ($a_command:expr, $b_command:expr $(,)?) => { ... };
                                                -}
                                                Expand description

                                                Assert a command stderr string is equal to another.

                                                +}
                                                Expand description

                                                Assert a command stderr string is not equal to another.

                                                Pseudocode:
                                                (command1 ⇒ stderr) = (command2 ⇒ stderr)

                                                  diff --git a/doc/lib/macro.assert_command_stderr_ne_x.html b/doc/lib/macro.assert_command_stderr_ne_x.html index 85172c030..c878ebcb2 100644 --- a/doc/lib/macro.assert_command_stderr_ne_x.html +++ b/doc/lib/macro.assert_command_stderr_ne_x.html @@ -1,7 +1,7 @@ -assert_command_stderr_ne_x in lib - Rust

                                                  Macro lib::assert_command_stderr_ne_x

                                                  source ·
                                                  macro_rules! assert_command_stderr_ne_x {
                                                  +assert_command_stderr_ne_x in lib - Rust

                                                  Macro lib::assert_command_stderr_ne_x

                                                  source ·
                                                  macro_rules! assert_command_stderr_ne_x {
                                                       ($a_command:expr, $b_expr:expr $(,)?) => { ... };
                                                       ($a_command:expr, $b_expr:expr, $($message:tt)+) => { ... };
                                                  -}
                                                  Expand description

                                                  Assert a command stderr string is equal to an expression.

                                                  +}
                                                  Expand description

                                                  Assert a command stderr string is not equal to an expression.

                                                  Pseudocode:
                                                  (command ⇒ stderr) = (expr into string)

                                                    @@ -28,7 +28,7 @@

                                                    §Examples

                                                    let bytes = vec![b'a', b'l', b'f', b'a']; assert_command_stderr_ne_x!(command, bytes); // assertion failed: `assert_command_stderr_ne_x!(command, expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ne_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ne_x.html // command label: `command`, // command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`, // expr label: `bytes`, diff --git a/doc/lib/macro.assert_command_stderr_ne_x_as_result.html b/doc/lib/macro.assert_command_stderr_ne_x_as_result.html index c03896bf4..5da5cd767 100644 --- a/doc/lib/macro.assert_command_stderr_ne_x_as_result.html +++ b/doc/lib/macro.assert_command_stderr_ne_x_as_result.html @@ -1,6 +1,6 @@ -assert_command_stderr_ne_x_as_result in lib - Rust

                                                    Macro lib::assert_command_stderr_ne_x_as_result

                                                    source ·
                                                    macro_rules! assert_command_stderr_ne_x_as_result {
                                                    +assert_command_stderr_ne_x_as_result in lib - Rust

                                                    Macro lib::assert_command_stderr_ne_x_as_result

                                                    source ·
                                                    macro_rules! assert_command_stderr_ne_x_as_result {
                                                         ($a_command:expr, $b_expr:expr $(,)?) => { ... };
                                                    -}
                                                    Expand description

                                                    Assert a command stderr string is equal to an expression.

                                                    +}
                                                    Expand description

                                                    Assert a command stderr string is not equal to an expression.

                                                    Pseudocode:
                                                    (command ⇒ stderr) = (expr into string)

                                                      diff --git a/doc/lib/macro.assert_command_stderr_string_contains.html b/doc/lib/macro.assert_command_stderr_string_contains.html index 587cba489..130f9ce61 100644 --- a/doc/lib/macro.assert_command_stderr_string_contains.html +++ b/doc/lib/macro.assert_command_stderr_string_contains.html @@ -33,7 +33,7 @@

                                                      §Examples

                                                      let containee = "zz"; assert_command_stderr_string_contains!(command, &containee); // assertion failed: `assert_command_stderr_string_contains!(command, containee)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_string_contains.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_string_contains.html // command label: `command`, // command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`, // containee label: `&containee`, diff --git a/doc/lib/macro.assert_command_stderr_string_is_match.html b/doc/lib/macro.assert_command_stderr_string_is_match.html index 95b71fe23..919087d9e 100644 --- a/doc/lib/macro.assert_command_stderr_string_is_match.html +++ b/doc/lib/macro.assert_command_stderr_string_is_match.html @@ -29,7 +29,7 @@

                                                      §Examples

                                                      let matcher = Regex::new(r"zz").unwrap(); assert_command_stderr_string_is_match!(command, &matcher); // assertion failed: `assert_command_stderr_string_is_match!(command, matcher)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_string_is_match.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_string_is_match.html // command label: `command`, // command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`, // matcher label: `&matcher`, diff --git a/doc/lib/macro.assert_command_stdout_eq.html b/doc/lib/macro.assert_command_stdout_eq.html index 34e22a8f5..13351478d 100644 --- a/doc/lib/macro.assert_command_stdout_eq.html +++ b/doc/lib/macro.assert_command_stdout_eq.html @@ -30,7 +30,7 @@

                                                      §Examples

                                                      b.args(["%s", "zz"]); assert_command_stdout_eq!(a, b); // assertion failed: `assert_command_stdout_eq!(a_command, b_command)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_eq.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_eq.html // a label: `a`, // a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`, // b label: `b`, diff --git a/doc/lib/macro.assert_command_stdout_eq_x.html b/doc/lib/macro.assert_command_stdout_eq_x.html index 06cca27b3..7e15e6560 100644 --- a/doc/lib/macro.assert_command_stdout_eq_x.html +++ b/doc/lib/macro.assert_command_stdout_eq_x.html @@ -28,7 +28,7 @@

                                                      §Examples

                                                      let bytes = vec![b'z', b'z']; assert_command_stdout_eq_x!(command, bytes); // assertion failed: `assert_command_stdout_eq_x!(command, expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_eq_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_eq_x.html // command label: `command`, // command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`, // expr label: `bytes`, diff --git a/doc/lib/macro.assert_command_stdout_ge.html b/doc/lib/macro.assert_command_stdout_ge.html index d619f7764..47741429c 100644 --- a/doc/lib/macro.assert_command_stdout_ge.html +++ b/doc/lib/macro.assert_command_stdout_ge.html @@ -1,7 +1,7 @@ -assert_command_stdout_ge in lib - Rust

                                                      Macro lib::assert_command_stdout_ge

                                                      source ·
                                                      macro_rules! assert_command_stdout_ge {
                                                      +assert_command_stdout_ge in lib - Rust

                                                      Macro lib::assert_command_stdout_ge

                                                      source ·
                                                      macro_rules! assert_command_stdout_ge {
                                                           ($a_command:expr, $b_command:expr $(,)?) => { ... };
                                                           ($a_command:expr, $b_command:expr, $($message:tt)+) => { ... };
                                                      -}
                                                      Expand description

                                                      Assert a command stdout string is equal to another.

                                                      +}
                                                      Expand description

                                                      Assert a command stdout string is greater than or equal to another.

                                                      Pseudocode:
                                                      (command1 ⇒ stdout) = (command2 ⇒ stdout)

                                                        @@ -30,7 +30,7 @@

                                                        §Examples

                                                        b.args(["%s", "zz"]); assert_command_stdout_ge!(a, b); // assertion failed: `assert_command_stdout_ge!(a_command, b_command)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ge.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ge.html // a label: `a`, // a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`, // b label: `b`, diff --git a/doc/lib/macro.assert_command_stdout_ge_as_result.html b/doc/lib/macro.assert_command_stdout_ge_as_result.html index 3c346658a..0a18ddb99 100644 --- a/doc/lib/macro.assert_command_stdout_ge_as_result.html +++ b/doc/lib/macro.assert_command_stdout_ge_as_result.html @@ -1,6 +1,6 @@ -assert_command_stdout_ge_as_result in lib - Rust

                                                        Macro lib::assert_command_stdout_ge_as_result

                                                        source ·
                                                        macro_rules! assert_command_stdout_ge_as_result {
                                                        +assert_command_stdout_ge_as_result in lib - Rust

                                                        Macro lib::assert_command_stdout_ge_as_result

                                                        source ·
                                                        macro_rules! assert_command_stdout_ge_as_result {
                                                             ($a_command:expr, $b_command:expr $(,)?) => { ... };
                                                        -}
                                                        Expand description

                                                        Assert a command stdout string is equal to another.

                                                        +}
                                                        Expand description

                                                        Assert a command stdout string is greater than or equal to another.

                                                        Pseudocode:
                                                        (command1 ⇒ stdout) = (command2 ⇒ stdout)

                                                          diff --git a/doc/lib/macro.assert_command_stdout_ge_x.html b/doc/lib/macro.assert_command_stdout_ge_x.html index 0d43071e3..f993c4c89 100644 --- a/doc/lib/macro.assert_command_stdout_ge_x.html +++ b/doc/lib/macro.assert_command_stdout_ge_x.html @@ -1,7 +1,7 @@ -assert_command_stdout_ge_x in lib - Rust

                                                          Macro lib::assert_command_stdout_ge_x

                                                          source ·
                                                          macro_rules! assert_command_stdout_ge_x {
                                                          +assert_command_stdout_ge_x in lib - Rust

                                                          Macro lib::assert_command_stdout_ge_x

                                                          source ·
                                                          macro_rules! assert_command_stdout_ge_x {
                                                               ($a_command:expr, $b_expr:expr $(,)?) => { ... };
                                                               ($a_command:expr, $b_expr:expr, $($message:tt)+) => { ... };
                                                          -}
                                                          Expand description

                                                          Assert a command stdout string is equal to an expression.

                                                          +}
                                                          Expand description

                                                          Assert a command stdout string is greater than or equal to an expression.

                                                          Pseudocode:
                                                          (command ⇒ stdout) = (expr into string)

                                                            @@ -28,7 +28,7 @@

                                                            §Examples

                                                            let bytes = vec![b'z', b'z']; assert_command_stdout_ge_x!(command, bytes); // assertion failed: `assert_command_stdout_ge_x!(command, expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ge_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ge_x.html // command label: `command`, // command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`, // expr label: `bytes`, diff --git a/doc/lib/macro.assert_command_stdout_ge_x_as_result.html b/doc/lib/macro.assert_command_stdout_ge_x_as_result.html index 1fda92b99..a98901b13 100644 --- a/doc/lib/macro.assert_command_stdout_ge_x_as_result.html +++ b/doc/lib/macro.assert_command_stdout_ge_x_as_result.html @@ -1,6 +1,6 @@ -assert_command_stdout_ge_x_as_result in lib - Rust

                                                            Macro lib::assert_command_stdout_ge_x_as_result

                                                            source ·
                                                            macro_rules! assert_command_stdout_ge_x_as_result {
                                                            +assert_command_stdout_ge_x_as_result in lib - Rust

                                                            Macro lib::assert_command_stdout_ge_x_as_result

                                                            source ·
                                                            macro_rules! assert_command_stdout_ge_x_as_result {
                                                                 ($a_command:expr, $b_expr:expr $(,)?) => { ... };
                                                            -}
                                                            Expand description

                                                            Assert a command stdout string is equal to an expression.

                                                            +}
                                                            Expand description

                                                            Assert a command stdout string is greater than or equal to an expression.

                                                            Pseudocode:
                                                            (command ⇒ stdout) = (expr into string)

                                                              diff --git a/doc/lib/macro.assert_command_stdout_gt.html b/doc/lib/macro.assert_command_stdout_gt.html index 8e466f0b6..e439a3cf7 100644 --- a/doc/lib/macro.assert_command_stdout_gt.html +++ b/doc/lib/macro.assert_command_stdout_gt.html @@ -1,7 +1,7 @@ -assert_command_stdout_gt in lib - Rust

                                                              Macro lib::assert_command_stdout_gt

                                                              source ·
                                                              macro_rules! assert_command_stdout_gt {
                                                              +assert_command_stdout_gt in lib - Rust

                                                              Macro lib::assert_command_stdout_gt

                                                              source ·
                                                              macro_rules! assert_command_stdout_gt {
                                                                   ($a_command:expr, $b_command:expr $(,)?) => { ... };
                                                                   ($a_command:expr, $b_command:expr, $($message:tt)+) => { ... };
                                                              -}
                                                              Expand description

                                                              Assert a command stdout string is equal to another.

                                                              +}
                                                              Expand description

                                                              Assert a command stdout string is greater than another.

                                                              Pseudocode:
                                                              (command1 ⇒ stdout) = (command2 ⇒ stdout)

                                                                @@ -30,7 +30,7 @@

                                                                §Examples

                                                                b.args(["%s", "zz"]); assert_command_stdout_gt!(a, b); // assertion failed: `assert_command_stdout_gt!(a_command, b_command)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_gt.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_gt.html // a label: `a`, // a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`, // b label: `b`, diff --git a/doc/lib/macro.assert_command_stdout_gt_as_result.html b/doc/lib/macro.assert_command_stdout_gt_as_result.html index 7999d9910..9666c07e8 100644 --- a/doc/lib/macro.assert_command_stdout_gt_as_result.html +++ b/doc/lib/macro.assert_command_stdout_gt_as_result.html @@ -1,6 +1,6 @@ -assert_command_stdout_gt_as_result in lib - Rust

                                                                Macro lib::assert_command_stdout_gt_as_result

                                                                source ·
                                                                macro_rules! assert_command_stdout_gt_as_result {
                                                                +assert_command_stdout_gt_as_result in lib - Rust

                                                                Macro lib::assert_command_stdout_gt_as_result

                                                                source ·
                                                                macro_rules! assert_command_stdout_gt_as_result {
                                                                     ($a_command:expr, $b_command:expr $(,)?) => { ... };
                                                                -}
                                                                Expand description

                                                                Assert a command stdout string is equal to another.

                                                                +}
                                                                Expand description

                                                                Assert a command stdout string is greater than another.

                                                                Pseudocode:
                                                                (command1 ⇒ stdout) = (command2 ⇒ stdout)

                                                                  diff --git a/doc/lib/macro.assert_command_stdout_gt_x.html b/doc/lib/macro.assert_command_stdout_gt_x.html index 1942869f7..abf94789c 100644 --- a/doc/lib/macro.assert_command_stdout_gt_x.html +++ b/doc/lib/macro.assert_command_stdout_gt_x.html @@ -1,7 +1,7 @@ -assert_command_stdout_gt_x in lib - Rust

                                                                  Macro lib::assert_command_stdout_gt_x

                                                                  source ·
                                                                  macro_rules! assert_command_stdout_gt_x {
                                                                  +assert_command_stdout_gt_x in lib - Rust

                                                                  Macro lib::assert_command_stdout_gt_x

                                                                  source ·
                                                                  macro_rules! assert_command_stdout_gt_x {
                                                                       ($a_command:expr, $b_expr:expr $(,)?) => { ... };
                                                                       ($a_command:expr, $b_expr:expr, $($message:tt)+) => { ... };
                                                                  -}
                                                                  Expand description

                                                                  Assert a command stdout string is equal to an expression.

                                                                  +}
                                                                  Expand description

                                                                  Assert a command stdout string is greater than an expression.

                                                                  Pseudocode:
                                                                  (command ⇒ stdout) = (expr into string)

                                                                    @@ -28,7 +28,7 @@

                                                                    §Examples

                                                                    let bytes = vec![b'z', b'z']; assert_command_stdout_gt_x!(command, bytes); // assertion failed: `assert_command_stdout_gt_x!(command, expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_gt_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_gt_x.html // command label: `command`, // command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`, // expr label: `bytes`, diff --git a/doc/lib/macro.assert_command_stdout_gt_x_as_result.html b/doc/lib/macro.assert_command_stdout_gt_x_as_result.html index 8f8bcee29..239f961d2 100644 --- a/doc/lib/macro.assert_command_stdout_gt_x_as_result.html +++ b/doc/lib/macro.assert_command_stdout_gt_x_as_result.html @@ -1,6 +1,6 @@ -assert_command_stdout_gt_x_as_result in lib - Rust

                                                                    Macro lib::assert_command_stdout_gt_x_as_result

                                                                    source ·
                                                                    macro_rules! assert_command_stdout_gt_x_as_result {
                                                                    +assert_command_stdout_gt_x_as_result in lib - Rust

                                                                    Macro lib::assert_command_stdout_gt_x_as_result

                                                                    source ·
                                                                    macro_rules! assert_command_stdout_gt_x_as_result {
                                                                         ($a_command:expr, $b_expr:expr $(,)?) => { ... };
                                                                    -}
                                                                    Expand description

                                                                    Assert a command stdout string is equal to an expression.

                                                                    +}
                                                                    Expand description

                                                                    Assert a command stdout string is greater than an expression.

                                                                    Pseudocode:
                                                                    (command ⇒ stdout) = (expr into string)

                                                                      diff --git a/doc/lib/macro.assert_command_stdout_le.html b/doc/lib/macro.assert_command_stdout_le.html index 872224648..ba8324b36 100644 --- a/doc/lib/macro.assert_command_stdout_le.html +++ b/doc/lib/macro.assert_command_stdout_le.html @@ -1,7 +1,7 @@ -assert_command_stdout_le in lib - Rust

                                                                      Macro lib::assert_command_stdout_le

                                                                      source ·
                                                                      macro_rules! assert_command_stdout_le {
                                                                      +assert_command_stdout_le in lib - Rust

                                                                      Macro lib::assert_command_stdout_le

                                                                      source ·
                                                                      macro_rules! assert_command_stdout_le {
                                                                           ($a_command:expr, $b_command:expr $(,)?) => { ... };
                                                                           ($a_command:expr, $b_command:expr, $($message:tt)+) => { ... };
                                                                      -}
                                                                      Expand description

                                                                      Assert a command stdout string is equal to another.

                                                                      +}
                                                                      Expand description

                                                                      Assert a command stdout string is less than or equal to another.

                                                                      Pseudocode:
                                                                      (command1 ⇒ stdout) = (command2 ⇒ stdout)

                                                                        @@ -30,7 +30,7 @@

                                                                        §Examples

                                                                        b.args(["%s", "aa"]); assert_command_stdout_le!(a, b); // assertion failed: `assert_command_stdout_le!(a_command, b_command)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_le.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_le.html // a label: `a`, // a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`, // b label: `b`, diff --git a/doc/lib/macro.assert_command_stdout_le_as_result.html b/doc/lib/macro.assert_command_stdout_le_as_result.html index 3f0af7820..75b36fd3a 100644 --- a/doc/lib/macro.assert_command_stdout_le_as_result.html +++ b/doc/lib/macro.assert_command_stdout_le_as_result.html @@ -1,6 +1,6 @@ -assert_command_stdout_le_as_result in lib - Rust

                                                                        Macro lib::assert_command_stdout_le_as_result

                                                                        source ·
                                                                        macro_rules! assert_command_stdout_le_as_result {
                                                                        +assert_command_stdout_le_as_result in lib - Rust

                                                                        Macro lib::assert_command_stdout_le_as_result

                                                                        source ·
                                                                        macro_rules! assert_command_stdout_le_as_result {
                                                                             ($a_command:expr, $b_command:expr $(,)?) => { ... };
                                                                        -}
                                                                        Expand description

                                                                        Assert a command stdout string is equal to another.

                                                                        +}
                                                                        Expand description

                                                                        Assert a command stdout string is less than or equal to another.

                                                                        Pseudocode:
                                                                        (command1 ⇒ stdout) = (command2 ⇒ stdout)

                                                                          diff --git a/doc/lib/macro.assert_command_stdout_le_x.html b/doc/lib/macro.assert_command_stdout_le_x.html index 4182e9111..0f21d2d88 100644 --- a/doc/lib/macro.assert_command_stdout_le_x.html +++ b/doc/lib/macro.assert_command_stdout_le_x.html @@ -1,7 +1,7 @@ -assert_command_stdout_le_x in lib - Rust

                                                                          Macro lib::assert_command_stdout_le_x

                                                                          source ·
                                                                          macro_rules! assert_command_stdout_le_x {
                                                                          +assert_command_stdout_le_x in lib - Rust

                                                                          Macro lib::assert_command_stdout_le_x

                                                                          source ·
                                                                          macro_rules! assert_command_stdout_le_x {
                                                                               ($a_command:expr, $b_expr:expr $(,)?) => { ... };
                                                                               ($a_command:expr, $b_expr:expr, $($message:tt)+) => { ... };
                                                                          -}
                                                                          Expand description

                                                                          Assert a command stdout string is equal to an expression.

                                                                          +}
                                                                          Expand description

                                                                          Assert a command stdout string is less than or equal to an expression.

                                                                          Pseudocode:
                                                                          (command ⇒ stdout) = (expr into string)

                                                                            @@ -28,7 +28,7 @@

                                                                            §Examples

                                                                            let bytes = vec![b'a', b'a']; assert_command_stdout_le_x!(command, bytes); // assertion failed: `assert_command_stdout_le_x!(command, expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_le_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_le_x.html // command label: `command`, // command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`, // expr label: `bytes`, diff --git a/doc/lib/macro.assert_command_stdout_le_x_as_result.html b/doc/lib/macro.assert_command_stdout_le_x_as_result.html index 7cfe53d68..07c8d32ed 100644 --- a/doc/lib/macro.assert_command_stdout_le_x_as_result.html +++ b/doc/lib/macro.assert_command_stdout_le_x_as_result.html @@ -1,6 +1,6 @@ -assert_command_stdout_le_x_as_result in lib - Rust

                                                                            Macro lib::assert_command_stdout_le_x_as_result

                                                                            source ·
                                                                            macro_rules! assert_command_stdout_le_x_as_result {
                                                                            +assert_command_stdout_le_x_as_result in lib - Rust

                                                                            Macro lib::assert_command_stdout_le_x_as_result

                                                                            source ·
                                                                            macro_rules! assert_command_stdout_le_x_as_result {
                                                                                 ($a_command:expr, $b_expr:expr $(,)?) => { ... };
                                                                            -}
                                                                            Expand description

                                                                            Assert a command stdout string is equal to an expression.

                                                                            +}
                                                                            Expand description

                                                                            Assert a command stdout string is less than or equal to an expression.

                                                                            Pseudocode:
                                                                            (command ⇒ stdout) = (expr into string)

                                                                              diff --git a/doc/lib/macro.assert_command_stdout_lt.html b/doc/lib/macro.assert_command_stdout_lt.html index 026e2c9c7..544956815 100644 --- a/doc/lib/macro.assert_command_stdout_lt.html +++ b/doc/lib/macro.assert_command_stdout_lt.html @@ -1,7 +1,7 @@ -assert_command_stdout_lt in lib - Rust

                                                                              Macro lib::assert_command_stdout_lt

                                                                              source ·
                                                                              macro_rules! assert_command_stdout_lt {
                                                                              +assert_command_stdout_lt in lib - Rust

                                                                              Macro lib::assert_command_stdout_lt

                                                                              source ·
                                                                              macro_rules! assert_command_stdout_lt {
                                                                                   ($a_command:expr, $b_command:expr $(,)?) => { ... };
                                                                                   ($a_command:expr, $b_command:expr, $($message:tt)+) => { ... };
                                                                              -}
                                                                              Expand description

                                                                              Assert a command stdout string is equal to another.

                                                                              +}
                                                                              Expand description

                                                                              Assert a command stdout string is less than another.

                                                                              Pseudocode:
                                                                              (command1 ⇒ stdout) = (command2 ⇒ stdout)

                                                                                @@ -30,7 +30,7 @@

                                                                                §Examples

                                                                                b.args(["%s", "aa"]); assert_command_stdout_lt!(a, b); // assertion failed: `assert_command_stdout_lt!(a_command, b_command)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_lt.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_lt.html // a label: `a`, // a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`, // b label: `b`, diff --git a/doc/lib/macro.assert_command_stdout_lt_as_result.html b/doc/lib/macro.assert_command_stdout_lt_as_result.html index 50427ab0c..8faefccfc 100644 --- a/doc/lib/macro.assert_command_stdout_lt_as_result.html +++ b/doc/lib/macro.assert_command_stdout_lt_as_result.html @@ -1,6 +1,6 @@ -assert_command_stdout_lt_as_result in lib - Rust

                                                                                Macro lib::assert_command_stdout_lt_as_result

                                                                                source ·
                                                                                macro_rules! assert_command_stdout_lt_as_result {
                                                                                +assert_command_stdout_lt_as_result in lib - Rust

                                                                                Macro lib::assert_command_stdout_lt_as_result

                                                                                source ·
                                                                                macro_rules! assert_command_stdout_lt_as_result {
                                                                                     ($a_command:expr, $b_command:expr $(,)?) => { ... };
                                                                                -}
                                                                                Expand description

                                                                                Assert a command stdout string is equal to another.

                                                                                +}
                                                                                Expand description

                                                                                Assert a command stdout string is less than another.

                                                                                Pseudocode:
                                                                                (command1 ⇒ stdout) = (command2 ⇒ stdout)

                                                                                  diff --git a/doc/lib/macro.assert_command_stdout_lt_x.html b/doc/lib/macro.assert_command_stdout_lt_x.html index b5d19b8bd..e148eaf95 100644 --- a/doc/lib/macro.assert_command_stdout_lt_x.html +++ b/doc/lib/macro.assert_command_stdout_lt_x.html @@ -1,7 +1,7 @@ -assert_command_stdout_lt_x in lib - Rust

                                                                                  Macro lib::assert_command_stdout_lt_x

                                                                                  source ·
                                                                                  macro_rules! assert_command_stdout_lt_x {
                                                                                  +assert_command_stdout_lt_x in lib - Rust

                                                                                  Macro lib::assert_command_stdout_lt_x

                                                                                  source ·
                                                                                  macro_rules! assert_command_stdout_lt_x {
                                                                                       ($a_command:expr, $b_expr:expr $(,)?) => { ... };
                                                                                       ($a_command:expr, $b_expr:expr, $($message:tt)+) => { ... };
                                                                                  -}
                                                                                  Expand description

                                                                                  Assert a command stdout string is equal to an expression.

                                                                                  +}
                                                                                  Expand description

                                                                                  Assert a command stdout string is less than an expression.

                                                                                  Pseudocode:
                                                                                  (command ⇒ stdout) = (expr into string)

                                                                                    @@ -28,7 +28,7 @@

                                                                                    §Examples

                                                                                    let bytes = vec![b'a', b'a']; assert_command_stdout_lt_x!(command, bytes); // assertion failed: `assert_command_stdout_lt_x!(command, expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_lt_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_lt_x.html // command label: `command`, // command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`, // expr label: `bytes`, diff --git a/doc/lib/macro.assert_command_stdout_lt_x_as_result.html b/doc/lib/macro.assert_command_stdout_lt_x_as_result.html index c04558c95..09fb8d566 100644 --- a/doc/lib/macro.assert_command_stdout_lt_x_as_result.html +++ b/doc/lib/macro.assert_command_stdout_lt_x_as_result.html @@ -1,6 +1,6 @@ -assert_command_stdout_lt_x_as_result in lib - Rust

                                                                                    Macro lib::assert_command_stdout_lt_x_as_result

                                                                                    source ·
                                                                                    macro_rules! assert_command_stdout_lt_x_as_result {
                                                                                    +assert_command_stdout_lt_x_as_result in lib - Rust

                                                                                    Macro lib::assert_command_stdout_lt_x_as_result

                                                                                    source ·
                                                                                    macro_rules! assert_command_stdout_lt_x_as_result {
                                                                                         ($a_command:expr, $b_expr:expr $(,)?) => { ... };
                                                                                    -}
                                                                                    Expand description

                                                                                    Assert a command stdout string is equal to an expression.

                                                                                    +}
                                                                                    Expand description

                                                                                    Assert a command stdout string is less than an expression.

                                                                                    Pseudocode:
                                                                                    (command ⇒ stdout) = (expr into string)

                                                                                      diff --git a/doc/lib/macro.assert_command_stdout_ne.html b/doc/lib/macro.assert_command_stdout_ne.html index 85cce88f2..68ef6a225 100644 --- a/doc/lib/macro.assert_command_stdout_ne.html +++ b/doc/lib/macro.assert_command_stdout_ne.html @@ -1,7 +1,7 @@ -assert_command_stdout_ne in lib - Rust

                                                                                      Macro lib::assert_command_stdout_ne

                                                                                      source ·
                                                                                      macro_rules! assert_command_stdout_ne {
                                                                                      +assert_command_stdout_ne in lib - Rust

                                                                                      Macro lib::assert_command_stdout_ne

                                                                                      source ·
                                                                                      macro_rules! assert_command_stdout_ne {
                                                                                           ($a_command:expr, $b_command:expr $(,)?) => { ... };
                                                                                           ($a_command:expr, $b_command:expr, $($message:tt)+) => { ... };
                                                                                      -}
                                                                                      Expand description

                                                                                      Assert a command stdout string is equal to another.

                                                                                      +}
                                                                                      Expand description

                                                                                      Assert a command stdout string is not equal to another.

                                                                                      Pseudocode:
                                                                                      (command1 ⇒ stdout) = (command2 ⇒ stdout)

                                                                                        @@ -30,7 +30,7 @@

                                                                                        §Examples

                                                                                        b.args(["%s", "alfa"]); assert_command_stdout_ne!(a, b); // assertion failed: `assert_command_stdout_ne!(a_command, b_command)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ne.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ne.html // a label: `a`, // a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`, // b label: `b`, diff --git a/doc/lib/macro.assert_command_stdout_ne_as_result.html b/doc/lib/macro.assert_command_stdout_ne_as_result.html index 1c2afbc54..148e12650 100644 --- a/doc/lib/macro.assert_command_stdout_ne_as_result.html +++ b/doc/lib/macro.assert_command_stdout_ne_as_result.html @@ -1,6 +1,6 @@ -assert_command_stdout_ne_as_result in lib - Rust

                                                                                        Macro lib::assert_command_stdout_ne_as_result

                                                                                        source ·
                                                                                        macro_rules! assert_command_stdout_ne_as_result {
                                                                                        +assert_command_stdout_ne_as_result in lib - Rust

                                                                                        Macro lib::assert_command_stdout_ne_as_result

                                                                                        source ·
                                                                                        macro_rules! assert_command_stdout_ne_as_result {
                                                                                             ($a_command:expr, $b_command:expr $(,)?) => { ... };
                                                                                        -}
                                                                                        Expand description

                                                                                        Assert a command stdout string is equal to another.

                                                                                        +}
                                                                                        Expand description

                                                                                        Assert a command stdout string is not equal to another.

                                                                                        Pseudocode:
                                                                                        (command1 ⇒ stdout) = (command2 ⇒ stdout)

                                                                                          diff --git a/doc/lib/macro.assert_command_stdout_ne_x.html b/doc/lib/macro.assert_command_stdout_ne_x.html index 119c73a16..1a3028ab8 100644 --- a/doc/lib/macro.assert_command_stdout_ne_x.html +++ b/doc/lib/macro.assert_command_stdout_ne_x.html @@ -1,7 +1,7 @@ -assert_command_stdout_ne_x in lib - Rust

                                                                                          Macro lib::assert_command_stdout_ne_x

                                                                                          source ·
                                                                                          macro_rules! assert_command_stdout_ne_x {
                                                                                          +assert_command_stdout_ne_x in lib - Rust

                                                                                          Macro lib::assert_command_stdout_ne_x

                                                                                          source ·
                                                                                          macro_rules! assert_command_stdout_ne_x {
                                                                                               ($a_command:expr, $b_expr:expr $(,)?) => { ... };
                                                                                               ($a_command:expr, $b_expr:expr, $($message:tt)+) => { ... };
                                                                                          -}
                                                                                          Expand description

                                                                                          Assert a command stdout string is equal to an expression.

                                                                                          +}
                                                                                          Expand description

                                                                                          Assert a command stdout string is not equal to an expression.

                                                                                          Pseudocode:
                                                                                          (command ⇒ stdout) = (expr into string)

                                                                                            @@ -28,7 +28,7 @@

                                                                                            §Examples

                                                                                            let bytes = vec![b'a', b'l', b'f', b'a']; assert_command_stdout_ne_x!(command, bytes); // assertion failed: `assert_command_stdout_ne_x!(command, expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ne_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ne_x.html // command label: `command`, // command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`, // expr label: `bytes`, diff --git a/doc/lib/macro.assert_command_stdout_ne_x_as_result.html b/doc/lib/macro.assert_command_stdout_ne_x_as_result.html index c81780385..73ddeace8 100644 --- a/doc/lib/macro.assert_command_stdout_ne_x_as_result.html +++ b/doc/lib/macro.assert_command_stdout_ne_x_as_result.html @@ -1,6 +1,6 @@ -assert_command_stdout_ne_x_as_result in lib - Rust

                                                                                            Macro lib::assert_command_stdout_ne_x_as_result

                                                                                            source ·
                                                                                            macro_rules! assert_command_stdout_ne_x_as_result {
                                                                                            +assert_command_stdout_ne_x_as_result in lib - Rust

                                                                                            Macro lib::assert_command_stdout_ne_x_as_result

                                                                                            source ·
                                                                                            macro_rules! assert_command_stdout_ne_x_as_result {
                                                                                                 ($a_command:expr, $b_expr:expr $(,)?) => { ... };
                                                                                            -}
                                                                                            Expand description

                                                                                            Assert a command stdout string is equal to an expression.

                                                                                            +}
                                                                                            Expand description

                                                                                            Assert a command stdout string is not equal to an expression.

                                                                                            Pseudocode:
                                                                                            (command ⇒ stdout) = (expr into string)

                                                                                              diff --git a/doc/lib/macro.assert_command_stdout_string_contains.html b/doc/lib/macro.assert_command_stdout_string_contains.html index 3c774948a..6584bb25d 100644 --- a/doc/lib/macro.assert_command_stdout_string_contains.html +++ b/doc/lib/macro.assert_command_stdout_string_contains.html @@ -33,7 +33,7 @@

                                                                                              §Examples

                                                                                              let containee = "zz"; assert_command_stdout_string_contains!(command, &containee); // assertion failed: `assert_command_stdout_string_contains!(command, containee)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_string_contains.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_string_contains.html // command label: `command`, // command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`, // containee label: `&containee`, diff --git a/doc/lib/macro.assert_command_stdout_string_is_match.html b/doc/lib/macro.assert_command_stdout_string_is_match.html index 876f70947..baf3f9b24 100644 --- a/doc/lib/macro.assert_command_stdout_string_is_match.html +++ b/doc/lib/macro.assert_command_stdout_string_is_match.html @@ -29,7 +29,7 @@

                                                                                              §Examples

                                                                                              let matcher = Regex::new(r"zz").unwrap(); assert_command_stdout_string_is_match!(command, &matcher); // assertion failed: `assert_command_stdout_string_is_match!(command, matcher)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_string_is_match.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_string_is_match.html // command label: `command`, // command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`, // matcher label: `&matcher`, diff --git a/doc/lib/macro.assert_contains.html b/doc/lib/macro.assert_contains.html index b0271289b..f6fed750a 100644 --- a/doc/lib/macro.assert_contains.html +++ b/doc/lib/macro.assert_contains.html @@ -31,7 +31,7 @@

                                                                                              §Examples

                                                                                              let b = "zz"; assert_contains!(a, b); // assertion failed: `assert_contains!(container, containee)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_contains.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_contains.html // container label: `a`, // container debug: `\"alfa\"`, // containee label: `b`, diff --git a/doc/lib/macro.assert_count_eq.html b/doc/lib/macro.assert_count_eq.html index 7e62845a5..a7ffbc95a 100644 --- a/doc/lib/macro.assert_count_eq.html +++ b/doc/lib/macro.assert_count_eq.html @@ -1,7 +1,7 @@ -assert_count_eq in lib - Rust

                                                                                              Macro lib::assert_count_eq

                                                                                              source ·
                                                                                              macro_rules! assert_count_eq {
                                                                                              +assert_count_eq in lib - Rust

                                                                                              Macro lib::assert_count_eq

                                                                                              source ·
                                                                                              macro_rules! assert_count_eq {
                                                                                                   ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                   ($a:expr, $b:expr, $($message:tt)+) => { ... };
                                                                                              -}
                                                                                              Expand description

                                                                                              Assert a count is equal to another count.

                                                                                              +}
                                                                                              Expand description

                                                                                              Assert a count is equal to another.

                                                                                              Pseudocode:
                                                                                              a.count() = b.count()

                                                                                                @@ -25,7 +25,7 @@

                                                                                                §Examples

                                                                                                let b = "xx".chars(); assert_count_eq!(a, b); // assertion failed: `assert_count_eq!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_eq.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_eq.html // a label: `a`, // a debug: `Chars(['x'])`, // a.count(): `1`", diff --git a/doc/lib/macro.assert_count_eq_as_result.html b/doc/lib/macro.assert_count_eq_as_result.html index 38380cc9c..8ba2cecd7 100644 --- a/doc/lib/macro.assert_count_eq_as_result.html +++ b/doc/lib/macro.assert_count_eq_as_result.html @@ -1,6 +1,6 @@ -assert_count_eq_as_result in lib - Rust

                                                                                                Macro lib::assert_count_eq_as_result

                                                                                                source ·
                                                                                                macro_rules! assert_count_eq_as_result {
                                                                                                +assert_count_eq_as_result in lib - Rust

                                                                                                Macro lib::assert_count_eq_as_result

                                                                                                source ·
                                                                                                macro_rules! assert_count_eq_as_result {
                                                                                                     ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                -}
                                                                                                Expand description

                                                                                                Assert a count is equal to another count.

                                                                                                +}
                                                                                                Expand description

                                                                                                Assert a count is equal to another.

                                                                                                Pseudocode:
                                                                                                a.count() = b.count()

                                                                                                  diff --git a/doc/lib/macro.assert_count_eq_x.html b/doc/lib/macro.assert_count_eq_x.html index 71530660a..02d9e2f76 100644 --- a/doc/lib/macro.assert_count_eq_x.html +++ b/doc/lib/macro.assert_count_eq_x.html @@ -25,7 +25,7 @@

                                                                                                  §Examples

                                                                                                  let b = 2; assert_count_eq_x!(a, b); // assertion failed: `assert_count_eq_x!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_eq_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_eq_x.html // a label: `a`, // a debug: `Chars(['x'])`, // a.count(): `1`", diff --git a/doc/lib/macro.assert_count_ge.html b/doc/lib/macro.assert_count_ge.html index c18f37509..1178d7835 100644 --- a/doc/lib/macro.assert_count_ge.html +++ b/doc/lib/macro.assert_count_ge.html @@ -1,7 +1,7 @@ -assert_count_ge in lib - Rust

                                                                                                  Macro lib::assert_count_ge

                                                                                                  source ·
                                                                                                  macro_rules! assert_count_ge {
                                                                                                  +assert_count_ge in lib - Rust

                                                                                                  Macro lib::assert_count_ge

                                                                                                  source ·
                                                                                                  macro_rules! assert_count_ge {
                                                                                                       ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                       ($a:expr, $b:expr, $($message:tt)+) => { ... };
                                                                                                  -}
                                                                                                  Expand description

                                                                                                  Assert a count is greater than or equal to another count.

                                                                                                  +}
                                                                                                  Expand description

                                                                                                  Assert a count is greater than or equal to another.

                                                                                                  Pseudocode:
                                                                                                  a.count() ≥ b.count()

                                                                                                    @@ -25,7 +25,7 @@

                                                                                                    §Examples

                                                                                                    let b = "xx".chars(); assert_count_ge!(a, b); // assertion failed: `assert_count_ge!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ge.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ge.html // a label: `a`, // a debug: `Chars(['x'])`, // a.count(): `1`", diff --git a/doc/lib/macro.assert_count_ge_as_result.html b/doc/lib/macro.assert_count_ge_as_result.html index 243b3b641..38bb43f39 100644 --- a/doc/lib/macro.assert_count_ge_as_result.html +++ b/doc/lib/macro.assert_count_ge_as_result.html @@ -1,6 +1,6 @@ -assert_count_ge_as_result in lib - Rust

                                                                                                    Macro lib::assert_count_ge_as_result

                                                                                                    source ·
                                                                                                    macro_rules! assert_count_ge_as_result {
                                                                                                    +assert_count_ge_as_result in lib - Rust

                                                                                                    Macro lib::assert_count_ge_as_result

                                                                                                    source ·
                                                                                                    macro_rules! assert_count_ge_as_result {
                                                                                                         ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                    -}
                                                                                                    Expand description

                                                                                                    Assert a count is greater than or equal to another count.

                                                                                                    +}
                                                                                                    Expand description

                                                                                                    Assert a count is greater than or equal to another.

                                                                                                    Pseudocode:
                                                                                                    a.count() ≥ b.count()

                                                                                                      diff --git a/doc/lib/macro.assert_count_ge_x.html b/doc/lib/macro.assert_count_ge_x.html index 475024224..e1f3e0758 100644 --- a/doc/lib/macro.assert_count_ge_x.html +++ b/doc/lib/macro.assert_count_ge_x.html @@ -25,7 +25,7 @@

                                                                                                      §Examples

                                                                                                      let b = 2; assert_count_ge_x!(a, b); // assertion failed: `assert_count_ge_x!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ge_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ge_x.html // a label: `a`, // a debug: `Chars(['x'])`, // a.count(): `1`", diff --git a/doc/lib/macro.assert_count_gt.html b/doc/lib/macro.assert_count_gt.html index 2cc8588f9..c1b020488 100644 --- a/doc/lib/macro.assert_count_gt.html +++ b/doc/lib/macro.assert_count_gt.html @@ -1,7 +1,7 @@ -assert_count_gt in lib - Rust

                                                                                                      Macro lib::assert_count_gt

                                                                                                      source ·
                                                                                                      macro_rules! assert_count_gt {
                                                                                                      +assert_count_gt in lib - Rust

                                                                                                      Macro lib::assert_count_gt

                                                                                                      source ·
                                                                                                      macro_rules! assert_count_gt {
                                                                                                           ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                           ($a:expr, $b:expr, $($message:tt)+) => { ... };
                                                                                                      -}
                                                                                                      Expand description

                                                                                                      Assert a count is greater than another count.

                                                                                                      +}
                                                                                                      Expand description

                                                                                                      Assert a count is greater than another.

                                                                                                      Pseudocode:
                                                                                                      a.count() > b.count()

                                                                                                        @@ -25,7 +25,7 @@

                                                                                                        §Examples

                                                                                                        let b = "xx".chars(); assert_count_gt!(a, b); // assertion failed: `assert_count_gt!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_gt.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_gt.html // a label: `a`, // a debug: `Chars(['x'])`, // a.count(): `1`", diff --git a/doc/lib/macro.assert_count_gt_as_result.html b/doc/lib/macro.assert_count_gt_as_result.html index 2c0f421ae..e486747aa 100644 --- a/doc/lib/macro.assert_count_gt_as_result.html +++ b/doc/lib/macro.assert_count_gt_as_result.html @@ -1,6 +1,6 @@ -assert_count_gt_as_result in lib - Rust

                                                                                                        Macro lib::assert_count_gt_as_result

                                                                                                        source ·
                                                                                                        macro_rules! assert_count_gt_as_result {
                                                                                                        +assert_count_gt_as_result in lib - Rust

                                                                                                        Macro lib::assert_count_gt_as_result

                                                                                                        source ·
                                                                                                        macro_rules! assert_count_gt_as_result {
                                                                                                             ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                        -}
                                                                                                        Expand description

                                                                                                        Assert a count is greater than another count.

                                                                                                        +}
                                                                                                        Expand description

                                                                                                        Assert a count is greater than another.

                                                                                                        Pseudocode:
                                                                                                        a.count() > b.count()

                                                                                                          diff --git a/doc/lib/macro.assert_count_gt_x.html b/doc/lib/macro.assert_count_gt_x.html index 186c38256..fad5ee6a4 100644 --- a/doc/lib/macro.assert_count_gt_x.html +++ b/doc/lib/macro.assert_count_gt_x.html @@ -25,7 +25,7 @@

                                                                                                          §Examples

                                                                                                          let b = 2; assert_count_gt_x!(a, b); // assertion failed: `assert_count_gt_x!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_gt_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_gt_x.html // a label: `a`, // a debug: `Chars(['x'])`, // a.count(): `1`", diff --git a/doc/lib/macro.assert_count_le.html b/doc/lib/macro.assert_count_le.html index 2e57f3189..5ca014458 100644 --- a/doc/lib/macro.assert_count_le.html +++ b/doc/lib/macro.assert_count_le.html @@ -1,7 +1,7 @@ -assert_count_le in lib - Rust

                                                                                                          Macro lib::assert_count_le

                                                                                                          source ·
                                                                                                          macro_rules! assert_count_le {
                                                                                                          +assert_count_le in lib - Rust

                                                                                                          Macro lib::assert_count_le

                                                                                                          source ·
                                                                                                          macro_rules! assert_count_le {
                                                                                                               ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                               ($a:expr, $b:expr, $($message:tt)+) => { ... };
                                                                                                          -}
                                                                                                          Expand description

                                                                                                          Assert a count is less than or equal to another count.

                                                                                                          +}
                                                                                                          Expand description

                                                                                                          Assert a count is less than or equal to another.

                                                                                                          Pseudocode:
                                                                                                          a.count() ≤ b.count()

                                                                                                            @@ -25,7 +25,7 @@

                                                                                                            §Examples

                                                                                                            let b = "x".chars(); assert_count_le!(a, b); // assertion failed: `assert_count_le!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_le.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_le.html // a label: `a`, // a debug: `Chars(['x', 'x'])`, // a.count(): `2`", diff --git a/doc/lib/macro.assert_count_le_as_result.html b/doc/lib/macro.assert_count_le_as_result.html index 60862557b..238778e70 100644 --- a/doc/lib/macro.assert_count_le_as_result.html +++ b/doc/lib/macro.assert_count_le_as_result.html @@ -1,6 +1,6 @@ -assert_count_le_as_result in lib - Rust

                                                                                                            Macro lib::assert_count_le_as_result

                                                                                                            source ·
                                                                                                            macro_rules! assert_count_le_as_result {
                                                                                                            +assert_count_le_as_result in lib - Rust

                                                                                                            Macro lib::assert_count_le_as_result

                                                                                                            source ·
                                                                                                            macro_rules! assert_count_le_as_result {
                                                                                                                 ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                            -}
                                                                                                            Expand description

                                                                                                            Assert a count is less than or equal to another count.

                                                                                                            +}
                                                                                                            Expand description

                                                                                                            Assert a count is less than or equal to another.

                                                                                                            Pseudocode:
                                                                                                            a.count() ≤ b.count()

                                                                                                              diff --git a/doc/lib/macro.assert_count_le_x.html b/doc/lib/macro.assert_count_le_x.html index 10656a69f..68742e22f 100644 --- a/doc/lib/macro.assert_count_le_x.html +++ b/doc/lib/macro.assert_count_le_x.html @@ -25,7 +25,7 @@

                                                                                                              §Examples

                                                                                                              let b = 1; assert_count_le_x!(a, b); // assertion failed: `assert_count_le_x!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_le_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_le_x.html // a label: `a`, // a debug: `Chars(['x', 'x'])`, // a.count(): `2`", diff --git a/doc/lib/macro.assert_count_lt.html b/doc/lib/macro.assert_count_lt.html index e2a303c80..be89de059 100644 --- a/doc/lib/macro.assert_count_lt.html +++ b/doc/lib/macro.assert_count_lt.html @@ -1,7 +1,7 @@ -assert_count_lt in lib - Rust

                                                                                                              Macro lib::assert_count_lt

                                                                                                              source ·
                                                                                                              macro_rules! assert_count_lt {
                                                                                                              +assert_count_lt in lib - Rust

                                                                                                              Macro lib::assert_count_lt

                                                                                                              source ·
                                                                                                              macro_rules! assert_count_lt {
                                                                                                                   ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                   ($a:expr, $b:expr, $($message:tt)+) => { ... };
                                                                                                              -}
                                                                                                              Expand description

                                                                                                              Assert a count is less than another count.

                                                                                                              +}
                                                                                                              Expand description

                                                                                                              Assert a count is less than another.

                                                                                                              Pseudocode:
                                                                                                              a.count() < b.count()

                                                                                                                @@ -25,7 +25,7 @@

                                                                                                                §Examples

                                                                                                                let b = "x".chars(); assert_count_lt!(a, b); // assertion failed: `assert_count_lt!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_lt.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_lt.html // a label: `a`, // a debug: `Chars(['x', 'x'])`, // a.count(): `2`", diff --git a/doc/lib/macro.assert_count_lt_as_result.html b/doc/lib/macro.assert_count_lt_as_result.html index 30099a71e..4c028f1a5 100644 --- a/doc/lib/macro.assert_count_lt_as_result.html +++ b/doc/lib/macro.assert_count_lt_as_result.html @@ -1,6 +1,6 @@ -assert_count_lt_as_result in lib - Rust

                                                                                                                Macro lib::assert_count_lt_as_result

                                                                                                                source ·
                                                                                                                macro_rules! assert_count_lt_as_result {
                                                                                                                +assert_count_lt_as_result in lib - Rust

                                                                                                                Macro lib::assert_count_lt_as_result

                                                                                                                source ·
                                                                                                                macro_rules! assert_count_lt_as_result {
                                                                                                                     ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                -}
                                                                                                                Expand description

                                                                                                                Assert a count is less than another count.

                                                                                                                +}
                                                                                                                Expand description

                                                                                                                Assert a count is less than another.

                                                                                                                Pseudocode:
                                                                                                                a.count() < b.count()

                                                                                                                  diff --git a/doc/lib/macro.assert_count_lt_x.html b/doc/lib/macro.assert_count_lt_x.html index 4c0335e84..543753ca2 100644 --- a/doc/lib/macro.assert_count_lt_x.html +++ b/doc/lib/macro.assert_count_lt_x.html @@ -25,7 +25,7 @@

                                                                                                                  §Examples

                                                                                                                  let b = 1; assert_count_lt_x!(a, b); // assertion failed: `assert_count_lt_x!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_lt_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_lt_x.html // a label: `a`, // a debug: `Chars(['x', 'x'])`, // a.count(): `2`", diff --git a/doc/lib/macro.assert_count_ne.html b/doc/lib/macro.assert_count_ne.html index a7ffed2ab..474dfc39a 100644 --- a/doc/lib/macro.assert_count_ne.html +++ b/doc/lib/macro.assert_count_ne.html @@ -1,7 +1,7 @@ -assert_count_ne in lib - Rust

                                                                                                                  Macro lib::assert_count_ne

                                                                                                                  source ·
                                                                                                                  macro_rules! assert_count_ne {
                                                                                                                  +assert_count_ne in lib - Rust

                                                                                                                  Macro lib::assert_count_ne

                                                                                                                  source ·
                                                                                                                  macro_rules! assert_count_ne {
                                                                                                                       ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                       ($a:expr, $b:expr, $($message:tt)+) => { ... };
                                                                                                                  -}
                                                                                                                  Expand description

                                                                                                                  Assert a count is equal to another count.

                                                                                                                  +}
                                                                                                                  Expand description

                                                                                                                  Assert a count is not equal to another.

                                                                                                                  Pseudocode:
                                                                                                                  a.count() ≠ b.count()

                                                                                                                    @@ -25,7 +25,7 @@

                                                                                                                    §Examples

                                                                                                                    let b = "x".chars(); assert_count_ne!(a, b); // assertion failed: `assert_count_ne!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ne.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ne.html // a label: `a`, // a debug: `Chars(['x'])`, // a.count(): `1`", diff --git a/doc/lib/macro.assert_count_ne_as_result.html b/doc/lib/macro.assert_count_ne_as_result.html index a1db95fb1..53dbcf55c 100644 --- a/doc/lib/macro.assert_count_ne_as_result.html +++ b/doc/lib/macro.assert_count_ne_as_result.html @@ -1,6 +1,6 @@ -assert_count_ne_as_result in lib - Rust

                                                                                                                    Macro lib::assert_count_ne_as_result

                                                                                                                    source ·
                                                                                                                    macro_rules! assert_count_ne_as_result {
                                                                                                                    +assert_count_ne_as_result in lib - Rust

                                                                                                                    Macro lib::assert_count_ne_as_result

                                                                                                                    source ·
                                                                                                                    macro_rules! assert_count_ne_as_result {
                                                                                                                         ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                    -}
                                                                                                                    Expand description

                                                                                                                    Assert a count is equal to another count.

                                                                                                                    +}
                                                                                                                    Expand description

                                                                                                                    Assert a count is not equal to another.

                                                                                                                    Pseudocode:
                                                                                                                    a.count() ≠ b.count()

                                                                                                                      diff --git a/doc/lib/macro.assert_count_ne_x.html b/doc/lib/macro.assert_count_ne_x.html index a03ca6c28..a9e128f77 100644 --- a/doc/lib/macro.assert_count_ne_x.html +++ b/doc/lib/macro.assert_count_ne_x.html @@ -1,7 +1,7 @@ -assert_count_ne_x in lib - Rust

                                                                                                                      Macro lib::assert_count_ne_x

                                                                                                                      source ·
                                                                                                                      macro_rules! assert_count_ne_x {
                                                                                                                      +assert_count_ne_x in lib - Rust

                                                                                                                      Macro lib::assert_count_ne_x

                                                                                                                      source ·
                                                                                                                      macro_rules! assert_count_ne_x {
                                                                                                                           ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                           ($a:expr, $b:expr, $($message:tt)+) => { ... };
                                                                                                                      -}
                                                                                                                      Expand description

                                                                                                                      Assert a count is equal to an expression.

                                                                                                                      +}
                                                                                                                      Expand description

                                                                                                                      Assert a count is not equal to an expression.

                                                                                                                      Pseudocode:
                                                                                                                      a.count() ≠ b

                                                                                                                        @@ -25,7 +25,7 @@

                                                                                                                        §Examples

                                                                                                                        let b = 1; assert_count_ne_x!(a, b); // assertion failed: `assert_count_ne_x!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ne_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ne_x.html // a label: `a`, // a debug: `Chars(['x'])`, // a.count(): `1`", diff --git a/doc/lib/macro.assert_count_ne_x_as_result.html b/doc/lib/macro.assert_count_ne_x_as_result.html index a96e299a4..110db8696 100644 --- a/doc/lib/macro.assert_count_ne_x_as_result.html +++ b/doc/lib/macro.assert_count_ne_x_as_result.html @@ -1,6 +1,6 @@ -assert_count_ne_x_as_result in lib - Rust

                                                                                                                        Macro lib::assert_count_ne_x_as_result

                                                                                                                        source ·
                                                                                                                        macro_rules! assert_count_ne_x_as_result {
                                                                                                                        +assert_count_ne_x_as_result in lib - Rust

                                                                                                                        Macro lib::assert_count_ne_x_as_result

                                                                                                                        source ·
                                                                                                                        macro_rules! assert_count_ne_x_as_result {
                                                                                                                             ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                        -}
                                                                                                                        Expand description

                                                                                                                        Assert a count is equal to an expression.

                                                                                                                        +}
                                                                                                                        Expand description

                                                                                                                        Assert a count is not equal to an expression.

                                                                                                                        Pseudocode:
                                                                                                                        a.count() ≠ b

                                                                                                                          diff --git a/doc/lib/macro.assert_ends_with.html b/doc/lib/macro.assert_ends_with.html index c4b64a8c8..6a8dc1da5 100644 --- a/doc/lib/macro.assert_ends_with.html +++ b/doc/lib/macro.assert_ends_with.html @@ -31,7 +31,7 @@

                                                                                                                          §Examples

                                                                                                                          let subsequence = "al"; assert_ends_with!(sequence, subsequence); // assertion failed: `assert_ends_with!(sequence, subsequence)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_ends_with.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_ends_with.html // sequence label: `sequence`, // sequence debug: `\"alfa\"`, // part label: `subsequence`, diff --git a/doc/lib/macro.assert_eq_as_result.html b/doc/lib/macro.assert_eq_as_result.html index e4eff8a6f..79c740ef0 100644 --- a/doc/lib/macro.assert_eq_as_result.html +++ b/doc/lib/macro.assert_eq_as_result.html @@ -1,6 +1,6 @@ -assert_eq_as_result in lib - Rust

                                                                                                                          Macro lib::assert_eq_as_result

                                                                                                                          source ·
                                                                                                                          macro_rules! assert_eq_as_result {
                                                                                                                          +assert_eq_as_result in lib - Rust

                                                                                                                          Macro lib::assert_eq_as_result

                                                                                                                          source ·
                                                                                                                          macro_rules! assert_eq_as_result {
                                                                                                                               ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                          -}
                                                                                                                          Expand description

                                                                                                                          Assert an expression is equal to another expression.

                                                                                                                          +}
                                                                                                                          Expand description

                                                                                                                          Assert an expression is equal to another.

                                                                                                                          Pseudocode:
                                                                                                                          a = b

                                                                                                                            diff --git a/doc/lib/macro.assert_err.html b/doc/lib/macro.assert_err.html index 15fd901ad..2a57a721c 100644 --- a/doc/lib/macro.assert_err.html +++ b/doc/lib/macro.assert_err.html @@ -23,7 +23,7 @@

                                                                                                                            §Examples

                                                                                                                            let a: Result<i8, i8> = Ok(1); assert_err!(a); // assertion failed: `assert_err!(a)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_err.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_err.html // a label: `a`, // a debug: `Ok(1)`

                                                                                                                          §Module macros

                                                                                                                          diff --git a/doc/lib/macro.assert_err_eq.html b/doc/lib/macro.assert_err_eq.html index fc07500b9..c02ef0cf9 100644 --- a/doc/lib/macro.assert_err_eq.html +++ b/doc/lib/macro.assert_err_eq.html @@ -25,7 +25,7 @@

                                                                                                                          §Examples

                                                                                                                          let b: Result<i8, i8> = Err(2); assert_err_eq!(a, b); // assertion failed: `assert_err_eq!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_eq.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_eq.html // a label: `a`, // a debug: `Err(1)`, // a inner: `1`, diff --git a/doc/lib/macro.assert_err_eq_x.html b/doc/lib/macro.assert_err_eq_x.html index 3b12ea081..fbb47f426 100644 --- a/doc/lib/macro.assert_err_eq_x.html +++ b/doc/lib/macro.assert_err_eq_x.html @@ -25,7 +25,7 @@

                                                                                                                          §Examples

                                                                                                                          let b: i8 = 2; assert_err_eq_x!(a, b); // assertion failed: `assert_err_eq_x!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_eq_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_eq_x.html // a label: `a`, // a debug: `Err(1)`, // a inner: `1`, diff --git a/doc/lib/macro.assert_err_ne.html b/doc/lib/macro.assert_err_ne.html index 8beac470b..096d58913 100644 --- a/doc/lib/macro.assert_err_ne.html +++ b/doc/lib/macro.assert_err_ne.html @@ -25,7 +25,7 @@

                                                                                                                          §Examples

                                                                                                                          let b: Result<i8, i8> = Err(1); assert_err_ne!(a, b); // assertion failed: `assert_err_ne!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_ne.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_ne.html // a label: `a`, // a debug: `Err(1)`, // a inner: `1`, diff --git a/doc/lib/macro.assert_err_ne_x.html b/doc/lib/macro.assert_err_ne_x.html index 974ea4da5..a36bab843 100644 --- a/doc/lib/macro.assert_err_ne_x.html +++ b/doc/lib/macro.assert_err_ne_x.html @@ -1,7 +1,7 @@ -assert_err_ne_x in lib - Rust

                                                                                                                          Macro lib::assert_err_ne_x

                                                                                                                          source ·
                                                                                                                          macro_rules! assert_err_ne_x {
                                                                                                                          +assert_err_ne_x in lib - Rust

                                                                                                                          Macro lib::assert_err_ne_x

                                                                                                                          source ·
                                                                                                                          macro_rules! assert_err_ne_x {
                                                                                                                               ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                               ($a:expr, $b:expr, $($message:tt)+) => { ... };
                                                                                                                          -}
                                                                                                                          Expand description

                                                                                                                          Assert an expression is Err and its value is equal to an expression.

                                                                                                                          +}
                                                                                                                          Expand description

                                                                                                                          Assert an expression is Err and its value is not equal to an expression.

                                                                                                                          Pseudocode:
                                                                                                                          (a ⇒ Err(a1) ⇒ a1) ≠ b

                                                                                                                            @@ -25,7 +25,7 @@

                                                                                                                            §Examples

                                                                                                                            let b: i8 = 1; assert_err_ne_x!(a, b); // assertion failed: `assert_err_ne_x!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_ne_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_ne_x.html // a label: `a`, // a debug: `Err(1)`, // a inner: `1`, diff --git a/doc/lib/macro.assert_err_ne_x_as_result.html b/doc/lib/macro.assert_err_ne_x_as_result.html index c2a29ccd5..b2b8a76d6 100644 --- a/doc/lib/macro.assert_err_ne_x_as_result.html +++ b/doc/lib/macro.assert_err_ne_x_as_result.html @@ -1,6 +1,6 @@ -assert_err_ne_x_as_result in lib - Rust

                                                                                                                            Macro lib::assert_err_ne_x_as_result

                                                                                                                            source ·
                                                                                                                            macro_rules! assert_err_ne_x_as_result {
                                                                                                                            +assert_err_ne_x_as_result in lib - Rust

                                                                                                                            Macro lib::assert_err_ne_x_as_result

                                                                                                                            source ·
                                                                                                                            macro_rules! assert_err_ne_x_as_result {
                                                                                                                                 ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                            -}
                                                                                                                            Expand description

                                                                                                                            Assert an expression is Err and its value is equal to an expression.

                                                                                                                            +}
                                                                                                                            Expand description

                                                                                                                            Assert an expression is Err and its value is not equal to an expression.

                                                                                                                            Pseudocode:
                                                                                                                            (a ⇒ Err(a1) ⇒ a1) = b

                                                                                                                              diff --git a/doc/lib/macro.assert_fn_eq.html b/doc/lib/macro.assert_fn_eq.html index b8236442f..5f23d3312 100644 --- a/doc/lib/macro.assert_fn_eq.html +++ b/doc/lib/macro.assert_fn_eq.html @@ -1,9 +1,9 @@ -assert_fn_eq in lib - Rust

                                                                                                                              Macro lib::assert_fn_eq

                                                                                                                              source ·
                                                                                                                              macro_rules! assert_fn_eq {
                                                                                                                              +assert_fn_eq in lib - Rust

                                                                                                                              Macro lib::assert_fn_eq

                                                                                                                              source ·
                                                                                                                              macro_rules! assert_fn_eq {
                                                                                                                                   ($a_function:path, $a_param:expr, $b_function:path, $b_param:expr $(,)?) => { ... };
                                                                                                                                   ($a_function:path, $a_param:expr, $b_function:path, $b_param:expr, $($message:tt)+) => { ... };
                                                                                                                                   ($a_function:path, $b_function:path) => { ... };
                                                                                                                                   ($a_function:path, $b_function:path, $($message:tt)+) => { ... };
                                                                                                                              -}
                                                                                                                              Expand description

                                                                                                                              Assert a function output is equal to another function output.

                                                                                                                              +}
                                                                                                                              Expand description

                                                                                                                              Assert a function output is equal to another.

                                                                                                                              Pseudocode:
                                                                                                                              a_function(a) == b_function(b)

                                                                                                                                @@ -27,7 +27,7 @@

                                                                                                                                §Examples

                                                                                                                                let b: i8 = 2; assert_fn_eq!(i8::abs, a, i8::abs, b); // assertion failed: `assert_fn_eq!(a_function, a_param, b_function, b_param)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_eq.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_eq.html // a_function label: `i8::abs`, // a_param label: `a`, // a_param debug: `-1`, diff --git a/doc/lib/macro.assert_fn_eq_as_result.html b/doc/lib/macro.assert_fn_eq_as_result.html index d18bee829..723dd92df 100644 --- a/doc/lib/macro.assert_fn_eq_as_result.html +++ b/doc/lib/macro.assert_fn_eq_as_result.html @@ -1,7 +1,7 @@ -assert_fn_eq_as_result in lib - Rust

                                                                                                                                Macro lib::assert_fn_eq_as_result

                                                                                                                                source ·
                                                                                                                                macro_rules! assert_fn_eq_as_result {
                                                                                                                                +assert_fn_eq_as_result in lib - Rust

                                                                                                                                Macro lib::assert_fn_eq_as_result

                                                                                                                                source ·
                                                                                                                                macro_rules! assert_fn_eq_as_result {
                                                                                                                                     ($a_function:path, $a_param:expr, $b_function:path, $b_param:expr $(,)?) => { ... };
                                                                                                                                     ($a_function:path, $b_function:path) => { ... };
                                                                                                                                -}
                                                                                                                                Expand description

                                                                                                                                Assert a function output is equal to another function output.

                                                                                                                                +}
                                                                                                                                Expand description

                                                                                                                                Assert a function output is equal to another.

                                                                                                                                Pseudocode:
                                                                                                                                a_function(a) == b_function(b)

                                                                                                                                  diff --git a/doc/lib/macro.assert_fn_eq_x.html b/doc/lib/macro.assert_fn_eq_x.html index 23754cc59..d9d90341c 100644 --- a/doc/lib/macro.assert_fn_eq_x.html +++ b/doc/lib/macro.assert_fn_eq_x.html @@ -27,7 +27,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b: i8 = 2; assert_fn_eq_x!(i8::abs, a, b); // assertion failed: `assert_fn_eq_x!(a_function, a_param, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_eq_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_eq_x.html // a_function label: `i8::abs`, // a_param label: `a`, // a_param debug: `-1`, diff --git a/doc/lib/macro.assert_fn_err_eq.html b/doc/lib/macro.assert_fn_err_eq.html index 8cef97848..80b2daf28 100644 --- a/doc/lib/macro.assert_fn_err_eq.html +++ b/doc/lib/macro.assert_fn_err_eq.html @@ -33,7 +33,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b: i8 = 20; assert_fn_err_eq!(f, a, f, b); // assertion failed: `assert_fn_err_eq!(a_function, a_param, b_function, b_param)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq.html // a_function label: `f`, // a_param label: `a`, // a_param debug: `10`, diff --git a/doc/lib/macro.assert_fn_err_eq_x.html b/doc/lib/macro.assert_fn_err_eq_x.html index 83fbea6fb..2d133f59b 100644 --- a/doc/lib/macro.assert_fn_err_eq_x.html +++ b/doc/lib/macro.assert_fn_err_eq_x.html @@ -33,7 +33,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b = String::from("20 is out of range"); assert_fn_err_eq_x!(f, a, b); // assertion failed: `assert_fn_err_eq_x!(a_function, a_param, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq_x.html // a_function label: `f`, // a_param label: `a`, // a_param debug: `10`, diff --git a/doc/lib/macro.assert_fn_err_ge.html b/doc/lib/macro.assert_fn_err_ge.html index cd5d712df..bcb99d92a 100644 --- a/doc/lib/macro.assert_fn_err_ge.html +++ b/doc/lib/macro.assert_fn_err_ge.html @@ -33,7 +33,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b: i8 = 20; assert_fn_err_ge!(f, a, f, b); // assertion failed: `assert_fn_err_ge!(a_function, a_param, b_function, b_param)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge.html // a_function label: `f`, // a_param label: `a`, // a_param debug: `10`, diff --git a/doc/lib/macro.assert_fn_err_ge_x.html b/doc/lib/macro.assert_fn_err_ge_x.html index f4da8bedf..bdc835f58 100644 --- a/doc/lib/macro.assert_fn_err_ge_x.html +++ b/doc/lib/macro.assert_fn_err_ge_x.html @@ -33,7 +33,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b = String::from("20 is out of range"); assert_fn_err_ge_x!(f, a, b); // assertion failed: `assert_fn_err_ge_x!(a_function, a_param, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge_x.html // a_function label: `f`, // a_param label: `a`, // a_param debug: `10`, diff --git a/doc/lib/macro.assert_fn_err_gt.html b/doc/lib/macro.assert_fn_err_gt.html index 92a05db1a..5d97d1b7f 100644 --- a/doc/lib/macro.assert_fn_err_gt.html +++ b/doc/lib/macro.assert_fn_err_gt.html @@ -33,7 +33,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b: i8 = 20; assert_fn_err_gt!(f, a, f, b); // assertion failed: `assert_fn_err_gt!(a_function, a_param, b_function, b_param)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt.html // a_function label: `f`, // a_param label: `a`, // a_param debug: `10`, diff --git a/doc/lib/macro.assert_fn_err_gt_x.html b/doc/lib/macro.assert_fn_err_gt_x.html index 4ff4547b2..3d3d5bd44 100644 --- a/doc/lib/macro.assert_fn_err_gt_x.html +++ b/doc/lib/macro.assert_fn_err_gt_x.html @@ -33,7 +33,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b = String::from("20 is out of range"); assert_fn_err_gt_x!(f, a, b); // assertion failed: `assert_fn_err_gt_x!(a_function, a_param, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt_x.html // a_function label: `f`, // a_param label: `a`, // a_param debug: `10`, diff --git a/doc/lib/macro.assert_fn_err_le.html b/doc/lib/macro.assert_fn_err_le.html index aa0e048d9..b322e1d2f 100644 --- a/doc/lib/macro.assert_fn_err_le.html +++ b/doc/lib/macro.assert_fn_err_le.html @@ -33,7 +33,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b: i8 = 10; assert_fn_err_le!(f, a, f, b); // assertion failed: `assert_fn_err_le!(a_function, a_param, b_function, b_param)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le.html // a_function label: `f`, // a_param label: `a`, // a_param debug: `20`, diff --git a/doc/lib/macro.assert_fn_err_le_x.html b/doc/lib/macro.assert_fn_err_le_x.html index 43b6cbdd2..61177a10b 100644 --- a/doc/lib/macro.assert_fn_err_le_x.html +++ b/doc/lib/macro.assert_fn_err_le_x.html @@ -33,7 +33,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b = String::from("10 is out of range"); assert_fn_err_le_x!(f, a, b); // assertion failed: `assert_fn_err_le_x!(a_function, a_param, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le_x.html // a_function label: `f`, // a_param label: `a`, // a_param debug: `20`, diff --git a/doc/lib/macro.assert_fn_err_lt.html b/doc/lib/macro.assert_fn_err_lt.html index 6d81e3272..49303263a 100644 --- a/doc/lib/macro.assert_fn_err_lt.html +++ b/doc/lib/macro.assert_fn_err_lt.html @@ -31,7 +31,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b: i8 = 10; assert_fn_err_lt!(f, a, f, b); // assertion failed: `assert_fn_err_lt!(a_function, a_param, b_function, b_param)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt.html // a_function label: `f`, // a_param label: `a`, // a_param debug: `20`, diff --git a/doc/lib/macro.assert_fn_err_lt_x.html b/doc/lib/macro.assert_fn_err_lt_x.html index f83aad979..52d466ea9 100644 --- a/doc/lib/macro.assert_fn_err_lt_x.html +++ b/doc/lib/macro.assert_fn_err_lt_x.html @@ -33,7 +33,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b = String::from("10 is out of range"); assert_fn_err_lt_x!(f, a, b); // assertion failed: `assert_fn_err_lt_x!(a_function, a_param, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt_x.html // a_function label: `f`, // a_param label: `a`, // a_param debug: `20`, diff --git a/doc/lib/macro.assert_fn_err_ne.html b/doc/lib/macro.assert_fn_err_ne.html index c4334299b..41c3fbd4a 100644 --- a/doc/lib/macro.assert_fn_err_ne.html +++ b/doc/lib/macro.assert_fn_err_ne.html @@ -33,7 +33,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b: i8 = 10; assert_fn_err_ne!(f, a, f, b); // assertion failed: `assert_fn_err_ne!(a_function, a_param, b_function, b_param)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne.html // a_function label: `f`, // a_param label: `a`, // a_param debug: `10`, diff --git a/doc/lib/macro.assert_fn_err_ne_x.html b/doc/lib/macro.assert_fn_err_ne_x.html index 344add159..9025cb818 100644 --- a/doc/lib/macro.assert_fn_err_ne_x.html +++ b/doc/lib/macro.assert_fn_err_ne_x.html @@ -33,7 +33,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b = String::from("10 is out of range"); assert_fn_err_ne_x!(f, a, b); // assertion failed: `assert_fn_err_ne_x!(a_function, a_param, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne_x.html // a_function label: `f`, // a_param label: `a`, // a_param debug: `10`, diff --git a/doc/lib/macro.assert_fn_ge.html b/doc/lib/macro.assert_fn_ge.html index ee54132cd..a204b6dd9 100644 --- a/doc/lib/macro.assert_fn_ge.html +++ b/doc/lib/macro.assert_fn_ge.html @@ -27,7 +27,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b: i8 = -2; assert_fn_ge!(i8::abs, a, i8::abs, b); // assertion failed: `assert_fn_ge!(a_function, a_param, b_function, b_param)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ge.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ge.html // a_function label: `i8::abs`, // a_param label: `a`, // a_param debug: `1`, diff --git a/doc/lib/macro.assert_fn_ge_x.html b/doc/lib/macro.assert_fn_ge_x.html index 94e8ddab9..fb89b1fec 100644 --- a/doc/lib/macro.assert_fn_ge_x.html +++ b/doc/lib/macro.assert_fn_ge_x.html @@ -27,7 +27,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b: i8 = 2; assert_fn_ge_x!(i8::abs, a, b); // assertion failed: `assert_fn_ge_x!(a_function, a_param, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ge_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ge_x.html // a_function label: `i8::abs`, // a_param label: `a`, // a_param debug: `-1`, diff --git a/doc/lib/macro.assert_fn_gt.html b/doc/lib/macro.assert_fn_gt.html index 89a135083..aad972def 100644 --- a/doc/lib/macro.assert_fn_gt.html +++ b/doc/lib/macro.assert_fn_gt.html @@ -27,7 +27,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b: i8 = -2; assert_fn_gt!(i8::abs, a, i8::abs, b); // assertion failed: `assert_fn_gt!(a_function, a_param, b_function, b_param)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt.html // a_function label: `i8::abs`, // a_param label: `a`, // a_param debug: `1`, diff --git a/doc/lib/macro.assert_fn_gt_x.html b/doc/lib/macro.assert_fn_gt_x.html index cfe1c6190..8e7538f24 100644 --- a/doc/lib/macro.assert_fn_gt_x.html +++ b/doc/lib/macro.assert_fn_gt_x.html @@ -27,7 +27,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b: i8 = 2; assert_fn_gt_x!(i8::abs, a, b); // assertion failed: `assert_fn_gt_x!(a_function, a_param, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt_x.html // a_function label: `i8::abs`, // a_param label: `a`, // a_param debug: `-1`, diff --git a/doc/lib/macro.assert_fn_le.html b/doc/lib/macro.assert_fn_le.html index 1ff37a003..9c4ac5c47 100644 --- a/doc/lib/macro.assert_fn_le.html +++ b/doc/lib/macro.assert_fn_le.html @@ -27,7 +27,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b: i8 = 1; assert_fn_le!(i8::abs, a, i8::abs, b); // assertion failed: `assert_fn_le!(a_function, a_param, b_function, b_param)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_le.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_le.html // a_function label: `i8::abs`, // a_param label: `a`, // a_param debug: `-2`, diff --git a/doc/lib/macro.assert_fn_le_x.html b/doc/lib/macro.assert_fn_le_x.html index 7c0087424..5c97ad534 100644 --- a/doc/lib/macro.assert_fn_le_x.html +++ b/doc/lib/macro.assert_fn_le_x.html @@ -27,7 +27,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b: i8 = 1; assert_fn_le_x!(i8::abs, a, b); // assertion failed: `assert_fn_le_x!(a_function, a_param, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_le_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_le_x.html // a_function label: `i8::abs`, // a_param label: `a`, // a_param debug: `-2`, diff --git a/doc/lib/macro.assert_fn_lt.html b/doc/lib/macro.assert_fn_lt.html index b62a0e383..a2dfc0405 100644 --- a/doc/lib/macro.assert_fn_lt.html +++ b/doc/lib/macro.assert_fn_lt.html @@ -27,7 +27,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b: i8 = 1; assert_fn_lt!(i8::abs, a, i8::abs, b); // assertion failed: `assert_fn_lt!(a_function, a_param, b_function, b_param)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt.html // a_function label: `i8::abs`, // a_param label: `a`, // a_param debug: `-2`, diff --git a/doc/lib/macro.assert_fn_lt_x.html b/doc/lib/macro.assert_fn_lt_x.html index 14e4b622a..05caeb5b7 100644 --- a/doc/lib/macro.assert_fn_lt_x.html +++ b/doc/lib/macro.assert_fn_lt_x.html @@ -27,7 +27,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b: i8 = 1; assert_fn_lt_x!(i8::abs, a, b); // assertion failed: `assert_fn_lt_x!(a_function, a_param, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt_x.html // a_function label: `i8::abs`, // a_param label: `a`, // a_param debug: `-2`, diff --git a/doc/lib/macro.assert_fn_ne.html b/doc/lib/macro.assert_fn_ne.html index 27689db8e..9dd4a9d87 100644 --- a/doc/lib/macro.assert_fn_ne.html +++ b/doc/lib/macro.assert_fn_ne.html @@ -27,7 +27,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b: i8 = 1; assert_fn_ne!(i8::abs, a, i8::abs, b); // assertion failed: `assert_fn_ne!(a_function, a_param, b_function, b_param)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ne.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ne.html // a_function label: `i8::abs`, // a_param label: `a`, // a_param debug: `-1`, diff --git a/doc/lib/macro.assert_fn_ok_eq.html b/doc/lib/macro.assert_fn_ok_eq.html index 2c8e8570f..ffb895e32 100644 --- a/doc/lib/macro.assert_fn_ok_eq.html +++ b/doc/lib/macro.assert_fn_ok_eq.html @@ -33,7 +33,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b: i8 = 2; assert_fn_ok_eq!(f, a, f, b); // assertion failed: `assert_fn_ok_eq!(a_function, a_param, b_function, b_param)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq.html // a_function label: `f`, // a_param label: `a`, // a_param debug: `1`, diff --git a/doc/lib/macro.assert_fn_ok_eq_x.html b/doc/lib/macro.assert_fn_ok_eq_x.html index 528d89875..9e081b384 100644 --- a/doc/lib/macro.assert_fn_ok_eq_x.html +++ b/doc/lib/macro.assert_fn_ok_eq_x.html @@ -33,7 +33,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b = String::from("2"); assert_fn_ok_eq_x!(f, a, b); // assertion failed: `assert_fn_ok_eq_x!(a_function, a_param, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq_x.html // a_function label: `f`, // a_param label: `a`, // a_param debug: `1`, diff --git a/doc/lib/macro.assert_fn_ok_ge.html b/doc/lib/macro.assert_fn_ok_ge.html index eea48657d..9cfffbb17 100644 --- a/doc/lib/macro.assert_fn_ok_ge.html +++ b/doc/lib/macro.assert_fn_ok_ge.html @@ -33,7 +33,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b: i8 = 2; assert_fn_ok_ge!(f, a, f, b); // assertion failed: `assert_fn_ok_ge!(a_function, a_param, b_function, b_param)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ge.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ge.html // a_function label: `f`, // a_param label: `a`, // a_param debug: `1`, diff --git a/doc/lib/macro.assert_fn_ok_ge_x.html b/doc/lib/macro.assert_fn_ok_ge_x.html index 0e1beaa36..217cdb108 100644 --- a/doc/lib/macro.assert_fn_ok_ge_x.html +++ b/doc/lib/macro.assert_fn_ok_ge_x.html @@ -33,7 +33,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b = String::from("2"); assert_fn_ok_ge_x!(f, a, b); // assertion failed: `assert_fn_ok_ge_x!(a_function, a_param, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ge_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ge_x.html // a_function label: `f`, // a_param label: `a`, // a_param debug: `1`, diff --git a/doc/lib/macro.assert_fn_ok_gt.html b/doc/lib/macro.assert_fn_ok_gt.html index 11f303421..544473cf9 100644 --- a/doc/lib/macro.assert_fn_ok_gt.html +++ b/doc/lib/macro.assert_fn_ok_gt.html @@ -33,7 +33,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b: i8 = 2; assert_fn_ok_gt!(f, a, f, b); // assertion failed: `assert_fn_ok_gt!(a_function, a_param, b_function, b_param)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt.html // a_function label: `f`, // a_param label: `a`, // a_param debug: `1`, diff --git a/doc/lib/macro.assert_fn_ok_gt_x.html b/doc/lib/macro.assert_fn_ok_gt_x.html index 538ce151e..00a1de1b4 100644 --- a/doc/lib/macro.assert_fn_ok_gt_x.html +++ b/doc/lib/macro.assert_fn_ok_gt_x.html @@ -33,7 +33,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b = String::from("2"); assert_fn_ok_gt_x!(f, a, b); // assertion failed: `assert_fn_ok_gt_x!(a_function, a_param, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt_x.html // a_function label: `f`, // a_param label: `a`, // a_param debug: `1`, diff --git a/doc/lib/macro.assert_fn_ok_le.html b/doc/lib/macro.assert_fn_ok_le.html index c486fe8a9..4d210e73d 100644 --- a/doc/lib/macro.assert_fn_ok_le.html +++ b/doc/lib/macro.assert_fn_ok_le.html @@ -33,7 +33,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b: i8 = 1; assert_fn_ok_le!(f, a, f, b); // assertion failed: `assert_fn_ok_le!(a_function, a_param, b_function, b_param)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le.html // a_function label: `f`, // a_param label: `a`, // a_param debug: `2`, diff --git a/doc/lib/macro.assert_fn_ok_le_x.html b/doc/lib/macro.assert_fn_ok_le_x.html index ce561acae..0ba293688 100644 --- a/doc/lib/macro.assert_fn_ok_le_x.html +++ b/doc/lib/macro.assert_fn_ok_le_x.html @@ -34,7 +34,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b = String::from("1"); assert_fn_ok_le_x!(f, a, b); // assertion failed: `assert_fn_ok_le_x!(a_function, a_param, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le_x.html // a_function label: `f`, // a_param label: `a`, // a_param debug: `2`, diff --git a/doc/lib/macro.assert_fn_ok_lt_x.html b/doc/lib/macro.assert_fn_ok_lt_x.html index 0ff964a39..007818ee0 100644 --- a/doc/lib/macro.assert_fn_ok_lt_x.html +++ b/doc/lib/macro.assert_fn_ok_lt_x.html @@ -33,7 +33,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b = String::from("1"); assert_fn_ok_lt_x!(f, a, b); // assertion failed: `assert_fn_ok_lt_x!(a_function, a_param, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_lt_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_lt_x.html // a_function label: `f`, // a_param label: `a`, // a_param debug: `2`, diff --git a/doc/lib/macro.assert_fn_ok_ne.html b/doc/lib/macro.assert_fn_ok_ne.html index 5198a8a71..ed669aa84 100644 --- a/doc/lib/macro.assert_fn_ok_ne.html +++ b/doc/lib/macro.assert_fn_ok_ne.html @@ -33,7 +33,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b: i8 = 1; assert_fn_ok_ne!(f, a, f, b); // assertion failed: `assert_fn_ok_ne!(a_function, a_param, b_function, b_param)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ne.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ne.html // a_function label: `f`, // a_param label: `a`, // a_param debug: `1`, diff --git a/doc/lib/macro.assert_fn_ok_ne_x.html b/doc/lib/macro.assert_fn_ok_ne_x.html index a5da2ce00..cd6a184b9 100644 --- a/doc/lib/macro.assert_fn_ok_ne_x.html +++ b/doc/lib/macro.assert_fn_ok_ne_x.html @@ -33,7 +33,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b = String::from("1"); assert_fn_ok_ne_x!(f, a, b); // assertion failed: `assert_fn_ok_ne_x!(a_function, a_param, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ne_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ne_x.html // a_function label: `f`, // a_param label: `a`, // a_param debug: `1`, diff --git a/doc/lib/macro.assert_fs_read_to_string_contains.html b/doc/lib/macro.assert_fs_read_to_string_contains.html index 3f090ce01..52acd62d2 100644 --- a/doc/lib/macro.assert_fs_read_to_string_contains.html +++ b/doc/lib/macro.assert_fs_read_to_string_contains.html @@ -26,7 +26,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let containee = "zz"; assert_fs_read_to_string_contains!(&path, &containee); // assertion failed: `assert_fs_read_to_string_contains!(path, containee)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_contains.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_contains.html // path label: `&path`, // path debug: `\"alfa.txt\"`, // containee label: `&containee`, diff --git a/doc/lib/macro.assert_fs_read_to_string_eq.html b/doc/lib/macro.assert_fs_read_to_string_eq.html index 67eb23e76..31a1d9f51 100644 --- a/doc/lib/macro.assert_fs_read_to_string_eq.html +++ b/doc/lib/macro.assert_fs_read_to_string_eq.html @@ -26,7 +26,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b = "bravo.txt"; assert_fs_read_to_string_eq!(&a, &b); // assertion failed: `assert_fs_read_to_string_eq!(a_path, b_path)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_eq.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_eq.html // a_path label: `&a`, // a_path debug: `\"alfa.txt\"`, // b_path label: `&b`, diff --git a/doc/lib/macro.assert_fs_read_to_string_eq_x.html b/doc/lib/macro.assert_fs_read_to_string_eq_x.html index e05df1ca5..a821d7244 100644 --- a/doc/lib/macro.assert_fs_read_to_string_eq_x.html +++ b/doc/lib/macro.assert_fs_read_to_string_eq_x.html @@ -26,7 +26,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let value = String::from("bravo\n"); assert_fs_read_to_string_eq_x!(&path, &value); // assertion failed: `assert_fs_read_to_string_eq_x!(a_path, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_eq_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_eq_x.html // a_path label: `&path`, // a_path debug: `\"alfa.txt\"`, // b_expr label: `&value`, diff --git a/doc/lib/macro.assert_fs_read_to_string_ge.html b/doc/lib/macro.assert_fs_read_to_string_ge.html index 5a15a45a4..fcd5ec1d0 100644 --- a/doc/lib/macro.assert_fs_read_to_string_ge.html +++ b/doc/lib/macro.assert_fs_read_to_string_ge.html @@ -26,7 +26,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b = "bravo.txt"; assert_fs_read_to_string_ge!(&a, &b); // assertion failed: `assert_fs_read_to_string_ge!(a_path, b_path)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ge.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ge.html // a_path label: `&a`, // a_path debug: `\"alfa.txt\"`, // b_path label: `&b`, diff --git a/doc/lib/macro.assert_fs_read_to_string_ge_x.html b/doc/lib/macro.assert_fs_read_to_string_ge_x.html index 3f30934fb..3e064491f 100644 --- a/doc/lib/macro.assert_fs_read_to_string_ge_x.html +++ b/doc/lib/macro.assert_fs_read_to_string_ge_x.html @@ -26,7 +26,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let value = String::from("bravo\n"); assert_fs_read_to_string_ge_x!(&path, &value); // assertion failed: `assert_fs_read_to_string_ge_x!(a_path, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ge_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ge_x.html // a_path label: `&path`, // a_path debug: `\"alfa.txt\"`, // b_expr label: `&value`, diff --git a/doc/lib/macro.assert_fs_read_to_string_gt.html b/doc/lib/macro.assert_fs_read_to_string_gt.html index 2f26a7d9b..4a5895e52 100644 --- a/doc/lib/macro.assert_fs_read_to_string_gt.html +++ b/doc/lib/macro.assert_fs_read_to_string_gt.html @@ -26,7 +26,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b = "bravo.txt"; assert_fs_read_to_string_gt!(&a, &b); // assertion failed: `assert_fs_read_to_string_gt!(a_path, b_path)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_gt.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_gt.html // a_path label: `&a`, // a_path debug: `\"alfa.txt\"`, // b_path label: `&b`, diff --git a/doc/lib/macro.assert_fs_read_to_string_gt_x.html b/doc/lib/macro.assert_fs_read_to_string_gt_x.html index ae08ef1b6..9cee23779 100644 --- a/doc/lib/macro.assert_fs_read_to_string_gt_x.html +++ b/doc/lib/macro.assert_fs_read_to_string_gt_x.html @@ -26,7 +26,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let value = String::from("bravo\n"); assert_fs_read_to_string_gt_x!(&path, &value); // assertion failed: `assert_fs_read_to_string_gt_x!(a_path, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_gt_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_gt_x.html // a_path label: `&path`, // a_path debug: `\"alfa.txt\"`, // b_expr label: `&value`, diff --git a/doc/lib/macro.assert_fs_read_to_string_is_match.html b/doc/lib/macro.assert_fs_read_to_string_is_match.html index 5ccf0ff6e..679be63cd 100644 --- a/doc/lib/macro.assert_fs_read_to_string_is_match.html +++ b/doc/lib/macro.assert_fs_read_to_string_is_match.html @@ -27,7 +27,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let matcher = Regex::new(r"zz").unwrap(); assert_fs_read_to_string_is_match!(&path, &matcher); // assertion failed: `assert_fs_read_to_string_is_match!(path, matcher)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_is_match.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_is_match.html // path label: `&path`, // path debug: `\"alfa.txt\"`, // matcher label: `&matcher`, diff --git a/doc/lib/macro.assert_fs_read_to_string_le.html b/doc/lib/macro.assert_fs_read_to_string_le.html index 68959bfc7..44244b3b2 100644 --- a/doc/lib/macro.assert_fs_read_to_string_le.html +++ b/doc/lib/macro.assert_fs_read_to_string_le.html @@ -26,7 +26,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b = "alfa.txt"; assert_fs_read_to_string_le!(&a, &b); // assertion failed: `assert_fs_read_to_string_le!(a_path, b_path)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_le.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_le.html // a_path label: `&a`, // a_path debug: `\"bravo.txt\"`, // b_path label: `&b`, diff --git a/doc/lib/macro.assert_fs_read_to_string_le_x.html b/doc/lib/macro.assert_fs_read_to_string_le_x.html index 4937f0231..4f70944f0 100644 --- a/doc/lib/macro.assert_fs_read_to_string_le_x.html +++ b/doc/lib/macro.assert_fs_read_to_string_le_x.html @@ -26,7 +26,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let value = String::from("alfa\n"); assert_fs_read_to_string_le_x!(&path, &value); // assertion failed: `assert_fs_read_to_string_le_x!(a_path, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_le_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_le_x.html // a_path label: `&path`, // a_path debug: `\"bravo.txt\"`, // b_expr label: `&value`, diff --git a/doc/lib/macro.assert_fs_read_to_string_lt.html b/doc/lib/macro.assert_fs_read_to_string_lt.html index 17766d530..4f0a378d2 100644 --- a/doc/lib/macro.assert_fs_read_to_string_lt.html +++ b/doc/lib/macro.assert_fs_read_to_string_lt.html @@ -26,7 +26,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b = "alfa.txt"; assert_fs_read_to_string_lt!(&a, &b); // assertion failed: `assert_fs_read_to_string_lt!(a_path, b_path)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_lt.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_lt.html // a_path label: `&a`, // a_path debug: `\"bravo.txt\"`, // b_path label: `&b`, diff --git a/doc/lib/macro.assert_fs_read_to_string_lt_x.html b/doc/lib/macro.assert_fs_read_to_string_lt_x.html index 030c5ab85..e815f035f 100644 --- a/doc/lib/macro.assert_fs_read_to_string_lt_x.html +++ b/doc/lib/macro.assert_fs_read_to_string_lt_x.html @@ -26,7 +26,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let value = String::from("alfa\n"); assert_fs_read_to_string_lt_x!(&path, &value); // assertion failed: `assert_fs_read_to_string_lt_x!(a_path, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_lt_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_lt_x.html // a_path label: `&path`, // a_path debug: `\"bravo.txt\"`, // b_expr label: `&value`, diff --git a/doc/lib/macro.assert_fs_read_to_string_ne.html b/doc/lib/macro.assert_fs_read_to_string_ne.html index 8cfea70c1..b6c5e1c0a 100644 --- a/doc/lib/macro.assert_fs_read_to_string_ne.html +++ b/doc/lib/macro.assert_fs_read_to_string_ne.html @@ -26,7 +26,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let b = "alfa.txt"; assert_fs_read_to_string_ne!(&a, &b); // assertion failed: `assert_fs_read_to_string_ne!(a_path, b_path)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ne.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ne.html // a_path label: `&a`, // a_path debug: `\"alfa.txt\"`, // b_path label: `&b`, diff --git a/doc/lib/macro.assert_fs_read_to_string_ne_x.html b/doc/lib/macro.assert_fs_read_to_string_ne_x.html index 0e9e31e0c..61dc67d2b 100644 --- a/doc/lib/macro.assert_fs_read_to_string_ne_x.html +++ b/doc/lib/macro.assert_fs_read_to_string_ne_x.html @@ -26,7 +26,7 @@

                                                                                                                                  §Examples

                                                                                                                                  let value = String::from("alfa\n"); assert_fs_read_to_string_ne_x!(&path, &value); // assertion failed: `assert_fs_read_to_string_ne_x!(a_path, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ne_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ne_x.html // a_path label: `&path`, // a_path debug: `\"alfa.txt\"`, // b_expr label: `&value`, diff --git a/doc/lib/macro.assert_ge.html b/doc/lib/macro.assert_ge.html index fc2a1de4a..4aea58167 100644 --- a/doc/lib/macro.assert_ge.html +++ b/doc/lib/macro.assert_ge.html @@ -1,7 +1,7 @@ -assert_ge in lib - Rust

                                                                                                                                  Macro lib::assert_ge

                                                                                                                                  source ·
                                                                                                                                  macro_rules! assert_ge {
                                                                                                                                  +assert_ge in lib - Rust

                                                                                                                                  Macro lib::assert_ge

                                                                                                                                  source ·
                                                                                                                                  macro_rules! assert_ge {
                                                                                                                                       ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                                       ($a:expr, $b:expr, $($message:tt)+) => { ... };
                                                                                                                                  -}
                                                                                                                                  Expand description

                                                                                                                                  Assert an expression is greater than or equal to another expression.

                                                                                                                                  +}
                                                                                                                                  Expand description

                                                                                                                                  Assert an expression is greater than or equal to another.

                                                                                                                                  Pseudocode:
                                                                                                                                  a ≥ b

                                                                                                                                    @@ -25,7 +25,7 @@

                                                                                                                                    §Examples

                                                                                                                                    let b = 2; assert_ge!(a, b); // assertion failed: `assert_ge!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_ge.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_ge.html // a label: `a`, // a debug: `1`, // b label: `b`, diff --git a/doc/lib/macro.assert_ge_as_result.html b/doc/lib/macro.assert_ge_as_result.html index e7f95f846..83cd41007 100644 --- a/doc/lib/macro.assert_ge_as_result.html +++ b/doc/lib/macro.assert_ge_as_result.html @@ -1,6 +1,6 @@ -assert_ge_as_result in lib - Rust

                                                                                                                                    Macro lib::assert_ge_as_result

                                                                                                                                    source ·
                                                                                                                                    macro_rules! assert_ge_as_result {
                                                                                                                                    +assert_ge_as_result in lib - Rust

                                                                                                                                    Macro lib::assert_ge_as_result

                                                                                                                                    source ·
                                                                                                                                    macro_rules! assert_ge_as_result {
                                                                                                                                         ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                                    -}
                                                                                                                                    Expand description

                                                                                                                                    Assert an expression is greater than or equal to another expression.

                                                                                                                                    +}
                                                                                                                                    Expand description

                                                                                                                                    Assert an expression is greater than or equal to another.

                                                                                                                                    Pseudocode:
                                                                                                                                    a ≥ b

                                                                                                                                      diff --git a/doc/lib/macro.assert_gt.html b/doc/lib/macro.assert_gt.html index ba1c14145..07bea0349 100644 --- a/doc/lib/macro.assert_gt.html +++ b/doc/lib/macro.assert_gt.html @@ -1,7 +1,7 @@ -assert_gt in lib - Rust

                                                                                                                                      Macro lib::assert_gt

                                                                                                                                      source ·
                                                                                                                                      macro_rules! assert_gt {
                                                                                                                                      +assert_gt in lib - Rust

                                                                                                                                      Macro lib::assert_gt

                                                                                                                                      source ·
                                                                                                                                      macro_rules! assert_gt {
                                                                                                                                           ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                                           ($a:expr, $b:expr, $($message:tt)+) => { ... };
                                                                                                                                      -}
                                                                                                                                      Expand description

                                                                                                                                      Assert an expression is greater than another expression.

                                                                                                                                      +}
                                                                                                                                      Expand description

                                                                                                                                      Assert an expression is greater than another.

                                                                                                                                      Pseudocode:
                                                                                                                                      a > b

                                                                                                                                        @@ -25,7 +25,7 @@

                                                                                                                                        §Examples

                                                                                                                                        let b = 2; assert_gt!(a, b); // assertion failed: `assert_gt!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_gt.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_gt.html // a label: `a`, // a debug: `1`, // b label: `b`, diff --git a/doc/lib/macro.assert_gt_as_result.html b/doc/lib/macro.assert_gt_as_result.html index c58fddb8c..d126a7f05 100644 --- a/doc/lib/macro.assert_gt_as_result.html +++ b/doc/lib/macro.assert_gt_as_result.html @@ -1,6 +1,6 @@ -assert_gt_as_result in lib - Rust

                                                                                                                                        Macro lib::assert_gt_as_result

                                                                                                                                        source ·
                                                                                                                                        macro_rules! assert_gt_as_result {
                                                                                                                                        +assert_gt_as_result in lib - Rust

                                                                                                                                        Macro lib::assert_gt_as_result

                                                                                                                                        source ·
                                                                                                                                        macro_rules! assert_gt_as_result {
                                                                                                                                             ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                                        -}
                                                                                                                                        Expand description

                                                                                                                                        Assert an expression is greater than another expression.

                                                                                                                                        +}
                                                                                                                                        Expand description

                                                                                                                                        Assert an expression is greater than another.

                                                                                                                                        Pseudocode:
                                                                                                                                        a > b

                                                                                                                                          diff --git a/doc/lib/macro.assert_in_delta.html b/doc/lib/macro.assert_in_delta.html index 6beaff5c5..1f86031f3 100644 --- a/doc/lib/macro.assert_in_delta.html +++ b/doc/lib/macro.assert_in_delta.html @@ -1,7 +1,7 @@ -assert_in_delta in lib - Rust

                                                                                                                                          Macro lib::assert_in_delta

                                                                                                                                          source ·
                                                                                                                                          macro_rules! assert_in_delta {
                                                                                                                                          +assert_in_delta in lib - Rust

                                                                                                                                          Macro lib::assert_in_delta

                                                                                                                                          source ·
                                                                                                                                          macro_rules! assert_in_delta {
                                                                                                                                               ($a:expr, $b:expr, $delta:expr $(,)?) => { ... };
                                                                                                                                               ($a:expr, $b:expr, $delta:expr, $($message:tt)+) => { ... };
                                                                                                                                          -}
                                                                                                                                          Expand description

                                                                                                                                          Assert a number is within delta of another number.

                                                                                                                                          +}
                                                                                                                                          Expand description

                                                                                                                                          Assert a number is within delta of another.

                                                                                                                                          Pseudocode:
                                                                                                                                          | a - b | ≤ Δ

                                                                                                                                            @@ -27,7 +27,7 @@

                                                                                                                                            §Examples

                                                                                                                                            let delta: i8 = 1; assert_in_delta!(a, b, delta); // assertion failed: `assert_in_delta!(a, b, Δ)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_in_delta.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_in_delta.html // a label: `a`, // a debug: `10`, // b label: `b`, diff --git a/doc/lib/macro.assert_in_delta_as_result.html b/doc/lib/macro.assert_in_delta_as_result.html index 14a973619..e132e0818 100644 --- a/doc/lib/macro.assert_in_delta_as_result.html +++ b/doc/lib/macro.assert_in_delta_as_result.html @@ -1,6 +1,6 @@ -assert_in_delta_as_result in lib - Rust

                                                                                                                                            Macro lib::assert_in_delta_as_result

                                                                                                                                            source ·
                                                                                                                                            macro_rules! assert_in_delta_as_result {
                                                                                                                                            +assert_in_delta_as_result in lib - Rust

                                                                                                                                            Macro lib::assert_in_delta_as_result

                                                                                                                                            source ·
                                                                                                                                            macro_rules! assert_in_delta_as_result {
                                                                                                                                                 ($a:expr, $b:expr, $delta:expr $(,)?) => { ... };
                                                                                                                                            -}
                                                                                                                                            Expand description

                                                                                                                                            Assert a number is within delta of another number.

                                                                                                                                            +}
                                                                                                                                            Expand description

                                                                                                                                            Assert a number is within delta of another.

                                                                                                                                            Pseudocode:
                                                                                                                                            | a - b | ≤ Δ

                                                                                                                                              diff --git a/doc/lib/macro.assert_in_epsilon.html b/doc/lib/macro.assert_in_epsilon.html index a85ffcf4a..e432eac88 100644 --- a/doc/lib/macro.assert_in_epsilon.html +++ b/doc/lib/macro.assert_in_epsilon.html @@ -1,7 +1,7 @@ -assert_in_epsilon in lib - Rust

                                                                                                                                              Macro lib::assert_in_epsilon

                                                                                                                                              source ·
                                                                                                                                              macro_rules! assert_in_epsilon {
                                                                                                                                              +assert_in_epsilon in lib - Rust

                                                                                                                                              Macro lib::assert_in_epsilon

                                                                                                                                              source ·
                                                                                                                                              macro_rules! assert_in_epsilon {
                                                                                                                                                   ($a:expr, $b:expr, $epsilon:expr $(,)?) => { ... };
                                                                                                                                                   ($a:expr, $b:expr, $epsilon:expr, $($message:tt)+) => { ... };
                                                                                                                                              -}
                                                                                                                                              Expand description

                                                                                                                                              Assert a number is within epsilon of another number.

                                                                                                                                              +}
                                                                                                                                              Expand description

                                                                                                                                              Assert a number is within epsilon of another.

                                                                                                                                              Pseudocode:
                                                                                                                                              | a - b | ≤ ε * min(a, b)

                                                                                                                                                @@ -27,7 +27,7 @@

                                                                                                                                                §Examples

                                                                                                                                                let epsilon: i8 = 1; assert_in_epsilon!(a, b, epsilon); // assertion failed: `assert_in_epsilon!(a, b, epsilon)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_in_epsilon.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_in_epsilon.html // a label: `a`, // a debug: `10`, // b label: `b`, diff --git a/doc/lib/macro.assert_in_epsilon_as_result.html b/doc/lib/macro.assert_in_epsilon_as_result.html index db9994e13..228538c2c 100644 --- a/doc/lib/macro.assert_in_epsilon_as_result.html +++ b/doc/lib/macro.assert_in_epsilon_as_result.html @@ -1,6 +1,6 @@ -assert_in_epsilon_as_result in lib - Rust

                                                                                                                                                Macro lib::assert_in_epsilon_as_result

                                                                                                                                                source ·
                                                                                                                                                macro_rules! assert_in_epsilon_as_result {
                                                                                                                                                +assert_in_epsilon_as_result in lib - Rust

                                                                                                                                                Macro lib::assert_in_epsilon_as_result

                                                                                                                                                source ·
                                                                                                                                                macro_rules! assert_in_epsilon_as_result {
                                                                                                                                                     ($a:expr, $b:expr, $epsilon:expr $(,)?) => { ... };
                                                                                                                                                -}
                                                                                                                                                Expand description

                                                                                                                                                Assert a number is within epsilon of another number.

                                                                                                                                                +}
                                                                                                                                                Expand description

                                                                                                                                                Assert a number is within epsilon of another.

                                                                                                                                                Pseudocode:
                                                                                                                                                | a - b | ≤ ε * min(a, b)

                                                                                                                                                  diff --git a/doc/lib/macro.assert_infix.html b/doc/lib/macro.assert_infix.html index a89279624..bb015a1ab 100644 --- a/doc/lib/macro.assert_infix.html +++ b/doc/lib/macro.assert_infix.html @@ -25,7 +25,7 @@

                                                                                                                                                  §Examples

                                                                                                                                                  let b = 2; assert_infix!(a == b); // assertion failed: `assert_infix!(a == b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_infix.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_infix.html // a label: `a`, // a debug: `1`, // b label: `b`, diff --git a/doc/lib/macro.assert_io_read_to_string_contains.html b/doc/lib/macro.assert_io_read_to_string_contains.html index 2c989037d..8a3dcee57 100644 --- a/doc/lib/macro.assert_io_read_to_string_contains.html +++ b/doc/lib/macro.assert_io_read_to_string_contains.html @@ -26,7 +26,7 @@

                                                                                                                                                  §Examples

                                                                                                                                                  let containee = "zz"; assert_io_read_to_string_contains!(reader, &containee); // assertion failed: `assert_io_read_to_string_contains!(reader, &containee)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_contains.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_contains.html // reader label: `&reader`, // reader debug: `[]`, // containee label: `&containee`, diff --git a/doc/lib/macro.assert_io_read_to_string_eq.html b/doc/lib/macro.assert_io_read_to_string_eq.html index ac359c919..8eeab18f9 100644 --- a/doc/lib/macro.assert_io_read_to_string_eq.html +++ b/doc/lib/macro.assert_io_read_to_string_eq.html @@ -26,7 +26,7 @@

                                                                                                                                                  §Examples

                                                                                                                                                  let mut b = "bravo".as_bytes(); assert_io_read_to_string_eq!(a, b); // assertion failed: `assert_io_read_to_string_eq!(a_reader, b_reader)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_eq.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_eq.html // a label: `a`, // a debug: `[]`, // b label: `b`, diff --git a/doc/lib/macro.assert_io_read_to_string_eq_x.html b/doc/lib/macro.assert_io_read_to_string_eq_x.html index cea66ec24..5cb2e5dd1 100644 --- a/doc/lib/macro.assert_io_read_to_string_eq_x.html +++ b/doc/lib/macro.assert_io_read_to_string_eq_x.html @@ -26,7 +26,7 @@

                                                                                                                                                  §Examples

                                                                                                                                                  let value = String::from("bravo"); assert_io_read_to_string_eq_x!(reader, &value); // assertion failed: `assert_io_read_to_string_eq_x!(a_reader, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_eq_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_eq_x.html // a_reader label: `reader`, // a_reader debug: `[]`, // b_expr label: `&value`, diff --git a/doc/lib/macro.assert_io_read_to_string_ge.html b/doc/lib/macro.assert_io_read_to_string_ge.html index 14622e2ea..b9fcad00f 100644 --- a/doc/lib/macro.assert_io_read_to_string_ge.html +++ b/doc/lib/macro.assert_io_read_to_string_ge.html @@ -26,7 +26,7 @@

                                                                                                                                                  §Examples

                                                                                                                                                  let mut b = "bravo".as_bytes(); assert_io_read_to_string_ge!(a, b); // assertion failed: `assert_io_read_to_string_ge!(a_reader, b_reader)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ge.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ge.html // a label: `a`, // a debug: `[]`, // b label: `b`, diff --git a/doc/lib/macro.assert_io_read_to_string_ge_x.html b/doc/lib/macro.assert_io_read_to_string_ge_x.html index 4d2f39aac..4320f459b 100644 --- a/doc/lib/macro.assert_io_read_to_string_ge_x.html +++ b/doc/lib/macro.assert_io_read_to_string_ge_x.html @@ -26,7 +26,7 @@

                                                                                                                                                  §Examples

                                                                                                                                                  let value = String::from("bravo"); assert_io_read_to_string_ge_x!(reader, &value); // assertion failed: `assert_io_read_to_string_ge_x!(a_reader, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ge_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ge_x.html // a_reader label: `reader`, // a_reader debug: `[]`, // b_expr label: `&value`, diff --git a/doc/lib/macro.assert_io_read_to_string_gt.html b/doc/lib/macro.assert_io_read_to_string_gt.html index edf1fd403..b396d1cdb 100644 --- a/doc/lib/macro.assert_io_read_to_string_gt.html +++ b/doc/lib/macro.assert_io_read_to_string_gt.html @@ -26,7 +26,7 @@

                                                                                                                                                  §Examples

                                                                                                                                                  let mut b = "bravo".as_bytes(); assert_io_read_to_string_gt!(a, b); // assertion failed: `assert_io_read_to_string_gt!(a_reader, b_reader)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_gt.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_gt.html // a label: `a`, // a debug: `[]`, // b label: `b`, diff --git a/doc/lib/macro.assert_io_read_to_string_gt_x.html b/doc/lib/macro.assert_io_read_to_string_gt_x.html index 25e6d861f..cde5d9a76 100644 --- a/doc/lib/macro.assert_io_read_to_string_gt_x.html +++ b/doc/lib/macro.assert_io_read_to_string_gt_x.html @@ -26,7 +26,7 @@

                                                                                                                                                  §Examples

                                                                                                                                                  let value = String::from("bravo"); assert_io_read_to_string_gt_x!(reader, &value); // assertion failed: `assert_io_read_to_string_gt_x!(a_reader, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_gt_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_gt_x.html // a_reader label: `reader`, // a_reader debug: `[]`, // b_expr label: `&value`, diff --git a/doc/lib/macro.assert_io_read_to_string_is_match.html b/doc/lib/macro.assert_io_read_to_string_is_match.html index 849d05525..cc88ab8a5 100644 --- a/doc/lib/macro.assert_io_read_to_string_is_match.html +++ b/doc/lib/macro.assert_io_read_to_string_is_match.html @@ -27,7 +27,7 @@

                                                                                                                                                  §Examples

                                                                                                                                                  let matcher = Regex::new(r"zz").unwrap(); assert_io_read_to_string_is_match!(reader, &matcher); // assertion failed: `assert_io_read_to_string_is_match!(a_reader, &matcher)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_is_match.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_is_match.html // reader label: `reader`, // reader debug: `[]`, // matcher label: `&matcher`, diff --git a/doc/lib/macro.assert_io_read_to_string_le.html b/doc/lib/macro.assert_io_read_to_string_le.html index f78e236e1..364e5e61e 100644 --- a/doc/lib/macro.assert_io_read_to_string_le.html +++ b/doc/lib/macro.assert_io_read_to_string_le.html @@ -26,7 +26,7 @@

                                                                                                                                                  §Examples

                                                                                                                                                  let mut b = "alfa".as_bytes(); assert_io_read_to_string_le!(a, b); // assertion failed: `assert_io_read_to_string_le!(a_reader, b_reader)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_le.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_le.html // a label: `a`, // a debug: `[]`, // b label: `b`, diff --git a/doc/lib/macro.assert_io_read_to_string_le_x.html b/doc/lib/macro.assert_io_read_to_string_le_x.html index 61c3f1739..9dff12e5a 100644 --- a/doc/lib/macro.assert_io_read_to_string_le_x.html +++ b/doc/lib/macro.assert_io_read_to_string_le_x.html @@ -26,7 +26,7 @@

                                                                                                                                                  §Examples

                                                                                                                                                  let value = String::from("alfa"); assert_io_read_to_string_le_x!(reader, &value); // assertion failed: `assert_io_read_to_string_le_x!(a_reader, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_le_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_le_x.html // a_reader label: `reader`, // a_reader debug: `[]`, // b_expr label: `&value`, diff --git a/doc/lib/macro.assert_io_read_to_string_lt.html b/doc/lib/macro.assert_io_read_to_string_lt.html index ac02f4df3..2cd01cb27 100644 --- a/doc/lib/macro.assert_io_read_to_string_lt.html +++ b/doc/lib/macro.assert_io_read_to_string_lt.html @@ -26,7 +26,7 @@

                                                                                                                                                  §Examples

                                                                                                                                                  let mut b = "alfa".as_bytes(); assert_io_read_to_string_lt!(a, b); // assertion failed: `assert_io_read_to_string_lt!(a_reader, b_reader)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_lt.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_lt.html // a label: `a`, // a debug: `[]`, // b label: `b`, diff --git a/doc/lib/macro.assert_io_read_to_string_lt_x.html b/doc/lib/macro.assert_io_read_to_string_lt_x.html index 9010773ce..d898df703 100644 --- a/doc/lib/macro.assert_io_read_to_string_lt_x.html +++ b/doc/lib/macro.assert_io_read_to_string_lt_x.html @@ -26,7 +26,7 @@

                                                                                                                                                  §Examples

                                                                                                                                                  let value = String::from("alfa"); assert_io_read_to_string_lt_x!(reader, &value); // assertion failed: `assert_io_read_to_string_lt_x!(a_reader, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_lt_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_lt_x.html // a_reader label: `reader`, // a_reader debug: `[]`, // b_expr label: `&value`, diff --git a/doc/lib/macro.assert_io_read_to_string_ne.html b/doc/lib/macro.assert_io_read_to_string_ne.html index 66d334574..b36e03896 100644 --- a/doc/lib/macro.assert_io_read_to_string_ne.html +++ b/doc/lib/macro.assert_io_read_to_string_ne.html @@ -26,7 +26,7 @@

                                                                                                                                                  §Examples

                                                                                                                                                  let mut b = "alfa".as_bytes(); assert_io_read_to_string_ne!(a, b); // assertion failed: `assert_io_read_to_string_ne!(a_reader, b_reader)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ne.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ne.html // a label: `a`, // a debug: `[]`, // b label: `b`, diff --git a/doc/lib/macro.assert_io_read_to_string_ne_x.html b/doc/lib/macro.assert_io_read_to_string_ne_x.html index 17da98ce1..8b5f47fd6 100644 --- a/doc/lib/macro.assert_io_read_to_string_ne_x.html +++ b/doc/lib/macro.assert_io_read_to_string_ne_x.html @@ -26,7 +26,7 @@

                                                                                                                                                  §Examples

                                                                                                                                                  let value = String::from("alfa"); assert_io_read_to_string_ne_x!(reader, &value); // assertion failed: `assert_io_read_to_string_ne_x!(a_reader, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ne_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ne_x.html // a_reader label: `reader`, // a_reader debug: `[]`, // b_expr label: `&value`, diff --git a/doc/lib/macro.assert_is_empty.html b/doc/lib/macro.assert_is_empty.html index e78e8ed90..7943d15ec 100644 --- a/doc/lib/macro.assert_is_empty.html +++ b/doc/lib/macro.assert_is_empty.html @@ -23,7 +23,7 @@

                                                                                                                                                  §Examples

                                                                                                                                                  let a = "alfa"; assert_is_empty!(a); // assertion failed: `assert_is_empty!(a)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_is_empty.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_is_empty.html // label: `a`, // debug: `\"alfa\"`

                                                                                                                                                §Module macros

                                                                                                                                                diff --git a/doc/lib/macro.assert_is_match.html b/doc/lib/macro.assert_is_match.html index 487848b9a..f20e2a913 100644 --- a/doc/lib/macro.assert_is_match.html +++ b/doc/lib/macro.assert_is_match.html @@ -26,7 +26,7 @@

                                                                                                                                                §Examples

                                                                                                                                                let b = "bravo"; assert_is_match!(a, b); // assertion failed: `assert_is_match!(matcher, matchee)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_is_match.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_is_match.html // matcher label: `a`, // matcher debug: `Regex(\"lf\")`, // matchee label: `b`, diff --git a/doc/lib/macro.assert_iter_eq.html b/doc/lib/macro.assert_iter_eq.html index bac2c44e1..961ed42e7 100644 --- a/doc/lib/macro.assert_iter_eq.html +++ b/doc/lib/macro.assert_iter_eq.html @@ -25,7 +25,7 @@

                                                                                                                                                §Examples

                                                                                                                                                let b = [2, 1]; assert_iter_eq!(&a, &b); // assertion failed: `assert_iter_eq!(a_collection, b_collection)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_eq.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_eq.html // a label: `&a`, // a debug: `[1, 2]`, // b label: `&b`, diff --git a/doc/lib/macro.assert_iter_ge.html b/doc/lib/macro.assert_iter_ge.html index b52422c59..35a55ba0b 100644 --- a/doc/lib/macro.assert_iter_ge.html +++ b/doc/lib/macro.assert_iter_ge.html @@ -25,7 +25,7 @@

                                                                                                                                                §Examples

                                                                                                                                                let b = [3, 4]; assert_iter_ge!(&a, &b); // assertion failed: `assert_iter_ge!(a_collection, b_collection)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_ge.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_ge.html // a label: `&a`, // a debug: `[1, 2]`, // b label: `&b`, diff --git a/doc/lib/macro.assert_iter_gt.html b/doc/lib/macro.assert_iter_gt.html index b01676004..679ff29cd 100644 --- a/doc/lib/macro.assert_iter_gt.html +++ b/doc/lib/macro.assert_iter_gt.html @@ -25,7 +25,7 @@

                                                                                                                                                §Examples

                                                                                                                                                let b = [3, 4]; assert_iter_gt!(&a, &b); // assertion failed: `assert_iter_gt!(a_collection, b_collection)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_gt.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_gt.html // a label: `&a`, // a debug: `[1, 2]`, // b label: `&b`, diff --git a/doc/lib/macro.assert_iter_le.html b/doc/lib/macro.assert_iter_le.html index bddf9edb1..d725d37f6 100644 --- a/doc/lib/macro.assert_iter_le.html +++ b/doc/lib/macro.assert_iter_le.html @@ -25,7 +25,7 @@

                                                                                                                                                §Examples

                                                                                                                                                let b = [1, 2]; assert_iter_le!(&a, &b); // assertion failed: `assert_iter_le!(a_collection, b_collection)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_le.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_le.html // a label: `&a`, // a debug: `[3, 4]`, // b label: `&b`, diff --git a/doc/lib/macro.assert_iter_lt.html b/doc/lib/macro.assert_iter_lt.html index 1fbfc0167..ca6b6ae42 100644 --- a/doc/lib/macro.assert_iter_lt.html +++ b/doc/lib/macro.assert_iter_lt.html @@ -25,7 +25,7 @@

                                                                                                                                                §Examples

                                                                                                                                                let b = [1, 2]; assert_iter_lt!(&a, &b); // assertion failed: `assert_iter_lt!(a_collection, b_collection)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_lt.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_lt.html // a label: `&a`, // a debug: `[3, 4]`, // b label: `&b`, diff --git a/doc/lib/macro.assert_iter_ne.html b/doc/lib/macro.assert_iter_ne.html index 071e51389..48673fde5 100644 --- a/doc/lib/macro.assert_iter_ne.html +++ b/doc/lib/macro.assert_iter_ne.html @@ -25,7 +25,7 @@

                                                                                                                                                §Examples

                                                                                                                                                let b = [1, 2]; assert_iter_ne!(&a, &b); // assertion failed: `assert_iter_ne!(a_collection, b_collection)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_ne.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_ne.html // a label: `&a`, // a debug: `[1, 2]`, // b label: `&b`, diff --git a/doc/lib/macro.assert_le.html b/doc/lib/macro.assert_le.html index 4319724ef..bccf939dd 100644 --- a/doc/lib/macro.assert_le.html +++ b/doc/lib/macro.assert_le.html @@ -1,7 +1,7 @@ -assert_le in lib - Rust

                                                                                                                                                Macro lib::assert_le

                                                                                                                                                source ·
                                                                                                                                                macro_rules! assert_le {
                                                                                                                                                +assert_le in lib - Rust

                                                                                                                                                Macro lib::assert_le

                                                                                                                                                source ·
                                                                                                                                                macro_rules! assert_le {
                                                                                                                                                     ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                     ($a:expr, $b:expr, $($message:tt)+) => { ... };
                                                                                                                                                -}
                                                                                                                                                Expand description

                                                                                                                                                Assert an expression is less than or equal to another expression.

                                                                                                                                                +}
                                                                                                                                                Expand description

                                                                                                                                                Assert an expression is less than or equal to another.

                                                                                                                                                Pseudocode:
                                                                                                                                                a ≤ b

                                                                                                                                                  @@ -25,7 +25,7 @@

                                                                                                                                                  §Examples

                                                                                                                                                  let b = 1; assert_le!(a, b); // assertion failed: `assert_le!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_le.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_le.html // a label: `a`, // a debug: `2`, // b label: `b`, diff --git a/doc/lib/macro.assert_le_as_result.html b/doc/lib/macro.assert_le_as_result.html index d428e6fd4..7d980d1e7 100644 --- a/doc/lib/macro.assert_le_as_result.html +++ b/doc/lib/macro.assert_le_as_result.html @@ -1,6 +1,6 @@ -assert_le_as_result in lib - Rust

                                                                                                                                                  Macro lib::assert_le_as_result

                                                                                                                                                  source ·
                                                                                                                                                  macro_rules! assert_le_as_result {
                                                                                                                                                  +assert_le_as_result in lib - Rust

                                                                                                                                                  Macro lib::assert_le_as_result

                                                                                                                                                  source ·
                                                                                                                                                  macro_rules! assert_le_as_result {
                                                                                                                                                       ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                  -}
                                                                                                                                                  Expand description

                                                                                                                                                  Assert an expression is less than or equal to another expression.

                                                                                                                                                  +}
                                                                                                                                                  Expand description

                                                                                                                                                  Assert an expression is less than or equal to another.

                                                                                                                                                  Pseudocode:
                                                                                                                                                  a ≤ b

                                                                                                                                                    diff --git a/doc/lib/macro.assert_len_eq.html b/doc/lib/macro.assert_len_eq.html index 1a1ffd5e1..c25cf95fb 100644 --- a/doc/lib/macro.assert_len_eq.html +++ b/doc/lib/macro.assert_len_eq.html @@ -1,7 +1,7 @@ -assert_len_eq in lib - Rust

                                                                                                                                                    Macro lib::assert_len_eq

                                                                                                                                                    source ·
                                                                                                                                                    macro_rules! assert_len_eq {
                                                                                                                                                    +assert_len_eq in lib - Rust

                                                                                                                                                    Macro lib::assert_len_eq

                                                                                                                                                    source ·
                                                                                                                                                    macro_rules! assert_len_eq {
                                                                                                                                                         ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                         ($a:expr, $b:expr, $($message:tt)+) => { ... };
                                                                                                                                                    -}
                                                                                                                                                    Expand description

                                                                                                                                                    Assert a length is equal to another length.

                                                                                                                                                    +}
                                                                                                                                                    Expand description

                                                                                                                                                    Assert a length is equal to another.

                                                                                                                                                    Pseudocode:
                                                                                                                                                    a.len() = b.len()

                                                                                                                                                      @@ -25,7 +25,7 @@

                                                                                                                                                      §Examples

                                                                                                                                                      let b = "xx"; assert_len_eq!(a, b); // assertion failed: `assert_len_eq!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_eq.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_eq.html // a label: `a`, // a debug: `\"x\"`, // a.len(): `1`", diff --git a/doc/lib/macro.assert_len_eq_as_result.html b/doc/lib/macro.assert_len_eq_as_result.html index 2785b4ad6..30287fa75 100644 --- a/doc/lib/macro.assert_len_eq_as_result.html +++ b/doc/lib/macro.assert_len_eq_as_result.html @@ -1,6 +1,6 @@ -assert_len_eq_as_result in lib - Rust

                                                                                                                                                      Macro lib::assert_len_eq_as_result

                                                                                                                                                      source ·
                                                                                                                                                      macro_rules! assert_len_eq_as_result {
                                                                                                                                                      +assert_len_eq_as_result in lib - Rust

                                                                                                                                                      Macro lib::assert_len_eq_as_result

                                                                                                                                                      source ·
                                                                                                                                                      macro_rules! assert_len_eq_as_result {
                                                                                                                                                           ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                      -}
                                                                                                                                                      Expand description

                                                                                                                                                      Assert a length is equal to another length.

                                                                                                                                                      +}
                                                                                                                                                      Expand description

                                                                                                                                                      Assert a length is equal to another.

                                                                                                                                                      Pseudocode:
                                                                                                                                                      a.len() = b.len()

                                                                                                                                                        diff --git a/doc/lib/macro.assert_len_eq_x.html b/doc/lib/macro.assert_len_eq_x.html index 275f446de..7b97a0d2e 100644 --- a/doc/lib/macro.assert_len_eq_x.html +++ b/doc/lib/macro.assert_len_eq_x.html @@ -25,7 +25,7 @@

                                                                                                                                                        §Examples

                                                                                                                                                        let b = 2; assert_len_eq_x!(a, b); // assertion failed: `assert_len_eq_x!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_eq_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_eq_x.html // a label: `a`, // a debug: `\"x\"`, // a.len(): `1`", diff --git a/doc/lib/macro.assert_len_ge.html b/doc/lib/macro.assert_len_ge.html index e5feb99ba..f23886020 100644 --- a/doc/lib/macro.assert_len_ge.html +++ b/doc/lib/macro.assert_len_ge.html @@ -1,7 +1,7 @@ -assert_len_ge in lib - Rust

                                                                                                                                                        Macro lib::assert_len_ge

                                                                                                                                                        source ·
                                                                                                                                                        macro_rules! assert_len_ge {
                                                                                                                                                        +assert_len_ge in lib - Rust

                                                                                                                                                        Macro lib::assert_len_ge

                                                                                                                                                        source ·
                                                                                                                                                        macro_rules! assert_len_ge {
                                                                                                                                                             ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                             ($a:expr, $b:expr, $($message:tt)+) => { ... };
                                                                                                                                                        -}
                                                                                                                                                        Expand description

                                                                                                                                                        Assert a length is greater than or equal to another length.

                                                                                                                                                        +}
                                                                                                                                                        Expand description

                                                                                                                                                        Assert a length is greater than or equal to another.

                                                                                                                                                        Pseudocode:
                                                                                                                                                        a.len() ≥ b.len()

                                                                                                                                                          @@ -25,7 +25,7 @@

                                                                                                                                                          §Examples

                                                                                                                                                          let b = "xx"; assert_len_ge!(a, b); // assertion failed: `assert_len_ge!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ge.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ge.html // a label: `a`, // a debug: `\"x\"`, // a.len(): `1`", diff --git a/doc/lib/macro.assert_len_ge_as_result.html b/doc/lib/macro.assert_len_ge_as_result.html index 5e357ff19..d1ad16340 100644 --- a/doc/lib/macro.assert_len_ge_as_result.html +++ b/doc/lib/macro.assert_len_ge_as_result.html @@ -1,6 +1,6 @@ -assert_len_ge_as_result in lib - Rust

                                                                                                                                                          Macro lib::assert_len_ge_as_result

                                                                                                                                                          source ·
                                                                                                                                                          macro_rules! assert_len_ge_as_result {
                                                                                                                                                          +assert_len_ge_as_result in lib - Rust

                                                                                                                                                          Macro lib::assert_len_ge_as_result

                                                                                                                                                          source ·
                                                                                                                                                          macro_rules! assert_len_ge_as_result {
                                                                                                                                                               ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                          -}
                                                                                                                                                          Expand description

                                                                                                                                                          Assert a length is greater than or equal to another length.

                                                                                                                                                          +}
                                                                                                                                                          Expand description

                                                                                                                                                          Assert a length is greater than or equal to another.

                                                                                                                                                          Pseudocode:
                                                                                                                                                          a.len() ≥ b.len()

                                                                                                                                                            diff --git a/doc/lib/macro.assert_len_ge_x.html b/doc/lib/macro.assert_len_ge_x.html index bc61461f8..dfa3fc953 100644 --- a/doc/lib/macro.assert_len_ge_x.html +++ b/doc/lib/macro.assert_len_ge_x.html @@ -25,7 +25,7 @@

                                                                                                                                                            §Examples

                                                                                                                                                            let b = 2; assert_len_ge_x!(a, b); // assertion failed: `assert_len_ge_x!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ge_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ge_x.html // a label: `a`, // a debug: `\"x\"`, // a.len(): `1`", diff --git a/doc/lib/macro.assert_len_gt.html b/doc/lib/macro.assert_len_gt.html index e912a7c1e..24d490764 100644 --- a/doc/lib/macro.assert_len_gt.html +++ b/doc/lib/macro.assert_len_gt.html @@ -1,7 +1,7 @@ -assert_len_gt in lib - Rust

                                                                                                                                                            Macro lib::assert_len_gt

                                                                                                                                                            source ·
                                                                                                                                                            macro_rules! assert_len_gt {
                                                                                                                                                            +assert_len_gt in lib - Rust

                                                                                                                                                            Macro lib::assert_len_gt

                                                                                                                                                            source ·
                                                                                                                                                            macro_rules! assert_len_gt {
                                                                                                                                                                 ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                 ($a:expr, $b:expr, $($message:tt)+) => { ... };
                                                                                                                                                            -}
                                                                                                                                                            Expand description

                                                                                                                                                            Assert a length is greater than another length.

                                                                                                                                                            +}
                                                                                                                                                            Expand description

                                                                                                                                                            Assert a length is greater than another.

                                                                                                                                                            Pseudocode:
                                                                                                                                                            a.len() > b.len()

                                                                                                                                                              @@ -25,7 +25,7 @@

                                                                                                                                                              §Examples

                                                                                                                                                              let b = "xx"; assert_len_gt!(a, b); // assertion failed: `assert_len_gt!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_gt.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_gt.html // a label: `a`, // a debug: `\"x\"`, // a.len(): `1`", diff --git a/doc/lib/macro.assert_len_gt_as_result.html b/doc/lib/macro.assert_len_gt_as_result.html index 46b7e6432..d65aaaaed 100644 --- a/doc/lib/macro.assert_len_gt_as_result.html +++ b/doc/lib/macro.assert_len_gt_as_result.html @@ -1,6 +1,6 @@ -assert_len_gt_as_result in lib - Rust

                                                                                                                                                              Macro lib::assert_len_gt_as_result

                                                                                                                                                              source ·
                                                                                                                                                              macro_rules! assert_len_gt_as_result {
                                                                                                                                                              +assert_len_gt_as_result in lib - Rust

                                                                                                                                                              Macro lib::assert_len_gt_as_result

                                                                                                                                                              source ·
                                                                                                                                                              macro_rules! assert_len_gt_as_result {
                                                                                                                                                                   ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                              -}
                                                                                                                                                              Expand description

                                                                                                                                                              Assert a length is greater than another length.

                                                                                                                                                              +}
                                                                                                                                                              Expand description

                                                                                                                                                              Assert a length is greater than another.

                                                                                                                                                              Pseudocode:
                                                                                                                                                              a.len() > b.len()

                                                                                                                                                                diff --git a/doc/lib/macro.assert_len_gt_x.html b/doc/lib/macro.assert_len_gt_x.html index f5179beb6..a14914129 100644 --- a/doc/lib/macro.assert_len_gt_x.html +++ b/doc/lib/macro.assert_len_gt_x.html @@ -25,7 +25,7 @@

                                                                                                                                                                §Examples

                                                                                                                                                                let b = 2; assert_len_gt_x!(a, b); // assertion failed: `assert_len_gt_x!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_gt_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_gt_x.html // a label: `a`, // a debug: `\"x\"`, // a.len(): `1`", diff --git a/doc/lib/macro.assert_len_le.html b/doc/lib/macro.assert_len_le.html index 68cf272b1..e2af99cda 100644 --- a/doc/lib/macro.assert_len_le.html +++ b/doc/lib/macro.assert_len_le.html @@ -1,7 +1,7 @@ -assert_len_le in lib - Rust

                                                                                                                                                                Macro lib::assert_len_le

                                                                                                                                                                source ·
                                                                                                                                                                macro_rules! assert_len_le {
                                                                                                                                                                +assert_len_le in lib - Rust

                                                                                                                                                                Macro lib::assert_len_le

                                                                                                                                                                source ·
                                                                                                                                                                macro_rules! assert_len_le {
                                                                                                                                                                     ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                     ($a:expr, $b:expr, $($message:tt)+) => { ... };
                                                                                                                                                                -}
                                                                                                                                                                Expand description

                                                                                                                                                                Assert a length is less than or equal to another length.

                                                                                                                                                                +}
                                                                                                                                                                Expand description

                                                                                                                                                                Assert a length is less than or equal to another.

                                                                                                                                                                Pseudocode:
                                                                                                                                                                a.len() ≤ b.len()

                                                                                                                                                                  @@ -25,7 +25,7 @@

                                                                                                                                                                  §Examples

                                                                                                                                                                  let b = "x"; assert_len_le!(a, b); // assertion failed: `assert_len_le!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_le.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_le.html // a label: `a`, // a debug: `\"xx\"`, // a.len(): `2`", diff --git a/doc/lib/macro.assert_len_le_as_result.html b/doc/lib/macro.assert_len_le_as_result.html index 0870b0025..70ca99ed9 100644 --- a/doc/lib/macro.assert_len_le_as_result.html +++ b/doc/lib/macro.assert_len_le_as_result.html @@ -1,6 +1,6 @@ -assert_len_le_as_result in lib - Rust

                                                                                                                                                                  Macro lib::assert_len_le_as_result

                                                                                                                                                                  source ·
                                                                                                                                                                  macro_rules! assert_len_le_as_result {
                                                                                                                                                                  +assert_len_le_as_result in lib - Rust

                                                                                                                                                                  Macro lib::assert_len_le_as_result

                                                                                                                                                                  source ·
                                                                                                                                                                  macro_rules! assert_len_le_as_result {
                                                                                                                                                                       ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                  -}
                                                                                                                                                                  Expand description

                                                                                                                                                                  Assert a length is less than or equal to another length.

                                                                                                                                                                  +}
                                                                                                                                                                  Expand description

                                                                                                                                                                  Assert a length is less than or equal to another.

                                                                                                                                                                  Pseudocode:
                                                                                                                                                                  a.len() ≤ b.len()

                                                                                                                                                                    diff --git a/doc/lib/macro.assert_len_le_x.html b/doc/lib/macro.assert_len_le_x.html index a3adb5aa9..ce8c76831 100644 --- a/doc/lib/macro.assert_len_le_x.html +++ b/doc/lib/macro.assert_len_le_x.html @@ -25,7 +25,7 @@

                                                                                                                                                                    §Examples

                                                                                                                                                                    let b = 1; assert_len_le_x!(a, b); // assertion failed: `assert_len_le_x!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_le_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_le_x.html // a label: `a`, // a debug: `\"xx\"`, // a.len(): `2`", diff --git a/doc/lib/macro.assert_len_lt.html b/doc/lib/macro.assert_len_lt.html index c33252869..2aabb9f96 100644 --- a/doc/lib/macro.assert_len_lt.html +++ b/doc/lib/macro.assert_len_lt.html @@ -1,7 +1,7 @@ -assert_len_lt in lib - Rust

                                                                                                                                                                    Macro lib::assert_len_lt

                                                                                                                                                                    source ·
                                                                                                                                                                    macro_rules! assert_len_lt {
                                                                                                                                                                    +assert_len_lt in lib - Rust

                                                                                                                                                                    Macro lib::assert_len_lt

                                                                                                                                                                    source ·
                                                                                                                                                                    macro_rules! assert_len_lt {
                                                                                                                                                                         ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                         ($a:expr, $b:expr, $($message:tt)+) => { ... };
                                                                                                                                                                    -}
                                                                                                                                                                    Expand description

                                                                                                                                                                    Assert a length is less than another length.

                                                                                                                                                                    +}
                                                                                                                                                                    Expand description

                                                                                                                                                                    Assert a length is less than another.

                                                                                                                                                                    Pseudocode:
                                                                                                                                                                    a.len() < b.len()

                                                                                                                                                                      @@ -25,7 +25,7 @@

                                                                                                                                                                      §Examples

                                                                                                                                                                      let b = "x"; assert_len_lt!(a, b); // assertion failed: `assert_len_lt!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_lt.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_lt.html // a label: `a`, // a debug: `\"xx\"`, // a.len(): `2`", diff --git a/doc/lib/macro.assert_len_lt_as_result.html b/doc/lib/macro.assert_len_lt_as_result.html index 36b0ca239..2d0f35b05 100644 --- a/doc/lib/macro.assert_len_lt_as_result.html +++ b/doc/lib/macro.assert_len_lt_as_result.html @@ -1,6 +1,6 @@ -assert_len_lt_as_result in lib - Rust

                                                                                                                                                                      Macro lib::assert_len_lt_as_result

                                                                                                                                                                      source ·
                                                                                                                                                                      macro_rules! assert_len_lt_as_result {
                                                                                                                                                                      +assert_len_lt_as_result in lib - Rust

                                                                                                                                                                      Macro lib::assert_len_lt_as_result

                                                                                                                                                                      source ·
                                                                                                                                                                      macro_rules! assert_len_lt_as_result {
                                                                                                                                                                           ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                      -}
                                                                                                                                                                      Expand description

                                                                                                                                                                      Assert a length is less than another length.

                                                                                                                                                                      +}
                                                                                                                                                                      Expand description

                                                                                                                                                                      Assert a length is less than another.

                                                                                                                                                                      Pseudocode:
                                                                                                                                                                      a.len() < b.len()

                                                                                                                                                                        diff --git a/doc/lib/macro.assert_len_lt_x.html b/doc/lib/macro.assert_len_lt_x.html index 1bc8be5c5..0229e1a29 100644 --- a/doc/lib/macro.assert_len_lt_x.html +++ b/doc/lib/macro.assert_len_lt_x.html @@ -25,7 +25,7 @@

                                                                                                                                                                        §Examples

                                                                                                                                                                        let b = 1; assert_len_lt_x!(a, b); // assertion failed: `assert_len_lt_x!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_lt_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_lt_x.html // a label: `a`, // a debug: `\"xx\"`, // a.len(): `2`", diff --git a/doc/lib/macro.assert_len_ne.html b/doc/lib/macro.assert_len_ne.html index 8ba7eb12f..fc3d031ff 100644 --- a/doc/lib/macro.assert_len_ne.html +++ b/doc/lib/macro.assert_len_ne.html @@ -1,7 +1,7 @@ -assert_len_ne in lib - Rust

                                                                                                                                                                        Macro lib::assert_len_ne

                                                                                                                                                                        source ·
                                                                                                                                                                        macro_rules! assert_len_ne {
                                                                                                                                                                        +assert_len_ne in lib - Rust

                                                                                                                                                                        Macro lib::assert_len_ne

                                                                                                                                                                        source ·
                                                                                                                                                                        macro_rules! assert_len_ne {
                                                                                                                                                                             ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                             ($a:expr, $b:expr, $($message:tt)+) => { ... };
                                                                                                                                                                        -}
                                                                                                                                                                        Expand description

                                                                                                                                                                        Assert a length is equal to another length.

                                                                                                                                                                        +}
                                                                                                                                                                        Expand description

                                                                                                                                                                        Assert a length is not equal to another.

                                                                                                                                                                        Pseudocode:
                                                                                                                                                                        a.len() ≠ b.len()

                                                                                                                                                                          @@ -25,7 +25,7 @@

                                                                                                                                                                          §Examples

                                                                                                                                                                          let b = "x"; assert_len_ne!(a, b); // assertion failed: `assert_len_ne!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ne.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ne.html // a label: `a`, // a debug: `\"x\"`, // a.len(): `1`", diff --git a/doc/lib/macro.assert_len_ne_as_result.html b/doc/lib/macro.assert_len_ne_as_result.html index 601c8a214..61b1de056 100644 --- a/doc/lib/macro.assert_len_ne_as_result.html +++ b/doc/lib/macro.assert_len_ne_as_result.html @@ -1,6 +1,6 @@ -assert_len_ne_as_result in lib - Rust

                                                                                                                                                                          Macro lib::assert_len_ne_as_result

                                                                                                                                                                          source ·
                                                                                                                                                                          macro_rules! assert_len_ne_as_result {
                                                                                                                                                                          +assert_len_ne_as_result in lib - Rust

                                                                                                                                                                          Macro lib::assert_len_ne_as_result

                                                                                                                                                                          source ·
                                                                                                                                                                          macro_rules! assert_len_ne_as_result {
                                                                                                                                                                               ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                          -}
                                                                                                                                                                          Expand description

                                                                                                                                                                          Assert a length is equal to another length.

                                                                                                                                                                          +}
                                                                                                                                                                          Expand description

                                                                                                                                                                          Assert a length is not equal to another.

                                                                                                                                                                          Pseudocode:
                                                                                                                                                                          a.len() ≠ b.len()

                                                                                                                                                                            diff --git a/doc/lib/macro.assert_len_ne_x.html b/doc/lib/macro.assert_len_ne_x.html index 24b816f25..c0a2b4531 100644 --- a/doc/lib/macro.assert_len_ne_x.html +++ b/doc/lib/macro.assert_len_ne_x.html @@ -1,7 +1,7 @@ -assert_len_ne_x in lib - Rust

                                                                                                                                                                            Macro lib::assert_len_ne_x

                                                                                                                                                                            source ·
                                                                                                                                                                            macro_rules! assert_len_ne_x {
                                                                                                                                                                            +assert_len_ne_x in lib - Rust

                                                                                                                                                                            Macro lib::assert_len_ne_x

                                                                                                                                                                            source ·
                                                                                                                                                                            macro_rules! assert_len_ne_x {
                                                                                                                                                                                 ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                                 ($a:expr, $b:expr, $($message:tt)+) => { ... };
                                                                                                                                                                            -}
                                                                                                                                                                            Expand description

                                                                                                                                                                            Assert a length is equal to an expression.

                                                                                                                                                                            +}
                                                                                                                                                                            Expand description

                                                                                                                                                                            Assert a length is not equal to an expression.

                                                                                                                                                                            Pseudocode:
                                                                                                                                                                            a.len() ≠ b

                                                                                                                                                                              @@ -25,7 +25,7 @@

                                                                                                                                                                              §Examples

                                                                                                                                                                              let b = 1; assert_len_ne_x!(a, b); // assertion failed: `assert_len_ne_x!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ne_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ne_x.html // a label: `a`, // a debug: `\"x\"`, // a.len(): `1`", diff --git a/doc/lib/macro.assert_len_ne_x_as_result.html b/doc/lib/macro.assert_len_ne_x_as_result.html index 2ea368a6d..0a8d18a3c 100644 --- a/doc/lib/macro.assert_len_ne_x_as_result.html +++ b/doc/lib/macro.assert_len_ne_x_as_result.html @@ -1,6 +1,6 @@ -assert_len_ne_x_as_result in lib - Rust

                                                                                                                                                                              Macro lib::assert_len_ne_x_as_result

                                                                                                                                                                              source ·
                                                                                                                                                                              macro_rules! assert_len_ne_x_as_result {
                                                                                                                                                                              +assert_len_ne_x_as_result in lib - Rust

                                                                                                                                                                              Macro lib::assert_len_ne_x_as_result

                                                                                                                                                                              source ·
                                                                                                                                                                              macro_rules! assert_len_ne_x_as_result {
                                                                                                                                                                                   ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                              -}
                                                                                                                                                                              Expand description

                                                                                                                                                                              Assert a length is equal to an expression.

                                                                                                                                                                              +}
                                                                                                                                                                              Expand description

                                                                                                                                                                              Assert a length is not equal to an expression.

                                                                                                                                                                              Pseudocode:
                                                                                                                                                                              a.len() ≠ b

                                                                                                                                                                                diff --git a/doc/lib/macro.assert_lt.html b/doc/lib/macro.assert_lt.html index 28af35520..27e133096 100644 --- a/doc/lib/macro.assert_lt.html +++ b/doc/lib/macro.assert_lt.html @@ -1,7 +1,7 @@ -assert_lt in lib - Rust

                                                                                                                                                                                Macro lib::assert_lt

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_lt {
                                                                                                                                                                                +assert_lt in lib - Rust

                                                                                                                                                                                Macro lib::assert_lt

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_lt {
                                                                                                                                                                                     ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                                     ($a:expr, $b:expr, $($message:tt)+) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert an expression is less than another expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert an expression is less than another.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                a < b

                                                                                                                                                                                  @@ -25,7 +25,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let b = 1; assert_lt!(a, b); // assertion failed: `assert_lt!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_lt.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_lt.html // a label: `a`, // a debug: `2`, // b label: `b`, diff --git a/doc/lib/macro.assert_lt_as_result.html b/doc/lib/macro.assert_lt_as_result.html index 44b1cb01f..f5665bbb4 100644 --- a/doc/lib/macro.assert_lt_as_result.html +++ b/doc/lib/macro.assert_lt_as_result.html @@ -1,6 +1,6 @@ -assert_lt_as_result in lib - Rust

                                                                                                                                                                                  Macro lib::assert_lt_as_result

                                                                                                                                                                                  source ·
                                                                                                                                                                                  macro_rules! assert_lt_as_result {
                                                                                                                                                                                  +assert_lt_as_result in lib - Rust

                                                                                                                                                                                  Macro lib::assert_lt_as_result

                                                                                                                                                                                  source ·
                                                                                                                                                                                  macro_rules! assert_lt_as_result {
                                                                                                                                                                                       ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                                  -}
                                                                                                                                                                                  Expand description

                                                                                                                                                                                  Assert an expression is less than another expression.

                                                                                                                                                                                  +}
                                                                                                                                                                                  Expand description

                                                                                                                                                                                  Assert an expression is less than another.

                                                                                                                                                                                  Pseudocode:
                                                                                                                                                                                  a < b

                                                                                                                                                                                    diff --git a/doc/lib/macro.assert_matches.html b/doc/lib/macro.assert_matches.html index 0647b4c2d..cfaddff51 100644 --- a/doc/lib/macro.assert_matches.html +++ b/doc/lib/macro.assert_matches.html @@ -23,7 +23,7 @@

                                                                                                                                                                                    §Examples

                                                                                                                                                                                    let a = 'a'; assert_matches!(a, 'b'..='z'); // assertion failed: `assert_matches!(a)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_matches.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_matches.html // args: `a, 'b'..='z'`

                                                                                                                                                                                  §Module macros

                                                                                                                                                                                    diff --git a/doc/lib/macro.assert_ne_as_result.html b/doc/lib/macro.assert_ne_as_result.html index 8142363ef..8196a6449 100644 --- a/doc/lib/macro.assert_ne_as_result.html +++ b/doc/lib/macro.assert_ne_as_result.html @@ -1,6 +1,6 @@ -assert_ne_as_result in lib - Rust

                                                                                                                                                                                    Macro lib::assert_ne_as_result

                                                                                                                                                                                    source ·
                                                                                                                                                                                    macro_rules! assert_ne_as_result {
                                                                                                                                                                                    +assert_ne_as_result in lib - Rust

                                                                                                                                                                                    Macro lib::assert_ne_as_result

                                                                                                                                                                                    source ·
                                                                                                                                                                                    macro_rules! assert_ne_as_result {
                                                                                                                                                                                         ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                                    -}
                                                                                                                                                                                    Expand description

                                                                                                                                                                                    Assert an expression is not equal to another expression.

                                                                                                                                                                                    +}
                                                                                                                                                                                    Expand description

                                                                                                                                                                                    Assert an expression is not equal to another.

                                                                                                                                                                                    Pseudocode:
                                                                                                                                                                                    a ≠ b

                                                                                                                                                                                      diff --git a/doc/lib/macro.assert_none.html b/doc/lib/macro.assert_none.html index 12a92e90a..ad8da6ee3 100644 --- a/doc/lib/macro.assert_none.html +++ b/doc/lib/macro.assert_none.html @@ -23,7 +23,7 @@

                                                                                                                                                                                      §Examples

                                                                                                                                                                                      let a: Option<i8> = Option::Some(1); assert_none!(a); // assertion failed: `assert_none!(a)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_none.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_none.html // a label: `a`, // a debug: `Some(1)`

                                                                                                                                                                                    §Module macros

                                                                                                                                                                                    diff --git a/doc/lib/macro.assert_not_contains.html b/doc/lib/macro.assert_not_contains.html index 93a78496a..78c39672d 100644 --- a/doc/lib/macro.assert_not_contains.html +++ b/doc/lib/macro.assert_not_contains.html @@ -36,7 +36,7 @@

                                                                                                                                                                                    §Examples

                                                                                                                                                                                    let b = "lf"; assert_not_contains!(a, b); // assertion failed: `assert_not_contains!(container, containee)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_contains.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_contains.html // container label: `a`, // container debug: `\"alfa\"`, // containee label: `b`, diff --git a/doc/lib/macro.assert_not_empty.html b/doc/lib/macro.assert_not_empty.html index 479612ee6..089fc4acc 100644 --- a/doc/lib/macro.assert_not_empty.html +++ b/doc/lib/macro.assert_not_empty.html @@ -23,7 +23,7 @@

                                                                                                                                                                                    §Examples

                                                                                                                                                                                    let a = ""; assert_not_empty!(a); // assertion failed: `assert_not_empty!(a)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_empty.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_empty.html // label: `a`, // debug: `\"\"`

                                                                                                                                                                                    §Module macros

                                                                                                                                                                                    diff --git a/doc/lib/macro.assert_not_ends_with.html b/doc/lib/macro.assert_not_ends_with.html index 92aa1822d..88d462a2e 100644 --- a/doc/lib/macro.assert_not_ends_with.html +++ b/doc/lib/macro.assert_not_ends_with.html @@ -31,7 +31,7 @@

                                                                                                                                                                                    §Examples

                                                                                                                                                                                    let subsequence = "fa"; assert_not_ends_with!(sequence, subsequence); // assertion failed: `assert_not_ends_with!(sequence, subsequence)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_ends_with.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_ends_with.html // sequence label: `sequence`, // sequence debug: `\"alfa\"`, // part label: `subsequence`, diff --git a/doc/lib/macro.assert_not_match.html b/doc/lib/macro.assert_not_match.html index 8ca9169fa..eaa5aa671 100644 --- a/doc/lib/macro.assert_not_match.html +++ b/doc/lib/macro.assert_not_match.html @@ -26,7 +26,7 @@

                                                                                                                                                                                    §Examples

                                                                                                                                                                                    let b = "alfa"; assert_not_match!(a, b); // assertion failed: `assert_not_match!(matcher, matchee)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_match.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_match.html // matcher label: `a`, // matcher debug: `Regex(\"lf\")`, // matchee label: `b`, diff --git a/doc/lib/macro.assert_not_matches.html b/doc/lib/macro.assert_not_matches.html index 13e58c318..6d824ef99 100644 --- a/doc/lib/macro.assert_not_matches.html +++ b/doc/lib/macro.assert_not_matches.html @@ -23,7 +23,7 @@

                                                                                                                                                                                    §Examples

                                                                                                                                                                                    let a = 'a'; assert_not_matches!(a, 'a'..='z'); // assertion failed: `assert_not_matches!(a)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_matches.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_matches.html // args: `a, 'a'..='z'`

                                                                                                                                                                                  §Module macros

                                                                                                                                                                                    diff --git a/doc/lib/macro.assert_not_starts_with.html b/doc/lib/macro.assert_not_starts_with.html index f5e785d99..f4fc4e80c 100644 --- a/doc/lib/macro.assert_not_starts_with.html +++ b/doc/lib/macro.assert_not_starts_with.html @@ -31,7 +31,7 @@

                                                                                                                                                                                    §Examples

                                                                                                                                                                                    let subsequence = "al"; assert_not_starts_with!(sequence, subsequence); // assertion failed: `assert_not_starts_with!(sequence, subsequence)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_starts_with.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_starts_with.html // sequence label: `sequence`, // sequence debug: `\"alfa\"`, // part label: `subsequence`, diff --git a/doc/lib/macro.assert_ok.html b/doc/lib/macro.assert_ok.html index 531449d62..9bf72160d 100644 --- a/doc/lib/macro.assert_ok.html +++ b/doc/lib/macro.assert_ok.html @@ -23,7 +23,7 @@

                                                                                                                                                                                    §Examples

                                                                                                                                                                                    let a: Result<i8, i8> = Err(1); assert_ok!(a); // assertion failed: `assert_ok!(a)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok.html // a label: `a`, // a debug: `Err(1)`

                                                                                                                                                                                §Module macros

                                                                                                                                                                                diff --git a/doc/lib/macro.assert_ok_eq.html b/doc/lib/macro.assert_ok_eq.html index 611c4d4f6..2bc6df932 100644 --- a/doc/lib/macro.assert_ok_eq.html +++ b/doc/lib/macro.assert_ok_eq.html @@ -25,7 +25,7 @@

                                                                                                                                                                                §Examples

                                                                                                                                                                                let b: Result<i8, i8> = Ok(2); assert_ok_eq!(a, b); // assertion failed: `assert_ok_eq!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_eq.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_eq.html // a label: `a`, // a debug: `Ok(1)`, // a inner: `1`, diff --git a/doc/lib/macro.assert_ok_eq_x.html b/doc/lib/macro.assert_ok_eq_x.html index 2fe7bfd0e..f943f058e 100644 --- a/doc/lib/macro.assert_ok_eq_x.html +++ b/doc/lib/macro.assert_ok_eq_x.html @@ -25,7 +25,7 @@

                                                                                                                                                                                §Examples

                                                                                                                                                                                let b: i8 = 2; assert_ok_eq_x!(a, b); // assertion failed: `assert_ok_eq_x!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_eq_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_eq_x.html // a label: `a`, // a debug: `Ok(1)`, // a inner: `1`, diff --git a/doc/lib/macro.assert_ok_ne.html b/doc/lib/macro.assert_ok_ne.html index f9640a910..0caf74a8f 100644 --- a/doc/lib/macro.assert_ok_ne.html +++ b/doc/lib/macro.assert_ok_ne.html @@ -25,7 +25,7 @@

                                                                                                                                                                                §Examples

                                                                                                                                                                                let b: Result<i8, i8> = Ok(1); assert_ok_ne!(a, b); // assertion failed: `assert_ok_ne!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_ne.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_ne.html // a label: `a`, // a debug: `Ok(1)`, // a inner: `1`, diff --git a/doc/lib/macro.assert_ok_ne_x.html b/doc/lib/macro.assert_ok_ne_x.html index 451c40d86..676636be2 100644 --- a/doc/lib/macro.assert_ok_ne_x.html +++ b/doc/lib/macro.assert_ok_ne_x.html @@ -1,7 +1,7 @@ -assert_ok_ne_x in lib - Rust

                                                                                                                                                                                Macro lib::assert_ok_ne_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_ok_ne_x {
                                                                                                                                                                                +assert_ok_ne_x in lib - Rust

                                                                                                                                                                                Macro lib::assert_ok_ne_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_ok_ne_x {
                                                                                                                                                                                     ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                                     ($a:expr, $b:expr, $($message:tt)+) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert an expression is Ok and its value is equal to an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert an expression is Ok and its value is not equal to an expression.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                (a ⇒ Ok(a1) ⇒ a1) ≠ b

                                                                                                                                                                                  @@ -25,7 +25,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let b: i8 = 1; assert_ok_ne_x!(a, b); // assertion failed: `assert_ok_ne_x!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_ne_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_ne_x.html // a label: `a`, // a debug: `Ok(1)`, // a inner: `1`, diff --git a/doc/lib/macro.assert_ok_ne_x_as_result.html b/doc/lib/macro.assert_ok_ne_x_as_result.html index 1d0afae61..3681e5c0e 100644 --- a/doc/lib/macro.assert_ok_ne_x_as_result.html +++ b/doc/lib/macro.assert_ok_ne_x_as_result.html @@ -1,6 +1,6 @@ -assert_ok_ne_x_as_result in lib - Rust

                                                                                                                                                                                  Macro lib::assert_ok_ne_x_as_result

                                                                                                                                                                                  source ·
                                                                                                                                                                                  macro_rules! assert_ok_ne_x_as_result {
                                                                                                                                                                                  +assert_ok_ne_x_as_result in lib - Rust

                                                                                                                                                                                  Macro lib::assert_ok_ne_x_as_result

                                                                                                                                                                                  source ·
                                                                                                                                                                                  macro_rules! assert_ok_ne_x_as_result {
                                                                                                                                                                                       ($a:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                                  -}
                                                                                                                                                                                  Expand description

                                                                                                                                                                                  Assert an expression is Ok and its value is equal to an expression.

                                                                                                                                                                                  +}
                                                                                                                                                                                  Expand description

                                                                                                                                                                                  Assert an expression is Ok and its value is not equal to an expression.

                                                                                                                                                                                  Pseudocode:
                                                                                                                                                                                  (a ⇒ Ok(a1) ⇒ a1) = b

                                                                                                                                                                                    diff --git a/doc/lib/macro.assert_pending.html b/doc/lib/macro.assert_pending.html index 593d74106..607cd1b29 100644 --- a/doc/lib/macro.assert_pending.html +++ b/doc/lib/macro.assert_pending.html @@ -24,7 +24,7 @@

                                                                                                                                                                                    §Examples

                                                                                                                                                                                    let a: Poll<i8> = Ready(1); assert_pending!(a); // assertion failed: `assert_pending!(a)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_pending.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_pending.html // a label: `a`, // a debug: `Ready(1)`

                                                                                                                                                                                  §Module macros

                                                                                                                                                                                  diff --git a/doc/lib/macro.assert_process_status_code_value_eq!.html b/doc/lib/macro.assert_process_status_code_value_eq!.html deleted file mode 100644 index 595c5c520..000000000 --- a/doc/lib/macro.assert_process_status_code_value_eq!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                  Redirecting to macro.assert_process_status_code_value_eq.html...

                                                                                                                                                                                  - - - \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_eq_as_result!.html b/doc/lib/macro.assert_process_status_code_value_eq_as_result!.html deleted file mode 100644 index 7b929dda1..000000000 --- a/doc/lib/macro.assert_process_status_code_value_eq_as_result!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                  Redirecting to macro.assert_process_status_code_value_eq_as_result.html...

                                                                                                                                                                                  - - - \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_eq_x!.html b/doc/lib/macro.assert_process_status_code_value_eq_x!.html deleted file mode 100644 index 69f9a07cb..000000000 --- a/doc/lib/macro.assert_process_status_code_value_eq_x!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                  Redirecting to macro.assert_process_status_code_value_eq_x.html...

                                                                                                                                                                                  - - - \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_eq_x_as_result!.html b/doc/lib/macro.assert_process_status_code_value_eq_x_as_result!.html deleted file mode 100644 index 45b5220de..000000000 --- a/doc/lib/macro.assert_process_status_code_value_eq_x_as_result!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                  Redirecting to macro.assert_process_status_code_value_eq_x_as_result.html...

                                                                                                                                                                                  - - - \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_ge!.html b/doc/lib/macro.assert_process_status_code_value_ge!.html deleted file mode 100644 index 455ac6124..000000000 --- a/doc/lib/macro.assert_process_status_code_value_ge!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                  Redirecting to macro.assert_process_status_code_value_ge.html...

                                                                                                                                                                                  - - - \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_ge.html b/doc/lib/macro.assert_process_status_code_value_ge.html deleted file mode 100644 index d24b3945c..000000000 --- a/doc/lib/macro.assert_process_status_code_value_ge.html +++ /dev/null @@ -1,42 +0,0 @@ -assert_process_status_code_value_ge in lib - Rust

                                                                                                                                                                                  Macro lib::assert_process_status_code_value_ge

                                                                                                                                                                                  source ·
                                                                                                                                                                                  macro_rules! assert_process_status_code_value_ge {
                                                                                                                                                                                  -    ($a_process:expr, $b_process:expr $(,)?) => { ... };
                                                                                                                                                                                  -    ($a_process:expr, $b_process:expr, $($message:tt)+) => { ... };
                                                                                                                                                                                  -}
                                                                                                                                                                                  Expand description

                                                                                                                                                                                  Assert a process status code value is greater than or equal to another.

                                                                                                                                                                                  -

                                                                                                                                                                                  Pseudocode:
                                                                                                                                                                                  -a ⇒ status ⇒ code ⇒ value ≥ b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                  -
                                                                                                                                                                                    -
                                                                                                                                                                                  • -

                                                                                                                                                                                    If true, return (a value, b value).

                                                                                                                                                                                    -
                                                                                                                                                                                  • -
                                                                                                                                                                                  • -

                                                                                                                                                                                    Otherwise, call panic! with a message and the values of the -expressions with their debug representations.

                                                                                                                                                                                    -
                                                                                                                                                                                  • -
                                                                                                                                                                                  -

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  -
                                                                                                                                                                                  use assertables::*;
                                                                                                                                                                                  -use std::process::Command;
                                                                                                                                                                                  -
                                                                                                                                                                                  -let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
                                                                                                                                                                                  -let mut b = Command::new("bin/exit-with-arg"); b.arg("1");
                                                                                                                                                                                  -assert_process_status_code_value_ge!(a, b);
                                                                                                                                                                                  -
                                                                                                                                                                                  -// This will panic
                                                                                                                                                                                  -let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                  -let mut b = Command::new("bin/exit-with-arg"); b.arg("2");
                                                                                                                                                                                  -assert_process_status_code_value_ge!(a, b);
                                                                                                                                                                                  -// assertion failed: `assert_process_status_code_value_ge!(a, b)`
                                                                                                                                                                                  -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ge.html
                                                                                                                                                                                  -//  a label: `a`,
                                                                                                                                                                                  -//  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                  -//  a value: `1`",
                                                                                                                                                                                  -//  b label: `b`,
                                                                                                                                                                                  -//  b debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                  -//  b value: `2`"
                                                                                                                                                                                  -

                                                                                                                                                                                  §Module macros

                                                                                                                                                                                  - -
                                                                                                                                                                                  \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_ge_as_result!.html b/doc/lib/macro.assert_process_status_code_value_ge_as_result!.html deleted file mode 100644 index 9ba30017c..000000000 --- a/doc/lib/macro.assert_process_status_code_value_ge_as_result!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                  Redirecting to macro.assert_process_status_code_value_ge_as_result.html...

                                                                                                                                                                                  - - - \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_ge_x!.html b/doc/lib/macro.assert_process_status_code_value_ge_x!.html deleted file mode 100644 index d3090da0a..000000000 --- a/doc/lib/macro.assert_process_status_code_value_ge_x!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                  Redirecting to macro.assert_process_status_code_value_ge_x.html...

                                                                                                                                                                                  - - - \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_ge_x_as_result!.html b/doc/lib/macro.assert_process_status_code_value_ge_x_as_result!.html deleted file mode 100644 index b1f76acc4..000000000 --- a/doc/lib/macro.assert_process_status_code_value_ge_x_as_result!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                  Redirecting to macro.assert_process_status_code_value_ge_x_as_result.html...

                                                                                                                                                                                  - - - \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_gt!.html b/doc/lib/macro.assert_process_status_code_value_gt!.html deleted file mode 100644 index 2981ebdb4..000000000 --- a/doc/lib/macro.assert_process_status_code_value_gt!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                  Redirecting to macro.assert_process_status_code_value_gt.html...

                                                                                                                                                                                  - - - \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_gt.html b/doc/lib/macro.assert_process_status_code_value_gt.html deleted file mode 100644 index 499871db8..000000000 --- a/doc/lib/macro.assert_process_status_code_value_gt.html +++ /dev/null @@ -1,42 +0,0 @@ -assert_process_status_code_value_gt in lib - Rust

                                                                                                                                                                                  Macro lib::assert_process_status_code_value_gt

                                                                                                                                                                                  source ·
                                                                                                                                                                                  macro_rules! assert_process_status_code_value_gt {
                                                                                                                                                                                  -    ($a_process:expr, $b_process:expr $(,)?) => { ... };
                                                                                                                                                                                  -    ($a_process:expr, $b_process:expr, $($message:tt)+) => { ... };
                                                                                                                                                                                  -}
                                                                                                                                                                                  Expand description

                                                                                                                                                                                  Assert a process status code value is greater than another.

                                                                                                                                                                                  -

                                                                                                                                                                                  Pseudocode:
                                                                                                                                                                                  -a ⇒ status ⇒ code ⇒ value > b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                  -
                                                                                                                                                                                    -
                                                                                                                                                                                  • -

                                                                                                                                                                                    If true, return (a value, b value).

                                                                                                                                                                                    -
                                                                                                                                                                                  • -
                                                                                                                                                                                  • -

                                                                                                                                                                                    Otherwise, call panic! with a message and the values of the -expressions with their debug representations.

                                                                                                                                                                                    -
                                                                                                                                                                                  • -
                                                                                                                                                                                  -

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  -
                                                                                                                                                                                  use assertables::*;
                                                                                                                                                                                  -use std::process::Command;
                                                                                                                                                                                  -
                                                                                                                                                                                  -let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
                                                                                                                                                                                  -let mut b = Command::new("bin/exit-with-arg"); b.arg("1");
                                                                                                                                                                                  -assert_process_status_code_value_gt!(a, b);
                                                                                                                                                                                  -
                                                                                                                                                                                  -// This will panic
                                                                                                                                                                                  -let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                  -let mut b = Command::new("bin/exit-with-arg"); b.arg("2");
                                                                                                                                                                                  -assert_process_status_code_value_gt!(a, b);
                                                                                                                                                                                  -// assertion failed: `assert_process_status_code_value_gt!(a, b)`
                                                                                                                                                                                  -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_gt.html
                                                                                                                                                                                  -//  a label: `a`,
                                                                                                                                                                                  -//  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                  -//  a value: `1`",
                                                                                                                                                                                  -//  b label: `b`,
                                                                                                                                                                                  -//  b debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                  -//  b value: `2`"
                                                                                                                                                                                  -

                                                                                                                                                                                  §Module macros

                                                                                                                                                                                  - -
                                                                                                                                                                                  \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_gt_as_result!.html b/doc/lib/macro.assert_process_status_code_value_gt_as_result!.html deleted file mode 100644 index c470507c5..000000000 --- a/doc/lib/macro.assert_process_status_code_value_gt_as_result!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                  Redirecting to macro.assert_process_status_code_value_gt_as_result.html...

                                                                                                                                                                                  - - - \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_gt_x!.html b/doc/lib/macro.assert_process_status_code_value_gt_x!.html deleted file mode 100644 index 4a12633c0..000000000 --- a/doc/lib/macro.assert_process_status_code_value_gt_x!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                  Redirecting to macro.assert_process_status_code_value_gt_x.html...

                                                                                                                                                                                  - - - \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_gt_x.html b/doc/lib/macro.assert_process_status_code_value_gt_x.html deleted file mode 100644 index ab0c8dc47..000000000 --- a/doc/lib/macro.assert_process_status_code_value_gt_x.html +++ /dev/null @@ -1,41 +0,0 @@ -assert_process_status_code_value_gt_x in lib - Rust

                                                                                                                                                                                  Macro lib::assert_process_status_code_value_gt_x

                                                                                                                                                                                  source ·
                                                                                                                                                                                  macro_rules! assert_process_status_code_value_gt_x {
                                                                                                                                                                                  -    ($a_process:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                                  -    ($a_process:expr, $b:expr, $($message:tt)+) => { ... };
                                                                                                                                                                                  -}
                                                                                                                                                                                  Expand description

                                                                                                                                                                                  Assert a process status code value is greater than an expression.

                                                                                                                                                                                  -

                                                                                                                                                                                  Pseudocode:
                                                                                                                                                                                  -a.len() > b

                                                                                                                                                                                  -
                                                                                                                                                                                    -
                                                                                                                                                                                  • -

                                                                                                                                                                                    If true, return `a ⇒ status ⇒ code ⇒ value``.

                                                                                                                                                                                    -
                                                                                                                                                                                  • -
                                                                                                                                                                                  • -

                                                                                                                                                                                    Otherwise, call panic! with a message and the values of the -expressions with their debug representations.

                                                                                                                                                                                    -
                                                                                                                                                                                  • -
                                                                                                                                                                                  -

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  -
                                                                                                                                                                                  use assertables::*;
                                                                                                                                                                                  -use std::process::Command;
                                                                                                                                                                                  -
                                                                                                                                                                                  -let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
                                                                                                                                                                                  -let b = 1;
                                                                                                                                                                                  -assert_process_status_code_value_gt_x!(a, b);
                                                                                                                                                                                  -
                                                                                                                                                                                  -// This will panic
                                                                                                                                                                                  -let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                  -let b = 2;
                                                                                                                                                                                  -assert_process_status_code_value_gt_x!(a, b);
                                                                                                                                                                                  -// assertion failed: `assert_process_status_code_value_gt_x!(a, b)`
                                                                                                                                                                                  -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_gt_x.html
                                                                                                                                                                                  -//  a label: `a`,
                                                                                                                                                                                  -//  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                  -//  a value: `1`",
                                                                                                                                                                                  -//  b label: `b`,
                                                                                                                                                                                  -//  b debug: `2`
                                                                                                                                                                                  -

                                                                                                                                                                                  §Module macros

                                                                                                                                                                                  - -
                                                                                                                                                                                  \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_gt_x_as_result!.html b/doc/lib/macro.assert_process_status_code_value_gt_x_as_result!.html deleted file mode 100644 index eec0d7861..000000000 --- a/doc/lib/macro.assert_process_status_code_value_gt_x_as_result!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                  Redirecting to macro.assert_process_status_code_value_gt_x_as_result.html...

                                                                                                                                                                                  - - - \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_gt_x_as_result.html b/doc/lib/macro.assert_process_status_code_value_gt_x_as_result.html deleted file mode 100644 index 98b8566be..000000000 --- a/doc/lib/macro.assert_process_status_code_value_gt_x_as_result.html +++ /dev/null @@ -1,24 +0,0 @@ -assert_process_status_code_value_gt_x_as_result in lib - Rust
                                                                                                                                                                                  macro_rules! assert_process_status_code_value_gt_x_as_result {
                                                                                                                                                                                  -    ($a_process:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                                  -}
                                                                                                                                                                                  Expand description

                                                                                                                                                                                  Assert a process status code value is greater than an expression.

                                                                                                                                                                                  -

                                                                                                                                                                                  Pseudocode:
                                                                                                                                                                                  -a.len() > b

                                                                                                                                                                                  -
                                                                                                                                                                                    -
                                                                                                                                                                                  • -

                                                                                                                                                                                    If true, return Result Ok(a ⇒ status ⇒ code ⇒ value).

                                                                                                                                                                                    -
                                                                                                                                                                                  • -
                                                                                                                                                                                  • -

                                                                                                                                                                                    Otherwise, return Result Err(message).

                                                                                                                                                                                    -
                                                                                                                                                                                  • -
                                                                                                                                                                                  -

                                                                                                                                                                                  This macro provides the same statements as assert_, -except this macro returns a Result, rather than doing a panic.

                                                                                                                                                                                  -

                                                                                                                                                                                  This macro is useful for runtime checks, such as checking parameters, -or sanitizing inputs, or handling different results in different ways.

                                                                                                                                                                                  -

                                                                                                                                                                                  §Module macros

                                                                                                                                                                                  - -
                                                                                                                                                                                  \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_le!.html b/doc/lib/macro.assert_process_status_code_value_le!.html deleted file mode 100644 index 0ce2d3881..000000000 --- a/doc/lib/macro.assert_process_status_code_value_le!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                  Redirecting to macro.assert_process_status_code_value_le.html...

                                                                                                                                                                                  - - - \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_le.html b/doc/lib/macro.assert_process_status_code_value_le.html deleted file mode 100644 index eb41773fa..000000000 --- a/doc/lib/macro.assert_process_status_code_value_le.html +++ /dev/null @@ -1,42 +0,0 @@ -assert_process_status_code_value_le in lib - Rust

                                                                                                                                                                                  Macro lib::assert_process_status_code_value_le

                                                                                                                                                                                  source ·
                                                                                                                                                                                  macro_rules! assert_process_status_code_value_le {
                                                                                                                                                                                  -    ($a_process:expr, $b_process:expr $(,)?) => { ... };
                                                                                                                                                                                  -    ($a_process:expr, $b_process:expr, $($message:tt)+) => { ... };
                                                                                                                                                                                  -}
                                                                                                                                                                                  Expand description

                                                                                                                                                                                  Assert a process status code value is less than or equal to another.

                                                                                                                                                                                  -

                                                                                                                                                                                  Pseudocode:
                                                                                                                                                                                  -a ⇒ status ⇒ code ⇒ value ≤ b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                  -
                                                                                                                                                                                    -
                                                                                                                                                                                  • -

                                                                                                                                                                                    If true, return (a value, b value).

                                                                                                                                                                                    -
                                                                                                                                                                                  • -
                                                                                                                                                                                  • -

                                                                                                                                                                                    Otherwise, call panic! with a message and the values of the -expressions with their debug representations.

                                                                                                                                                                                    -
                                                                                                                                                                                  • -
                                                                                                                                                                                  -

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  -
                                                                                                                                                                                  use assertables::*;
                                                                                                                                                                                  -use std::process::Command;
                                                                                                                                                                                  -
                                                                                                                                                                                  -let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                  -let mut b = Command::new("bin/exit-with-arg"); b.arg("2");
                                                                                                                                                                                  -assert_process_status_code_value_le!(a, b);
                                                                                                                                                                                  -
                                                                                                                                                                                  -// This will panic
                                                                                                                                                                                  -let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
                                                                                                                                                                                  -let mut b = Command::new("bin/exit-with-arg"); b.arg("1");
                                                                                                                                                                                  -assert_process_status_code_value_le!(a, b);
                                                                                                                                                                                  -// assertion failed: `assert_process_status_code_value_le!(a, b)`
                                                                                                                                                                                  -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_le.html
                                                                                                                                                                                  -//  a label: `a`,
                                                                                                                                                                                  -//  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                  -//  a value: `2`",
                                                                                                                                                                                  -//  b label: `b`,
                                                                                                                                                                                  -//  b debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                  -//  b value: `1`"
                                                                                                                                                                                  -

                                                                                                                                                                                  §Module macros

                                                                                                                                                                                  - -
                                                                                                                                                                                  \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_le_as_result!.html b/doc/lib/macro.assert_process_status_code_value_le_as_result!.html deleted file mode 100644 index 9e0b31789..000000000 --- a/doc/lib/macro.assert_process_status_code_value_le_as_result!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                  Redirecting to macro.assert_process_status_code_value_le_as_result.html...

                                                                                                                                                                                  - - - \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_le_as_result.html b/doc/lib/macro.assert_process_status_code_value_le_as_result.html deleted file mode 100644 index 40c7f878c..000000000 --- a/doc/lib/macro.assert_process_status_code_value_le_as_result.html +++ /dev/null @@ -1,24 +0,0 @@ -assert_process_status_code_value_le_as_result in lib - Rust
                                                                                                                                                                                  macro_rules! assert_process_status_code_value_le_as_result {
                                                                                                                                                                                  -    ($a_process:expr, $b_process:expr $(,)?) => { ... };
                                                                                                                                                                                  -}
                                                                                                                                                                                  Expand description

                                                                                                                                                                                  Assert a process status code value is less than or equal to another.

                                                                                                                                                                                  -

                                                                                                                                                                                  Pseudocode:
                                                                                                                                                                                  -a ⇒ status ⇒ code ⇒ value ≤ b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                  -
                                                                                                                                                                                    -
                                                                                                                                                                                  • -

                                                                                                                                                                                    If true, return Result Ok((a value, b value))).

                                                                                                                                                                                    -
                                                                                                                                                                                  • -
                                                                                                                                                                                  • -

                                                                                                                                                                                    Otherwise, return Result Err(message).

                                                                                                                                                                                    -
                                                                                                                                                                                  • -
                                                                                                                                                                                  -

                                                                                                                                                                                  This macro provides the same statements as assert_, -except this macro returns a Result, rather than doing a panic.

                                                                                                                                                                                  -

                                                                                                                                                                                  This macro is useful for runtime checks, such as checking parameters, -or sanitizing inputs, or handling different results in different ways.

                                                                                                                                                                                  -

                                                                                                                                                                                  §Module macros

                                                                                                                                                                                  - -
                                                                                                                                                                                  \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_le_x!.html b/doc/lib/macro.assert_process_status_code_value_le_x!.html deleted file mode 100644 index 3f9010b8d..000000000 --- a/doc/lib/macro.assert_process_status_code_value_le_x!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                  Redirecting to macro.assert_process_status_code_value_le_x.html...

                                                                                                                                                                                  - - - \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_le_x.html b/doc/lib/macro.assert_process_status_code_value_le_x.html deleted file mode 100644 index 6d975af31..000000000 --- a/doc/lib/macro.assert_process_status_code_value_le_x.html +++ /dev/null @@ -1,41 +0,0 @@ -assert_process_status_code_value_le_x in lib - Rust

                                                                                                                                                                                  Macro lib::assert_process_status_code_value_le_x

                                                                                                                                                                                  source ·
                                                                                                                                                                                  macro_rules! assert_process_status_code_value_le_x {
                                                                                                                                                                                  -    ($a_process:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                                  -    ($a_process:expr, $b:expr, $($message:tt)+) => { ... };
                                                                                                                                                                                  -}
                                                                                                                                                                                  Expand description

                                                                                                                                                                                  Assert a process status code value is less than or equal to an expression.

                                                                                                                                                                                  -

                                                                                                                                                                                  Pseudocode:
                                                                                                                                                                                  -a.len() ≤ b

                                                                                                                                                                                  -
                                                                                                                                                                                    -
                                                                                                                                                                                  • -

                                                                                                                                                                                    If true, return `a ⇒ status ⇒ code ⇒ value``.

                                                                                                                                                                                    -
                                                                                                                                                                                  • -
                                                                                                                                                                                  • -

                                                                                                                                                                                    Otherwise, call panic! with a message and the values of the -expressions with their debug representations.

                                                                                                                                                                                    -
                                                                                                                                                                                  • -
                                                                                                                                                                                  -

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  -
                                                                                                                                                                                  use assertables::*;
                                                                                                                                                                                  -use std::process::Command;
                                                                                                                                                                                  -
                                                                                                                                                                                  -let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                  -let b = 2;
                                                                                                                                                                                  -assert_process_status_code_value_le_x!(a, b);
                                                                                                                                                                                  -
                                                                                                                                                                                  -// This will panic
                                                                                                                                                                                  -let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
                                                                                                                                                                                  -let b = 1;
                                                                                                                                                                                  -assert_process_status_code_value_le_x!(a, b);
                                                                                                                                                                                  -// assertion failed: `assert_process_status_code_value_le_x!(a, b)`
                                                                                                                                                                                  -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_le_x.html
                                                                                                                                                                                  -//  a label: `a`,
                                                                                                                                                                                  -//  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                  -//  a value: `2`",
                                                                                                                                                                                  -//  b label: `b`,
                                                                                                                                                                                  -//  b debug: `1`
                                                                                                                                                                                  -

                                                                                                                                                                                  §Module macros

                                                                                                                                                                                  - -
                                                                                                                                                                                  \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_le_x_as_result!.html b/doc/lib/macro.assert_process_status_code_value_le_x_as_result!.html deleted file mode 100644 index 07e1f4b8d..000000000 --- a/doc/lib/macro.assert_process_status_code_value_le_x_as_result!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                  Redirecting to macro.assert_process_status_code_value_le_x_as_result.html...

                                                                                                                                                                                  - - - \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_le_x_as_result.html b/doc/lib/macro.assert_process_status_code_value_le_x_as_result.html deleted file mode 100644 index 26726cc12..000000000 --- a/doc/lib/macro.assert_process_status_code_value_le_x_as_result.html +++ /dev/null @@ -1,24 +0,0 @@ -assert_process_status_code_value_le_x_as_result in lib - Rust
                                                                                                                                                                                  macro_rules! assert_process_status_code_value_le_x_as_result {
                                                                                                                                                                                  -    ($a_process:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                                  -}
                                                                                                                                                                                  Expand description

                                                                                                                                                                                  Assert a process status code value is less than or equal to an expression.

                                                                                                                                                                                  -

                                                                                                                                                                                  Pseudocode:
                                                                                                                                                                                  -a.len() ≤ b

                                                                                                                                                                                  -
                                                                                                                                                                                    -
                                                                                                                                                                                  • -

                                                                                                                                                                                    If true, return Result Ok(a ⇒ status ⇒ code ⇒ value).

                                                                                                                                                                                    -
                                                                                                                                                                                  • -
                                                                                                                                                                                  • -

                                                                                                                                                                                    Otherwise, return Result Err(message).

                                                                                                                                                                                    -
                                                                                                                                                                                  • -
                                                                                                                                                                                  -

                                                                                                                                                                                  This macro provides the same statements as assert_, -except this macro returns a Result, rather than doing a panic.

                                                                                                                                                                                  -

                                                                                                                                                                                  This macro is useful for runtime checks, such as checking parameters, -or sanitizing inputs, or handling different results in different ways.

                                                                                                                                                                                  -

                                                                                                                                                                                  §Module macros

                                                                                                                                                                                  - -
                                                                                                                                                                                  \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_lt!.html b/doc/lib/macro.assert_process_status_code_value_lt!.html deleted file mode 100644 index 8a228dcf7..000000000 --- a/doc/lib/macro.assert_process_status_code_value_lt!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                  Redirecting to macro.assert_process_status_code_value_lt.html...

                                                                                                                                                                                  - - - \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_lt.html b/doc/lib/macro.assert_process_status_code_value_lt.html deleted file mode 100644 index e331dc7c1..000000000 --- a/doc/lib/macro.assert_process_status_code_value_lt.html +++ /dev/null @@ -1,42 +0,0 @@ -assert_process_status_code_value_lt in lib - Rust

                                                                                                                                                                                  Macro lib::assert_process_status_code_value_lt

                                                                                                                                                                                  source ·
                                                                                                                                                                                  macro_rules! assert_process_status_code_value_lt {
                                                                                                                                                                                  -    ($a_process:expr, $b_process:expr $(,)?) => { ... };
                                                                                                                                                                                  -    ($a_process:expr, $b_process:expr, $($message:tt)+) => { ... };
                                                                                                                                                                                  -}
                                                                                                                                                                                  Expand description

                                                                                                                                                                                  Assert a process status code value is less than another.

                                                                                                                                                                                  -

                                                                                                                                                                                  Pseudocode:
                                                                                                                                                                                  -a ⇒ status ⇒ code ⇒ value < b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                  -
                                                                                                                                                                                    -
                                                                                                                                                                                  • -

                                                                                                                                                                                    If true, return (a value, b value).

                                                                                                                                                                                    -
                                                                                                                                                                                  • -
                                                                                                                                                                                  • -

                                                                                                                                                                                    Otherwise, call panic! with a message and the values of the -expressions with their debug representations.

                                                                                                                                                                                    -
                                                                                                                                                                                  • -
                                                                                                                                                                                  -

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  -
                                                                                                                                                                                  use assertables::*;
                                                                                                                                                                                  -use std::process::Command;
                                                                                                                                                                                  -
                                                                                                                                                                                  -let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                  -let mut b = Command::new("bin/exit-with-arg"); b.arg("2");
                                                                                                                                                                                  -assert_process_status_code_value_lt!(a, b);
                                                                                                                                                                                  -
                                                                                                                                                                                  -// This will panic
                                                                                                                                                                                  -let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
                                                                                                                                                                                  -let mut b = Command::new("bin/exit-with-arg"); b.arg("1");
                                                                                                                                                                                  -assert_process_status_code_value_lt!(a, b);
                                                                                                                                                                                  -// assertion failed: `assert_process_status_code_value_lt!(a, b)`
                                                                                                                                                                                  -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_lt.html
                                                                                                                                                                                  -//  a label: `a`,
                                                                                                                                                                                  -//  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                  -//  a value: `2`",
                                                                                                                                                                                  -//  b label: `b`,
                                                                                                                                                                                  -//  b debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                  -//  b value: `1`"
                                                                                                                                                                                  -

                                                                                                                                                                                  §Module macros

                                                                                                                                                                                  - -
                                                                                                                                                                                  \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_lt_as_result!.html b/doc/lib/macro.assert_process_status_code_value_lt_as_result!.html deleted file mode 100644 index 9324da93e..000000000 --- a/doc/lib/macro.assert_process_status_code_value_lt_as_result!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                  Redirecting to macro.assert_process_status_code_value_lt_as_result.html...

                                                                                                                                                                                  - - - \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_lt_x!.html b/doc/lib/macro.assert_process_status_code_value_lt_x!.html deleted file mode 100644 index aba10e7a2..000000000 --- a/doc/lib/macro.assert_process_status_code_value_lt_x!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                  Redirecting to macro.assert_process_status_code_value_lt_x.html...

                                                                                                                                                                                  - - - \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_lt_x.html b/doc/lib/macro.assert_process_status_code_value_lt_x.html deleted file mode 100644 index 421bc40dc..000000000 --- a/doc/lib/macro.assert_process_status_code_value_lt_x.html +++ /dev/null @@ -1,41 +0,0 @@ -assert_process_status_code_value_lt_x in lib - Rust

                                                                                                                                                                                  Macro lib::assert_process_status_code_value_lt_x

                                                                                                                                                                                  source ·
                                                                                                                                                                                  macro_rules! assert_process_status_code_value_lt_x {
                                                                                                                                                                                  -    ($a_process:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                                  -    ($a_process:expr, $b:expr, $($message:tt)+) => { ... };
                                                                                                                                                                                  -}
                                                                                                                                                                                  Expand description

                                                                                                                                                                                  Assert a process status code value is less than an expression.

                                                                                                                                                                                  -

                                                                                                                                                                                  Pseudocode:
                                                                                                                                                                                  -a.len() < b

                                                                                                                                                                                  -
                                                                                                                                                                                    -
                                                                                                                                                                                  • -

                                                                                                                                                                                    If true, return `a ⇒ status ⇒ code ⇒ value``.

                                                                                                                                                                                    -
                                                                                                                                                                                  • -
                                                                                                                                                                                  • -

                                                                                                                                                                                    Otherwise, call panic! with a message and the values of the -expressions with their debug representations.

                                                                                                                                                                                    -
                                                                                                                                                                                  • -
                                                                                                                                                                                  -

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  -
                                                                                                                                                                                  use assertables::*;
                                                                                                                                                                                  -use std::process::Command;
                                                                                                                                                                                  -
                                                                                                                                                                                  -let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                  -let b = 2;
                                                                                                                                                                                  -assert_process_status_code_value_lt_x!(a, b);
                                                                                                                                                                                  -
                                                                                                                                                                                  -// This will panic
                                                                                                                                                                                  -let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
                                                                                                                                                                                  -let b = 1;
                                                                                                                                                                                  -assert_process_status_code_value_lt_x!(a, b);
                                                                                                                                                                                  -// assertion failed: `assert_process_status_code_value_lt_x!(a, b)`
                                                                                                                                                                                  -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_lt_x.html
                                                                                                                                                                                  -//  a label: `a`,
                                                                                                                                                                                  -//  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                  -//  a value: `2`",
                                                                                                                                                                                  -//  b label: `b`,
                                                                                                                                                                                  -//  b debug: `1`
                                                                                                                                                                                  -

                                                                                                                                                                                  §Module macros

                                                                                                                                                                                  - -
                                                                                                                                                                                  \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_lt_x_as_result!.html b/doc/lib/macro.assert_process_status_code_value_lt_x_as_result!.html deleted file mode 100644 index 7022fc6e3..000000000 --- a/doc/lib/macro.assert_process_status_code_value_lt_x_as_result!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                  Redirecting to macro.assert_process_status_code_value_lt_x_as_result.html...

                                                                                                                                                                                  - - - \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_lt_x_as_result.html b/doc/lib/macro.assert_process_status_code_value_lt_x_as_result.html deleted file mode 100644 index e52df0a5f..000000000 --- a/doc/lib/macro.assert_process_status_code_value_lt_x_as_result.html +++ /dev/null @@ -1,24 +0,0 @@ -assert_process_status_code_value_lt_x_as_result in lib - Rust
                                                                                                                                                                                  macro_rules! assert_process_status_code_value_lt_x_as_result {
                                                                                                                                                                                  -    ($a_process:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                                  -}
                                                                                                                                                                                  Expand description

                                                                                                                                                                                  Assert a process status code value is less than an expression.

                                                                                                                                                                                  -

                                                                                                                                                                                  Pseudocode:
                                                                                                                                                                                  -a.len() < b

                                                                                                                                                                                  -
                                                                                                                                                                                    -
                                                                                                                                                                                  • -

                                                                                                                                                                                    If true, return Result Ok(a ⇒ status ⇒ code ⇒ value).

                                                                                                                                                                                    -
                                                                                                                                                                                  • -
                                                                                                                                                                                  • -

                                                                                                                                                                                    Otherwise, return Result Err(message).

                                                                                                                                                                                    -
                                                                                                                                                                                  • -
                                                                                                                                                                                  -

                                                                                                                                                                                  This macro provides the same statements as assert_, -except this macro returns a Result, rather than doing a panic.

                                                                                                                                                                                  -

                                                                                                                                                                                  This macro is useful for runtime checks, such as checking parameters, -or sanitizing inputs, or handling different results in different ways.

                                                                                                                                                                                  -

                                                                                                                                                                                  §Module macros

                                                                                                                                                                                  - -
                                                                                                                                                                                  \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_ne!.html b/doc/lib/macro.assert_process_status_code_value_ne!.html deleted file mode 100644 index b50f0589f..000000000 --- a/doc/lib/macro.assert_process_status_code_value_ne!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                  Redirecting to macro.assert_process_status_code_value_ne.html...

                                                                                                                                                                                  - - - \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_ne.html b/doc/lib/macro.assert_process_status_code_value_ne.html deleted file mode 100644 index 9df147647..000000000 --- a/doc/lib/macro.assert_process_status_code_value_ne.html +++ /dev/null @@ -1,42 +0,0 @@ -assert_process_status_code_value_ne in lib - Rust

                                                                                                                                                                                  Macro lib::assert_process_status_code_value_ne

                                                                                                                                                                                  source ·
                                                                                                                                                                                  macro_rules! assert_process_status_code_value_ne {
                                                                                                                                                                                  -    ($a_process:expr, $b_process:expr $(,)?) => { ... };
                                                                                                                                                                                  -    ($a_process:expr, $b_process:expr, $($message:tt)+) => { ... };
                                                                                                                                                                                  -}
                                                                                                                                                                                  Expand description

                                                                                                                                                                                  Assert a process status code value is not equal to another.

                                                                                                                                                                                  -

                                                                                                                                                                                  Pseudocode:
                                                                                                                                                                                  -a ⇒ status ⇒ code ⇒ value ≠ b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                  -
                                                                                                                                                                                    -
                                                                                                                                                                                  • -

                                                                                                                                                                                    If true, return (a value, b value).

                                                                                                                                                                                    -
                                                                                                                                                                                  • -
                                                                                                                                                                                  • -

                                                                                                                                                                                    Otherwise, call panic! with a message and the values of the -expressions with their debug representations.

                                                                                                                                                                                    -
                                                                                                                                                                                  • -
                                                                                                                                                                                  -

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  -
                                                                                                                                                                                  use assertables::*;
                                                                                                                                                                                  -use std::process::Command;
                                                                                                                                                                                  -
                                                                                                                                                                                  -let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                  -let mut b = Command::new("bin/exit-with-arg"); b.arg("2");
                                                                                                                                                                                  -assert_process_status_code_value_ne!(a, b);
                                                                                                                                                                                  -
                                                                                                                                                                                  -// This will panic
                                                                                                                                                                                  -let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                  -let mut b = Command::new("bin/exit-with-arg"); b.arg("1");
                                                                                                                                                                                  -assert_process_status_code_value_ne!(a, b);
                                                                                                                                                                                  -// assertion failed: `assert_process_status_code_value_ne!(a, b)`
                                                                                                                                                                                  -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ne.html
                                                                                                                                                                                  -//  a label: `a`,
                                                                                                                                                                                  -//  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                  -//  a value: `1`",
                                                                                                                                                                                  -//  b label: `b`,
                                                                                                                                                                                  -//  b debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                  -//  b value: `1`"
                                                                                                                                                                                  -

                                                                                                                                                                                  §Module macros

                                                                                                                                                                                  - -
                                                                                                                                                                                  \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_ne_as_result!.html b/doc/lib/macro.assert_process_status_code_value_ne_as_result!.html deleted file mode 100644 index 08ca84c9a..000000000 --- a/doc/lib/macro.assert_process_status_code_value_ne_as_result!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                  Redirecting to macro.assert_process_status_code_value_ne_as_result.html...

                                                                                                                                                                                  - - - \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_ne_as_result.html b/doc/lib/macro.assert_process_status_code_value_ne_as_result.html deleted file mode 100644 index 9d88a2d5e..000000000 --- a/doc/lib/macro.assert_process_status_code_value_ne_as_result.html +++ /dev/null @@ -1,24 +0,0 @@ -assert_process_status_code_value_ne_as_result in lib - Rust
                                                                                                                                                                                  macro_rules! assert_process_status_code_value_ne_as_result {
                                                                                                                                                                                  -    ($a_process:expr, $b_process:expr $(,)?) => { ... };
                                                                                                                                                                                  -}
                                                                                                                                                                                  Expand description

                                                                                                                                                                                  Assert a process status code value is not equal to another.

                                                                                                                                                                                  -

                                                                                                                                                                                  Pseudocode:
                                                                                                                                                                                  -a ⇒ status ⇒ code ⇒ value ≠ b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                  -
                                                                                                                                                                                    -
                                                                                                                                                                                  • -

                                                                                                                                                                                    If true, return Result Ok((a value, b value))).

                                                                                                                                                                                    -
                                                                                                                                                                                  • -
                                                                                                                                                                                  • -

                                                                                                                                                                                    Otherwise, return Result Err(message).

                                                                                                                                                                                    -
                                                                                                                                                                                  • -
                                                                                                                                                                                  -

                                                                                                                                                                                  This macro provides the same statements as assert_, -except this macro returns a Result, rather than doing a panic.

                                                                                                                                                                                  -

                                                                                                                                                                                  This macro is useful for runtime checks, such as checking parameters, -or sanitizing inputs, or handling different results in different ways.

                                                                                                                                                                                  -

                                                                                                                                                                                  §Module macros

                                                                                                                                                                                  - -
                                                                                                                                                                                  \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_ne_x!.html b/doc/lib/macro.assert_process_status_code_value_ne_x!.html deleted file mode 100644 index 63246bafb..000000000 --- a/doc/lib/macro.assert_process_status_code_value_ne_x!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                  Redirecting to macro.assert_process_status_code_value_ne_x.html...

                                                                                                                                                                                  - - - \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_ne_x.html b/doc/lib/macro.assert_process_status_code_value_ne_x.html deleted file mode 100644 index 8fb70a5d5..000000000 --- a/doc/lib/macro.assert_process_status_code_value_ne_x.html +++ /dev/null @@ -1,41 +0,0 @@ -assert_process_status_code_value_ne_x in lib - Rust

                                                                                                                                                                                  Macro lib::assert_process_status_code_value_ne_x

                                                                                                                                                                                  source ·
                                                                                                                                                                                  macro_rules! assert_process_status_code_value_ne_x {
                                                                                                                                                                                  -    ($a_process:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                                  -    ($a_process:expr, $b:expr, $($message:tt)+) => { ... };
                                                                                                                                                                                  -}
                                                                                                                                                                                  Expand description

                                                                                                                                                                                  Assert a process status code value is equal to another.

                                                                                                                                                                                  -

                                                                                                                                                                                  Pseudocode:
                                                                                                                                                                                  -a ⇒ status ⇒ code ⇒ value = b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                  -
                                                                                                                                                                                    -
                                                                                                                                                                                  • -

                                                                                                                                                                                    If true, return (a value, b value).

                                                                                                                                                                                    -
                                                                                                                                                                                  • -
                                                                                                                                                                                  • -

                                                                                                                                                                                    Otherwise, call panic! with a message and the values of the -expressions with their debug representations.

                                                                                                                                                                                    -
                                                                                                                                                                                  • -
                                                                                                                                                                                  -

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  -
                                                                                                                                                                                  use assertables::*;
                                                                                                                                                                                  -use std::process::Command;
                                                                                                                                                                                  -
                                                                                                                                                                                  -let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                  -let b = 2;
                                                                                                                                                                                  -assert_process_status_code_value_ne_x!(a, b);
                                                                                                                                                                                  -
                                                                                                                                                                                  -// This will panic
                                                                                                                                                                                  -let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                  -let b = 1;
                                                                                                                                                                                  -assert_process_status_code_value_ne_x!(a, b);
                                                                                                                                                                                  -// assertion failed: `assert_process_status_code_value_ne_x!(a, b)`
                                                                                                                                                                                  -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ne_x.html
                                                                                                                                                                                  -//  a label: `a`,
                                                                                                                                                                                  -//  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                  -//  a value: `1`",
                                                                                                                                                                                  -//  b label: `b`,
                                                                                                                                                                                  -//  b debug: `1`"
                                                                                                                                                                                  -

                                                                                                                                                                                  §Module macros

                                                                                                                                                                                  - -
                                                                                                                                                                                  \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_ne_x_as_result!.html b/doc/lib/macro.assert_process_status_code_value_ne_x_as_result!.html deleted file mode 100644 index 8a9927516..000000000 --- a/doc/lib/macro.assert_process_status_code_value_ne_x_as_result!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                  Redirecting to macro.assert_process_status_code_value_ne_x_as_result.html...

                                                                                                                                                                                  - - - \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_ne_x_as_result.html b/doc/lib/macro.assert_process_status_code_value_ne_x_as_result.html deleted file mode 100644 index 58d26fa19..000000000 --- a/doc/lib/macro.assert_process_status_code_value_ne_x_as_result.html +++ /dev/null @@ -1,24 +0,0 @@ -assert_process_status_code_value_ne_x_as_result in lib - Rust
                                                                                                                                                                                  macro_rules! assert_process_status_code_value_ne_x_as_result {
                                                                                                                                                                                  -    ($a_process:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                                  -}
                                                                                                                                                                                  Expand description

                                                                                                                                                                                  Assert a process status code value is equal to another.

                                                                                                                                                                                  -

                                                                                                                                                                                  Pseudocode:
                                                                                                                                                                                  -a ⇒ status ⇒ code ⇒ value = b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                  -
                                                                                                                                                                                    -
                                                                                                                                                                                  • -

                                                                                                                                                                                    If true, return Result Ok((a value, b value))).

                                                                                                                                                                                    -
                                                                                                                                                                                  • -
                                                                                                                                                                                  • -

                                                                                                                                                                                    Otherwise, return Result Err(message).

                                                                                                                                                                                    -
                                                                                                                                                                                  • -
                                                                                                                                                                                  -

                                                                                                                                                                                  This macro provides the same statements as assert_, -except this macro returns a Result, rather than doing a panic.

                                                                                                                                                                                  -

                                                                                                                                                                                  This macro is useful for runtime checks, such as checking parameters, -or sanitizing inputs, or handling different results in different ways.

                                                                                                                                                                                  -

                                                                                                                                                                                  §Module macros

                                                                                                                                                                                  - -
                                                                                                                                                                                  \ No newline at end of file diff --git a/doc/lib/macro.assert_program_args_stderr_eq.html b/doc/lib/macro.assert_program_args_stderr_eq.html index 054c9ebf0..383b0fe32 100644 --- a/doc/lib/macro.assert_program_args_stderr_eq.html +++ b/doc/lib/macro.assert_program_args_stderr_eq.html @@ -29,7 +29,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let b_args = ["%s", "zz"]; assert_program_args_stderr_eq!(&a_program, &a_args, &b_program, &b_args); // assertion failed: `assert_program_args_stderr_eq!(a_program, a_args, b_program, b_args)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_eq.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_eq.html // a_program label: `&a_program`, // a_program debug: `\"bin/printf-stderr\"`, // a_args label: `&a_args`, diff --git a/doc/lib/macro.assert_program_args_stderr_eq_x.html b/doc/lib/macro.assert_program_args_stderr_eq_x.html index fe4edbd12..f1202b8d9 100644 --- a/doc/lib/macro.assert_program_args_stderr_eq_x.html +++ b/doc/lib/macro.assert_program_args_stderr_eq_x.html @@ -27,7 +27,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let bytes = vec![b'z', b'z']; assert_program_args_stderr_eq_x!(&program, &args, bytes); // assertion failed: `assert_program_args_stderr_eq_x!(a_program, a_args, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_eq_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_eq_x.html // a_program label: `&program`, // a_program debug: `\"bin/printf-stderr\"`, // a_args label: `&args`, diff --git a/doc/lib/macro.assert_program_args_stderr_ge.html b/doc/lib/macro.assert_program_args_stderr_ge.html index 686d4f4e6..505582d79 100644 --- a/doc/lib/macro.assert_program_args_stderr_ge.html +++ b/doc/lib/macro.assert_program_args_stderr_ge.html @@ -29,7 +29,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let b_args = ["%s", "zz"]; assert_program_args_stderr_ge!(&a_program, &a_args, &b_program, &b_args); // assertion failed: `assert_program_args_stderr_ge!(a_program, a_args, b_program, b_args)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ge.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ge.html // a_program label: `&a_program`, // a_program debug: `\"bin/printf-stderr\"`, // a_args label: `&a_args`, diff --git a/doc/lib/macro.assert_program_args_stderr_ge_x.html b/doc/lib/macro.assert_program_args_stderr_ge_x.html index e77779090..f062b5e91 100644 --- a/doc/lib/macro.assert_program_args_stderr_ge_x.html +++ b/doc/lib/macro.assert_program_args_stderr_ge_x.html @@ -27,7 +27,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let bytes = vec![b'z', b'z']; assert_program_args_stderr_ge_x!(&program, &args, bytes); // assertion failed: `assert_program_args_stderr_ge_x!(a_program, a_args, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ge_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ge_x.html // a_program label: `&program`, // a_program debug: `\"bin/printf-stderr\"`, // a_args label: `&args`, diff --git a/doc/lib/macro.assert_program_args_stderr_gt.html b/doc/lib/macro.assert_program_args_stderr_gt.html index 693ab1923..d09de0b59 100644 --- a/doc/lib/macro.assert_program_args_stderr_gt.html +++ b/doc/lib/macro.assert_program_args_stderr_gt.html @@ -29,7 +29,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let b_args = ["%s", "zz"]; assert_program_args_stderr_gt!(&a_program, &a_args, &b_program, &b_args); // assertion failed: `assert_program_args_stderr_gt!(a_program, a_args, b_program, b_args)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_gt.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_gt.html // a_program label: `&a_program`, // a_program debug: `\"bin/printf-stderr\"`, // a_args label: `&a_args`, diff --git a/doc/lib/macro.assert_program_args_stderr_gt_x.html b/doc/lib/macro.assert_program_args_stderr_gt_x.html index 1f23696de..e9624d242 100644 --- a/doc/lib/macro.assert_program_args_stderr_gt_x.html +++ b/doc/lib/macro.assert_program_args_stderr_gt_x.html @@ -27,7 +27,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let bytes = vec![b'z', b'z']; assert_program_args_stderr_gt_x!(&program, &args, bytes); // assertion failed: `assert_program_args_stderr_gt_x!(a_program, a_args, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_gt_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_gt_x.html // a_program label: `&program`, // a_program debug: `\"bin/printf-stderr\"`, // a_args label: `&args`, diff --git a/doc/lib/macro.assert_program_args_stderr_le.html b/doc/lib/macro.assert_program_args_stderr_le.html index c08d91cba..30bf868c3 100644 --- a/doc/lib/macro.assert_program_args_stderr_le.html +++ b/doc/lib/macro.assert_program_args_stderr_le.html @@ -29,7 +29,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let b_args = ["%s", "aa"]; assert_program_args_stderr_le!(&a_program, &a_args, &b_program, &b_args); // assertion failed: `assert_program_args_stderr_le!(a_program, a_args, b_program, b_args)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_le.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_le.html // a_program label: `&a_program`, // a_program debug: `\"bin/printf-stderr\"`, // a_args label: `&a_args`, diff --git a/doc/lib/macro.assert_program_args_stderr_le_x.html b/doc/lib/macro.assert_program_args_stderr_le_x.html index 06e1b62aa..a1c198c7c 100644 --- a/doc/lib/macro.assert_program_args_stderr_le_x.html +++ b/doc/lib/macro.assert_program_args_stderr_le_x.html @@ -27,7 +27,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let bytes = vec![b'a', b'a']; assert_program_args_stderr_le_x!(&program, &args, bytes); // assertion failed: `assert_program_args_stderr_le_x!(a_program, a_args, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_le_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_le_x.html // a_program label: `&program`, // a_program debug: `\"bin/printf-stderr\"`, // a_args label: `&args`, diff --git a/doc/lib/macro.assert_program_args_stderr_lt.html b/doc/lib/macro.assert_program_args_stderr_lt.html index 559e8918b..80cd5c8c1 100644 --- a/doc/lib/macro.assert_program_args_stderr_lt.html +++ b/doc/lib/macro.assert_program_args_stderr_lt.html @@ -29,7 +29,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let b_args = ["%s", "aa"]; assert_program_args_stderr_lt!(&a_program, &a_args, &b_program, &b_args); // assertion failed: `assert_program_args_stderr_lt!(a_program, a_args, b_program, b_args)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_lt.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_lt.html // a_program label: `&a_program`, // a_program debug: `\"bin/printf-stderr\"`, // a_args label: `&a_args`, diff --git a/doc/lib/macro.assert_program_args_stderr_lt_x.html b/doc/lib/macro.assert_program_args_stderr_lt_x.html index 019193365..f4680dcde 100644 --- a/doc/lib/macro.assert_program_args_stderr_lt_x.html +++ b/doc/lib/macro.assert_program_args_stderr_lt_x.html @@ -27,7 +27,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let bytes = vec![b'a', b'a']; assert_program_args_stderr_lt_x!(&program, &args, bytes); // assertion failed: `assert_program_args_stderr_lt_x!(a_program, a_args, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_lt_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_lt_x.html // a_program label: `&program`, // a_program debug: `\"bin/printf-stderr\"`, // a_args label: `&args`, diff --git a/doc/lib/macro.assert_program_args_stderr_ne.html b/doc/lib/macro.assert_program_args_stderr_ne.html index f2c79b924..642f9e214 100644 --- a/doc/lib/macro.assert_program_args_stderr_ne.html +++ b/doc/lib/macro.assert_program_args_stderr_ne.html @@ -29,7 +29,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let b_args = ["%s", "alfa"]; assert_program_args_stderr_ne!(&a_program, &a_args, &b_program, &b_args); // assertion failed: `assert_program_args_stderr_ne!(a_program, a_args, b_program, b_args)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ne.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ne.html // a_program label: `&a_program`, // a_program debug: `\"bin/printf-stderr\"`, // a_args label: `&a_args`, diff --git a/doc/lib/macro.assert_program_args_stderr_ne_x.html b/doc/lib/macro.assert_program_args_stderr_ne_x.html index 389e475d3..ab85ac0ba 100644 --- a/doc/lib/macro.assert_program_args_stderr_ne_x.html +++ b/doc/lib/macro.assert_program_args_stderr_ne_x.html @@ -27,7 +27,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let bytes = vec![b'a', b'l', b'f', b'a']; assert_program_args_stderr_ne_x!(&program, &args, bytes); // assertion failed: `assert_program_args_stderr_ne_x!(a_program, a_args, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ne_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ne_x.html // a_program label: `&program`, // a_program debug: `\"bin/printf-stderr\"`, // a_args label: `&args`, diff --git a/doc/lib/macro.assert_program_args_stderr_string_contains.html b/doc/lib/macro.assert_program_args_stderr_string_contains.html index cb0ce8ad6..b127d720b 100644 --- a/doc/lib/macro.assert_program_args_stderr_string_contains.html +++ b/doc/lib/macro.assert_program_args_stderr_string_contains.html @@ -32,7 +32,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let containee = "zz"; assert_program_args_stderr_string_contains!(&program, &args, &containee); // assertion failed: `assert_program_args_stderr_string_contains!(a_program, a_args, containee)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_string_contains.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_string_contains.html // a_program label: `&program`, // a_program debug: `\"bin/printf-stderr\"`, // a_args label: `&args`, diff --git a/doc/lib/macro.assert_program_args_stderr_string_is_match.html b/doc/lib/macro.assert_program_args_stderr_string_is_match.html index 8bffe630d..5b7175a80 100644 --- a/doc/lib/macro.assert_program_args_stderr_string_is_match.html +++ b/doc/lib/macro.assert_program_args_stderr_string_is_match.html @@ -28,7 +28,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let matcher = Regex::new(r"zz").unwrap(); assert_program_args_stderr_string_is_match!(&program, &args, &matcher); // assertion failed: `assert_program_args_stderr_string_is_match!(a_program, b_matcher)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_string_is_match.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_string_is_match.html // a_program label: `&program`, // a_program debug: `\"bin/printf-stderr\"`, // a_args label: `&args`, diff --git a/doc/lib/macro.assert_program_args_stdout_eq.html b/doc/lib/macro.assert_program_args_stdout_eq.html index efaa9c6a3..fcf8d2e82 100644 --- a/doc/lib/macro.assert_program_args_stdout_eq.html +++ b/doc/lib/macro.assert_program_args_stdout_eq.html @@ -29,7 +29,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let b_args = ["%s%s", "z", "z" ]; assert_program_args_stdout_eq!(&a_program, &a_args, &b_program, &b_args); // assertion failed: `assert_program_args_stdout_eq!(a_program, a_args, b_program, b_args)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_eq.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_eq.html // a_program label: `&a_program`, // a_program debug: `\"bin/printf-stdout\"`, // a_args label: `&a_args`, diff --git a/doc/lib/macro.assert_program_args_stdout_eq_x.html b/doc/lib/macro.assert_program_args_stdout_eq_x.html index f089e49b2..6612735b6 100644 --- a/doc/lib/macro.assert_program_args_stdout_eq_x.html +++ b/doc/lib/macro.assert_program_args_stdout_eq_x.html @@ -27,7 +27,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let bytes = vec![b'z', b'z']; assert_program_args_stdout_eq_x!(&program, &args, bytes); // assertion failed: `assert_program_args_stdout_eq_x!(a_program, a_args, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_eq_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_eq_x.html // a_program label: `&program`, // a_program debug: `\"bin/printf-stdout\"`, // a_args label: `&args`, diff --git a/doc/lib/macro.assert_program_args_stdout_ge.html b/doc/lib/macro.assert_program_args_stdout_ge.html index dfce156dd..cd9e8553f 100644 --- a/doc/lib/macro.assert_program_args_stdout_ge.html +++ b/doc/lib/macro.assert_program_args_stdout_ge.html @@ -29,7 +29,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let b_args = ["%s%s", "z", "z"]; assert_program_args_stdout_ge!(&a_program, &a_args, &b_program, &b_args); // assertion failed: `assert_program_args_stdout_ge!(a_program, a_args, b_program, b_args)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ge.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ge.html // a_program label: `&a_program`, // a_program debug: `\"bin/printf-stdout\"`, // a_args label: `&a_args`, diff --git a/doc/lib/macro.assert_program_args_stdout_ge_x.html b/doc/lib/macro.assert_program_args_stdout_ge_x.html index 615fee625..7d813815b 100644 --- a/doc/lib/macro.assert_program_args_stdout_ge_x.html +++ b/doc/lib/macro.assert_program_args_stdout_ge_x.html @@ -27,7 +27,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let bytes = vec![b'z', b'z']; assert_program_args_stdout_ge_x!(&program, &args, bytes); // assertion failed: `assert_program_args_stdout_ge_x!(a_program, a_args, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ge_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ge_x.html // a_program label: `&program`, // a_program debug: `\"bin/printf-stdout\"`, // a_args label: `&args`, diff --git a/doc/lib/macro.assert_program_args_stdout_gt.html b/doc/lib/macro.assert_program_args_stdout_gt.html index a03b426d1..b1e38b076 100644 --- a/doc/lib/macro.assert_program_args_stdout_gt.html +++ b/doc/lib/macro.assert_program_args_stdout_gt.html @@ -29,7 +29,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let b_args = ["%s%s", "z", "z"]; assert_program_args_stdout_gt!(&a_program, &a_args, &b_program, &b_args); // assertion failed: `assert_program_args_stdout_gt!(a_program, a_args, b_program, b_args)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_gt.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_gt.html // a_program label: `&a_program`, // a_program debug: `\"bin/printf-stdout\"`, // a_args label: `&a_args`, diff --git a/doc/lib/macro.assert_program_args_stdout_gt_x.html b/doc/lib/macro.assert_program_args_stdout_gt_x.html index bc1752c92..506aecb32 100644 --- a/doc/lib/macro.assert_program_args_stdout_gt_x.html +++ b/doc/lib/macro.assert_program_args_stdout_gt_x.html @@ -27,7 +27,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let bytes = vec![b'z', b'z']; assert_program_args_stdout_gt_x!(&program, &args, bytes); // assertion failed: `assert_program_args_stdout_gt_x!(a_program, a_args, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_gt_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_gt_x.html // a_program label: `&program`, // a_program debug: `\"bin/printf-stdout\"`, // a_args label: `&args`, diff --git a/doc/lib/macro.assert_program_args_stdout_le.html b/doc/lib/macro.assert_program_args_stdout_le.html index 46fe7b51b..fd95a068a 100644 --- a/doc/lib/macro.assert_program_args_stdout_le.html +++ b/doc/lib/macro.assert_program_args_stdout_le.html @@ -29,7 +29,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let b_args = ["%s%s", "a", "a"]; assert_program_args_stdout_le!(&a_program, &a_args, &b_program, &b_args); // assertion failed: `assert_program_args_stdout_le!(a_program, a_args, b_program, b_args)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_le.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_le.html // a_program label: `&a_program`, // a_program debug: `\"bin/printf-stdout\"`, // a_args label: `&a_args`, diff --git a/doc/lib/macro.assert_program_args_stdout_le_x.html b/doc/lib/macro.assert_program_args_stdout_le_x.html index 17a695c16..8f6d3e98e 100644 --- a/doc/lib/macro.assert_program_args_stdout_le_x.html +++ b/doc/lib/macro.assert_program_args_stdout_le_x.html @@ -27,7 +27,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let bytes = vec![b'a', b'a']; assert_program_args_stdout_le_x!(&program, &args, bytes); // assertion failed: `assert_program_args_stdout_le_x!(a_program, a_args, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_le_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_le_x.html // a_program label: `&program`, // a_program debug: `\"bin/printf-stdout\"`, // a_args label: `&args`, diff --git a/doc/lib/macro.assert_program_args_stdout_lt.html b/doc/lib/macro.assert_program_args_stdout_lt.html index dadaf65b0..0ac60db1f 100644 --- a/doc/lib/macro.assert_program_args_stdout_lt.html +++ b/doc/lib/macro.assert_program_args_stdout_lt.html @@ -29,7 +29,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let b_args = ["%s%s", "a", "a"]; assert_program_args_stdout_lt!(&a_program, &a_args, &b_program, &b_args); // assertion failed: `assert_program_args_stdout_lt!(a_program, a_args, b_program, b_args)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_lt.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_lt.html // a_program label: `&a_program`, // a_program debug: `\"bin/printf-stdout\"`, // a_args label: `&a_args`, diff --git a/doc/lib/macro.assert_program_args_stdout_lt_x.html b/doc/lib/macro.assert_program_args_stdout_lt_x.html index 8a92cb298..6d9485d57 100644 --- a/doc/lib/macro.assert_program_args_stdout_lt_x.html +++ b/doc/lib/macro.assert_program_args_stdout_lt_x.html @@ -27,7 +27,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let bytes = vec![b'a', b'a']; assert_program_args_stdout_lt_x!(&program, &args, bytes); // assertion failed: `assert_program_args_stdout_lt_x!(a_program, a_args, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_lt_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_lt_x.html // a_program label: `&program`, // a_program debug: `\"bin/printf-stdout\"`, // a_args label: `&args`, diff --git a/doc/lib/macro.assert_program_args_stdout_ne.html b/doc/lib/macro.assert_program_args_stdout_ne.html index 4af70f968..c8c8084cf 100644 --- a/doc/lib/macro.assert_program_args_stdout_ne.html +++ b/doc/lib/macro.assert_program_args_stdout_ne.html @@ -29,7 +29,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let b_args = ["%s%s%s%s", "a", "l", "f", "a"]; assert_program_args_stdout_ne!(&a_program, &a_args, &b_program, &b_args); // assertion failed: `assert_program_args_stdout_ne!(a_program, a_args, b_program, b_args)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ne.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ne.html // a_program label: `&a_program`, // a_program debug: `\"bin/printf-stdout\"`, // a_args label: `&a_args`, diff --git a/doc/lib/macro.assert_program_args_stdout_ne_x.html b/doc/lib/macro.assert_program_args_stdout_ne_x.html index a818b00d8..e042dc126 100644 --- a/doc/lib/macro.assert_program_args_stdout_ne_x.html +++ b/doc/lib/macro.assert_program_args_stdout_ne_x.html @@ -27,7 +27,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let bytes = vec![b'a', b'l', b'f', b'a']; assert_program_args_stdout_ne_x!(&program, &args, bytes); // assertion failed: `assert_program_args_stdout_ne_x!(a_program, a_args, b_expr)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ne_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ne_x.html // a_program label: `&program`, // a_program debug: `\"bin/printf-stdout\"`, // a_args label: `&args`, diff --git a/doc/lib/macro.assert_program_args_stdout_string_contains.html b/doc/lib/macro.assert_program_args_stdout_string_contains.html index 6e3ba3909..d37bdda47 100644 --- a/doc/lib/macro.assert_program_args_stdout_string_contains.html +++ b/doc/lib/macro.assert_program_args_stdout_string_contains.html @@ -32,7 +32,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let containee = "zz"; assert_program_args_stdout_string_contains!(&program, &args, &containee); // assertion failed: `assert_program_args_stdout_string_contains!(a_program, a_args, containee)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_string_contains.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_string_contains.html // a_program label: `&program`, // a_program debug: `\"bin/printf-stdout\"`, // a_args label: `&args`, diff --git a/doc/lib/macro.assert_program_args_stdout_string_is_match.html b/doc/lib/macro.assert_program_args_stdout_string_is_match.html index 6f9f537b3..6b6cafaee 100644 --- a/doc/lib/macro.assert_program_args_stdout_string_is_match.html +++ b/doc/lib/macro.assert_program_args_stdout_string_is_match.html @@ -28,7 +28,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let matcher = Regex::new(r"zz").unwrap(); assert_program_args_stdout_string_is_match!(&program, &args, &matcher); // assertion failed: `assert_program_args_stdout_string_is_match!(a_program, b_matcher)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_string_is_match.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_string_is_match.html // a_program label: `&program`, // a_program debug: `\"bin/printf-stdout\"`, // a_args label: `&args`, diff --git a/doc/lib/macro.assert_ready.html b/doc/lib/macro.assert_ready.html index 004ce70d2..c631f2e78 100644 --- a/doc/lib/macro.assert_ready.html +++ b/doc/lib/macro.assert_ready.html @@ -24,7 +24,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let a: Poll<i8> = Pending; assert_ready!(a); // assertion failed: `assert_ready!(a)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready.html // a label: `a`, // a debug: `Pending`

                                                                                                                                                                                  §Module macros

                                                                                                                                                                                  diff --git a/doc/lib/macro.assert_ready_eq.html b/doc/lib/macro.assert_ready_eq.html index d929acb1b..2480ed240 100644 --- a/doc/lib/macro.assert_ready_eq.html +++ b/doc/lib/macro.assert_ready_eq.html @@ -26,7 +26,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let b: Poll<i8> = Ready(2); assert_ready_eq!(a, b); // assertion failed: `assert_ready_eq!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_eq.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_eq.html // a label: `a`, // a debug: `Ready(1)`, // a inner: `1`, diff --git a/doc/lib/macro.assert_ready_eq_x.html b/doc/lib/macro.assert_ready_eq_x.html index a884f16d0..2127af44e 100644 --- a/doc/lib/macro.assert_ready_eq_x.html +++ b/doc/lib/macro.assert_ready_eq_x.html @@ -26,7 +26,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let b: i8 = 2; assert_ready_eq_x!(a, b); // assertion failed: `assert_ready_eq_x!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_eq_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_eq_x.html // a label: `a`, // a debug: `Ready(1)`, // a inner: `1`, diff --git a/doc/lib/macro.assert_ready_ne.html b/doc/lib/macro.assert_ready_ne.html index 4960b7137..d9e2cffc1 100644 --- a/doc/lib/macro.assert_ready_ne.html +++ b/doc/lib/macro.assert_ready_ne.html @@ -26,7 +26,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let b: Poll<i8> = Ready(1); assert_ready_ne!(a, b); // assertion failed: `assert_ready_ne!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_ne.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_ne.html // a label: `a`, // a debug: `Ready(1)`, // a inner: `1`, diff --git a/doc/lib/macro.assert_ready_ne_x.html b/doc/lib/macro.assert_ready_ne_x.html index 2bee5ecb6..9930db01e 100644 --- a/doc/lib/macro.assert_ready_ne_x.html +++ b/doc/lib/macro.assert_ready_ne_x.html @@ -26,7 +26,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let b: i8 = 1; assert_ready_ne_x!(a, b); // assertion failed: `assert_ready_ne_x!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_ne_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_ne_x.html // a label: `a`, // a debug: `Ready(1)`, // a inner: `1`, diff --git a/doc/lib/macro.assert_set_disjoint.html b/doc/lib/macro.assert_set_disjoint.html index 8cf63b450..6c84e6e5d 100644 --- a/doc/lib/macro.assert_set_disjoint.html +++ b/doc/lib/macro.assert_set_disjoint.html @@ -25,7 +25,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let b = [2, 3]; assert_set_disjoint!(&a, &b); // assertion failed: `assert_set_disjoint!(a_collection, b_collection)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_disjoint.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_disjoint.html // a label: `&a`, // a debug: `[1, 2]`, // b label: `&b`, diff --git a/doc/lib/macro.assert_set_eq.html b/doc/lib/macro.assert_set_eq.html index 923c10fd1..a2d496baf 100644 --- a/doc/lib/macro.assert_set_eq.html +++ b/doc/lib/macro.assert_set_eq.html @@ -25,7 +25,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let b = [3, 4]; assert_set_eq!(&a, &b); // assertion failed: `assert_set_eq!(a_collection, b_collection)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_eq.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_eq.html // a label: `&a`, // a debug: `[1, 2]`, // b label: `&b`, diff --git a/doc/lib/macro.assert_set_joint.html b/doc/lib/macro.assert_set_joint.html index f379478cd..69e016d69 100644 --- a/doc/lib/macro.assert_set_joint.html +++ b/doc/lib/macro.assert_set_joint.html @@ -25,7 +25,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let b = [3, 4]; assert_set_joint!(&a, &b); // assertion failed: `assert_set_joint!(a_collection, b_collection)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_joint.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_joint.html // a label: `&a`, // a debug: `[1, 2]`, // b label: `&b`, diff --git a/doc/lib/macro.assert_set_ne.html b/doc/lib/macro.assert_set_ne.html index 9aa1bb856..7bfa20aa5 100644 --- a/doc/lib/macro.assert_set_ne.html +++ b/doc/lib/macro.assert_set_ne.html @@ -25,7 +25,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let b = [1, 2]; assert_set_ne!(&a, &b); // assertion failed: `assert_set_ne!(a_collection, b_collection)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_ne.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_ne.html // a label: `&a`, // a debug: `[1, 2]`, // b label: `&b`, diff --git a/doc/lib/macro.assert_set_subset.html b/doc/lib/macro.assert_set_subset.html index c01b5eea6..5d96d22db 100644 --- a/doc/lib/macro.assert_set_subset.html +++ b/doc/lib/macro.assert_set_subset.html @@ -25,7 +25,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let b = [1, 2]; assert_set_subset!(&a, &b); // assertion failed: `assert_set_subset!(a_collection, b_collection)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_subset.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_subset.html // a label: `&a`, // a debug: `[1, 2, 3]`, // b label: `&b`, diff --git a/doc/lib/macro.assert_set_superset.html b/doc/lib/macro.assert_set_superset.html index 2aa2c703c..757939b26 100644 --- a/doc/lib/macro.assert_set_superset.html +++ b/doc/lib/macro.assert_set_superset.html @@ -25,7 +25,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let b = [1, 2, 3]; assert_set_superset!(&a, &b); // assertion failed: `assert_set_superset!(a_collection, b_collection)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_superset.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_superset.html // a label: `&a`, // a debug: `[1, 2]`, // b label: `&b`, diff --git a/doc/lib/macro.assert_some.html b/doc/lib/macro.assert_some.html index 619808579..26f7e0f11 100644 --- a/doc/lib/macro.assert_some.html +++ b/doc/lib/macro.assert_some.html @@ -23,7 +23,7 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  let a: Option<i8> = Option::None; assert_some!(a); // assertion failed: `assert_some!(a)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_some.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_some.html // option label: `a`, // option debug: `None`

                                                                                                                                                                                §Module macros

                                                                                                                                                                                diff --git a/doc/lib/macro.assert_some_eq.html b/doc/lib/macro.assert_some_eq.html index bce9ecb67..c28714f8c 100644 --- a/doc/lib/macro.assert_some_eq.html +++ b/doc/lib/macro.assert_some_eq.html @@ -25,7 +25,7 @@

                                                                                                                                                                                §Examples

                                                                                                                                                                                let b: Option<i8> = Option::Some(2); assert_some_eq!(a, b); // assertion failed: `assert_some_eq!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_eq.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_eq.html // a label: `a`, // a debug: `Some(1)`, // a inner: `1`, diff --git a/doc/lib/macro.assert_some_eq_x.html b/doc/lib/macro.assert_some_eq_x.html index 0963fb3fa..73196fd10 100644 --- a/doc/lib/macro.assert_some_eq_x.html +++ b/doc/lib/macro.assert_some_eq_x.html @@ -25,7 +25,7 @@

                                                                                                                                                                                §Examples

                                                                                                                                                                                let b: i8 = 2; assert_some_eq_x!(a, b); // assertion failed: `assert_some_eq_x!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_eq_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_eq_x.html // a label: `a`, // a debug: `Some(1)`, // a inner: `1`, diff --git a/doc/lib/macro.assert_some_ne.html b/doc/lib/macro.assert_some_ne.html index c185300ad..e7ae83685 100644 --- a/doc/lib/macro.assert_some_ne.html +++ b/doc/lib/macro.assert_some_ne.html @@ -25,7 +25,7 @@

                                                                                                                                                                                §Examples

                                                                                                                                                                                let b: Option<i8> = Option::Some(1); assert_some_ne!(a, b); // assertion failed: `assert_some_ne!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_ne.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_ne.html // a label: `a`, // a debug: `Some(1)`, // b label: `b`, diff --git a/doc/lib/macro.assert_some_ne_x.html b/doc/lib/macro.assert_some_ne_x.html index fee388681..a033ab49f 100644 --- a/doc/lib/macro.assert_some_ne_x.html +++ b/doc/lib/macro.assert_some_ne_x.html @@ -25,7 +25,7 @@

                                                                                                                                                                                §Examples

                                                                                                                                                                                let b: i8 = 1; assert_some_ne_x!(a, b); // assertion failed: `assert_some_ne_x!(a, b)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_ne_x.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_ne_x.html // a label: `a`, // a debug: `Some(1)`, // a inner: `1`, diff --git a/doc/lib/macro.assert_starts_with.html b/doc/lib/macro.assert_starts_with.html index 99d4b2505..6d21b82be 100644 --- a/doc/lib/macro.assert_starts_with.html +++ b/doc/lib/macro.assert_starts_with.html @@ -31,7 +31,7 @@

                                                                                                                                                                                §Examples

                                                                                                                                                                                let subsequence = "fa"; assert_starts_with!(sequence, subsequence); // assertion failed: `assert_starts_with!(sequence, subsequence)` -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_starts_with.html +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_starts_with.html // sequence label: `sequence`, // sequence debug: `\"alfa\"`, // part label: `subsequence`, diff --git a/doc/lib/macro.assert_status_code_value_eq!.html b/doc/lib/macro.assert_status_code_value_eq!.html new file mode 100644 index 000000000..156c2a04a --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_eq!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.assert_status_code_value_eq.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_eq.html b/doc/lib/macro.assert_status_code_value_eq.html new file mode 100644 index 000000000..e5b07f9ce --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_eq.html @@ -0,0 +1,42 @@ +assert_status_code_value_eq in lib - Rust

                                                                                                                                                                                Macro lib::assert_status_code_value_eq

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_status_code_value_eq {
                                                                                                                                                                                +    ($a_process:expr, $b_process:expr $(,)?) => { ... };
                                                                                                                                                                                +    ($a_process:expr, $b_process:expr, $($message:tt)+) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is equal to another.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a ⇒ status ⇒ code ⇒ value = b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                +
                                                                                                                                                                                  +
                                                                                                                                                                                • +

                                                                                                                                                                                  If true, return (a value, b value).

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                • +

                                                                                                                                                                                  Otherwise, call panic! with a message and the values of the +expressions with their debug representations.

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                +

                                                                                                                                                                                §Examples

                                                                                                                                                                                +
                                                                                                                                                                                use assertables::*;
                                                                                                                                                                                +use std::process::Command;
                                                                                                                                                                                +
                                                                                                                                                                                +let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                +let mut b = Command::new("bin/exit-with-arg"); b.arg("1");
                                                                                                                                                                                +assert_status_code_value_eq!(a, b);
                                                                                                                                                                                +
                                                                                                                                                                                +// This will panic
                                                                                                                                                                                +let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                +let mut b = Command::new("bin/exit-with-arg"); b.arg("2");
                                                                                                                                                                                +assert_status_code_value_eq!(a, b);
                                                                                                                                                                                +// assertion failed: `assert_status_code_value_eq!(a, b)`
                                                                                                                                                                                +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_eq.html
                                                                                                                                                                                +//  a label: `a`,
                                                                                                                                                                                +//  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                +//  a value: `1`",
                                                                                                                                                                                +//  b label: `b`,
                                                                                                                                                                                +//  b debug: `\"bin/exit-with-arg\" \"2\"`,
                                                                                                                                                                                +//  b value: `2`"
                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_eq_as_result!.html b/doc/lib/macro.assert_status_code_value_eq_as_result!.html new file mode 100644 index 000000000..4a589c0e8 --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_eq_as_result!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.assert_status_code_value_eq_as_result.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_eq_as_result.html b/doc/lib/macro.assert_status_code_value_eq_as_result.html new file mode 100644 index 000000000..ebc297e38 --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_eq_as_result.html @@ -0,0 +1,24 @@ +assert_status_code_value_eq_as_result in lib - Rust

                                                                                                                                                                                Macro lib::assert_status_code_value_eq_as_result

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_status_code_value_eq_as_result {
                                                                                                                                                                                +    ($a_process:expr, $b_process:expr $(,)?) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is equal to another.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a ⇒ status ⇒ code ⇒ value = b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                +
                                                                                                                                                                                  +
                                                                                                                                                                                • +

                                                                                                                                                                                  If true, return Result Ok((a value, b value))).

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                • +

                                                                                                                                                                                  Otherwise, return Result Err(message).

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                +

                                                                                                                                                                                This macro provides the same statements as assert_, +except this macro returns a Result, rather than doing a panic.

                                                                                                                                                                                +

                                                                                                                                                                                This macro is useful for runtime checks, such as checking parameters, +or sanitizing inputs, or handling different results in different ways.

                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_eq_x!.html b/doc/lib/macro.assert_status_code_value_eq_x!.html new file mode 100644 index 000000000..3d768b5bf --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_eq_x!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.assert_status_code_value_eq_x.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_eq_x.html b/doc/lib/macro.assert_status_code_value_eq_x.html new file mode 100644 index 000000000..a20bc1caa --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_eq_x.html @@ -0,0 +1,41 @@ +assert_status_code_value_eq_x in lib - Rust

                                                                                                                                                                                Macro lib::assert_status_code_value_eq_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_status_code_value_eq_x {
                                                                                                                                                                                +    ($a_process:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                                +    ($a_process:expr, $b:expr, $($message:tt)+) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is equal to an expression.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a ⇒ status ⇒ code ⇒ value = b

                                                                                                                                                                                +
                                                                                                                                                                                  +
                                                                                                                                                                                • +

                                                                                                                                                                                  If true, return `a ⇒ status ⇒ code ⇒ value``.

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                • +

                                                                                                                                                                                  Otherwise, call panic! with a message and the values of the +expressions with their debug representations.

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                +

                                                                                                                                                                                §Examples

                                                                                                                                                                                +
                                                                                                                                                                                use assertables::*;
                                                                                                                                                                                +use std::process::Command;
                                                                                                                                                                                +
                                                                                                                                                                                +let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                +let b = 1;
                                                                                                                                                                                +assert_status_code_value_eq_x!(a, b);
                                                                                                                                                                                +
                                                                                                                                                                                +// This will panic
                                                                                                                                                                                +let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                +let b = 2;
                                                                                                                                                                                +assert_status_code_value_eq_x!(a, b);
                                                                                                                                                                                +// assertion failed: `assert_status_code_value_eq_x!(a, b)`
                                                                                                                                                                                +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_eq_x.html
                                                                                                                                                                                +//  a label: `a`,
                                                                                                                                                                                +//  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                +//  a value: `1`",
                                                                                                                                                                                +//  b label: `b`,
                                                                                                                                                                                +//  b debug: `2`
                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_eq_x_as_result!.html b/doc/lib/macro.assert_status_code_value_eq_x_as_result!.html new file mode 100644 index 000000000..025abc529 --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_eq_x_as_result!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.assert_status_code_value_eq_x_as_result.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_eq_x_as_result.html b/doc/lib/macro.assert_status_code_value_eq_x_as_result.html new file mode 100644 index 000000000..f749c71bc --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_eq_x_as_result.html @@ -0,0 +1,24 @@ +assert_status_code_value_eq_x_as_result in lib - Rust
                                                                                                                                                                                macro_rules! assert_status_code_value_eq_x_as_result {
                                                                                                                                                                                +    ($a_process:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is equal to an expression.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a ⇒ status ⇒ code ⇒ value = b

                                                                                                                                                                                +
                                                                                                                                                                                  +
                                                                                                                                                                                • +

                                                                                                                                                                                  If true, return Result Ok(a ⇒ status ⇒ code ⇒ value).

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                • +

                                                                                                                                                                                  Otherwise, return Result Err(message).

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                +

                                                                                                                                                                                This macro provides the same statements as assert_, +except this macro returns a Result, rather than doing a panic.

                                                                                                                                                                                +

                                                                                                                                                                                This macro is useful for runtime checks, such as checking parameters, +or sanitizing inputs, or handling different results in different ways.

                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_ge!.html b/doc/lib/macro.assert_status_code_value_ge!.html new file mode 100644 index 000000000..e37f23d53 --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_ge!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.assert_status_code_value_ge.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_eq.html b/doc/lib/macro.assert_status_code_value_ge.html similarity index 70% rename from doc/lib/macro.assert_process_status_code_value_eq.html rename to doc/lib/macro.assert_status_code_value_ge.html index 1653be25f..12c9ce64b 100644 --- a/doc/lib/macro.assert_process_status_code_value_eq.html +++ b/doc/lib/macro.assert_status_code_value_ge.html @@ -1,9 +1,9 @@ -assert_process_status_code_value_eq in lib - Rust

                                                                                                                                                                                Macro lib::assert_process_status_code_value_eq

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_process_status_code_value_eq {
                                                                                                                                                                                +assert_status_code_value_ge in lib - Rust

                                                                                                                                                                                Macro lib::assert_status_code_value_ge

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_status_code_value_ge {
                                                                                                                                                                                     ($a_process:expr, $b_process:expr $(,)?) => { ... };
                                                                                                                                                                                     ($a_process:expr, $b_process:expr, $($message:tt)+) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a process status code value is equal to another.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is greater than or equal to another.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                -a ⇒ status ⇒ code ⇒ value = b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                +a ⇒ status ⇒ code ⇒ value ≥ b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                • If true, return (a value, b value).

                                                                                                                                                                                  @@ -17,26 +17,26 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  use assertables::*;
                                                                                                                                                                                   use std::process::Command;
                                                                                                                                                                                   
                                                                                                                                                                                  -let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                  +let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
                                                                                                                                                                                   let mut b = Command::new("bin/exit-with-arg"); b.arg("1");
                                                                                                                                                                                  -assert_process_status_code_value_eq!(a, b);
                                                                                                                                                                                  +assert_status_code_value_ge!(a, b);
                                                                                                                                                                                   
                                                                                                                                                                                   // This will panic
                                                                                                                                                                                   let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                   let mut b = Command::new("bin/exit-with-arg"); b.arg("2");
                                                                                                                                                                                  -assert_process_status_code_value_eq!(a, b);
                                                                                                                                                                                  -// assertion failed: `assert_process_status_code_value_eq!(a, b)`
                                                                                                                                                                                  -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_eq.html
                                                                                                                                                                                  +assert_status_code_value_ge!(a, b);
                                                                                                                                                                                  +// assertion failed: `assert_status_code_value_ge!(a, b)`
                                                                                                                                                                                  +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ge.html
                                                                                                                                                                                   //  a label: `a`,
                                                                                                                                                                                   //  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                   //  a value: `1`",
                                                                                                                                                                                   //  b label: `b`,
                                                                                                                                                                                  -//  b debug: `\"bin/exit-with-arg\" \"2\"`,
                                                                                                                                                                                  +//  b debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                   //  b value: `2`"

                                                                                                                                                                                  §Module macros

                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_ge_as_result!.html b/doc/lib/macro.assert_status_code_value_ge_as_result!.html new file mode 100644 index 000000000..e7fb58cf3 --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_ge_as_result!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.assert_status_code_value_ge_as_result.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_eq_as_result.html b/doc/lib/macro.assert_status_code_value_ge_as_result.html similarity index 70% rename from doc/lib/macro.assert_process_status_code_value_eq_as_result.html rename to doc/lib/macro.assert_status_code_value_ge_as_result.html index 5bb52a48e..304c53545 100644 --- a/doc/lib/macro.assert_process_status_code_value_eq_as_result.html +++ b/doc/lib/macro.assert_status_code_value_ge_as_result.html @@ -1,8 +1,8 @@ -assert_process_status_code_value_eq_as_result in lib - Rust
                                                                                                                                                                                macro_rules! assert_process_status_code_value_eq_as_result {
                                                                                                                                                                                +assert_status_code_value_ge_as_result in lib - Rust

                                                                                                                                                                                Macro lib::assert_status_code_value_ge_as_result

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_status_code_value_ge_as_result {
                                                                                                                                                                                     ($a_process:expr, $b_process:expr $(,)?) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a process status code value is equal to another.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is greater than or equal to another.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                -a ⇒ status ⇒ code ⇒ value = b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                +a ⇒ status ⇒ code ⇒ value ≥ b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_ge_x!.html b/doc/lib/macro.assert_status_code_value_ge_x!.html new file mode 100644 index 000000000..d270a774e --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_ge_x!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.assert_status_code_value_ge_x.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_eq_x.html b/doc/lib/macro.assert_status_code_value_ge_x.html similarity index 70% rename from doc/lib/macro.assert_process_status_code_value_eq_x.html rename to doc/lib/macro.assert_status_code_value_ge_x.html index 6793c40b8..18b9df57d 100644 --- a/doc/lib/macro.assert_process_status_code_value_eq_x.html +++ b/doc/lib/macro.assert_status_code_value_ge_x.html @@ -1,9 +1,9 @@ -assert_process_status_code_value_eq_x in lib - Rust

                                                                                                                                                                                Macro lib::assert_process_status_code_value_eq_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_process_status_code_value_eq_x {
                                                                                                                                                                                +assert_status_code_value_ge_x in lib - Rust

                                                                                                                                                                                Macro lib::assert_status_code_value_ge_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_status_code_value_ge_x {
                                                                                                                                                                                     ($a_process:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                                     ($a_process:expr, $b:expr, $($message:tt)+) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a process status code value is equal to an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is greater than or equal to an expression.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                -a ⇒ status ⇒ code ⇒ value = b

                                                                                                                                                                                +a.len() ≥ b

                                                                                                                                                                                • If true, return `a ⇒ status ⇒ code ⇒ value``.

                                                                                                                                                                                  @@ -17,16 +17,16 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  use assertables::*;
                                                                                                                                                                                   use std::process::Command;
                                                                                                                                                                                   
                                                                                                                                                                                  -let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                  +let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
                                                                                                                                                                                   let b = 1;
                                                                                                                                                                                  -assert_process_status_code_value_eq_x!(a, b);
                                                                                                                                                                                  +assert_status_code_value_ge_x!(a, b);
                                                                                                                                                                                   
                                                                                                                                                                                   // This will panic
                                                                                                                                                                                   let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                   let b = 2;
                                                                                                                                                                                  -assert_process_status_code_value_eq_x!(a, b);
                                                                                                                                                                                  -// assertion failed: `assert_process_status_code_value_eq_x!(a, b)`
                                                                                                                                                                                  -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_eq_x.html
                                                                                                                                                                                  +assert_status_code_value_ge_x!(a, b);
                                                                                                                                                                                  +// assertion failed: `assert_status_code_value_ge_x!(a, b)`
                                                                                                                                                                                  +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ge_x.html
                                                                                                                                                                                   //  a label: `a`,
                                                                                                                                                                                   //  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                   //  a value: `1`",
                                                                                                                                                                                  @@ -34,8 +34,8 @@ 

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  // b debug: `2`

                                                                                                                                                                                  §Module macros

                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_ge_x_as_result!.html b/doc/lib/macro.assert_status_code_value_ge_x_as_result!.html new file mode 100644 index 000000000..61bdd433e --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_ge_x_as_result!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.assert_status_code_value_ge_x_as_result.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_eq_x_as_result.html b/doc/lib/macro.assert_status_code_value_ge_x_as_result.html similarity index 70% rename from doc/lib/macro.assert_process_status_code_value_eq_x_as_result.html rename to doc/lib/macro.assert_status_code_value_ge_x_as_result.html index 68edc1742..6247d2c30 100644 --- a/doc/lib/macro.assert_process_status_code_value_eq_x_as_result.html +++ b/doc/lib/macro.assert_status_code_value_ge_x_as_result.html @@ -1,8 +1,8 @@ -assert_process_status_code_value_eq_x_as_result in lib - Rust
                                                                                                                                                                                macro_rules! assert_process_status_code_value_eq_x_as_result {
                                                                                                                                                                                +assert_status_code_value_ge_x_as_result in lib - Rust
                                                                                                                                                                                macro_rules! assert_status_code_value_ge_x_as_result {
                                                                                                                                                                                     ($a_process:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a process status code value is equal to an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is greater than or equal to an expression.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                -a ⇒ status ⇒ code ⇒ value = b

                                                                                                                                                                                +a.len() ≥ b

                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_gt!.html b/doc/lib/macro.assert_status_code_value_gt!.html new file mode 100644 index 000000000..fae9f6a27 --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_gt!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.assert_status_code_value_gt.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_gt.html b/doc/lib/macro.assert_status_code_value_gt.html new file mode 100644 index 000000000..7f8ff3dd5 --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_gt.html @@ -0,0 +1,42 @@ +assert_status_code_value_gt in lib - Rust

                                                                                                                                                                                Macro lib::assert_status_code_value_gt

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_status_code_value_gt {
                                                                                                                                                                                +    ($a_process:expr, $b_process:expr $(,)?) => { ... };
                                                                                                                                                                                +    ($a_process:expr, $b_process:expr, $($message:tt)+) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is greater than another.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a ⇒ status ⇒ code ⇒ value > b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                +
                                                                                                                                                                                  +
                                                                                                                                                                                • +

                                                                                                                                                                                  If true, return (a value, b value).

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                • +

                                                                                                                                                                                  Otherwise, call panic! with a message and the values of the +expressions with their debug representations.

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                +

                                                                                                                                                                                §Examples

                                                                                                                                                                                +
                                                                                                                                                                                use assertables::*;
                                                                                                                                                                                +use std::process::Command;
                                                                                                                                                                                +
                                                                                                                                                                                +let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
                                                                                                                                                                                +let mut b = Command::new("bin/exit-with-arg"); b.arg("1");
                                                                                                                                                                                +assert_status_code_value_gt!(a, b);
                                                                                                                                                                                +
                                                                                                                                                                                +// This will panic
                                                                                                                                                                                +let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                +let mut b = Command::new("bin/exit-with-arg"); b.arg("2");
                                                                                                                                                                                +assert_status_code_value_gt!(a, b);
                                                                                                                                                                                +// assertion failed: `assert_status_code_value_gt!(a, b)`
                                                                                                                                                                                +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_gt.html
                                                                                                                                                                                +//  a label: `a`,
                                                                                                                                                                                +//  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                +//  a value: `1`",
                                                                                                                                                                                +//  b label: `b`,
                                                                                                                                                                                +//  b debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                +//  b value: `2`"
                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_gt_as_result!.html b/doc/lib/macro.assert_status_code_value_gt_as_result!.html new file mode 100644 index 000000000..531a6dd50 --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_gt_as_result!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.assert_status_code_value_gt_as_result.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_process_status_code_value_ge_x.html b/doc/lib/macro.assert_status_code_value_gt_as_result.html similarity index 50% rename from doc/lib/macro.debug_assert_process_status_code_value_ge_x.html rename to doc/lib/macro.assert_status_code_value_gt_as_result.html index 844f367ad..49afd3d7a 100644 --- a/doc/lib/macro.debug_assert_process_status_code_value_ge_x.html +++ b/doc/lib/macro.assert_status_code_value_gt_as_result.html @@ -1,27 +1,24 @@ -debug_assert_process_status_code_value_ge_x in lib - Rust
                                                                                                                                                                                macro_rules! debug_assert_process_status_code_value_ge_x {
                                                                                                                                                                                -    ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                +assert_status_code_value_gt_as_result in lib - Rust

                                                                                                                                                                                Macro lib::assert_status_code_value_gt_as_result

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_status_code_value_gt_as_result {
                                                                                                                                                                                +    ($a_process:expr, $b_process:expr $(,)?) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is greater than another.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                -a.len() ≥ b

                                                                                                                                                                                -

                                                                                                                                                                                This macro provides the same statements as assert_process_status_code_value_ge_x, -except this macro’s statements are only enabled in non-optimized -builds by default. An optimized build will not execute this macro’s -statements unless -C debug-assertions is passed to the compiler.

                                                                                                                                                                                -

                                                                                                                                                                                This macro is useful for checks that are too expensive to be present -in a release build but may be helpful during development.

                                                                                                                                                                                -

                                                                                                                                                                                The result of expanding this macro is always type checked.

                                                                                                                                                                                -

                                                                                                                                                                                An unchecked assertion allows a “bin/exit-with-arg” in an inconsistent state to -keep running, which might have unexpected consequences but does not -introduce unsafety as long as this only happens in safe code. The -performance cost of assertions, however, is not measurable in general. -Replacing assert*! with debug_assert*! is thus only encouraged -after thorough profiling, and more importantly, only in safe code!

                                                                                                                                                                                -

                                                                                                                                                                                This macro is intended to work in a similar way to -::std::debug_assert.

                                                                                                                                                                                +a ⇒ status ⇒ code ⇒ value > b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                +
                                                                                                                                                                                  +
                                                                                                                                                                                • +

                                                                                                                                                                                  If true, return Result Ok((a value, b value))).

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                • +

                                                                                                                                                                                  Otherwise, return Result Err(message).

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                +

                                                                                                                                                                                This macro provides the same statements as assert_, +except this macro returns a Result, rather than doing a panic.

                                                                                                                                                                                +

                                                                                                                                                                                This macro is useful for runtime checks, such as checking parameters, +or sanitizing inputs, or handling different results in different ways.

                                                                                                                                                                                §Module macros

                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_gt_x!.html b/doc/lib/macro.assert_status_code_value_gt_x!.html new file mode 100644 index 000000000..575691008 --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_gt_x!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.assert_status_code_value_gt_x.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_gt_x.html b/doc/lib/macro.assert_status_code_value_gt_x.html new file mode 100644 index 000000000..8e652204c --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_gt_x.html @@ -0,0 +1,41 @@ +assert_status_code_value_gt_x in lib - Rust

                                                                                                                                                                                Macro lib::assert_status_code_value_gt_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_status_code_value_gt_x {
                                                                                                                                                                                +    ($a_process:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                                +    ($a_process:expr, $b:expr, $($message:tt)+) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is greater than an expression.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a.len() > b

                                                                                                                                                                                +
                                                                                                                                                                                  +
                                                                                                                                                                                • +

                                                                                                                                                                                  If true, return `a ⇒ status ⇒ code ⇒ value``.

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                • +

                                                                                                                                                                                  Otherwise, call panic! with a message and the values of the +expressions with their debug representations.

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                +

                                                                                                                                                                                §Examples

                                                                                                                                                                                +
                                                                                                                                                                                use assertables::*;
                                                                                                                                                                                +use std::process::Command;
                                                                                                                                                                                +
                                                                                                                                                                                +let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
                                                                                                                                                                                +let b = 1;
                                                                                                                                                                                +assert_status_code_value_gt_x!(a, b);
                                                                                                                                                                                +
                                                                                                                                                                                +// This will panic
                                                                                                                                                                                +let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                +let b = 2;
                                                                                                                                                                                +assert_status_code_value_gt_x!(a, b);
                                                                                                                                                                                +// assertion failed: `assert_status_code_value_gt_x!(a, b)`
                                                                                                                                                                                +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_gt_x.html
                                                                                                                                                                                +//  a label: `a`,
                                                                                                                                                                                +//  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                +//  a value: `1`",
                                                                                                                                                                                +//  b label: `b`,
                                                                                                                                                                                +//  b debug: `2`
                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_gt_x_as_result!.html b/doc/lib/macro.assert_status_code_value_gt_x_as_result!.html new file mode 100644 index 000000000..8799f48ce --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_gt_x_as_result!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.assert_status_code_value_gt_x_as_result.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_gt_x_as_result.html b/doc/lib/macro.assert_status_code_value_gt_x_as_result.html new file mode 100644 index 000000000..bab0551b7 --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_gt_x_as_result.html @@ -0,0 +1,24 @@ +assert_status_code_value_gt_x_as_result in lib - Rust
                                                                                                                                                                                macro_rules! assert_status_code_value_gt_x_as_result {
                                                                                                                                                                                +    ($a_process:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is greater than an expression.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a.len() > b

                                                                                                                                                                                +
                                                                                                                                                                                  +
                                                                                                                                                                                • +

                                                                                                                                                                                  If true, return Result Ok(a ⇒ status ⇒ code ⇒ value).

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                • +

                                                                                                                                                                                  Otherwise, return Result Err(message).

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                +

                                                                                                                                                                                This macro provides the same statements as assert_, +except this macro returns a Result, rather than doing a panic.

                                                                                                                                                                                +

                                                                                                                                                                                This macro is useful for runtime checks, such as checking parameters, +or sanitizing inputs, or handling different results in different ways.

                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_le!.html b/doc/lib/macro.assert_status_code_value_le!.html new file mode 100644 index 000000000..d233df80b --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_le!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.assert_status_code_value_le.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_le.html b/doc/lib/macro.assert_status_code_value_le.html new file mode 100644 index 000000000..4fba45ce9 --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_le.html @@ -0,0 +1,42 @@ +assert_status_code_value_le in lib - Rust

                                                                                                                                                                                Macro lib::assert_status_code_value_le

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_status_code_value_le {
                                                                                                                                                                                +    ($a_process:expr, $b_process:expr $(,)?) => { ... };
                                                                                                                                                                                +    ($a_process:expr, $b_process:expr, $($message:tt)+) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is less than or equal to another.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a ⇒ status ⇒ code ⇒ value ≤ b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                +
                                                                                                                                                                                  +
                                                                                                                                                                                • +

                                                                                                                                                                                  If true, return (a value, b value).

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                • +

                                                                                                                                                                                  Otherwise, call panic! with a message and the values of the +expressions with their debug representations.

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                +

                                                                                                                                                                                §Examples

                                                                                                                                                                                +
                                                                                                                                                                                use assertables::*;
                                                                                                                                                                                +use std::process::Command;
                                                                                                                                                                                +
                                                                                                                                                                                +let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                +let mut b = Command::new("bin/exit-with-arg"); b.arg("2");
                                                                                                                                                                                +assert_status_code_value_le!(a, b);
                                                                                                                                                                                +
                                                                                                                                                                                +// This will panic
                                                                                                                                                                                +let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
                                                                                                                                                                                +let mut b = Command::new("bin/exit-with-arg"); b.arg("1");
                                                                                                                                                                                +assert_status_code_value_le!(a, b);
                                                                                                                                                                                +// assertion failed: `assert_status_code_value_le!(a, b)`
                                                                                                                                                                                +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_le.html
                                                                                                                                                                                +//  a label: `a`,
                                                                                                                                                                                +//  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                +//  a value: `2`",
                                                                                                                                                                                +//  b label: `b`,
                                                                                                                                                                                +//  b debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                +//  b value: `1`"
                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_le_as_result!.html b/doc/lib/macro.assert_status_code_value_le_as_result!.html new file mode 100644 index 000000000..af23dd5b7 --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_le_as_result!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.assert_status_code_value_le_as_result.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_le_as_result.html b/doc/lib/macro.assert_status_code_value_le_as_result.html new file mode 100644 index 000000000..a22855c5f --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_le_as_result.html @@ -0,0 +1,24 @@ +assert_status_code_value_le_as_result in lib - Rust

                                                                                                                                                                                Macro lib::assert_status_code_value_le_as_result

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_status_code_value_le_as_result {
                                                                                                                                                                                +    ($a_process:expr, $b_process:expr $(,)?) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is less than or equal to another.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a ⇒ status ⇒ code ⇒ value ≤ b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                +
                                                                                                                                                                                  +
                                                                                                                                                                                • +

                                                                                                                                                                                  If true, return Result Ok((a value, b value))).

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                • +

                                                                                                                                                                                  Otherwise, return Result Err(message).

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                +

                                                                                                                                                                                This macro provides the same statements as assert_, +except this macro returns a Result, rather than doing a panic.

                                                                                                                                                                                +

                                                                                                                                                                                This macro is useful for runtime checks, such as checking parameters, +or sanitizing inputs, or handling different results in different ways.

                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_le_x!.html b/doc/lib/macro.assert_status_code_value_le_x!.html new file mode 100644 index 000000000..b737380be --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_le_x!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.assert_status_code_value_le_x.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_le_x.html b/doc/lib/macro.assert_status_code_value_le_x.html new file mode 100644 index 000000000..5aed56f65 --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_le_x.html @@ -0,0 +1,41 @@ +assert_status_code_value_le_x in lib - Rust

                                                                                                                                                                                Macro lib::assert_status_code_value_le_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_status_code_value_le_x {
                                                                                                                                                                                +    ($a_process:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                                +    ($a_process:expr, $b:expr, $($message:tt)+) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is less than or equal to an expression.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a.len() ≤ b

                                                                                                                                                                                +
                                                                                                                                                                                  +
                                                                                                                                                                                • +

                                                                                                                                                                                  If true, return `a ⇒ status ⇒ code ⇒ value``.

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                • +

                                                                                                                                                                                  Otherwise, call panic! with a message and the values of the +expressions with their debug representations.

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                +

                                                                                                                                                                                §Examples

                                                                                                                                                                                +
                                                                                                                                                                                use assertables::*;
                                                                                                                                                                                +use std::process::Command;
                                                                                                                                                                                +
                                                                                                                                                                                +let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                +let b = 2;
                                                                                                                                                                                +assert_status_code_value_le_x!(a, b);
                                                                                                                                                                                +
                                                                                                                                                                                +// This will panic
                                                                                                                                                                                +let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
                                                                                                                                                                                +let b = 1;
                                                                                                                                                                                +assert_status_code_value_le_x!(a, b);
                                                                                                                                                                                +// assertion failed: `assert_status_code_value_le_x!(a, b)`
                                                                                                                                                                                +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_le_x.html
                                                                                                                                                                                +//  a label: `a`,
                                                                                                                                                                                +//  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                +//  a value: `2`",
                                                                                                                                                                                +//  b label: `b`,
                                                                                                                                                                                +//  b debug: `1`
                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_le_x_as_result!.html b/doc/lib/macro.assert_status_code_value_le_x_as_result!.html new file mode 100644 index 000000000..7678338b5 --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_le_x_as_result!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.assert_status_code_value_le_x_as_result.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_le_x_as_result.html b/doc/lib/macro.assert_status_code_value_le_x_as_result.html new file mode 100644 index 000000000..0a9140671 --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_le_x_as_result.html @@ -0,0 +1,24 @@ +assert_status_code_value_le_x_as_result in lib - Rust
                                                                                                                                                                                macro_rules! assert_status_code_value_le_x_as_result {
                                                                                                                                                                                +    ($a_process:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is less than or equal to an expression.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a.len() ≤ b

                                                                                                                                                                                +
                                                                                                                                                                                  +
                                                                                                                                                                                • +

                                                                                                                                                                                  If true, return Result Ok(a ⇒ status ⇒ code ⇒ value).

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                • +

                                                                                                                                                                                  Otherwise, return Result Err(message).

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                +

                                                                                                                                                                                This macro provides the same statements as assert_, +except this macro returns a Result, rather than doing a panic.

                                                                                                                                                                                +

                                                                                                                                                                                This macro is useful for runtime checks, such as checking parameters, +or sanitizing inputs, or handling different results in different ways.

                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_lt!.html b/doc/lib/macro.assert_status_code_value_lt!.html new file mode 100644 index 000000000..09d69be0c --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_lt!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.assert_status_code_value_lt.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_lt.html b/doc/lib/macro.assert_status_code_value_lt.html new file mode 100644 index 000000000..7271fc290 --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_lt.html @@ -0,0 +1,42 @@ +assert_status_code_value_lt in lib - Rust

                                                                                                                                                                                Macro lib::assert_status_code_value_lt

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_status_code_value_lt {
                                                                                                                                                                                +    ($a_process:expr, $b_process:expr $(,)?) => { ... };
                                                                                                                                                                                +    ($a_process:expr, $b_process:expr, $($message:tt)+) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is less than another.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a ⇒ status ⇒ code ⇒ value < b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                +
                                                                                                                                                                                  +
                                                                                                                                                                                • +

                                                                                                                                                                                  If true, return (a value, b value).

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                • +

                                                                                                                                                                                  Otherwise, call panic! with a message and the values of the +expressions with their debug representations.

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                +

                                                                                                                                                                                §Examples

                                                                                                                                                                                +
                                                                                                                                                                                use assertables::*;
                                                                                                                                                                                +use std::process::Command;
                                                                                                                                                                                +
                                                                                                                                                                                +let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                +let mut b = Command::new("bin/exit-with-arg"); b.arg("2");
                                                                                                                                                                                +assert_status_code_value_lt!(a, b);
                                                                                                                                                                                +
                                                                                                                                                                                +// This will panic
                                                                                                                                                                                +let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
                                                                                                                                                                                +let mut b = Command::new("bin/exit-with-arg"); b.arg("1");
                                                                                                                                                                                +assert_status_code_value_lt!(a, b);
                                                                                                                                                                                +// assertion failed: `assert_status_code_value_lt!(a, b)`
                                                                                                                                                                                +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_lt.html
                                                                                                                                                                                +//  a label: `a`,
                                                                                                                                                                                +//  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                +//  a value: `2`",
                                                                                                                                                                                +//  b label: `b`,
                                                                                                                                                                                +//  b debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                +//  b value: `1`"
                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_lt_as_result!.html b/doc/lib/macro.assert_status_code_value_lt_as_result!.html new file mode 100644 index 000000000..172e5788d --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_lt_as_result!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.assert_status_code_value_lt_as_result.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_lt_as_result.html b/doc/lib/macro.assert_status_code_value_lt_as_result.html new file mode 100644 index 000000000..b974a8a7e --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_lt_as_result.html @@ -0,0 +1,24 @@ +assert_status_code_value_lt_as_result in lib - Rust

                                                                                                                                                                                Macro lib::assert_status_code_value_lt_as_result

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_status_code_value_lt_as_result {
                                                                                                                                                                                +    ($a_process:expr, $b_process:expr $(,)?) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is less than another.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a ⇒ status ⇒ code ⇒ value < b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                +
                                                                                                                                                                                  +
                                                                                                                                                                                • +

                                                                                                                                                                                  If true, return Result Ok((a value, b value))).

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                • +

                                                                                                                                                                                  Otherwise, return Result Err(message).

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                +

                                                                                                                                                                                This macro provides the same statements as assert_, +except this macro returns a Result, rather than doing a panic.

                                                                                                                                                                                +

                                                                                                                                                                                This macro is useful for runtime checks, such as checking parameters, +or sanitizing inputs, or handling different results in different ways.

                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_lt_x!.html b/doc/lib/macro.assert_status_code_value_lt_x!.html new file mode 100644 index 000000000..6c9cf0690 --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_lt_x!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.assert_status_code_value_lt_x.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_lt_x.html b/doc/lib/macro.assert_status_code_value_lt_x.html new file mode 100644 index 000000000..994a81fff --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_lt_x.html @@ -0,0 +1,41 @@ +assert_status_code_value_lt_x in lib - Rust

                                                                                                                                                                                Macro lib::assert_status_code_value_lt_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_status_code_value_lt_x {
                                                                                                                                                                                +    ($a_process:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                                +    ($a_process:expr, $b:expr, $($message:tt)+) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is less than an expression.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a.len() < b

                                                                                                                                                                                +
                                                                                                                                                                                  +
                                                                                                                                                                                • +

                                                                                                                                                                                  If true, return `a ⇒ status ⇒ code ⇒ value``.

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                • +

                                                                                                                                                                                  Otherwise, call panic! with a message and the values of the +expressions with their debug representations.

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                +

                                                                                                                                                                                §Examples

                                                                                                                                                                                +
                                                                                                                                                                                use assertables::*;
                                                                                                                                                                                +use std::process::Command;
                                                                                                                                                                                +
                                                                                                                                                                                +let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                +let b = 2;
                                                                                                                                                                                +assert_status_code_value_lt_x!(a, b);
                                                                                                                                                                                +
                                                                                                                                                                                +// This will panic
                                                                                                                                                                                +let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
                                                                                                                                                                                +let b = 1;
                                                                                                                                                                                +assert_status_code_value_lt_x!(a, b);
                                                                                                                                                                                +// assertion failed: `assert_status_code_value_lt_x!(a, b)`
                                                                                                                                                                                +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_lt_x.html
                                                                                                                                                                                +//  a label: `a`,
                                                                                                                                                                                +//  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                +//  a value: `2`",
                                                                                                                                                                                +//  b label: `b`,
                                                                                                                                                                                +//  b debug: `1`
                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_lt_x_as_result!.html b/doc/lib/macro.assert_status_code_value_lt_x_as_result!.html new file mode 100644 index 000000000..5e80f4410 --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_lt_x_as_result!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.assert_status_code_value_lt_x_as_result.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_lt_x_as_result.html b/doc/lib/macro.assert_status_code_value_lt_x_as_result.html new file mode 100644 index 000000000..62fb27749 --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_lt_x_as_result.html @@ -0,0 +1,24 @@ +assert_status_code_value_lt_x_as_result in lib - Rust
                                                                                                                                                                                macro_rules! assert_status_code_value_lt_x_as_result {
                                                                                                                                                                                +    ($a_process:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is less than an expression.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a.len() < b

                                                                                                                                                                                +
                                                                                                                                                                                  +
                                                                                                                                                                                • +

                                                                                                                                                                                  If true, return Result Ok(a ⇒ status ⇒ code ⇒ value).

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                • +

                                                                                                                                                                                  Otherwise, return Result Err(message).

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                +

                                                                                                                                                                                This macro provides the same statements as assert_, +except this macro returns a Result, rather than doing a panic.

                                                                                                                                                                                +

                                                                                                                                                                                This macro is useful for runtime checks, such as checking parameters, +or sanitizing inputs, or handling different results in different ways.

                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_ne!.html b/doc/lib/macro.assert_status_code_value_ne!.html new file mode 100644 index 000000000..2e80c8506 --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_ne!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.assert_status_code_value_ne.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_ne.html b/doc/lib/macro.assert_status_code_value_ne.html new file mode 100644 index 000000000..af46b66dc --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_ne.html @@ -0,0 +1,42 @@ +assert_status_code_value_ne in lib - Rust

                                                                                                                                                                                Macro lib::assert_status_code_value_ne

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_status_code_value_ne {
                                                                                                                                                                                +    ($a_process:expr, $b_process:expr $(,)?) => { ... };
                                                                                                                                                                                +    ($a_process:expr, $b_process:expr, $($message:tt)+) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is not equal to another.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a ⇒ status ⇒ code ⇒ value ≠ b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                +
                                                                                                                                                                                  +
                                                                                                                                                                                • +

                                                                                                                                                                                  If true, return (a value, b value).

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                • +

                                                                                                                                                                                  Otherwise, call panic! with a message and the values of the +expressions with their debug representations.

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                +

                                                                                                                                                                                §Examples

                                                                                                                                                                                +
                                                                                                                                                                                use assertables::*;
                                                                                                                                                                                +use std::process::Command;
                                                                                                                                                                                +
                                                                                                                                                                                +let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                +let mut b = Command::new("bin/exit-with-arg"); b.arg("2");
                                                                                                                                                                                +assert_status_code_value_ne!(a, b);
                                                                                                                                                                                +
                                                                                                                                                                                +// This will panic
                                                                                                                                                                                +let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                +let mut b = Command::new("bin/exit-with-arg"); b.arg("1");
                                                                                                                                                                                +assert_status_code_value_ne!(a, b);
                                                                                                                                                                                +// assertion failed: `assert_status_code_value_ne!(a, b)`
                                                                                                                                                                                +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ne.html
                                                                                                                                                                                +//  a label: `a`,
                                                                                                                                                                                +//  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                +//  a value: `1`",
                                                                                                                                                                                +//  b label: `b`,
                                                                                                                                                                                +//  b debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                +//  b value: `1`"
                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_ne_as_result!.html b/doc/lib/macro.assert_status_code_value_ne_as_result!.html new file mode 100644 index 000000000..d1ebc1a61 --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_ne_as_result!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.assert_status_code_value_ne_as_result.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_process_status_code_value_le_x.html b/doc/lib/macro.assert_status_code_value_ne_as_result.html similarity index 50% rename from doc/lib/macro.debug_assert_process_status_code_value_le_x.html rename to doc/lib/macro.assert_status_code_value_ne_as_result.html index 45e7e41ea..1b741fcb3 100644 --- a/doc/lib/macro.debug_assert_process_status_code_value_le_x.html +++ b/doc/lib/macro.assert_status_code_value_ne_as_result.html @@ -1,27 +1,24 @@ -debug_assert_process_status_code_value_le_x in lib - Rust
                                                                                                                                                                                macro_rules! debug_assert_process_status_code_value_le_x {
                                                                                                                                                                                -    ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                +assert_status_code_value_ne_as_result in lib - Rust

                                                                                                                                                                                Macro lib::assert_status_code_value_ne_as_result

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_status_code_value_ne_as_result {
                                                                                                                                                                                +    ($a_process:expr, $b_process:expr $(,)?) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is not equal to another.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                -a.len() ≤ b

                                                                                                                                                                                -

                                                                                                                                                                                This macro provides the same statements as assert_process_status_code_value_le_x, -except this macro’s statements are only enabled in non-optimized -builds by default. An optimized build will not execute this macro’s -statements unless -C debug-assertions is passed to the compiler.

                                                                                                                                                                                -

                                                                                                                                                                                This macro is useful for checks that are too expensive to be present -in a release build but may be helpful during development.

                                                                                                                                                                                -

                                                                                                                                                                                The result of expanding this macro is always type checked.

                                                                                                                                                                                -

                                                                                                                                                                                An unchecked assertion allows a “bin/exit-with-arg” in an inconsistent state to -keep running, which might have unexpected consequences but does not -introduce unsafety as long as this only happens in safe code. The -performance cost of assertions, however, is not measurable in general. -Replacing assert*! with debug_assert*! is thus only encouraged -after thorough profiling, and more importantly, only in safe code!

                                                                                                                                                                                -

                                                                                                                                                                                This macro is intended to work in a similar way to -::std::debug_assert.

                                                                                                                                                                                +a ⇒ status ⇒ code ⇒ value ≠ b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                +
                                                                                                                                                                                  +
                                                                                                                                                                                • +

                                                                                                                                                                                  If true, return Result Ok((a value, b value))).

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                • +

                                                                                                                                                                                  Otherwise, return Result Err(message).

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                +

                                                                                                                                                                                This macro provides the same statements as assert_, +except this macro returns a Result, rather than doing a panic.

                                                                                                                                                                                +

                                                                                                                                                                                This macro is useful for runtime checks, such as checking parameters, +or sanitizing inputs, or handling different results in different ways.

                                                                                                                                                                                §Module macros

                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_ne_x!.html b/doc/lib/macro.assert_status_code_value_ne_x!.html new file mode 100644 index 000000000..8d8f3dc9f --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_ne_x!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.assert_status_code_value_ne_x.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_ne_x.html b/doc/lib/macro.assert_status_code_value_ne_x.html new file mode 100644 index 000000000..17f7c9adb --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_ne_x.html @@ -0,0 +1,41 @@ +assert_status_code_value_ne_x in lib - Rust

                                                                                                                                                                                Macro lib::assert_status_code_value_ne_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_status_code_value_ne_x {
                                                                                                                                                                                +    ($a_process:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                                +    ($a_process:expr, $b:expr, $($message:tt)+) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is not equal to another.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a ⇒ status ⇒ code ⇒ value = b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                +
                                                                                                                                                                                  +
                                                                                                                                                                                • +

                                                                                                                                                                                  If true, return (a value, b value).

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                • +

                                                                                                                                                                                  Otherwise, call panic! with a message and the values of the +expressions with their debug representations.

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                +

                                                                                                                                                                                §Examples

                                                                                                                                                                                +
                                                                                                                                                                                use assertables::*;
                                                                                                                                                                                +use std::process::Command;
                                                                                                                                                                                +
                                                                                                                                                                                +let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                +let b = 2;
                                                                                                                                                                                +assert_status_code_value_ne_x!(a, b);
                                                                                                                                                                                +
                                                                                                                                                                                +// This will panic
                                                                                                                                                                                +let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                +let b = 1;
                                                                                                                                                                                +assert_status_code_value_ne_x!(a, b);
                                                                                                                                                                                +// assertion failed: `assert_status_code_value_ne_x!(a, b)`
                                                                                                                                                                                +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ne_x.html
                                                                                                                                                                                +//  a label: `a`,
                                                                                                                                                                                +//  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                +//  a value: `1`",
                                                                                                                                                                                +//  b label: `b`,
                                                                                                                                                                                +//  b debug: `1`"
                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_ne_x_as_result!.html b/doc/lib/macro.assert_status_code_value_ne_x_as_result!.html new file mode 100644 index 000000000..b91ab8b09 --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_ne_x_as_result!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.assert_status_code_value_ne_x_as_result.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_status_code_value_ne_x_as_result.html b/doc/lib/macro.assert_status_code_value_ne_x_as_result.html new file mode 100644 index 000000000..f6666da51 --- /dev/null +++ b/doc/lib/macro.assert_status_code_value_ne_x_as_result.html @@ -0,0 +1,24 @@ +assert_status_code_value_ne_x_as_result in lib - Rust
                                                                                                                                                                                macro_rules! assert_status_code_value_ne_x_as_result {
                                                                                                                                                                                +    ($a_process:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is not equal to another.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a ⇒ status ⇒ code ⇒ value = b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                +
                                                                                                                                                                                  +
                                                                                                                                                                                • +

                                                                                                                                                                                  If true, return Result Ok((a value, b value))).

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                • +

                                                                                                                                                                                  Otherwise, return Result Err(message).

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                +

                                                                                                                                                                                This macro provides the same statements as assert_, +except this macro returns a Result, rather than doing a panic.

                                                                                                                                                                                +

                                                                                                                                                                                This macro is useful for runtime checks, such as checking parameters, +or sanitizing inputs, or handling different results in different ways.

                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.assert_status_success!.html b/doc/lib/macro.assert_status_success!.html new file mode 100644 index 000000000..8a58ce17a --- /dev/null +++ b/doc/lib/macro.assert_status_success!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.assert_status_success.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_ge_x.html b/doc/lib/macro.assert_status_success.html similarity index 59% rename from doc/lib/macro.assert_process_status_code_value_ge_x.html rename to doc/lib/macro.assert_status_success.html index 374fc4719..edb056bf3 100644 --- a/doc/lib/macro.assert_process_status_code_value_ge_x.html +++ b/doc/lib/macro.assert_status_success.html @@ -1,9 +1,9 @@ -assert_process_status_code_value_ge_x in lib - Rust

                                                                                                                                                                                Macro lib::assert_process_status_code_value_ge_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_process_status_code_value_ge_x {
                                                                                                                                                                                -    ($a_process:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                                -    ($a_process:expr, $b:expr, $($message:tt)+) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a process status code value is greater than or equal to an expression.

                                                                                                                                                                                +assert_status_success in lib - Rust

                                                                                                                                                                                Macro lib::assert_status_success

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_status_success {
                                                                                                                                                                                +    ($a:expr $(,)?) => { ... };
                                                                                                                                                                                +    ($a:expr, $($message:tt)+) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status is a success.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                -a.len() ≥ b

                                                                                                                                                                                +a ⇒ status ⇒ success = true

                                                                                                                                                                                • If true, return `a ⇒ status ⇒ code ⇒ value``.

                                                                                                                                                                                  @@ -17,25 +17,20 @@

                                                                                                                                                                                  §Examples

                                                                                                                                                                                  use assertables::*;
                                                                                                                                                                                   use std::process::Command;
                                                                                                                                                                                   
                                                                                                                                                                                  -let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
                                                                                                                                                                                  -let b = 1;
                                                                                                                                                                                  -assert_process_status_code_value_ge_x!(a, b);
                                                                                                                                                                                  +let mut a = Command::new("bin/exit-with-arg"); a.arg("0");
                                                                                                                                                                                  +assert_status_success!(a);
                                                                                                                                                                                   
                                                                                                                                                                                   // This will panic
                                                                                                                                                                                   let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                  -let b = 2;
                                                                                                                                                                                  -assert_process_status_code_value_ge_x!(a, b);
                                                                                                                                                                                  -// assertion failed: `assert_process_status_code_value_ge_x!(a, b)`
                                                                                                                                                                                  -// https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ge_x.html
                                                                                                                                                                                  +assert_status_success!(a);
                                                                                                                                                                                  +// assertion failed: `assert_status_success!(a)`
                                                                                                                                                                                  +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_success.html
                                                                                                                                                                                   //  a label: `a`,
                                                                                                                                                                                  -//  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                  -//  a value: `1`",
                                                                                                                                                                                  -//  b label: `b`,
                                                                                                                                                                                  -//  b debug: `2`
                                                                                                                                                                                  +// a debug: `\"bin/exit-with-arg\" \"1\"`

                                                                                                                                                                                §Module macros

                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.assert_status_success_as_result!.html b/doc/lib/macro.assert_status_success_as_result!.html new file mode 100644 index 000000000..6765a1139 --- /dev/null +++ b/doc/lib/macro.assert_status_success_as_result!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.assert_status_success_as_result.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_ge_x_as_result.html b/doc/lib/macro.assert_status_success_as_result.html similarity index 65% rename from doc/lib/macro.assert_process_status_code_value_ge_x_as_result.html rename to doc/lib/macro.assert_status_success_as_result.html index 142a3d9d3..c3a006bef 100644 --- a/doc/lib/macro.assert_process_status_code_value_ge_x_as_result.html +++ b/doc/lib/macro.assert_status_success_as_result.html @@ -1,8 +1,8 @@ -assert_process_status_code_value_ge_x_as_result in lib - Rust
                                                                                                                                                                                macro_rules! assert_process_status_code_value_ge_x_as_result {
                                                                                                                                                                                -    ($a_process:expr, $b:expr $(,)?) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a process status code value is greater than or equal to an expression.

                                                                                                                                                                                +assert_status_success_as_result in lib - Rust

                                                                                                                                                                                Macro lib::assert_status_success_as_result

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_status_success_as_result {
                                                                                                                                                                                +    ($a:expr $(,)?) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status is a success.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                -a.len() ≥ b

                                                                                                                                                                                +a ⇒ status ⇒ success = true

                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.assert_status_success_false!.html b/doc/lib/macro.assert_status_success_false!.html new file mode 100644 index 000000000..e7e8d10e6 --- /dev/null +++ b/doc/lib/macro.assert_status_success_false!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.assert_status_success_false.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_status_success_false.html b/doc/lib/macro.assert_status_success_false.html new file mode 100644 index 000000000..f1c6a6582 --- /dev/null +++ b/doc/lib/macro.assert_status_success_false.html @@ -0,0 +1,36 @@ +assert_status_success_false in lib - Rust

                                                                                                                                                                                Macro lib::assert_status_success_false

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_status_success_false {
                                                                                                                                                                                +    ($a:expr $(,)?) => { ... };
                                                                                                                                                                                +    ($a:expr, $($message:tt)+) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status is a failure.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a ⇒ status ⇒ success = false

                                                                                                                                                                                +
                                                                                                                                                                                  +
                                                                                                                                                                                • +

                                                                                                                                                                                  If true, return `a ⇒ status ⇒ code ⇒ value``.

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                • +

                                                                                                                                                                                  Otherwise, call panic! with a message and the values of the +expressions with their debug representations.

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                +

                                                                                                                                                                                §Examples

                                                                                                                                                                                +
                                                                                                                                                                                use assertables::*;
                                                                                                                                                                                +use std::process::Command;
                                                                                                                                                                                +
                                                                                                                                                                                +let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                +assert_status_success_false!(a);
                                                                                                                                                                                +
                                                                                                                                                                                +// This will panic
                                                                                                                                                                                +let mut a = Command::new("bin/exit-with-arg"); a.arg("0");
                                                                                                                                                                                +assert_status_success_false!(a);
                                                                                                                                                                                +// assertion failed: `assert_status_success_false!(a)`
                                                                                                                                                                                +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_success_false.html
                                                                                                                                                                                +//  a label: `a`,
                                                                                                                                                                                +//  a debug: `\"bin/exit-with-arg\" \"0\"`
                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.assert_status_success_false_as_result!.html b/doc/lib/macro.assert_status_success_false_as_result!.html new file mode 100644 index 000000000..c85a9bb22 --- /dev/null +++ b/doc/lib/macro.assert_status_success_false_as_result!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.assert_status_success_false_as_result.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_status_success_false_as_result.html b/doc/lib/macro.assert_status_success_false_as_result.html new file mode 100644 index 000000000..e0b0abbcf --- /dev/null +++ b/doc/lib/macro.assert_status_success_false_as_result.html @@ -0,0 +1,24 @@ +assert_status_success_false_as_result in lib - Rust

                                                                                                                                                                                Macro lib::assert_status_success_false_as_result

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_status_success_false_as_result {
                                                                                                                                                                                +    ($a:expr $(,)?) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status is a failure.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a ⇒ status ⇒ success = false

                                                                                                                                                                                +
                                                                                                                                                                                  +
                                                                                                                                                                                • +

                                                                                                                                                                                  If true, return Result Ok(a ⇒ status ⇒ code ⇒ value).

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                • +

                                                                                                                                                                                  Otherwise, return Result Err(message).

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                +

                                                                                                                                                                                This macro provides the same statements as assert_, +except this macro returns a Result, rather than doing a panic.

                                                                                                                                                                                +

                                                                                                                                                                                This macro is useful for runtime checks, such as checking parameters, +or sanitizing inputs, or handling different results in different ways.

                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.assert_success!.html b/doc/lib/macro.assert_success!.html new file mode 100644 index 000000000..67c08456a --- /dev/null +++ b/doc/lib/macro.assert_success!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.assert_success.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_success.html b/doc/lib/macro.assert_success.html new file mode 100644 index 000000000..c41bfc760 --- /dev/null +++ b/doc/lib/macro.assert_success.html @@ -0,0 +1,41 @@ +assert_success in lib - Rust

                                                                                                                                                                                Macro lib::assert_success

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_success {
                                                                                                                                                                                +    ($a:expr $(,)?) => { ... };
                                                                                                                                                                                +    ($a:expr, $($message:tt)+) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a success method is true.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a.success() = true

                                                                                                                                                                                +
                                                                                                                                                                                  +
                                                                                                                                                                                • +

                                                                                                                                                                                  If true, return true.

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                • +

                                                                                                                                                                                  Otherwise, call panic! with a message and the values of the +expressions with their debug representations.

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                +

                                                                                                                                                                                §Examples

                                                                                                                                                                                +
                                                                                                                                                                                use assertables::*;
                                                                                                                                                                                +
                                                                                                                                                                                +#[derive(Debug)]
                                                                                                                                                                                +struct A;
                                                                                                                                                                                +impl A { fn success(&self) -> bool { true }}
                                                                                                                                                                                +let a = A{};
                                                                                                                                                                                +assert_success!(a);
                                                                                                                                                                                +
                                                                                                                                                                                +// This will panic
                                                                                                                                                                                +#[derive(Debug)]
                                                                                                                                                                                +struct A;
                                                                                                                                                                                +impl A { fn success(&self) -> bool { false }}
                                                                                                                                                                                +let a = A{};
                                                                                                                                                                                +assert_success!(a);
                                                                                                                                                                                +// assertion failed: `assert_success!(a)`
                                                                                                                                                                                +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_success.html
                                                                                                                                                                                +//  a label: `a`,
                                                                                                                                                                                +//  a debug: `A`
                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.assert_success_as_result!.html b/doc/lib/macro.assert_success_as_result!.html new file mode 100644 index 000000000..a9332f032 --- /dev/null +++ b/doc/lib/macro.assert_success_as_result!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.assert_success_as_result.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_success_as_result.html b/doc/lib/macro.assert_success_as_result.html new file mode 100644 index 000000000..cb5344678 --- /dev/null +++ b/doc/lib/macro.assert_success_as_result.html @@ -0,0 +1,24 @@ +assert_success_as_result in lib - Rust

                                                                                                                                                                                Macro lib::assert_success_as_result

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_success_as_result {
                                                                                                                                                                                +    ($a:expr $(,)?) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a success method is true.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a.success() = true

                                                                                                                                                                                +
                                                                                                                                                                                  +
                                                                                                                                                                                • +

                                                                                                                                                                                  If true, return Result Ok(true).

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                • +

                                                                                                                                                                                  Otherwise, return Result Err(message).

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                +

                                                                                                                                                                                This macro provides the same statements as assert_, +except this macro returns a Result, rather than doing a panic.

                                                                                                                                                                                +

                                                                                                                                                                                This macro is useful for runtime checks, such as checking parameters, +or sanitizing inputs, or handling different results in different ways.

                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.assert_success_false!.html b/doc/lib/macro.assert_success_false!.html new file mode 100644 index 000000000..25a244804 --- /dev/null +++ b/doc/lib/macro.assert_success_false!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.assert_success_false.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_success_false.html b/doc/lib/macro.assert_success_false.html new file mode 100644 index 000000000..7256d2e8a --- /dev/null +++ b/doc/lib/macro.assert_success_false.html @@ -0,0 +1,41 @@ +assert_success_false in lib - Rust

                                                                                                                                                                                Macro lib::assert_success_false

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_success_false {
                                                                                                                                                                                +    ($a:expr $(,)?) => { ... };
                                                                                                                                                                                +    ($a:expr, $($message:tt)+) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a failure method is true.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a.success() = false

                                                                                                                                                                                +
                                                                                                                                                                                  +
                                                                                                                                                                                • +

                                                                                                                                                                                  If true, return true.

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                • +

                                                                                                                                                                                  Otherwise, call panic! with a message and the values of the +expressions with their debug representations.

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                +

                                                                                                                                                                                §Examples

                                                                                                                                                                                +
                                                                                                                                                                                use assertables::*;
                                                                                                                                                                                +
                                                                                                                                                                                +#[derive(Debug)]
                                                                                                                                                                                +struct A;
                                                                                                                                                                                +impl A { fn success(&self) -> bool { false }}
                                                                                                                                                                                +let a = A{};
                                                                                                                                                                                +assert_success_false!(a);
                                                                                                                                                                                +
                                                                                                                                                                                +// This will panic
                                                                                                                                                                                +#[derive(Debug)]
                                                                                                                                                                                +struct A;
                                                                                                                                                                                +impl A { fn success(&self) -> bool { true }}
                                                                                                                                                                                +let a = A{};
                                                                                                                                                                                +assert_success_false!(a);
                                                                                                                                                                                +// assertion failed: `assert_success_false!(a)`
                                                                                                                                                                                +// https://docs.rs/assertables/9.3.0/assertables/macro.assert_success_false.html
                                                                                                                                                                                +//  a label: `a`,
                                                                                                                                                                                +//  a debug: `A`
                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.assert_success_false_as_result!.html b/doc/lib/macro.assert_success_false_as_result!.html new file mode 100644 index 000000000..892440104 --- /dev/null +++ b/doc/lib/macro.assert_success_false_as_result!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.assert_success_false_as_result.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_success_false_as_result.html b/doc/lib/macro.assert_success_false_as_result.html new file mode 100644 index 000000000..b94b3fe94 --- /dev/null +++ b/doc/lib/macro.assert_success_false_as_result.html @@ -0,0 +1,24 @@ +assert_success_false_as_result in lib - Rust

                                                                                                                                                                                Macro lib::assert_success_false_as_result

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! assert_success_false_as_result {
                                                                                                                                                                                +    ($a:expr $(,)?) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a failure method is true.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a.success() = false

                                                                                                                                                                                +
                                                                                                                                                                                  +
                                                                                                                                                                                • +

                                                                                                                                                                                  If true, return Result Ok(true).

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                • +

                                                                                                                                                                                  Otherwise, return Result Err(message).

                                                                                                                                                                                  +
                                                                                                                                                                                • +
                                                                                                                                                                                +

                                                                                                                                                                                This macro provides the same statements as assert_, +except this macro returns a Result, rather than doing a panic.

                                                                                                                                                                                +

                                                                                                                                                                                This macro is useful for runtime checks, such as checking parameters, +or sanitizing inputs, or handling different results in different ways.

                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_approx_eq.html b/doc/lib/macro.debug_assert_approx_eq.html index b9d6b04eb..eff6ec182 100644 --- a/doc/lib/macro.debug_assert_approx_eq.html +++ b/doc/lib/macro.debug_assert_approx_eq.html @@ -1,6 +1,6 @@ -debug_assert_approx_eq in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_approx_eq

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_approx_eq {
                                                                                                                                                                                +debug_assert_approx_eq in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_approx_eq

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_approx_eq {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a number is approximately equal to another number.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a number is approximately equal to another.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                | a - b | ≤ 1e-6

                                                                                                                                                                                This macro provides the same statements as assert_approx_eq, diff --git a/doc/lib/macro.debug_assert_approx_ne.html b/doc/lib/macro.debug_assert_approx_ne.html index d3eddf04a..dbd033574 100644 --- a/doc/lib/macro.debug_assert_approx_ne.html +++ b/doc/lib/macro.debug_assert_approx_ne.html @@ -1,6 +1,6 @@ -debug_assert_approx_ne in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_approx_ne

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_approx_ne {
                                                                                                                                                                                +debug_assert_approx_ne in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_approx_ne

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_approx_ne {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a number is approximately not equal to another number.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a number is approximately not equal to another.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                | a - b | > 1e-6

                                                                                                                                                                                This macro provides the same statements as assert_approx_ne, diff --git a/doc/lib/macro.debug_assert_command_stderr_ge.html b/doc/lib/macro.debug_assert_command_stderr_ge.html index 9795ebfc5..4ee2c21fe 100644 --- a/doc/lib/macro.debug_assert_command_stderr_ge.html +++ b/doc/lib/macro.debug_assert_command_stderr_ge.html @@ -1,6 +1,6 @@ -debug_assert_command_stderr_ge in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stderr_ge

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stderr_ge {
                                                                                                                                                                                +debug_assert_command_stderr_ge in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stderr_ge

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stderr_ge {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stderr string is equal to another.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stderr string is greater than or equal to another.

                                                                                                                                                                                This macro provides the same statements as [assert_command_stderr_ge {](macro.assert_command_stderr_ge {.html), except this macro’s statements are only enabled in non-optimized builds by default. An optimized build will not execute this macro’s diff --git a/doc/lib/macro.debug_assert_command_stderr_ge_x.html b/doc/lib/macro.debug_assert_command_stderr_ge_x.html index 067ce3cff..c82aae846 100644 --- a/doc/lib/macro.debug_assert_command_stderr_ge_x.html +++ b/doc/lib/macro.debug_assert_command_stderr_ge_x.html @@ -1,6 +1,6 @@ -debug_assert_command_stderr_ge_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stderr_ge_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stderr_ge_x {
                                                                                                                                                                                +debug_assert_command_stderr_ge_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stderr_ge_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stderr_ge_x {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stderr string is equal to an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stderr string is greater than or equal to an expression.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                (command ⇒ stderr) = (expr into string)

                                                                                                                                                                                This macro provides the same statements as assert_command_stderr_ge_x, diff --git a/doc/lib/macro.debug_assert_command_stderr_gt.html b/doc/lib/macro.debug_assert_command_stderr_gt.html index 1ecadc8ca..9ef8955c5 100644 --- a/doc/lib/macro.debug_assert_command_stderr_gt.html +++ b/doc/lib/macro.debug_assert_command_stderr_gt.html @@ -1,6 +1,6 @@ -debug_assert_command_stderr_gt in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stderr_gt

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stderr_gt {
                                                                                                                                                                                +debug_assert_command_stderr_gt in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stderr_gt

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stderr_gt {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stderr string is equal to another.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stderr string is greater than another.

                                                                                                                                                                                This macro provides the same statements as [assert_command_stderr_gt {](macro.assert_command_stderr_gt {.html), except this macro’s statements are only enabled in non-optimized builds by default. An optimized build will not execute this macro’s diff --git a/doc/lib/macro.debug_assert_command_stderr_gt_x.html b/doc/lib/macro.debug_assert_command_stderr_gt_x.html index 7c28867cc..7802fb77e 100644 --- a/doc/lib/macro.debug_assert_command_stderr_gt_x.html +++ b/doc/lib/macro.debug_assert_command_stderr_gt_x.html @@ -1,6 +1,6 @@ -debug_assert_command_stderr_gt_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stderr_gt_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stderr_gt_x {
                                                                                                                                                                                +debug_assert_command_stderr_gt_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stderr_gt_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stderr_gt_x {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stderr string is equal to an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stderr string is greater than an expression.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                (command ⇒ stderr) = (expr into string)

                                                                                                                                                                                This macro provides the same statements as assert_command_stderr_gt_x, diff --git a/doc/lib/macro.debug_assert_command_stderr_le.html b/doc/lib/macro.debug_assert_command_stderr_le.html index de30d644f..358d6bb14 100644 --- a/doc/lib/macro.debug_assert_command_stderr_le.html +++ b/doc/lib/macro.debug_assert_command_stderr_le.html @@ -1,6 +1,6 @@ -debug_assert_command_stderr_le in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stderr_le

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stderr_le {
                                                                                                                                                                                +debug_assert_command_stderr_le in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stderr_le

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stderr_le {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stderr string is equal to another.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stderr string is less than or equal to another.

                                                                                                                                                                                This macro provides the same statements as [assert_command_stderr_le {](macro.assert_command_stderr_le {.html), except this macro’s statements are only enabled in non-optimized builds by default. An optimized build will not execute this macro’s diff --git a/doc/lib/macro.debug_assert_command_stderr_le_x.html b/doc/lib/macro.debug_assert_command_stderr_le_x.html index 64d95fc6e..922b7c4d5 100644 --- a/doc/lib/macro.debug_assert_command_stderr_le_x.html +++ b/doc/lib/macro.debug_assert_command_stderr_le_x.html @@ -1,6 +1,6 @@ -debug_assert_command_stderr_le_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stderr_le_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stderr_le_x {
                                                                                                                                                                                +debug_assert_command_stderr_le_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stderr_le_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stderr_le_x {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stderr string is equal to an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stderr string is less than or equal to an expression.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                (command ⇒ stderr) = (expr into string)

                                                                                                                                                                                This macro provides the same statements as assert_command_stderr_le_x, diff --git a/doc/lib/macro.debug_assert_command_stderr_lt.html b/doc/lib/macro.debug_assert_command_stderr_lt.html index 76b07a2c0..a3bcefaaf 100644 --- a/doc/lib/macro.debug_assert_command_stderr_lt.html +++ b/doc/lib/macro.debug_assert_command_stderr_lt.html @@ -1,6 +1,6 @@ -debug_assert_command_stderr_lt in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stderr_lt

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stderr_lt {
                                                                                                                                                                                +debug_assert_command_stderr_lt in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stderr_lt

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stderr_lt {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stderr string is equal to another.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stderr string is less than another.

                                                                                                                                                                                This macro provides the same statements as [assert_command_stderr_lt {](macro.assert_command_stderr_lt {.html), except this macro’s statements are only enabled in non-optimized builds by default. An optimized build will not execute this macro’s diff --git a/doc/lib/macro.debug_assert_command_stderr_lt_x.html b/doc/lib/macro.debug_assert_command_stderr_lt_x.html index 38c9ef074..0ab81bb4f 100644 --- a/doc/lib/macro.debug_assert_command_stderr_lt_x.html +++ b/doc/lib/macro.debug_assert_command_stderr_lt_x.html @@ -1,6 +1,6 @@ -debug_assert_command_stderr_lt_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stderr_lt_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stderr_lt_x {
                                                                                                                                                                                +debug_assert_command_stderr_lt_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stderr_lt_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stderr_lt_x {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stderr string is equal to an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stderr string is less than an expression.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                (command ⇒ stderr) = (expr into string)

                                                                                                                                                                                This macro provides the same statements as assert_command_stderr_lt_x, diff --git a/doc/lib/macro.debug_assert_command_stderr_ne.html b/doc/lib/macro.debug_assert_command_stderr_ne.html index 659eb3c59..ad9766eec 100644 --- a/doc/lib/macro.debug_assert_command_stderr_ne.html +++ b/doc/lib/macro.debug_assert_command_stderr_ne.html @@ -1,6 +1,6 @@ -debug_assert_command_stderr_ne in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stderr_ne

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stderr_ne {
                                                                                                                                                                                +debug_assert_command_stderr_ne in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stderr_ne

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stderr_ne {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stderr string is equal to another.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stderr string is not equal to another.

                                                                                                                                                                                This macro provides the same statements as [assert_command_stderr_ne {](macro.assert_command_stderr_ne {.html), except this macro’s statements are only enabled in non-optimized builds by default. An optimized build will not execute this macro’s diff --git a/doc/lib/macro.debug_assert_command_stderr_ne_x.html b/doc/lib/macro.debug_assert_command_stderr_ne_x.html index cae8083a1..0998261dc 100644 --- a/doc/lib/macro.debug_assert_command_stderr_ne_x.html +++ b/doc/lib/macro.debug_assert_command_stderr_ne_x.html @@ -1,6 +1,6 @@ -debug_assert_command_stderr_ne_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stderr_ne_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stderr_ne_x {
                                                                                                                                                                                +debug_assert_command_stderr_ne_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stderr_ne_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stderr_ne_x {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stderr string is equal to an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stderr string is not equal to an expression.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                (command ⇒ stderr) = (expr into string)

                                                                                                                                                                                This macro provides the same statements as assert_command_stderr_ne_x, diff --git a/doc/lib/macro.debug_assert_command_stdout_ge.html b/doc/lib/macro.debug_assert_command_stdout_ge.html index 97c404833..ed293b484 100644 --- a/doc/lib/macro.debug_assert_command_stdout_ge.html +++ b/doc/lib/macro.debug_assert_command_stdout_ge.html @@ -1,6 +1,6 @@ -debug_assert_command_stdout_ge in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stdout_ge

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stdout_ge {
                                                                                                                                                                                +debug_assert_command_stdout_ge in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stdout_ge

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stdout_ge {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stdout string is equal to another.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stdout string is greater than or equal to another.

                                                                                                                                                                                This macro provides the same statements as [assert_command_stdout_ge {](macro.assert_command_stdout_ge {.html), except this macro’s statements are only enabled in non-optimized builds by default. An optimized build will not execute this macro’s diff --git a/doc/lib/macro.debug_assert_command_stdout_ge_x.html b/doc/lib/macro.debug_assert_command_stdout_ge_x.html index 025fbd488..09536a000 100644 --- a/doc/lib/macro.debug_assert_command_stdout_ge_x.html +++ b/doc/lib/macro.debug_assert_command_stdout_ge_x.html @@ -1,6 +1,6 @@ -debug_assert_command_stdout_ge_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stdout_ge_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stdout_ge_x {
                                                                                                                                                                                +debug_assert_command_stdout_ge_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stdout_ge_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stdout_ge_x {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stdout string is equal to an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stdout string is greater than or equal to an expression.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                (command ⇒ stdout) = (expr into string)

                                                                                                                                                                                This macro provides the same statements as assert_command_stdout_ge_x, diff --git a/doc/lib/macro.debug_assert_command_stdout_gt.html b/doc/lib/macro.debug_assert_command_stdout_gt.html index 1b16e5404..89de662dc 100644 --- a/doc/lib/macro.debug_assert_command_stdout_gt.html +++ b/doc/lib/macro.debug_assert_command_stdout_gt.html @@ -1,6 +1,6 @@ -debug_assert_command_stdout_gt in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stdout_gt

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stdout_gt {
                                                                                                                                                                                +debug_assert_command_stdout_gt in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stdout_gt

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stdout_gt {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stdout string is equal to another.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stdout string is greater than another.

                                                                                                                                                                                This macro provides the same statements as [assert_command_stdout_gt {](macro.assert_command_stdout_gt {.html), except this macro’s statements are only enabled in non-optimized builds by default. An optimized build will not execute this macro’s diff --git a/doc/lib/macro.debug_assert_command_stdout_gt_x.html b/doc/lib/macro.debug_assert_command_stdout_gt_x.html index 89f99fd2c..f15711bf0 100644 --- a/doc/lib/macro.debug_assert_command_stdout_gt_x.html +++ b/doc/lib/macro.debug_assert_command_stdout_gt_x.html @@ -1,6 +1,6 @@ -debug_assert_command_stdout_gt_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stdout_gt_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stdout_gt_x {
                                                                                                                                                                                +debug_assert_command_stdout_gt_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stdout_gt_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stdout_gt_x {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stdout string is equal to an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stdout string is greater than an expression.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                (command ⇒ stdout) = (expr into string)

                                                                                                                                                                                This macro provides the same statements as assert_command_stdout_gt_x, diff --git a/doc/lib/macro.debug_assert_command_stdout_le.html b/doc/lib/macro.debug_assert_command_stdout_le.html index 88f0c96f8..5b0e5ce9c 100644 --- a/doc/lib/macro.debug_assert_command_stdout_le.html +++ b/doc/lib/macro.debug_assert_command_stdout_le.html @@ -1,6 +1,6 @@ -debug_assert_command_stdout_le in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stdout_le

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stdout_le {
                                                                                                                                                                                +debug_assert_command_stdout_le in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stdout_le

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stdout_le {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stdout string is equal to another.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stdout string is less than or equal to another.

                                                                                                                                                                                This macro provides the same statements as [assert_command_stdout_le {](macro.assert_command_stdout_le {.html), except this macro’s statements are only enabled in non-optimized builds by default. An optimized build will not execute this macro’s diff --git a/doc/lib/macro.debug_assert_command_stdout_le_x.html b/doc/lib/macro.debug_assert_command_stdout_le_x.html index 5c967b1d7..fb72b6bff 100644 --- a/doc/lib/macro.debug_assert_command_stdout_le_x.html +++ b/doc/lib/macro.debug_assert_command_stdout_le_x.html @@ -1,6 +1,6 @@ -debug_assert_command_stdout_le_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stdout_le_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stdout_le_x {
                                                                                                                                                                                +debug_assert_command_stdout_le_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stdout_le_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stdout_le_x {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stdout string is equal to an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stdout string is less than or equal to an expression.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                (command ⇒ stdout) = (expr into string)

                                                                                                                                                                                This macro provides the same statements as assert_command_stdout_le_x, diff --git a/doc/lib/macro.debug_assert_command_stdout_lt.html b/doc/lib/macro.debug_assert_command_stdout_lt.html index 1ed783bcc..58e2a3309 100644 --- a/doc/lib/macro.debug_assert_command_stdout_lt.html +++ b/doc/lib/macro.debug_assert_command_stdout_lt.html @@ -1,6 +1,6 @@ -debug_assert_command_stdout_lt in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stdout_lt

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stdout_lt {
                                                                                                                                                                                +debug_assert_command_stdout_lt in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stdout_lt

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stdout_lt {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stdout string is equal to another.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stdout string is less than another.

                                                                                                                                                                                This macro provides the same statements as [assert_command_stdout_lt {](macro.assert_command_stdout_lt {.html), except this macro’s statements are only enabled in non-optimized builds by default. An optimized build will not execute this macro’s diff --git a/doc/lib/macro.debug_assert_command_stdout_lt_x.html b/doc/lib/macro.debug_assert_command_stdout_lt_x.html index c73dc1fe5..e7abe5ded 100644 --- a/doc/lib/macro.debug_assert_command_stdout_lt_x.html +++ b/doc/lib/macro.debug_assert_command_stdout_lt_x.html @@ -1,6 +1,6 @@ -debug_assert_command_stdout_lt_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stdout_lt_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stdout_lt_x {
                                                                                                                                                                                +debug_assert_command_stdout_lt_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stdout_lt_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stdout_lt_x {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stdout string is equal to an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stdout string is less than an expression.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                (command ⇒ stdout) = (expr into string)

                                                                                                                                                                                This macro provides the same statements as assert_command_stdout_lt_x, diff --git a/doc/lib/macro.debug_assert_command_stdout_ne.html b/doc/lib/macro.debug_assert_command_stdout_ne.html index 2179bfc1b..e66acacd6 100644 --- a/doc/lib/macro.debug_assert_command_stdout_ne.html +++ b/doc/lib/macro.debug_assert_command_stdout_ne.html @@ -1,6 +1,6 @@ -debug_assert_command_stdout_ne in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stdout_ne

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stdout_ne {
                                                                                                                                                                                +debug_assert_command_stdout_ne in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stdout_ne

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stdout_ne {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stdout string is equal to another.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stdout string is not equal to another.

                                                                                                                                                                                This macro provides the same statements as [assert_command_stdout_ne {](macro.assert_command_stdout_ne {.html), except this macro’s statements are only enabled in non-optimized builds by default. An optimized build will not execute this macro’s diff --git a/doc/lib/macro.debug_assert_command_stdout_ne_x.html b/doc/lib/macro.debug_assert_command_stdout_ne_x.html index c3da8ffae..9e7190339 100644 --- a/doc/lib/macro.debug_assert_command_stdout_ne_x.html +++ b/doc/lib/macro.debug_assert_command_stdout_ne_x.html @@ -1,6 +1,6 @@ -debug_assert_command_stdout_ne_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stdout_ne_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stdout_ne_x {
                                                                                                                                                                                +debug_assert_command_stdout_ne_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_command_stdout_ne_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_command_stdout_ne_x {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stdout string is equal to an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command stdout string is not equal to an expression.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                (command ⇒ stdout) = (expr into string)

                                                                                                                                                                                This macro provides the same statements as assert_command_stdout_ne_x, diff --git a/doc/lib/macro.debug_assert_count_eq.html b/doc/lib/macro.debug_assert_count_eq.html index b884cc26e..cbd2abc72 100644 --- a/doc/lib/macro.debug_assert_count_eq.html +++ b/doc/lib/macro.debug_assert_count_eq.html @@ -1,6 +1,6 @@ -debug_assert_count_eq in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_count_eq

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_count_eq {
                                                                                                                                                                                +debug_assert_count_eq in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_count_eq

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_count_eq {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a count is equal to another.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                a.count() = b.count()

                                                                                                                                                                                This macro provides the same statements as assert_count_eq, diff --git a/doc/lib/macro.debug_assert_count_eq_x.html b/doc/lib/macro.debug_assert_count_eq_x.html index 384623180..b62e252db 100644 --- a/doc/lib/macro.debug_assert_count_eq_x.html +++ b/doc/lib/macro.debug_assert_count_eq_x.html @@ -1,6 +1,6 @@ -debug_assert_count_eq_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_count_eq_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_count_eq_x {
                                                                                                                                                                                +debug_assert_count_eq_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_count_eq_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_count_eq_x {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a count is equal to an expression.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                a.count() = b

                                                                                                                                                                                This macro provides the same statements as assert_count_eq_x, diff --git a/doc/lib/macro.debug_assert_count_ge.html b/doc/lib/macro.debug_assert_count_ge.html index bf93049c9..d13db4c50 100644 --- a/doc/lib/macro.debug_assert_count_ge.html +++ b/doc/lib/macro.debug_assert_count_ge.html @@ -1,6 +1,6 @@ -debug_assert_count_ge in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_count_ge

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_count_ge {
                                                                                                                                                                                +debug_assert_count_ge in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_count_ge

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_count_ge {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a count is greater than or equal to another.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                a.count() ≥ b.count()

                                                                                                                                                                                This macro provides the same statements as assert_count_ge, diff --git a/doc/lib/macro.debug_assert_count_ge_x.html b/doc/lib/macro.debug_assert_count_ge_x.html index 7293448eb..c2b828037 100644 --- a/doc/lib/macro.debug_assert_count_ge_x.html +++ b/doc/lib/macro.debug_assert_count_ge_x.html @@ -1,6 +1,6 @@ -debug_assert_count_ge_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_count_ge_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_count_ge_x {
                                                                                                                                                                                +debug_assert_count_ge_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_count_ge_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_count_ge_x {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a count is greater than or equal to an expression.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                a.count() ≥ b

                                                                                                                                                                                This macro provides the same statements as assert_count_ge_x, diff --git a/doc/lib/macro.debug_assert_count_gt.html b/doc/lib/macro.debug_assert_count_gt.html index e48d7b3fb..2f4b05975 100644 --- a/doc/lib/macro.debug_assert_count_gt.html +++ b/doc/lib/macro.debug_assert_count_gt.html @@ -1,6 +1,6 @@ -debug_assert_count_gt in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_count_gt

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_count_gt {
                                                                                                                                                                                +debug_assert_count_gt in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_count_gt

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_count_gt {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a count is greater than another.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                a.count() > b.count()

                                                                                                                                                                                This macro provides the same statements as assert_count_gt, diff --git a/doc/lib/macro.debug_assert_count_gt_x.html b/doc/lib/macro.debug_assert_count_gt_x.html index d17c300cd..8f4dd8520 100644 --- a/doc/lib/macro.debug_assert_count_gt_x.html +++ b/doc/lib/macro.debug_assert_count_gt_x.html @@ -1,6 +1,6 @@ -debug_assert_count_gt_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_count_gt_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_count_gt_x {
                                                                                                                                                                                +debug_assert_count_gt_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_count_gt_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_count_gt_x {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a count is greater than an expression.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                a.count() > b

                                                                                                                                                                                This macro provides the same statements as assert_count_gt_x, diff --git a/doc/lib/macro.debug_assert_count_le.html b/doc/lib/macro.debug_assert_count_le.html index a99366d90..3b38b876e 100644 --- a/doc/lib/macro.debug_assert_count_le.html +++ b/doc/lib/macro.debug_assert_count_le.html @@ -1,6 +1,6 @@ -debug_assert_count_le in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_count_le

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_count_le {
                                                                                                                                                                                +debug_assert_count_le in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_count_le

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_count_le {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a count is less than or equal to another.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                a.count() ≤ b.count()

                                                                                                                                                                                This macro provides the same statements as assert_count_le, diff --git a/doc/lib/macro.debug_assert_count_le_x.html b/doc/lib/macro.debug_assert_count_le_x.html index 023e23dc2..a5036bb34 100644 --- a/doc/lib/macro.debug_assert_count_le_x.html +++ b/doc/lib/macro.debug_assert_count_le_x.html @@ -1,6 +1,6 @@ -debug_assert_count_le_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_count_le_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_count_le_x {
                                                                                                                                                                                +debug_assert_count_le_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_count_le_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_count_le_x {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a count is less than or equal to an expression.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                a.count() ≤ b

                                                                                                                                                                                This macro provides the same statements as assert_count_le_x, diff --git a/doc/lib/macro.debug_assert_count_lt.html b/doc/lib/macro.debug_assert_count_lt.html index 1fee8bd91..a9f82379e 100644 --- a/doc/lib/macro.debug_assert_count_lt.html +++ b/doc/lib/macro.debug_assert_count_lt.html @@ -1,6 +1,6 @@ -debug_assert_count_lt in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_count_lt

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_count_lt {
                                                                                                                                                                                +debug_assert_count_lt in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_count_lt

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_count_lt {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a count is less than another.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                a.count() < b.count()

                                                                                                                                                                                This macro provides the same statements as assert_count_lt, diff --git a/doc/lib/macro.debug_assert_count_lt_x.html b/doc/lib/macro.debug_assert_count_lt_x.html index 88245f4e0..de4009562 100644 --- a/doc/lib/macro.debug_assert_count_lt_x.html +++ b/doc/lib/macro.debug_assert_count_lt_x.html @@ -1,6 +1,6 @@ -debug_assert_count_lt_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_count_lt_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_count_lt_x {
                                                                                                                                                                                +debug_assert_count_lt_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_count_lt_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_count_lt_x {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a count is less than an expression.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                a.count() < b

                                                                                                                                                                                This macro provides the same statements as assert_count_lt_x, diff --git a/doc/lib/macro.debug_assert_count_ne.html b/doc/lib/macro.debug_assert_count_ne.html index 5cfcdc997..3197f2e3b 100644 --- a/doc/lib/macro.debug_assert_count_ne.html +++ b/doc/lib/macro.debug_assert_count_ne.html @@ -1,6 +1,6 @@ -debug_assert_count_ne in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_count_ne

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_count_ne {
                                                                                                                                                                                +debug_assert_count_ne in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_count_ne

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_count_ne {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a count is not equal to another.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                a.count() ≠ b.count()

                                                                                                                                                                                This macro provides the same statements as assert_count_ne, diff --git a/doc/lib/macro.debug_assert_count_ne_x.html b/doc/lib/macro.debug_assert_count_ne_x.html index dca03c4b6..967fe1f2f 100644 --- a/doc/lib/macro.debug_assert_count_ne_x.html +++ b/doc/lib/macro.debug_assert_count_ne_x.html @@ -1,6 +1,6 @@ -debug_assert_count_ne_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_count_ne_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_count_ne_x {
                                                                                                                                                                                +debug_assert_count_ne_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_count_ne_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_count_ne_x {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a count is not equal to an expression.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                a.count() ≠ b

                                                                                                                                                                                This macro provides the same statements as assert_count_ne_x, diff --git a/doc/lib/macro.debug_assert_err_ne_x.html b/doc/lib/macro.debug_assert_err_ne_x.html index 08b41c875..91012ad88 100644 --- a/doc/lib/macro.debug_assert_err_ne_x.html +++ b/doc/lib/macro.debug_assert_err_ne_x.html @@ -1,6 +1,6 @@ -debug_assert_err_ne_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_err_ne_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_err_ne_x {
                                                                                                                                                                                +debug_assert_err_ne_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_err_ne_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_err_ne_x {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert an expression is Err and its value is equal to an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert an expression is Err and its value is not equal to an expression.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                (a ⇒ Err(a1) ⇒ a1) ≠ b

                                                                                                                                                                                This macro provides the same statements as assert_err_ne_x, diff --git a/doc/lib/macro.debug_assert_fn_eq.html b/doc/lib/macro.debug_assert_fn_eq.html index 92d97cc6a..f690a04a7 100644 --- a/doc/lib/macro.debug_assert_fn_eq.html +++ b/doc/lib/macro.debug_assert_fn_eq.html @@ -1,6 +1,6 @@ -debug_assert_fn_eq in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_fn_eq

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_fn_eq {
                                                                                                                                                                                +debug_assert_fn_eq in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_fn_eq

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_fn_eq {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a function output is equal to another function output.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a function output is equal to another.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                a_function(a) == b_function(b)

                                                                                                                                                                                This macro provides the same statements as assert_fn_eq, diff --git a/doc/lib/macro.debug_assert_ge.html b/doc/lib/macro.debug_assert_ge.html index c0d0294ad..8c9920f1e 100644 --- a/doc/lib/macro.debug_assert_ge.html +++ b/doc/lib/macro.debug_assert_ge.html @@ -1,6 +1,6 @@ -debug_assert_ge in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_ge

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_ge {
                                                                                                                                                                                +debug_assert_ge in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_ge

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_ge {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert an expression is greater than or equal to another expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert an expression is greater than or equal to another.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                a ≥ b

                                                                                                                                                                                This macro provides the same statements as assert_ge, diff --git a/doc/lib/macro.debug_assert_gt.html b/doc/lib/macro.debug_assert_gt.html index 75afd5945..ff9af5278 100644 --- a/doc/lib/macro.debug_assert_gt.html +++ b/doc/lib/macro.debug_assert_gt.html @@ -1,6 +1,6 @@ -debug_assert_gt in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_gt

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_gt {
                                                                                                                                                                                +debug_assert_gt in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_gt

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_gt {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert an expression is greater than another expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert an expression is greater than another.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                a > b

                                                                                                                                                                                This macro provides the same statements as assert_gt, diff --git a/doc/lib/macro.debug_assert_in_delta.html b/doc/lib/macro.debug_assert_in_delta.html index 9006f14f3..b05764e8d 100644 --- a/doc/lib/macro.debug_assert_in_delta.html +++ b/doc/lib/macro.debug_assert_in_delta.html @@ -1,6 +1,6 @@ -debug_assert_in_delta in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_in_delta

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_in_delta {
                                                                                                                                                                                +debug_assert_in_delta in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_in_delta

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_in_delta {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a number is within delta of another number.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a number is within delta of another.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                | a - b | ≤ Δ

                                                                                                                                                                                This macro provides the same statements as assert_in_delta, diff --git a/doc/lib/macro.debug_assert_in_epsilon.html b/doc/lib/macro.debug_assert_in_epsilon.html index 7ad4c5a0f..62887628d 100644 --- a/doc/lib/macro.debug_assert_in_epsilon.html +++ b/doc/lib/macro.debug_assert_in_epsilon.html @@ -1,6 +1,6 @@ -debug_assert_in_epsilon in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_in_epsilon

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_in_epsilon {
                                                                                                                                                                                +debug_assert_in_epsilon in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_in_epsilon

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_in_epsilon {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a number is within epsilon of another number.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a number is within epsilon of another.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                | a - b | ≤ ε * min(a, b)

                                                                                                                                                                                This macro provides the same statements as assert_in_epsilon, diff --git a/doc/lib/macro.debug_assert_le.html b/doc/lib/macro.debug_assert_le.html index a470343d7..8e3f7d33e 100644 --- a/doc/lib/macro.debug_assert_le.html +++ b/doc/lib/macro.debug_assert_le.html @@ -1,6 +1,6 @@ -debug_assert_le in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_le

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_le {
                                                                                                                                                                                +debug_assert_le in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_le

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_le {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert an expression is less than or equal to another expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert an expression is less than or equal to another.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                a ≤ b

                                                                                                                                                                                This macro provides the same statements as assert_le, diff --git a/doc/lib/macro.debug_assert_len_eq.html b/doc/lib/macro.debug_assert_len_eq.html index ba05caabf..1fe02cdf9 100644 --- a/doc/lib/macro.debug_assert_len_eq.html +++ b/doc/lib/macro.debug_assert_len_eq.html @@ -1,6 +1,6 @@ -debug_assert_len_eq in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_len_eq

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_len_eq {
                                                                                                                                                                                +debug_assert_len_eq in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_len_eq

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_len_eq {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a length is equal to another.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                a.len() = b.len()

                                                                                                                                                                                This macro provides the same statements as assert_len_eq, diff --git a/doc/lib/macro.debug_assert_len_eq_x.html b/doc/lib/macro.debug_assert_len_eq_x.html index 79b4a0583..de71b199f 100644 --- a/doc/lib/macro.debug_assert_len_eq_x.html +++ b/doc/lib/macro.debug_assert_len_eq_x.html @@ -1,6 +1,6 @@ -debug_assert_len_eq_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_len_eq_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_len_eq_x {
                                                                                                                                                                                +debug_assert_len_eq_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_len_eq_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_len_eq_x {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a length is equal to an expression.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                a.len() = b

                                                                                                                                                                                This macro provides the same statements as assert_len_eq_x, diff --git a/doc/lib/macro.debug_assert_len_ge.html b/doc/lib/macro.debug_assert_len_ge.html index 1f28a89a9..9b2b6f700 100644 --- a/doc/lib/macro.debug_assert_len_ge.html +++ b/doc/lib/macro.debug_assert_len_ge.html @@ -1,6 +1,6 @@ -debug_assert_len_ge in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_len_ge

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_len_ge {
                                                                                                                                                                                +debug_assert_len_ge in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_len_ge

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_len_ge {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a length is greater than or equal to another.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                a.len() ≥ b.len()

                                                                                                                                                                                This macro provides the same statements as assert_len_ge, diff --git a/doc/lib/macro.debug_assert_len_ge_x.html b/doc/lib/macro.debug_assert_len_ge_x.html index 613265d68..9c2eadc53 100644 --- a/doc/lib/macro.debug_assert_len_ge_x.html +++ b/doc/lib/macro.debug_assert_len_ge_x.html @@ -1,6 +1,6 @@ -debug_assert_len_ge_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_len_ge_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_len_ge_x {
                                                                                                                                                                                +debug_assert_len_ge_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_len_ge_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_len_ge_x {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a length is greater than or equal to an expression.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                a.len() ≥ b

                                                                                                                                                                                This macro provides the same statements as assert_len_ge_x, diff --git a/doc/lib/macro.debug_assert_len_gt.html b/doc/lib/macro.debug_assert_len_gt.html index 067932d29..a9e218412 100644 --- a/doc/lib/macro.debug_assert_len_gt.html +++ b/doc/lib/macro.debug_assert_len_gt.html @@ -1,6 +1,6 @@ -debug_assert_len_gt in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_len_gt

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_len_gt {
                                                                                                                                                                                +debug_assert_len_gt in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_len_gt

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_len_gt {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a length is greater than another.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                a.len() > b.len()

                                                                                                                                                                                This macro provides the same statements as assert_len_gt, diff --git a/doc/lib/macro.debug_assert_len_gt_x.html b/doc/lib/macro.debug_assert_len_gt_x.html index acb1ae7af..bb6addc2a 100644 --- a/doc/lib/macro.debug_assert_len_gt_x.html +++ b/doc/lib/macro.debug_assert_len_gt_x.html @@ -1,6 +1,6 @@ -debug_assert_len_gt_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_len_gt_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_len_gt_x {
                                                                                                                                                                                +debug_assert_len_gt_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_len_gt_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_len_gt_x {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a length is greater than an expression.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                a.len() > b

                                                                                                                                                                                This macro provides the same statements as assert_len_gt_x, diff --git a/doc/lib/macro.debug_assert_len_le.html b/doc/lib/macro.debug_assert_len_le.html index 08ee52bba..e579ffdb1 100644 --- a/doc/lib/macro.debug_assert_len_le.html +++ b/doc/lib/macro.debug_assert_len_le.html @@ -1,6 +1,6 @@ -debug_assert_len_le in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_len_le

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_len_le {
                                                                                                                                                                                +debug_assert_len_le in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_len_le

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_len_le {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a length is less than or equal to another.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                a.len() ≤ b.len()

                                                                                                                                                                                This macro provides the same statements as assert_len_le, diff --git a/doc/lib/macro.debug_assert_len_le_x.html b/doc/lib/macro.debug_assert_len_le_x.html index 8e8257bf4..7b5b18b30 100644 --- a/doc/lib/macro.debug_assert_len_le_x.html +++ b/doc/lib/macro.debug_assert_len_le_x.html @@ -1,6 +1,6 @@ -debug_assert_len_le_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_len_le_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_len_le_x {
                                                                                                                                                                                +debug_assert_len_le_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_len_le_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_len_le_x {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a length is less than or equal to an expression.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                a.len() ≤ b

                                                                                                                                                                                This macro provides the same statements as assert_len_le_x, diff --git a/doc/lib/macro.debug_assert_len_lt.html b/doc/lib/macro.debug_assert_len_lt.html index f367f394a..bc9ecde4a 100644 --- a/doc/lib/macro.debug_assert_len_lt.html +++ b/doc/lib/macro.debug_assert_len_lt.html @@ -1,6 +1,6 @@ -debug_assert_len_lt in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_len_lt

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_len_lt {
                                                                                                                                                                                +debug_assert_len_lt in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_len_lt

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_len_lt {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a length is less than another.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                a.len() < b.len()

                                                                                                                                                                                This macro provides the same statements as assert_len_lt, diff --git a/doc/lib/macro.debug_assert_len_lt_x.html b/doc/lib/macro.debug_assert_len_lt_x.html index 9447eb089..7035ea2ad 100644 --- a/doc/lib/macro.debug_assert_len_lt_x.html +++ b/doc/lib/macro.debug_assert_len_lt_x.html @@ -1,6 +1,6 @@ -debug_assert_len_lt_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_len_lt_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_len_lt_x {
                                                                                                                                                                                +debug_assert_len_lt_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_len_lt_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_len_lt_x {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a length is less than an expression.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                a.len() < b

                                                                                                                                                                                This macro provides the same statements as assert_len_lt_x, diff --git a/doc/lib/macro.debug_assert_len_ne.html b/doc/lib/macro.debug_assert_len_ne.html index c2358e232..cd66cd4e4 100644 --- a/doc/lib/macro.debug_assert_len_ne.html +++ b/doc/lib/macro.debug_assert_len_ne.html @@ -1,6 +1,6 @@ -debug_assert_len_ne in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_len_ne

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_len_ne {
                                                                                                                                                                                +debug_assert_len_ne in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_len_ne

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_len_ne {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a length is not equal to another.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                a.len() ≠ b.len()

                                                                                                                                                                                This macro provides the same statements as assert_len_ne, diff --git a/doc/lib/macro.debug_assert_len_ne_x.html b/doc/lib/macro.debug_assert_len_ne_x.html index d25656065..21debc63d 100644 --- a/doc/lib/macro.debug_assert_len_ne_x.html +++ b/doc/lib/macro.debug_assert_len_ne_x.html @@ -1,6 +1,6 @@ -debug_assert_len_ne_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_len_ne_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_len_ne_x {
                                                                                                                                                                                +debug_assert_len_ne_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_len_ne_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_len_ne_x {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a length is not equal to an expression.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                a.len() ≠ b

                                                                                                                                                                                This macro provides the same statements as assert_len_ne_x, diff --git a/doc/lib/macro.debug_assert_lt.html b/doc/lib/macro.debug_assert_lt.html index 7d214f413..40bfcf58e 100644 --- a/doc/lib/macro.debug_assert_lt.html +++ b/doc/lib/macro.debug_assert_lt.html @@ -1,6 +1,6 @@ -debug_assert_lt in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_lt

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_lt {
                                                                                                                                                                                +debug_assert_lt in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_lt

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_lt {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert an expression is less than another expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert an expression is less than another.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                a < b

                                                                                                                                                                                This macro provides the same statements as assert_lt, diff --git a/doc/lib/macro.debug_assert_ok_ne_x.html b/doc/lib/macro.debug_assert_ok_ne_x.html index 7989d71cf..65d8d5cef 100644 --- a/doc/lib/macro.debug_assert_ok_ne_x.html +++ b/doc/lib/macro.debug_assert_ok_ne_x.html @@ -1,6 +1,6 @@ -debug_assert_ok_ne_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_ok_ne_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_ok_ne_x {
                                                                                                                                                                                +debug_assert_ok_ne_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_ok_ne_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_ok_ne_x {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert an expression is Ok and its value is equal to an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert an expression is Ok and its value is not equal to an expression.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                (a ⇒ Ok(a1) ⇒ a1) ≠ b

                                                                                                                                                                                This macro provides the same statements as assert_ok_ne_x, diff --git a/doc/lib/macro.debug_assert_process_status_code_value_eq!.html b/doc/lib/macro.debug_assert_process_status_code_value_eq!.html deleted file mode 100644 index 4b410ffeb..000000000 --- a/doc/lib/macro.debug_assert_process_status_code_value_eq!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                Redirecting to macro.debug_assert_process_status_code_value_eq.html...

                                                                                                                                                                                - - - \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_process_status_code_value_eq_x!.html b/doc/lib/macro.debug_assert_process_status_code_value_eq_x!.html deleted file mode 100644 index 448938b98..000000000 --- a/doc/lib/macro.debug_assert_process_status_code_value_eq_x!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                Redirecting to macro.debug_assert_process_status_code_value_eq_x.html...

                                                                                                                                                                                - - - \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_process_status_code_value_ge!.html b/doc/lib/macro.debug_assert_process_status_code_value_ge!.html deleted file mode 100644 index 2cd8dd6bf..000000000 --- a/doc/lib/macro.debug_assert_process_status_code_value_ge!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                Redirecting to macro.debug_assert_process_status_code_value_ge.html...

                                                                                                                                                                                - - - \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_process_status_code_value_ge.html b/doc/lib/macro.debug_assert_process_status_code_value_ge.html deleted file mode 100644 index 3e6ad48d3..000000000 --- a/doc/lib/macro.debug_assert_process_status_code_value_ge.html +++ /dev/null @@ -1,27 +0,0 @@ -debug_assert_process_status_code_value_ge in lib - Rust
                                                                                                                                                                                macro_rules! debug_assert_process_status_code_value_ge {
                                                                                                                                                                                -    ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                -

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                -a ⇒ status ⇒ code ⇒ value ≥ b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                -

                                                                                                                                                                                This macro provides the same statements as assert_process_status_code_value_ge, -except this macro’s statements are only enabled in non-optimized -builds by default. An optimized build will not execute this macro’s -statements unless -C debug-assertions is passed to the compiler.

                                                                                                                                                                                -

                                                                                                                                                                                This macro is useful for checks that are too expensive to be present -in a release build but may be helpful during development.

                                                                                                                                                                                -

                                                                                                                                                                                The result of expanding this macro is always type checked.

                                                                                                                                                                                -

                                                                                                                                                                                An unchecked assertion allows a “bin/exit-with-arg” in an inconsistent state to -keep running, which might have unexpected consequences but does not -introduce unsafety as long as this only happens in safe code. The -performance cost of assertions, however, is not measurable in general. -Replacing assert*! with debug_assert*! is thus only encouraged -after thorough profiling, and more importantly, only in safe code!

                                                                                                                                                                                -

                                                                                                                                                                                This macro is intended to work in a similar way to -::std::debug_assert.

                                                                                                                                                                                -

                                                                                                                                                                                §Module macros

                                                                                                                                                                                - -
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_process_status_code_value_ge_x!.html b/doc/lib/macro.debug_assert_process_status_code_value_ge_x!.html deleted file mode 100644 index 6beaf5b99..000000000 --- a/doc/lib/macro.debug_assert_process_status_code_value_ge_x!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                Redirecting to macro.debug_assert_process_status_code_value_ge_x.html...

                                                                                                                                                                                - - - \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_process_status_code_value_gt!.html b/doc/lib/macro.debug_assert_process_status_code_value_gt!.html deleted file mode 100644 index 22d9b87d2..000000000 --- a/doc/lib/macro.debug_assert_process_status_code_value_gt!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                Redirecting to macro.debug_assert_process_status_code_value_gt.html...

                                                                                                                                                                                - - - \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_process_status_code_value_gt.html b/doc/lib/macro.debug_assert_process_status_code_value_gt.html deleted file mode 100644 index 7c1d360c5..000000000 --- a/doc/lib/macro.debug_assert_process_status_code_value_gt.html +++ /dev/null @@ -1,27 +0,0 @@ -debug_assert_process_status_code_value_gt in lib - Rust
                                                                                                                                                                                macro_rules! debug_assert_process_status_code_value_gt {
                                                                                                                                                                                -    ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                -

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                -a ⇒ status ⇒ code ⇒ value > b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                -

                                                                                                                                                                                This macro provides the same statements as assert_process_status_code_value_gt, -except this macro’s statements are only enabled in non-optimized -builds by default. An optimized build will not execute this macro’s -statements unless -C debug-assertions is passed to the compiler.

                                                                                                                                                                                -

                                                                                                                                                                                This macro is useful for checks that are too expensive to be present -in a release build but may be helpful during development.

                                                                                                                                                                                -

                                                                                                                                                                                The result of expanding this macro is always type checked.

                                                                                                                                                                                -

                                                                                                                                                                                An unchecked assertion allows a “bin/exit-with-arg” in an inconsistent state to -keep running, which might have unexpected consequences but does not -introduce unsafety as long as this only happens in safe code. The -performance cost of assertions, however, is not measurable in general. -Replacing assert*! with debug_assert*! is thus only encouraged -after thorough profiling, and more importantly, only in safe code!

                                                                                                                                                                                -

                                                                                                                                                                                This macro is intended to work in a similar way to -::std::debug_assert.

                                                                                                                                                                                -

                                                                                                                                                                                §Module macros

                                                                                                                                                                                - -
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_process_status_code_value_gt_x!.html b/doc/lib/macro.debug_assert_process_status_code_value_gt_x!.html deleted file mode 100644 index 3a4bfa07c..000000000 --- a/doc/lib/macro.debug_assert_process_status_code_value_gt_x!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                Redirecting to macro.debug_assert_process_status_code_value_gt_x.html...

                                                                                                                                                                                - - - \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_process_status_code_value_gt_x.html b/doc/lib/macro.debug_assert_process_status_code_value_gt_x.html deleted file mode 100644 index 9494d7233..000000000 --- a/doc/lib/macro.debug_assert_process_status_code_value_gt_x.html +++ /dev/null @@ -1,27 +0,0 @@ -debug_assert_process_status_code_value_gt_x in lib - Rust
                                                                                                                                                                                macro_rules! debug_assert_process_status_code_value_gt_x {
                                                                                                                                                                                -    ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                -

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                -a.len() > b

                                                                                                                                                                                -

                                                                                                                                                                                This macro provides the same statements as assert_process_status_code_value_gt_x, -except this macro’s statements are only enabled in non-optimized -builds by default. An optimized build will not execute this macro’s -statements unless -C debug-assertions is passed to the compiler.

                                                                                                                                                                                -

                                                                                                                                                                                This macro is useful for checks that are too expensive to be present -in a release build but may be helpful during development.

                                                                                                                                                                                -

                                                                                                                                                                                The result of expanding this macro is always type checked.

                                                                                                                                                                                -

                                                                                                                                                                                An unchecked assertion allows a “bin/exit-with-arg” in an inconsistent state to -keep running, which might have unexpected consequences but does not -introduce unsafety as long as this only happens in safe code. The -performance cost of assertions, however, is not measurable in general. -Replacing assert*! with debug_assert*! is thus only encouraged -after thorough profiling, and more importantly, only in safe code!

                                                                                                                                                                                -

                                                                                                                                                                                This macro is intended to work in a similar way to -::std::debug_assert.

                                                                                                                                                                                -

                                                                                                                                                                                §Module macros

                                                                                                                                                                                - -
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_process_status_code_value_le!.html b/doc/lib/macro.debug_assert_process_status_code_value_le!.html deleted file mode 100644 index b1a35acb3..000000000 --- a/doc/lib/macro.debug_assert_process_status_code_value_le!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                Redirecting to macro.debug_assert_process_status_code_value_le.html...

                                                                                                                                                                                - - - \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_process_status_code_value_le.html b/doc/lib/macro.debug_assert_process_status_code_value_le.html deleted file mode 100644 index 02385bc4d..000000000 --- a/doc/lib/macro.debug_assert_process_status_code_value_le.html +++ /dev/null @@ -1,27 +0,0 @@ -debug_assert_process_status_code_value_le in lib - Rust
                                                                                                                                                                                macro_rules! debug_assert_process_status_code_value_le {
                                                                                                                                                                                -    ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                -

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                -a ⇒ status ⇒ code ⇒ value ≤ b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                -

                                                                                                                                                                                This macro provides the same statements as assert_process_status_code_value_le, -except this macro’s statements are only enabled in non-optimized -builds by default. An optimized build will not execute this macro’s -statements unless -C debug-assertions is passed to the compiler.

                                                                                                                                                                                -

                                                                                                                                                                                This macro is useful for checks that are too expensive to be present -in a release build but may be helpful during development.

                                                                                                                                                                                -

                                                                                                                                                                                The result of expanding this macro is always type checked.

                                                                                                                                                                                -

                                                                                                                                                                                An unchecked assertion allows a “bin/exit-with-arg” in an inconsistent state to -keep running, which might have unexpected consequences but does not -introduce unsafety as long as this only happens in safe code. The -performance cost of assertions, however, is not measurable in general. -Replacing assert*! with debug_assert*! is thus only encouraged -after thorough profiling, and more importantly, only in safe code!

                                                                                                                                                                                -

                                                                                                                                                                                This macro is intended to work in a similar way to -::std::debug_assert.

                                                                                                                                                                                -

                                                                                                                                                                                §Module macros

                                                                                                                                                                                - -
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_process_status_code_value_le_x!.html b/doc/lib/macro.debug_assert_process_status_code_value_le_x!.html deleted file mode 100644 index 83806498a..000000000 --- a/doc/lib/macro.debug_assert_process_status_code_value_le_x!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                Redirecting to macro.debug_assert_process_status_code_value_le_x.html...

                                                                                                                                                                                - - - \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_process_status_code_value_lt!.html b/doc/lib/macro.debug_assert_process_status_code_value_lt!.html deleted file mode 100644 index d6e182f14..000000000 --- a/doc/lib/macro.debug_assert_process_status_code_value_lt!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                Redirecting to macro.debug_assert_process_status_code_value_lt.html...

                                                                                                                                                                                - - - \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_process_status_code_value_lt.html b/doc/lib/macro.debug_assert_process_status_code_value_lt.html deleted file mode 100644 index bcc9db814..000000000 --- a/doc/lib/macro.debug_assert_process_status_code_value_lt.html +++ /dev/null @@ -1,27 +0,0 @@ -debug_assert_process_status_code_value_lt in lib - Rust
                                                                                                                                                                                macro_rules! debug_assert_process_status_code_value_lt {
                                                                                                                                                                                -    ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                -

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                -a ⇒ status ⇒ code ⇒ value < b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                -

                                                                                                                                                                                This macro provides the same statements as assert_process_status_code_value_lt, -except this macro’s statements are only enabled in non-optimized -builds by default. An optimized build will not execute this macro’s -statements unless -C debug-assertions is passed to the compiler.

                                                                                                                                                                                -

                                                                                                                                                                                This macro is useful for checks that are too expensive to be present -in a release build but may be helpful during development.

                                                                                                                                                                                -

                                                                                                                                                                                The result of expanding this macro is always type checked.

                                                                                                                                                                                -

                                                                                                                                                                                An unchecked assertion allows a “bin/exit-with-arg” in an inconsistent state to -keep running, which might have unexpected consequences but does not -introduce unsafety as long as this only happens in safe code. The -performance cost of assertions, however, is not measurable in general. -Replacing assert*! with debug_assert*! is thus only encouraged -after thorough profiling, and more importantly, only in safe code!

                                                                                                                                                                                -

                                                                                                                                                                                This macro is intended to work in a similar way to -::std::debug_assert.

                                                                                                                                                                                -

                                                                                                                                                                                §Module macros

                                                                                                                                                                                - -
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_process_status_code_value_lt_x!.html b/doc/lib/macro.debug_assert_process_status_code_value_lt_x!.html deleted file mode 100644 index 9e72809b2..000000000 --- a/doc/lib/macro.debug_assert_process_status_code_value_lt_x!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                Redirecting to macro.debug_assert_process_status_code_value_lt_x.html...

                                                                                                                                                                                - - - \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_process_status_code_value_lt_x.html b/doc/lib/macro.debug_assert_process_status_code_value_lt_x.html deleted file mode 100644 index f62a3c506..000000000 --- a/doc/lib/macro.debug_assert_process_status_code_value_lt_x.html +++ /dev/null @@ -1,27 +0,0 @@ -debug_assert_process_status_code_value_lt_x in lib - Rust
                                                                                                                                                                                macro_rules! debug_assert_process_status_code_value_lt_x {
                                                                                                                                                                                -    ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                -

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                -a.len() < b

                                                                                                                                                                                -

                                                                                                                                                                                This macro provides the same statements as assert_process_status_code_value_lt_x, -except this macro’s statements are only enabled in non-optimized -builds by default. An optimized build will not execute this macro’s -statements unless -C debug-assertions is passed to the compiler.

                                                                                                                                                                                -

                                                                                                                                                                                This macro is useful for checks that are too expensive to be present -in a release build but may be helpful during development.

                                                                                                                                                                                -

                                                                                                                                                                                The result of expanding this macro is always type checked.

                                                                                                                                                                                -

                                                                                                                                                                                An unchecked assertion allows a “bin/exit-with-arg” in an inconsistent state to -keep running, which might have unexpected consequences but does not -introduce unsafety as long as this only happens in safe code. The -performance cost of assertions, however, is not measurable in general. -Replacing assert*! with debug_assert*! is thus only encouraged -after thorough profiling, and more importantly, only in safe code!

                                                                                                                                                                                -

                                                                                                                                                                                This macro is intended to work in a similar way to -::std::debug_assert.

                                                                                                                                                                                -

                                                                                                                                                                                §Module macros

                                                                                                                                                                                - -
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_process_status_code_value_ne!.html b/doc/lib/macro.debug_assert_process_status_code_value_ne!.html deleted file mode 100644 index 13d2c8158..000000000 --- a/doc/lib/macro.debug_assert_process_status_code_value_ne!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                Redirecting to macro.debug_assert_process_status_code_value_ne.html...

                                                                                                                                                                                - - - \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_process_status_code_value_ne.html b/doc/lib/macro.debug_assert_process_status_code_value_ne.html deleted file mode 100644 index 044fb6ef4..000000000 --- a/doc/lib/macro.debug_assert_process_status_code_value_ne.html +++ /dev/null @@ -1,27 +0,0 @@ -debug_assert_process_status_code_value_ne in lib - Rust
                                                                                                                                                                                macro_rules! debug_assert_process_status_code_value_ne {
                                                                                                                                                                                -    ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                -

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                -a ⇒ status ⇒ code ⇒ value ≠ b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                -

                                                                                                                                                                                This macro provides the same statements as assert_process_status_code_value_ne, -except this macro’s statements are only enabled in non-optimized -builds by default. An optimized build will not execute this macro’s -statements unless -C debug-assertions is passed to the compiler.

                                                                                                                                                                                -

                                                                                                                                                                                This macro is useful for checks that are too expensive to be present -in a release build but may be helpful during development.

                                                                                                                                                                                -

                                                                                                                                                                                The result of expanding this macro is always type checked.

                                                                                                                                                                                -

                                                                                                                                                                                An unchecked assertion allows a “bin/exit-with-arg” in an inconsistent state to -keep running, which might have unexpected consequences but does not -introduce unsafety as long as this only happens in safe code. The -performance cost of assertions, however, is not measurable in general. -Replacing assert*! with debug_assert*! is thus only encouraged -after thorough profiling, and more importantly, only in safe code!

                                                                                                                                                                                -

                                                                                                                                                                                This macro is intended to work in a similar way to -::std::debug_assert.

                                                                                                                                                                                -

                                                                                                                                                                                §Module macros

                                                                                                                                                                                - -
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_process_status_code_value_ne_x!.html b/doc/lib/macro.debug_assert_process_status_code_value_ne_x!.html deleted file mode 100644 index a05347419..000000000 --- a/doc/lib/macro.debug_assert_process_status_code_value_ne_x!.html +++ /dev/null @@ -1,11 +0,0 @@ - - - - - Redirection - - -

                                                                                                                                                                                Redirecting to macro.debug_assert_process_status_code_value_ne_x.html...

                                                                                                                                                                                - - - \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_process_status_code_value_ne_x.html b/doc/lib/macro.debug_assert_process_status_code_value_ne_x.html deleted file mode 100644 index b6a29dc8e..000000000 --- a/doc/lib/macro.debug_assert_process_status_code_value_ne_x.html +++ /dev/null @@ -1,27 +0,0 @@ -debug_assert_process_status_code_value_ne_x in lib - Rust
                                                                                                                                                                                macro_rules! debug_assert_process_status_code_value_ne_x {
                                                                                                                                                                                -    ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                -

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                -a ⇒ status ⇒ code ⇒ value = b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                -

                                                                                                                                                                                This macro provides the same statements as assert_process_status_code_value_ne, -except this macro’s statements are only enabled in non-optimized -builds by default. An optimized build will not execute this macro’s -statements unless -C debug-assertions is passed to the compiler.

                                                                                                                                                                                -

                                                                                                                                                                                This macro is useful for checks that are too expensive to be present -in a release build but may be helpful during development.

                                                                                                                                                                                -

                                                                                                                                                                                The result of expanding this macro is always type checked.

                                                                                                                                                                                -

                                                                                                                                                                                An unchecked assertion allows a “bin/exit-with-arg” in an inconsistent state to -keep running, which might have unexpected consequences but does not -introduce unsafety as long as this only happens in safe code. The -performance cost of assertions, however, is not measurable in general. -Replacing assert*! with debug_assert*! is thus only encouraged -after thorough profiling, and more importantly, only in safe code!

                                                                                                                                                                                -

                                                                                                                                                                                This macro is intended to work in a similar way to -::std::debug_assert.

                                                                                                                                                                                -

                                                                                                                                                                                §Module macros

                                                                                                                                                                                - -
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_program_args_stderr_gt.html b/doc/lib/macro.debug_assert_program_args_stderr_gt.html index c0f2ac36a..773b2389f 100644 --- a/doc/lib/macro.debug_assert_program_args_stderr_gt.html +++ b/doc/lib/macro.debug_assert_program_args_stderr_gt.html @@ -1,6 +1,6 @@ -debug_assert_program_args_stderr_gt in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_program_args_stderr_gt

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_program_args_stderr_gt {
                                                                                                                                                                                +debug_assert_program_args_stderr_gt in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_program_args_stderr_gt

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_program_args_stderr_gt {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command (built with program and args) stderr string is equal to another.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command (built with program and args) stderr string is greater than another.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                (program1 + args1 ⇒ command ⇒ stderr) > (program2 + args2 ⇒ command ⇒ stderr)

                                                                                                                                                                                This macro provides the same statements as assert_program_args_stderr_gt, diff --git a/doc/lib/macro.debug_assert_program_args_stderr_le_x.html b/doc/lib/macro.debug_assert_program_args_stderr_le_x.html index 047f70612..6631b2851 100644 --- a/doc/lib/macro.debug_assert_program_args_stderr_le_x.html +++ b/doc/lib/macro.debug_assert_program_args_stderr_le_x.html @@ -1,6 +1,6 @@ -debug_assert_program_args_stderr_le_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_program_args_stderr_le_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_program_args_stderr_le_x {
                                                                                                                                                                                +debug_assert_program_args_stderr_le_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_program_args_stderr_le_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_program_args_stderr_le_x {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command (built with program and args) stderr string is equal to an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a command (built with program and args) stderr string is less than or equal to an expression.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                (program1 + args1 ⇒ command ⇒ stderr) ≤ (expr into string)

                                                                                                                                                                                This macro provides the same statements as assert_program_args_stderr_le_x, diff --git a/doc/lib/macro.debug_assert_status_code_value_eq!.html b/doc/lib/macro.debug_assert_status_code_value_eq!.html new file mode 100644 index 000000000..be87861e1 --- /dev/null +++ b/doc/lib/macro.debug_assert_status_code_value_eq!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.debug_assert_status_code_value_eq.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_status_code_value_eq.html b/doc/lib/macro.debug_assert_status_code_value_eq.html new file mode 100644 index 000000000..6f958968b --- /dev/null +++ b/doc/lib/macro.debug_assert_status_code_value_eq.html @@ -0,0 +1,27 @@ +debug_assert_status_code_value_eq in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_status_code_value_eq

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_status_code_value_eq {
                                                                                                                                                                                +    ($($arg:tt)*) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is equal to another.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a ⇒ status ⇒ code ⇒ value = b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                +

                                                                                                                                                                                This macro provides the same statements as assert_status_code_value_eq, +except this macro’s statements are only enabled in non-optimized +builds by default. An optimized build will not execute this macro’s +statements unless -C debug-assertions is passed to the compiler.

                                                                                                                                                                                +

                                                                                                                                                                                This macro is useful for checks that are too expensive to be present +in a release build but may be helpful during development.

                                                                                                                                                                                +

                                                                                                                                                                                The result of expanding this macro is always type checked.

                                                                                                                                                                                +

                                                                                                                                                                                An unchecked assertion allows a “bin/exit-with-arg” in an inconsistent state to +keep running, which might have unexpected consequences but does not +introduce unsafety as long as this only happens in safe code. The +performance cost of assertions, however, is not measurable in general. +Replacing assert*! with debug_assert*! is thus only encouraged +after thorough profiling, and more importantly, only in safe code!

                                                                                                                                                                                +

                                                                                                                                                                                This macro is intended to work in a similar way to +::std::debug_assert.

                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_status_code_value_eq_x!.html b/doc/lib/macro.debug_assert_status_code_value_eq_x!.html new file mode 100644 index 000000000..8c56c5522 --- /dev/null +++ b/doc/lib/macro.debug_assert_status_code_value_eq_x!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.debug_assert_status_code_value_eq_x.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_process_status_code_value_eq_x.html b/doc/lib/macro.debug_assert_status_code_value_eq_x.html similarity index 74% rename from doc/lib/macro.debug_assert_process_status_code_value_eq_x.html rename to doc/lib/macro.debug_assert_status_code_value_eq_x.html index f7afc047a..732f88460 100644 --- a/doc/lib/macro.debug_assert_process_status_code_value_eq_x.html +++ b/doc/lib/macro.debug_assert_status_code_value_eq_x.html @@ -1,9 +1,9 @@ -debug_assert_process_status_code_value_eq_x in lib - Rust
                                                                                                                                                                                macro_rules! debug_assert_process_status_code_value_eq_x {
                                                                                                                                                                                +debug_assert_status_code_value_eq_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_status_code_value_eq_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_status_code_value_eq_x {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is equal to an expression.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                a ⇒ status ⇒ code ⇒ value = b

                                                                                                                                                                                -

                                                                                                                                                                                This macro provides the same statements as assert_process_status_code_value_eq_x, +

                                                                                                                                                                                This macro provides the same statements as assert_status_code_value_eq_x, except this macro’s statements are only enabled in non-optimized builds by default. An optimized build will not execute this macro’s statements unless -C debug-assertions is passed to the compiler.

                                                                                                                                                                                @@ -20,8 +20,8 @@ ::std::debug_assert.

                                                                                                                                                                                §Module macros

                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_status_code_value_ge!.html b/doc/lib/macro.debug_assert_status_code_value_ge!.html new file mode 100644 index 000000000..b54e4568f --- /dev/null +++ b/doc/lib/macro.debug_assert_status_code_value_ge!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.debug_assert_status_code_value_ge.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_status_code_value_ge.html b/doc/lib/macro.debug_assert_status_code_value_ge.html new file mode 100644 index 000000000..d33ccf5e9 --- /dev/null +++ b/doc/lib/macro.debug_assert_status_code_value_ge.html @@ -0,0 +1,27 @@ +debug_assert_status_code_value_ge in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_status_code_value_ge

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_status_code_value_ge {
                                                                                                                                                                                +    ($($arg:tt)*) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is greater than or equal to another.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a ⇒ status ⇒ code ⇒ value ≥ b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                +

                                                                                                                                                                                This macro provides the same statements as assert_status_code_value_ge, +except this macro’s statements are only enabled in non-optimized +builds by default. An optimized build will not execute this macro’s +statements unless -C debug-assertions is passed to the compiler.

                                                                                                                                                                                +

                                                                                                                                                                                This macro is useful for checks that are too expensive to be present +in a release build but may be helpful during development.

                                                                                                                                                                                +

                                                                                                                                                                                The result of expanding this macro is always type checked.

                                                                                                                                                                                +

                                                                                                                                                                                An unchecked assertion allows a “bin/exit-with-arg” in an inconsistent state to +keep running, which might have unexpected consequences but does not +introduce unsafety as long as this only happens in safe code. The +performance cost of assertions, however, is not measurable in general. +Replacing assert*! with debug_assert*! is thus only encouraged +after thorough profiling, and more importantly, only in safe code!

                                                                                                                                                                                +

                                                                                                                                                                                This macro is intended to work in a similar way to +::std::debug_assert.

                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_status_code_value_ge_x!.html b/doc/lib/macro.debug_assert_status_code_value_ge_x!.html new file mode 100644 index 000000000..fb411fb41 --- /dev/null +++ b/doc/lib/macro.debug_assert_status_code_value_ge_x!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.debug_assert_status_code_value_ge_x.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_gt_as_result.html b/doc/lib/macro.debug_assert_status_code_value_ge_x.html similarity index 52% rename from doc/lib/macro.assert_process_status_code_value_gt_as_result.html rename to doc/lib/macro.debug_assert_status_code_value_ge_x.html index c6dd4f8ca..b9a1afbc2 100644 --- a/doc/lib/macro.assert_process_status_code_value_gt_as_result.html +++ b/doc/lib/macro.debug_assert_status_code_value_ge_x.html @@ -1,24 +1,27 @@ -assert_process_status_code_value_gt_as_result in lib - Rust
                                                                                                                                                                                macro_rules! assert_process_status_code_value_gt_as_result {
                                                                                                                                                                                -    ($a_process:expr, $b_process:expr $(,)?) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a process status code value is greater than another.

                                                                                                                                                                                +debug_assert_status_code_value_ge_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_status_code_value_ge_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_status_code_value_ge_x {
                                                                                                                                                                                +    ($($arg:tt)*) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is greater than or equal to an expression.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                -a ⇒ status ⇒ code ⇒ value > b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                -
                                                                                                                                                                                  -
                                                                                                                                                                                • -

                                                                                                                                                                                  If true, return Result Ok((a value, b value))).

                                                                                                                                                                                  -
                                                                                                                                                                                • -
                                                                                                                                                                                • -

                                                                                                                                                                                  Otherwise, return Result Err(message).

                                                                                                                                                                                  -
                                                                                                                                                                                • -
                                                                                                                                                                                -

                                                                                                                                                                                This macro provides the same statements as assert_, -except this macro returns a Result, rather than doing a panic.

                                                                                                                                                                                -

                                                                                                                                                                                This macro is useful for runtime checks, such as checking parameters, -or sanitizing inputs, or handling different results in different ways.

                                                                                                                                                                                +a.len() ≥ b

                                                                                                                                                                                +

                                                                                                                                                                                This macro provides the same statements as assert_status_code_value_ge_x, +except this macro’s statements are only enabled in non-optimized +builds by default. An optimized build will not execute this macro’s +statements unless -C debug-assertions is passed to the compiler.

                                                                                                                                                                                +

                                                                                                                                                                                This macro is useful for checks that are too expensive to be present +in a release build but may be helpful during development.

                                                                                                                                                                                +

                                                                                                                                                                                The result of expanding this macro is always type checked.

                                                                                                                                                                                +

                                                                                                                                                                                An unchecked assertion allows a “bin/exit-with-arg” in an inconsistent state to +keep running, which might have unexpected consequences but does not +introduce unsafety as long as this only happens in safe code. The +performance cost of assertions, however, is not measurable in general. +Replacing assert*! with debug_assert*! is thus only encouraged +after thorough profiling, and more importantly, only in safe code!

                                                                                                                                                                                +

                                                                                                                                                                                This macro is intended to work in a similar way to +::std::debug_assert.

                                                                                                                                                                                §Module macros

                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_status_code_value_gt!.html b/doc/lib/macro.debug_assert_status_code_value_gt!.html new file mode 100644 index 000000000..2efda7569 --- /dev/null +++ b/doc/lib/macro.debug_assert_status_code_value_gt!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.debug_assert_status_code_value_gt.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_status_code_value_gt.html b/doc/lib/macro.debug_assert_status_code_value_gt.html new file mode 100644 index 000000000..a46f3867a --- /dev/null +++ b/doc/lib/macro.debug_assert_status_code_value_gt.html @@ -0,0 +1,27 @@ +debug_assert_status_code_value_gt in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_status_code_value_gt

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_status_code_value_gt {
                                                                                                                                                                                +    ($($arg:tt)*) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is greater than another.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a ⇒ status ⇒ code ⇒ value > b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                +

                                                                                                                                                                                This macro provides the same statements as assert_status_code_value_gt, +except this macro’s statements are only enabled in non-optimized +builds by default. An optimized build will not execute this macro’s +statements unless -C debug-assertions is passed to the compiler.

                                                                                                                                                                                +

                                                                                                                                                                                This macro is useful for checks that are too expensive to be present +in a release build but may be helpful during development.

                                                                                                                                                                                +

                                                                                                                                                                                The result of expanding this macro is always type checked.

                                                                                                                                                                                +

                                                                                                                                                                                An unchecked assertion allows a “bin/exit-with-arg” in an inconsistent state to +keep running, which might have unexpected consequences but does not +introduce unsafety as long as this only happens in safe code. The +performance cost of assertions, however, is not measurable in general. +Replacing assert*! with debug_assert*! is thus only encouraged +after thorough profiling, and more importantly, only in safe code!

                                                                                                                                                                                +

                                                                                                                                                                                This macro is intended to work in a similar way to +::std::debug_assert.

                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_status_code_value_gt_x!.html b/doc/lib/macro.debug_assert_status_code_value_gt_x!.html new file mode 100644 index 000000000..d79c9e393 --- /dev/null +++ b/doc/lib/macro.debug_assert_status_code_value_gt_x!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.debug_assert_status_code_value_gt_x.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_status_code_value_gt_x.html b/doc/lib/macro.debug_assert_status_code_value_gt_x.html new file mode 100644 index 000000000..c23a04557 --- /dev/null +++ b/doc/lib/macro.debug_assert_status_code_value_gt_x.html @@ -0,0 +1,27 @@ +debug_assert_status_code_value_gt_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_status_code_value_gt_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_status_code_value_gt_x {
                                                                                                                                                                                +    ($($arg:tt)*) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is greater than an expression.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a.len() > b

                                                                                                                                                                                +

                                                                                                                                                                                This macro provides the same statements as assert_status_code_value_gt_x, +except this macro’s statements are only enabled in non-optimized +builds by default. An optimized build will not execute this macro’s +statements unless -C debug-assertions is passed to the compiler.

                                                                                                                                                                                +

                                                                                                                                                                                This macro is useful for checks that are too expensive to be present +in a release build but may be helpful during development.

                                                                                                                                                                                +

                                                                                                                                                                                The result of expanding this macro is always type checked.

                                                                                                                                                                                +

                                                                                                                                                                                An unchecked assertion allows a “bin/exit-with-arg” in an inconsistent state to +keep running, which might have unexpected consequences but does not +introduce unsafety as long as this only happens in safe code. The +performance cost of assertions, however, is not measurable in general. +Replacing assert*! with debug_assert*! is thus only encouraged +after thorough profiling, and more importantly, only in safe code!

                                                                                                                                                                                +

                                                                                                                                                                                This macro is intended to work in a similar way to +::std::debug_assert.

                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_status_code_value_le!.html b/doc/lib/macro.debug_assert_status_code_value_le!.html new file mode 100644 index 000000000..2fb9b6264 --- /dev/null +++ b/doc/lib/macro.debug_assert_status_code_value_le!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.debug_assert_status_code_value_le.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_status_code_value_le.html b/doc/lib/macro.debug_assert_status_code_value_le.html new file mode 100644 index 000000000..ab92b23a9 --- /dev/null +++ b/doc/lib/macro.debug_assert_status_code_value_le.html @@ -0,0 +1,27 @@ +debug_assert_status_code_value_le in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_status_code_value_le

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_status_code_value_le {
                                                                                                                                                                                +    ($($arg:tt)*) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is less than or equal to another.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a ⇒ status ⇒ code ⇒ value ≤ b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                +

                                                                                                                                                                                This macro provides the same statements as assert_status_code_value_le, +except this macro’s statements are only enabled in non-optimized +builds by default. An optimized build will not execute this macro’s +statements unless -C debug-assertions is passed to the compiler.

                                                                                                                                                                                +

                                                                                                                                                                                This macro is useful for checks that are too expensive to be present +in a release build but may be helpful during development.

                                                                                                                                                                                +

                                                                                                                                                                                The result of expanding this macro is always type checked.

                                                                                                                                                                                +

                                                                                                                                                                                An unchecked assertion allows a “bin/exit-with-arg” in an inconsistent state to +keep running, which might have unexpected consequences but does not +introduce unsafety as long as this only happens in safe code. The +performance cost of assertions, however, is not measurable in general. +Replacing assert*! with debug_assert*! is thus only encouraged +after thorough profiling, and more importantly, only in safe code!

                                                                                                                                                                                +

                                                                                                                                                                                This macro is intended to work in a similar way to +::std::debug_assert.

                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_status_code_value_le_x!.html b/doc/lib/macro.debug_assert_status_code_value_le_x!.html new file mode 100644 index 000000000..5c49d62be --- /dev/null +++ b/doc/lib/macro.debug_assert_status_code_value_le_x!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.debug_assert_status_code_value_le_x.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_lt_as_result.html b/doc/lib/macro.debug_assert_status_code_value_le_x.html similarity index 52% rename from doc/lib/macro.assert_process_status_code_value_lt_as_result.html rename to doc/lib/macro.debug_assert_status_code_value_le_x.html index 9d9545dd1..f726c8f1e 100644 --- a/doc/lib/macro.assert_process_status_code_value_lt_as_result.html +++ b/doc/lib/macro.debug_assert_status_code_value_le_x.html @@ -1,24 +1,27 @@ -assert_process_status_code_value_lt_as_result in lib - Rust
                                                                                                                                                                                macro_rules! assert_process_status_code_value_lt_as_result {
                                                                                                                                                                                -    ($a_process:expr, $b_process:expr $(,)?) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a process status code value is less than another.

                                                                                                                                                                                +debug_assert_status_code_value_le_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_status_code_value_le_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_status_code_value_le_x {
                                                                                                                                                                                +    ($($arg:tt)*) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is less than or equal to an expression.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                -a ⇒ status ⇒ code ⇒ value < b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                -
                                                                                                                                                                                  -
                                                                                                                                                                                • -

                                                                                                                                                                                  If true, return Result Ok((a value, b value))).

                                                                                                                                                                                  -
                                                                                                                                                                                • -
                                                                                                                                                                                • -

                                                                                                                                                                                  Otherwise, return Result Err(message).

                                                                                                                                                                                  -
                                                                                                                                                                                • -
                                                                                                                                                                                -

                                                                                                                                                                                This macro provides the same statements as assert_, -except this macro returns a Result, rather than doing a panic.

                                                                                                                                                                                -

                                                                                                                                                                                This macro is useful for runtime checks, such as checking parameters, -or sanitizing inputs, or handling different results in different ways.

                                                                                                                                                                                +a.len() ≤ b

                                                                                                                                                                                +

                                                                                                                                                                                This macro provides the same statements as assert_status_code_value_le_x, +except this macro’s statements are only enabled in non-optimized +builds by default. An optimized build will not execute this macro’s +statements unless -C debug-assertions is passed to the compiler.

                                                                                                                                                                                +

                                                                                                                                                                                This macro is useful for checks that are too expensive to be present +in a release build but may be helpful during development.

                                                                                                                                                                                +

                                                                                                                                                                                The result of expanding this macro is always type checked.

                                                                                                                                                                                +

                                                                                                                                                                                An unchecked assertion allows a “bin/exit-with-arg” in an inconsistent state to +keep running, which might have unexpected consequences but does not +introduce unsafety as long as this only happens in safe code. The +performance cost of assertions, however, is not measurable in general. +Replacing assert*! with debug_assert*! is thus only encouraged +after thorough profiling, and more importantly, only in safe code!

                                                                                                                                                                                +

                                                                                                                                                                                This macro is intended to work in a similar way to +::std::debug_assert.

                                                                                                                                                                                §Module macros

                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_status_code_value_lt!.html b/doc/lib/macro.debug_assert_status_code_value_lt!.html new file mode 100644 index 000000000..806c0365d --- /dev/null +++ b/doc/lib/macro.debug_assert_status_code_value_lt!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.debug_assert_status_code_value_lt.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_status_code_value_lt.html b/doc/lib/macro.debug_assert_status_code_value_lt.html new file mode 100644 index 000000000..dacf02db3 --- /dev/null +++ b/doc/lib/macro.debug_assert_status_code_value_lt.html @@ -0,0 +1,27 @@ +debug_assert_status_code_value_lt in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_status_code_value_lt

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_status_code_value_lt {
                                                                                                                                                                                +    ($($arg:tt)*) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is less than another.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a ⇒ status ⇒ code ⇒ value < b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                +

                                                                                                                                                                                This macro provides the same statements as assert_status_code_value_lt, +except this macro’s statements are only enabled in non-optimized +builds by default. An optimized build will not execute this macro’s +statements unless -C debug-assertions is passed to the compiler.

                                                                                                                                                                                +

                                                                                                                                                                                This macro is useful for checks that are too expensive to be present +in a release build but may be helpful during development.

                                                                                                                                                                                +

                                                                                                                                                                                The result of expanding this macro is always type checked.

                                                                                                                                                                                +

                                                                                                                                                                                An unchecked assertion allows a “bin/exit-with-arg” in an inconsistent state to +keep running, which might have unexpected consequences but does not +introduce unsafety as long as this only happens in safe code. The +performance cost of assertions, however, is not measurable in general. +Replacing assert*! with debug_assert*! is thus only encouraged +after thorough profiling, and more importantly, only in safe code!

                                                                                                                                                                                +

                                                                                                                                                                                This macro is intended to work in a similar way to +::std::debug_assert.

                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_status_code_value_lt_x!.html b/doc/lib/macro.debug_assert_status_code_value_lt_x!.html new file mode 100644 index 000000000..fdac2d3bd --- /dev/null +++ b/doc/lib/macro.debug_assert_status_code_value_lt_x!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.debug_assert_status_code_value_lt_x.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_status_code_value_lt_x.html b/doc/lib/macro.debug_assert_status_code_value_lt_x.html new file mode 100644 index 000000000..fe480d16a --- /dev/null +++ b/doc/lib/macro.debug_assert_status_code_value_lt_x.html @@ -0,0 +1,27 @@ +debug_assert_status_code_value_lt_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_status_code_value_lt_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_status_code_value_lt_x {
                                                                                                                                                                                +    ($($arg:tt)*) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is less than an expression.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a.len() < b

                                                                                                                                                                                +

                                                                                                                                                                                This macro provides the same statements as assert_status_code_value_lt_x, +except this macro’s statements are only enabled in non-optimized +builds by default. An optimized build will not execute this macro’s +statements unless -C debug-assertions is passed to the compiler.

                                                                                                                                                                                +

                                                                                                                                                                                This macro is useful for checks that are too expensive to be present +in a release build but may be helpful during development.

                                                                                                                                                                                +

                                                                                                                                                                                The result of expanding this macro is always type checked.

                                                                                                                                                                                +

                                                                                                                                                                                An unchecked assertion allows a “bin/exit-with-arg” in an inconsistent state to +keep running, which might have unexpected consequences but does not +introduce unsafety as long as this only happens in safe code. The +performance cost of assertions, however, is not measurable in general. +Replacing assert*! with debug_assert*! is thus only encouraged +after thorough profiling, and more importantly, only in safe code!

                                                                                                                                                                                +

                                                                                                                                                                                This macro is intended to work in a similar way to +::std::debug_assert.

                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_status_code_value_ne!.html b/doc/lib/macro.debug_assert_status_code_value_ne!.html new file mode 100644 index 000000000..1598374f3 --- /dev/null +++ b/doc/lib/macro.debug_assert_status_code_value_ne!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.debug_assert_status_code_value_ne.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_status_code_value_ne.html b/doc/lib/macro.debug_assert_status_code_value_ne.html new file mode 100644 index 000000000..c68ce4681 --- /dev/null +++ b/doc/lib/macro.debug_assert_status_code_value_ne.html @@ -0,0 +1,27 @@ +debug_assert_status_code_value_ne in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_status_code_value_ne

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_status_code_value_ne {
                                                                                                                                                                                +    ($($arg:tt)*) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is not equal to another.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a ⇒ status ⇒ code ⇒ value ≠ b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                +

                                                                                                                                                                                This macro provides the same statements as assert_status_code_value_ne, +except this macro’s statements are only enabled in non-optimized +builds by default. An optimized build will not execute this macro’s +statements unless -C debug-assertions is passed to the compiler.

                                                                                                                                                                                +

                                                                                                                                                                                This macro is useful for checks that are too expensive to be present +in a release build but may be helpful during development.

                                                                                                                                                                                +

                                                                                                                                                                                The result of expanding this macro is always type checked.

                                                                                                                                                                                +

                                                                                                                                                                                An unchecked assertion allows a “bin/exit-with-arg” in an inconsistent state to +keep running, which might have unexpected consequences but does not +introduce unsafety as long as this only happens in safe code. The +performance cost of assertions, however, is not measurable in general. +Replacing assert*! with debug_assert*! is thus only encouraged +after thorough profiling, and more importantly, only in safe code!

                                                                                                                                                                                +

                                                                                                                                                                                This macro is intended to work in a similar way to +::std::debug_assert.

                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_status_code_value_ne_x!.html b/doc/lib/macro.debug_assert_status_code_value_ne_x!.html new file mode 100644 index 000000000..dcfa072d8 --- /dev/null +++ b/doc/lib/macro.debug_assert_status_code_value_ne_x!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.debug_assert_status_code_value_ne_x.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_process_status_code_value_eq.html b/doc/lib/macro.debug_assert_status_code_value_ne_x.html similarity index 74% rename from doc/lib/macro.debug_assert_process_status_code_value_eq.html rename to doc/lib/macro.debug_assert_status_code_value_ne_x.html index cbdcbb32f..413b99ae4 100644 --- a/doc/lib/macro.debug_assert_process_status_code_value_eq.html +++ b/doc/lib/macro.debug_assert_status_code_value_ne_x.html @@ -1,9 +1,9 @@ -debug_assert_process_status_code_value_eq in lib - Rust
                                                                                                                                                                                macro_rules! debug_assert_process_status_code_value_eq {
                                                                                                                                                                                +debug_assert_status_code_value_ne_x in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_status_code_value_ne_x

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_status_code_value_ne_x {
                                                                                                                                                                                     ($($arg:tt)*) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a value is greater than an expression.

                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status code value is not equal to another.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                a ⇒ status ⇒ code ⇒ value = b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                -

                                                                                                                                                                                This macro provides the same statements as assert_process_status_code_value_eq, +

                                                                                                                                                                                This macro provides the same statements as assert_status_code_value_ne, except this macro’s statements are only enabled in non-optimized builds by default. An optimized build will not execute this macro’s statements unless -C debug-assertions is passed to the compiler.

                                                                                                                                                                                @@ -20,8 +20,8 @@ ::std::debug_assert.

                                                                                                                                                                                §Module macros

                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_status_success!.html b/doc/lib/macro.debug_assert_status_success!.html new file mode 100644 index 000000000..38a73e263 --- /dev/null +++ b/doc/lib/macro.debug_assert_status_success!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.debug_assert_status_success.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_status_success.html b/doc/lib/macro.debug_assert_status_success.html new file mode 100644 index 000000000..609cfcbe8 --- /dev/null +++ b/doc/lib/macro.debug_assert_status_success.html @@ -0,0 +1,27 @@ +debug_assert_status_success in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_status_success

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_status_success {
                                                                                                                                                                                +    ($($arg:tt)*) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status is a success.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a ⇒ status ⇒ success = true

                                                                                                                                                                                +

                                                                                                                                                                                This macro provides the same statements as assert_status_success, +except this macro’s statements are only enabled in non-optimized +builds by default. An optimized build will not execute this macro’s +statements unless -C debug-assertions is passed to the compiler.

                                                                                                                                                                                +

                                                                                                                                                                                This macro is useful for checks that are too expensive to be present +in a release build but may be helpful during development.

                                                                                                                                                                                +

                                                                                                                                                                                The result of expanding this macro is always type checked.

                                                                                                                                                                                +

                                                                                                                                                                                An unchecked assertion allows a “bin/exit-with-arg” in an inconsistent state to +keep running, which might have unexpected consequences but does not +introduce unsafety as long as this only happens in safe code. The +performance cost of assertions, however, is not measurable in general. +Replacing assert*! with debug_assert*! is thus only encouraged +after thorough profiling, and more importantly, only in safe code!

                                                                                                                                                                                +

                                                                                                                                                                                This macro is intended to work in a similar way to +::std::debug_assert.

                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_status_success_false!.html b/doc/lib/macro.debug_assert_status_success_false!.html new file mode 100644 index 000000000..b3138de65 --- /dev/null +++ b/doc/lib/macro.debug_assert_status_success_false!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.debug_assert_status_success_false.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_status_success_false.html b/doc/lib/macro.debug_assert_status_success_false.html new file mode 100644 index 000000000..d198c64a7 --- /dev/null +++ b/doc/lib/macro.debug_assert_status_success_false.html @@ -0,0 +1,27 @@ +debug_assert_status_success_false in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_status_success_false

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_status_success_false {
                                                                                                                                                                                +    ($($arg:tt)*) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a status is a failure.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a ⇒ status ⇒ success = false

                                                                                                                                                                                +

                                                                                                                                                                                This macro provides the same statements as assert_status_success_false, +except this macro’s statements are only enabled in non-optimized +builds by default. An optimized build will not execute this macro’s +statements unless -C debug-assertions is passed to the compiler.

                                                                                                                                                                                +

                                                                                                                                                                                This macro is useful for checks that are too expensive to be present +in a release build but may be helpful during development.

                                                                                                                                                                                +

                                                                                                                                                                                The result of expanding this macro is always type checked.

                                                                                                                                                                                +

                                                                                                                                                                                An unchecked assertion allows a “bin/exit-with-arg” in an inconsistent state to +keep running, which might have unexpected consequences but does not +introduce unsafety as long as this only happens in safe code. The +performance cost of assertions, however, is not measurable in general. +Replacing assert*! with debug_assert*! is thus only encouraged +after thorough profiling, and more importantly, only in safe code!

                                                                                                                                                                                +

                                                                                                                                                                                This macro is intended to work in a similar way to +::std::debug_assert.

                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_success!.html b/doc/lib/macro.debug_assert_success!.html new file mode 100644 index 000000000..5c7bdc3ac --- /dev/null +++ b/doc/lib/macro.debug_assert_success!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.debug_assert_success.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.assert_process_status_code_value_ge_as_result.html b/doc/lib/macro.debug_assert_success.html similarity index 54% rename from doc/lib/macro.assert_process_status_code_value_ge_as_result.html rename to doc/lib/macro.debug_assert_success.html index 429bd4143..362b31a2f 100644 --- a/doc/lib/macro.assert_process_status_code_value_ge_as_result.html +++ b/doc/lib/macro.debug_assert_success.html @@ -1,24 +1,27 @@ -assert_process_status_code_value_ge_as_result in lib - Rust
                                                                                                                                                                                macro_rules! assert_process_status_code_value_ge_as_result {
                                                                                                                                                                                -    ($a_process:expr, $b_process:expr $(,)?) => { ... };
                                                                                                                                                                                -}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a process status code value is greater than or equal to another.

                                                                                                                                                                                +debug_assert_success in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_success

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_success {
                                                                                                                                                                                +    ($($arg:tt)*) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a success method is true.

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                -a ⇒ status ⇒ code ⇒ value ≥ b ⇒ status ⇒ code ⇒ value

                                                                                                                                                                                -
                                                                                                                                                                                  -
                                                                                                                                                                                • -

                                                                                                                                                                                  If true, return Result Ok((a value, b value))).

                                                                                                                                                                                  -
                                                                                                                                                                                • -
                                                                                                                                                                                • -

                                                                                                                                                                                  Otherwise, return Result Err(message).

                                                                                                                                                                                  -
                                                                                                                                                                                • -
                                                                                                                                                                                -

                                                                                                                                                                                This macro provides the same statements as assert_, -except this macro returns a Result, rather than doing a panic.

                                                                                                                                                                                -

                                                                                                                                                                                This macro is useful for runtime checks, such as checking parameters, -or sanitizing inputs, or handling different results in different ways.

                                                                                                                                                                                +a.success() = true

                                                                                                                                                                                +

                                                                                                                                                                                This macro provides the same statements as assert_success, +except this macro’s statements are only enabled in non-optimized +builds by default. An optimized build will not execute this macro’s +statements unless -C debug-assertions is passed to the compiler.

                                                                                                                                                                                +

                                                                                                                                                                                This macro is useful for checks that are too expensive to be present +in a release build but may be helpful during development.

                                                                                                                                                                                +

                                                                                                                                                                                The result of expanding this macro is always type checked.

                                                                                                                                                                                +

                                                                                                                                                                                An unchecked assertion allows a “bin/exit-with-arg” in an inconsistent state to +keep running, which might have unexpected consequences but does not +introduce unsafety as long as this only happens in safe code. The +performance cost of assertions, however, is not measurable in general. +Replacing assert*! with debug_assert*! is thus only encouraged +after thorough profiling, and more importantly, only in safe code!

                                                                                                                                                                                +

                                                                                                                                                                                This macro is intended to work in a similar way to +::std::debug_assert.

                                                                                                                                                                                §Module macros

                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_success_false!.html b/doc/lib/macro.debug_assert_success_false!.html new file mode 100644 index 000000000..c59706870 --- /dev/null +++ b/doc/lib/macro.debug_assert_success_false!.html @@ -0,0 +1,11 @@ + + + + + Redirection + + +

                                                                                                                                                                                Redirecting to macro.debug_assert_success_false.html...

                                                                                                                                                                                + + + \ No newline at end of file diff --git a/doc/lib/macro.debug_assert_success_false.html b/doc/lib/macro.debug_assert_success_false.html new file mode 100644 index 000000000..32eb02898 --- /dev/null +++ b/doc/lib/macro.debug_assert_success_false.html @@ -0,0 +1,27 @@ +debug_assert_success_false in lib - Rust

                                                                                                                                                                                Macro lib::debug_assert_success_false

                                                                                                                                                                                source ·
                                                                                                                                                                                macro_rules! debug_assert_success_false {
                                                                                                                                                                                +    ($($arg:tt)*) => { ... };
                                                                                                                                                                                +}
                                                                                                                                                                                Expand description

                                                                                                                                                                                Assert a failure method is true.

                                                                                                                                                                                +

                                                                                                                                                                                Pseudocode:
                                                                                                                                                                                +a.success() = false

                                                                                                                                                                                +

                                                                                                                                                                                This macro provides the same statements as assert_success_false, +except this macro’s statements are only enabled in non-optimized +builds by default. An optimized build will not execute this macro’s +statements unless -C debug-assertions is passed to the compiler.

                                                                                                                                                                                +

                                                                                                                                                                                This macro is useful for checks that are too expensive to be present +in a release build but may be helpful during development.

                                                                                                                                                                                +

                                                                                                                                                                                The result of expanding this macro is always type checked.

                                                                                                                                                                                +

                                                                                                                                                                                An unchecked assertion allows a “bin/exit-with-arg” in an inconsistent state to +keep running, which might have unexpected consequences but does not +introduce unsafety as long as this only happens in safe code. The +performance cost of assertions, however, is not measurable in general. +Replacing assert*! with debug_assert*! is thus only encouraged +after thorough profiling, and more importantly, only in safe code!

                                                                                                                                                                                +

                                                                                                                                                                                This macro is intended to work in a similar way to +::std::debug_assert.

                                                                                                                                                                                +

                                                                                                                                                                                §Module macros

                                                                                                                                                                                + +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/lib/sidebar-items.js b/doc/lib/sidebar-items.js index 5b9ec931f..94837e495 100644 --- a/doc/lib/sidebar-items.js +++ b/doc/lib/sidebar-items.js @@ -1 +1 @@ -window.SIDEBAR_ITEMS = {"macro":["assert_abs_diff_eq","assert_abs_diff_eq_as_result","assert_abs_diff_ge","assert_abs_diff_ge_as_result","assert_abs_diff_gt","assert_abs_diff_gt_as_result","assert_abs_diff_le","assert_abs_diff_le_as_result","assert_abs_diff_lt","assert_abs_diff_lt_as_result","assert_abs_diff_ne","assert_abs_diff_ne_as_result","assert_all","assert_all_as_result","assert_any","assert_any_as_result","assert_approx_eq","assert_approx_eq_as_result","assert_approx_ne","assert_approx_ne_as_result","assert_as_result","assert_bag_eq","assert_bag_eq_as_result","assert_bag_impl_prep","assert_bag_ne","assert_bag_ne_as_result","assert_bag_subbag","assert_bag_subbag_as_result","assert_bag_superbag","assert_bag_superbag_as_result","assert_command_stderr_contains","assert_command_stderr_contains_as_result","assert_command_stderr_eq","assert_command_stderr_eq_as_result","assert_command_stderr_eq_x","assert_command_stderr_eq_x_as_result","assert_command_stderr_ge","assert_command_stderr_ge_as_result","assert_command_stderr_ge_x","assert_command_stderr_ge_x_as_result","assert_command_stderr_gt","assert_command_stderr_gt_as_result","assert_command_stderr_gt_x","assert_command_stderr_gt_x_as_result","assert_command_stderr_is_match","assert_command_stderr_is_match_as_result","assert_command_stderr_le","assert_command_stderr_le_as_result","assert_command_stderr_le_x","assert_command_stderr_le_x_as_result","assert_command_stderr_lt","assert_command_stderr_lt_as_result","assert_command_stderr_lt_x","assert_command_stderr_lt_x_as_result","assert_command_stderr_ne","assert_command_stderr_ne_as_result","assert_command_stderr_ne_x","assert_command_stderr_ne_x_as_result","assert_command_stderr_string_contains","assert_command_stderr_string_contains_as_result","assert_command_stderr_string_is_match","assert_command_stderr_string_is_match_as_result","assert_command_stdout_contains","assert_command_stdout_contains_as_result","assert_command_stdout_eq","assert_command_stdout_eq_as_result","assert_command_stdout_eq_x","assert_command_stdout_eq_x_as_result","assert_command_stdout_ge","assert_command_stdout_ge_as_result","assert_command_stdout_ge_x","assert_command_stdout_ge_x_as_result","assert_command_stdout_gt","assert_command_stdout_gt_as_result","assert_command_stdout_gt_x","assert_command_stdout_gt_x_as_result","assert_command_stdout_is_match","assert_command_stdout_is_match_as_result","assert_command_stdout_le","assert_command_stdout_le_as_result","assert_command_stdout_le_x","assert_command_stdout_le_x_as_result","assert_command_stdout_lt","assert_command_stdout_lt_as_result","assert_command_stdout_lt_x","assert_command_stdout_lt_x_as_result","assert_command_stdout_ne","assert_command_stdout_ne_as_result","assert_command_stdout_ne_x","assert_command_stdout_ne_x_as_result","assert_command_stdout_string_contains","assert_command_stdout_string_contains_as_result","assert_command_stdout_string_is_match","assert_command_stdout_string_is_match_as_result","assert_contains","assert_contains_as_result","assert_count_eq","assert_count_eq_as_result","assert_count_eq_x","assert_count_eq_x_as_result","assert_count_ge","assert_count_ge_as_result","assert_count_ge_x","assert_count_ge_x_as_result","assert_count_gt","assert_count_gt_as_result","assert_count_gt_x","assert_count_gt_x_as_result","assert_count_le","assert_count_le_as_result","assert_count_le_x","assert_count_le_x_as_result","assert_count_lt","assert_count_lt_as_result","assert_count_lt_x","assert_count_lt_x_as_result","assert_count_ne","assert_count_ne_as_result","assert_count_ne_x","assert_count_ne_x_as_result","assert_ends_with","assert_ends_with_as_result","assert_eq_as_result","assert_err","assert_err_as_result","assert_err_eq","assert_err_eq_as_result","assert_err_eq_x","assert_err_eq_x_as_result","assert_err_ne","assert_err_ne_as_result","assert_err_ne_x","assert_err_ne_x_as_result","assert_fn_eq","assert_fn_eq_as_result","assert_fn_eq_x","assert_fn_eq_x_as_result","assert_fn_err_eq","assert_fn_err_eq_as_result","assert_fn_err_eq_x","assert_fn_err_eq_x_as_result","assert_fn_err_ge","assert_fn_err_ge_as_result","assert_fn_err_ge_x","assert_fn_err_ge_x_as_result","assert_fn_err_gt","assert_fn_err_gt_as_result","assert_fn_err_gt_x","assert_fn_err_gt_x_as_result","assert_fn_err_le","assert_fn_err_le_as_result","assert_fn_err_le_x","assert_fn_err_le_x_as_result","assert_fn_err_lt","assert_fn_err_lt_as_result","assert_fn_err_lt_x","assert_fn_err_lt_x_as_result","assert_fn_err_ne","assert_fn_err_ne_as_result","assert_fn_err_ne_x","assert_fn_err_ne_x_as_result","assert_fn_ge","assert_fn_ge_as_result","assert_fn_ge_x","assert_fn_ge_x_as_result","assert_fn_gt","assert_fn_gt_as_result","assert_fn_gt_x","assert_fn_gt_x_as_result","assert_fn_le","assert_fn_le_as_result","assert_fn_le_x","assert_fn_le_x_as_result","assert_fn_lt","assert_fn_lt_as_result","assert_fn_lt_x","assert_fn_lt_x_as_result","assert_fn_ne","assert_fn_ne_as_result","assert_fn_ne_x","assert_fn_ne_x_as_result","assert_fn_ok_eq","assert_fn_ok_eq_as_result","assert_fn_ok_eq_x","assert_fn_ok_eq_x_as_result","assert_fn_ok_ge","assert_fn_ok_ge_as_result","assert_fn_ok_ge_x","assert_fn_ok_ge_x_as_result","assert_fn_ok_gt","assert_fn_ok_gt_as_result","assert_fn_ok_gt_x","assert_fn_ok_gt_x_as_result","assert_fn_ok_le","assert_fn_ok_le_as_result","assert_fn_ok_le_x","assert_fn_ok_le_x_as_result","assert_fn_ok_lt","assert_fn_ok_lt_as_result","assert_fn_ok_lt_x","assert_fn_ok_lt_x_as_result","assert_fn_ok_ne","assert_fn_ok_ne_as_result","assert_fn_ok_ne_x","assert_fn_ok_ne_x_as_result","assert_fs_read_to_string_contains","assert_fs_read_to_string_contains_as_result","assert_fs_read_to_string_eq","assert_fs_read_to_string_eq_as_result","assert_fs_read_to_string_eq_x","assert_fs_read_to_string_eq_x_as_result","assert_fs_read_to_string_ge","assert_fs_read_to_string_ge_as_result","assert_fs_read_to_string_ge_x","assert_fs_read_to_string_ge_x_as_result","assert_fs_read_to_string_gt","assert_fs_read_to_string_gt_as_result","assert_fs_read_to_string_gt_x","assert_fs_read_to_string_gt_x_as_result","assert_fs_read_to_string_is_match","assert_fs_read_to_string_is_match_as_result","assert_fs_read_to_string_le","assert_fs_read_to_string_le_as_result","assert_fs_read_to_string_le_x","assert_fs_read_to_string_le_x_as_result","assert_fs_read_to_string_lt","assert_fs_read_to_string_lt_as_result","assert_fs_read_to_string_lt_x","assert_fs_read_to_string_lt_x_as_result","assert_fs_read_to_string_matches","assert_fs_read_to_string_matches_as_result","assert_fs_read_to_string_ne","assert_fs_read_to_string_ne_as_result","assert_fs_read_to_string_ne_x","assert_fs_read_to_string_ne_x_as_result","assert_ge","assert_ge_as_result","assert_gt","assert_gt_as_result","assert_in_delta","assert_in_delta_as_result","assert_in_epsilon","assert_in_epsilon_as_result","assert_infix","assert_infix_as_result","assert_io_read_to_string_contains","assert_io_read_to_string_contains_as_result","assert_io_read_to_string_eq","assert_io_read_to_string_eq_as_result","assert_io_read_to_string_eq_x","assert_io_read_to_string_eq_x_as_result","assert_io_read_to_string_ge","assert_io_read_to_string_ge_as_result","assert_io_read_to_string_ge_x","assert_io_read_to_string_ge_x_as_result","assert_io_read_to_string_gt","assert_io_read_to_string_gt_as_result","assert_io_read_to_string_gt_x","assert_io_read_to_string_gt_x_as_result","assert_io_read_to_string_is_match","assert_io_read_to_string_is_match_as_result","assert_io_read_to_string_le","assert_io_read_to_string_le_as_result","assert_io_read_to_string_le_x","assert_io_read_to_string_le_x_as_result","assert_io_read_to_string_lt","assert_io_read_to_string_lt_as_result","assert_io_read_to_string_lt_x","assert_io_read_to_string_lt_x_as_result","assert_io_read_to_string_matches","assert_io_read_to_string_matches_as_result","assert_io_read_to_string_ne","assert_io_read_to_string_ne_as_result","assert_io_read_to_string_ne_x","assert_io_read_to_string_ne_x_as_result","assert_is_empty","assert_is_empty_as_result","assert_is_match","assert_is_match_as_result","assert_iter_eq","assert_iter_eq_as_result","assert_iter_ge","assert_iter_ge_as_result","assert_iter_gt","assert_iter_gt_as_result","assert_iter_le","assert_iter_le_as_result","assert_iter_lt","assert_iter_lt_as_result","assert_iter_ne","assert_iter_ne_as_result","assert_le","assert_le_as_result","assert_len_eq","assert_len_eq_as_result","assert_len_eq_x","assert_len_eq_x_as_result","assert_len_ge","assert_len_ge_as_result","assert_len_ge_x","assert_len_ge_x_as_result","assert_len_gt","assert_len_gt_as_result","assert_len_gt_x","assert_len_gt_x_as_result","assert_len_le","assert_len_le_as_result","assert_len_le_x","assert_len_le_x_as_result","assert_len_lt","assert_len_lt_as_result","assert_len_lt_x","assert_len_lt_x_as_result","assert_len_ne","assert_len_ne_as_result","assert_len_ne_x","assert_len_ne_x_as_result","assert_lt","assert_lt_as_result","assert_matches","assert_matches_as_result","assert_ne_as_result","assert_none","assert_none_as_result","assert_not_contains","assert_not_contains_as_result","assert_not_empty","assert_not_empty_as_result","assert_not_ends_with","assert_not_ends_with_as_result","assert_not_match","assert_not_match_as_result","assert_not_matches","assert_not_matches_as_result","assert_not_starts_with","assert_not_starts_with_as_result","assert_ok","assert_ok_as_result","assert_ok_eq","assert_ok_eq_as_result","assert_ok_eq_x","assert_ok_eq_x_as_result","assert_ok_ne","assert_ok_ne_as_result","assert_ok_ne_x","assert_ok_ne_x_as_result","assert_option_none","assert_option_none_as_result","assert_option_some","assert_option_some_as_result","assert_option_some_eq","assert_option_some_eq_as_result","assert_option_some_ne","assert_option_some_ne_as_result","assert_pending","assert_pending_as_result","assert_poll_pending","assert_poll_pending_as_result","assert_poll_ready","assert_poll_ready_as_result","assert_poll_ready_eq","assert_poll_ready_eq_as_result","assert_poll_ready_ne","assert_poll_ready_ne_as_result","assert_process_status_code_value_eq","assert_process_status_code_value_eq_as_result","assert_process_status_code_value_eq_x","assert_process_status_code_value_eq_x_as_result","assert_process_status_code_value_ge","assert_process_status_code_value_ge_as_result","assert_process_status_code_value_ge_x","assert_process_status_code_value_ge_x_as_result","assert_process_status_code_value_gt","assert_process_status_code_value_gt_as_result","assert_process_status_code_value_gt_x","assert_process_status_code_value_gt_x_as_result","assert_process_status_code_value_le","assert_process_status_code_value_le_as_result","assert_process_status_code_value_le_x","assert_process_status_code_value_le_x_as_result","assert_process_status_code_value_lt","assert_process_status_code_value_lt_as_result","assert_process_status_code_value_lt_x","assert_process_status_code_value_lt_x_as_result","assert_process_status_code_value_ne","assert_process_status_code_value_ne_as_result","assert_process_status_code_value_ne_x","assert_process_status_code_value_ne_x_as_result","assert_program_args_impl_prep","assert_program_args_stderr_contains","assert_program_args_stderr_contains_as_result","assert_program_args_stderr_eq","assert_program_args_stderr_eq_as_result","assert_program_args_stderr_eq_x","assert_program_args_stderr_eq_x_as_result","assert_program_args_stderr_ge","assert_program_args_stderr_ge_as_result","assert_program_args_stderr_ge_x","assert_program_args_stderr_ge_x_as_result","assert_program_args_stderr_gt","assert_program_args_stderr_gt_as_result","assert_program_args_stderr_gt_x","assert_program_args_stderr_gt_x_as_result","assert_program_args_stderr_is_match","assert_program_args_stderr_is_match_as_result","assert_program_args_stderr_le","assert_program_args_stderr_le_as_result","assert_program_args_stderr_le_x","assert_program_args_stderr_le_x_as_result","assert_program_args_stderr_lt","assert_program_args_stderr_lt_as_result","assert_program_args_stderr_lt_x","assert_program_args_stderr_lt_x_as_result","assert_program_args_stderr_ne","assert_program_args_stderr_ne_as_result","assert_program_args_stderr_ne_x","assert_program_args_stderr_ne_x_as_result","assert_program_args_stderr_string_contains","assert_program_args_stderr_string_contains_as_result","assert_program_args_stderr_string_is_match","assert_program_args_stderr_string_is_match_as_result","assert_program_args_stdout_contains","assert_program_args_stdout_contains_as_result","assert_program_args_stdout_eq","assert_program_args_stdout_eq_as_result","assert_program_args_stdout_eq_x","assert_program_args_stdout_eq_x_as_result","assert_program_args_stdout_ge","assert_program_args_stdout_ge_as_result","assert_program_args_stdout_ge_x","assert_program_args_stdout_ge_x_as_result","assert_program_args_stdout_gt","assert_program_args_stdout_gt_as_result","assert_program_args_stdout_gt_x","assert_program_args_stdout_gt_x_as_result","assert_program_args_stdout_is_match","assert_program_args_stdout_is_match_as_result","assert_program_args_stdout_le","assert_program_args_stdout_le_as_result","assert_program_args_stdout_le_x","assert_program_args_stdout_le_x_as_result","assert_program_args_stdout_lt","assert_program_args_stdout_lt_as_result","assert_program_args_stdout_lt_x","assert_program_args_stdout_lt_x_as_result","assert_program_args_stdout_ne","assert_program_args_stdout_ne_as_result","assert_program_args_stdout_ne_x","assert_program_args_stdout_ne_x_as_result","assert_program_args_stdout_string_contains","assert_program_args_stdout_string_contains_as_result","assert_program_args_stdout_string_is_match","assert_program_args_stdout_string_is_match_as_result","assert_ready","assert_ready_as_result","assert_ready_eq","assert_ready_eq_as_result","assert_ready_eq_x","assert_ready_eq_x_as_result","assert_ready_ne","assert_ready_ne_as_result","assert_ready_ne_x","assert_ready_ne_x_as_result","assert_result_err","assert_result_err_as_result","assert_result_ok","assert_result_ok_as_result","assert_result_ok_eq","assert_result_ok_eq_as_result","assert_result_ok_ne","assert_result_ok_ne_as_result","assert_set_disjoint","assert_set_disjoint_as_result","assert_set_eq","assert_set_eq_as_result","assert_set_impl_prep","assert_set_joint","assert_set_joint_as_result","assert_set_ne","assert_set_ne_as_result","assert_set_subset","assert_set_subset_as_result","assert_set_superset","assert_set_superset_as_result","assert_some","assert_some_as_result","assert_some_eq","assert_some_eq_as_result","assert_some_eq_x","assert_some_eq_x_as_result","assert_some_ne","assert_some_ne_as_result","assert_some_ne_x","assert_some_ne_x_as_result","assert_starts_with","assert_starts_with_as_result","debug_assert_abs_diff_eq","debug_assert_abs_diff_ge","debug_assert_abs_diff_gt","debug_assert_abs_diff_le","debug_assert_abs_diff_lt","debug_assert_abs_diff_ne","debug_assert_all","debug_assert_any","debug_assert_approx_eq","debug_assert_approx_ne","debug_assert_bag_eq","debug_assert_bag_ne","debug_assert_bag_subbag","debug_assert_bag_superbag","debug_assert_command_stderr_contains","debug_assert_command_stderr_eq","debug_assert_command_stderr_eq_x","debug_assert_command_stderr_ge","debug_assert_command_stderr_ge_x","debug_assert_command_stderr_gt","debug_assert_command_stderr_gt_x","debug_assert_command_stderr_is_match","debug_assert_command_stderr_le","debug_assert_command_stderr_le_x","debug_assert_command_stderr_lt","debug_assert_command_stderr_lt_x","debug_assert_command_stderr_ne","debug_assert_command_stderr_ne_x","debug_assert_command_stderr_string_contains","debug_assert_command_stderr_string_is_match","debug_assert_command_stdout_contains","debug_assert_command_stdout_eq","debug_assert_command_stdout_eq_x","debug_assert_command_stdout_ge","debug_assert_command_stdout_ge_x","debug_assert_command_stdout_gt","debug_assert_command_stdout_gt_x","debug_assert_command_stdout_is_match","debug_assert_command_stdout_le","debug_assert_command_stdout_le_x","debug_assert_command_stdout_lt","debug_assert_command_stdout_lt_x","debug_assert_command_stdout_ne","debug_assert_command_stdout_ne_x","debug_assert_command_stdout_string_contains","debug_assert_command_stdout_string_is_match","debug_assert_contains","debug_assert_count_eq","debug_assert_count_eq_x","debug_assert_count_ge","debug_assert_count_ge_x","debug_assert_count_gt","debug_assert_count_gt_x","debug_assert_count_le","debug_assert_count_le_x","debug_assert_count_lt","debug_assert_count_lt_x","debug_assert_count_ne","debug_assert_count_ne_x","debug_assert_ends_with","debug_assert_err","debug_assert_err_eq","debug_assert_err_eq_x","debug_assert_err_ne","debug_assert_err_ne_x","debug_assert_fn_eq","debug_assert_fn_eq_x","debug_assert_fn_err_eq","debug_assert_fn_err_eq_x","debug_assert_fn_err_ge","debug_assert_fn_err_ge_x","debug_assert_fn_err_gt","debug_assert_fn_err_gt_x","debug_assert_fn_err_le","debug_assert_fn_err_le_x","debug_assert_fn_err_lt","debug_assert_fn_err_lt_x","debug_assert_fn_err_ne","debug_assert_fn_err_ne_x","debug_assert_fn_ge","debug_assert_fn_ge_x","debug_assert_fn_gt","debug_assert_fn_gt_x","debug_assert_fn_le","debug_assert_fn_le_x","debug_assert_fn_lt","debug_assert_fn_lt_x","debug_assert_fn_ne","debug_assert_fn_ne_x","debug_assert_fn_ok_eq","debug_assert_fn_ok_eq_x","debug_assert_fn_ok_ge","debug_assert_fn_ok_ge_x","debug_assert_fn_ok_gt","debug_assert_fn_ok_gt_x","debug_assert_fn_ok_le","debug_assert_fn_ok_le_x","debug_assert_fn_ok_lt","debug_assert_fn_ok_lt_x","debug_assert_fn_ok_ne","debug_assert_fn_ok_ne_x","debug_assert_fs_read_to_string_contains","debug_assert_fs_read_to_string_eq","debug_assert_fs_read_to_string_eq_x","debug_assert_fs_read_to_string_ge","debug_assert_fs_read_to_string_ge_x","debug_assert_fs_read_to_string_gt","debug_assert_fs_read_to_string_gt_x","debug_assert_fs_read_to_string_is_match","debug_assert_fs_read_to_string_le","debug_assert_fs_read_to_string_le_x","debug_assert_fs_read_to_string_lt","debug_assert_fs_read_to_string_lt_x","debug_assert_fs_read_to_string_matches","debug_assert_fs_read_to_string_ne","debug_assert_fs_read_to_string_ne_x","debug_assert_ge","debug_assert_gt","debug_assert_in_delta","debug_assert_in_epsilon","debug_assert_infix","debug_assert_io_read_to_string_contains","debug_assert_io_read_to_string_eq","debug_assert_io_read_to_string_eq_x","debug_assert_io_read_to_string_ge","debug_assert_io_read_to_string_ge_x","debug_assert_io_read_to_string_gt","debug_assert_io_read_to_string_gt_x","debug_assert_io_read_to_string_is_match","debug_assert_io_read_to_string_le","debug_assert_io_read_to_string_le_x","debug_assert_io_read_to_string_lt","debug_assert_io_read_to_string_lt_x","debug_assert_io_read_to_string_matches","debug_assert_io_read_to_string_ne","debug_assert_io_read_to_string_ne_x","debug_assert_is_empty","debug_assert_is_match","debug_assert_iter_eq","debug_assert_iter_ge","debug_assert_iter_gt","debug_assert_iter_le","debug_assert_iter_lt","debug_assert_iter_ne","debug_assert_le","debug_assert_len_eq","debug_assert_len_eq_x","debug_assert_len_ge","debug_assert_len_ge_x","debug_assert_len_gt","debug_assert_len_gt_x","debug_assert_len_le","debug_assert_len_le_x","debug_assert_len_lt","debug_assert_len_lt_x","debug_assert_len_ne","debug_assert_len_ne_x","debug_assert_lt","debug_assert_matches","debug_assert_none","debug_assert_not_contains","debug_assert_not_empty","debug_assert_not_ends_with","debug_assert_not_match","debug_assert_not_matches","debug_assert_not_starts_with","debug_assert_ok","debug_assert_ok_eq","debug_assert_ok_eq_x","debug_assert_ok_ne","debug_assert_ok_ne_x","debug_assert_option_none","debug_assert_option_some","debug_assert_option_some_eq","debug_assert_option_some_ne","debug_assert_pending","debug_assert_poll_pending","debug_assert_poll_ready","debug_assert_poll_ready_eq","debug_assert_poll_ready_ne","debug_assert_process_status_code_value_eq","debug_assert_process_status_code_value_eq_x","debug_assert_process_status_code_value_ge","debug_assert_process_status_code_value_ge_x","debug_assert_process_status_code_value_gt","debug_assert_process_status_code_value_gt_x","debug_assert_process_status_code_value_le","debug_assert_process_status_code_value_le_x","debug_assert_process_status_code_value_lt","debug_assert_process_status_code_value_lt_x","debug_assert_process_status_code_value_ne","debug_assert_process_status_code_value_ne_x","debug_assert_program_args_stderr_contains","debug_assert_program_args_stderr_eq","debug_assert_program_args_stderr_eq_x","debug_assert_program_args_stderr_ge","debug_assert_program_args_stderr_ge_x","debug_assert_program_args_stderr_gt","debug_assert_program_args_stderr_gt_x","debug_assert_program_args_stderr_is_match","debug_assert_program_args_stderr_le","debug_assert_program_args_stderr_le_x","debug_assert_program_args_stderr_lt","debug_assert_program_args_stderr_lt_x","debug_assert_program_args_stderr_ne","debug_assert_program_args_stderr_ne_x","debug_assert_program_args_stderr_string_contains","debug_assert_program_args_stderr_string_is_match","debug_assert_program_args_stdout_contains","debug_assert_program_args_stdout_eq","debug_assert_program_args_stdout_eq_x","debug_assert_program_args_stdout_ge","debug_assert_program_args_stdout_ge_x","debug_assert_program_args_stdout_gt","debug_assert_program_args_stdout_gt_x","debug_assert_program_args_stdout_is_match","debug_assert_program_args_stdout_le","debug_assert_program_args_stdout_le_x","debug_assert_program_args_stdout_lt","debug_assert_program_args_stdout_lt_x","debug_assert_program_args_stdout_ne","debug_assert_program_args_stdout_ne_x","debug_assert_program_args_stdout_string_contains","debug_assert_program_args_stdout_string_is_match","debug_assert_ready","debug_assert_ready_eq","debug_assert_ready_eq_x","debug_assert_ready_ne","debug_assert_ready_ne_x","debug_assert_result_err","debug_assert_result_ok","debug_assert_result_ok_eq","debug_assert_result_ok_ne","debug_assert_set_disjoint","debug_assert_set_eq","debug_assert_set_joint","debug_assert_set_ne","debug_assert_set_subset","debug_assert_set_superset","debug_assert_some","debug_assert_some_eq","debug_assert_some_eq_x","debug_assert_some_ne","debug_assert_some_ne_x","debug_assert_starts_with"],"mod":["assert","assert_abs_diff","assert_all","assert_any","assert_approx","assert_bag","assert_command","assert_contains","assert_count","assert_ends_with","assert_eq","assert_err","assert_fn","assert_fn_err","assert_fn_ok","assert_fs_read_to_string","assert_ge","assert_gt","assert_in","assert_infix","assert_io_read_to_string","assert_is_empty","assert_is_match","assert_iter","assert_le","assert_len","assert_lt","assert_matches","assert_ne","assert_none","assert_ok","assert_option","assert_pending","assert_poll","assert_process","assert_program_args","assert_ready","assert_result","assert_set","assert_some","assert_starts_with"]}; \ No newline at end of file +window.SIDEBAR_ITEMS = {"macro":["assert_abs_diff_eq","assert_abs_diff_eq_as_result","assert_abs_diff_ge","assert_abs_diff_ge_as_result","assert_abs_diff_gt","assert_abs_diff_gt_as_result","assert_abs_diff_le","assert_abs_diff_le_as_result","assert_abs_diff_lt","assert_abs_diff_lt_as_result","assert_abs_diff_ne","assert_abs_diff_ne_as_result","assert_all","assert_all_as_result","assert_any","assert_any_as_result","assert_approx_eq","assert_approx_eq_as_result","assert_approx_ne","assert_approx_ne_as_result","assert_as_result","assert_bag_eq","assert_bag_eq_as_result","assert_bag_impl_prep","assert_bag_ne","assert_bag_ne_as_result","assert_bag_subbag","assert_bag_subbag_as_result","assert_bag_superbag","assert_bag_superbag_as_result","assert_command_stderr_contains","assert_command_stderr_contains_as_result","assert_command_stderr_eq","assert_command_stderr_eq_as_result","assert_command_stderr_eq_x","assert_command_stderr_eq_x_as_result","assert_command_stderr_ge","assert_command_stderr_ge_as_result","assert_command_stderr_ge_x","assert_command_stderr_ge_x_as_result","assert_command_stderr_gt","assert_command_stderr_gt_as_result","assert_command_stderr_gt_x","assert_command_stderr_gt_x_as_result","assert_command_stderr_is_match","assert_command_stderr_is_match_as_result","assert_command_stderr_le","assert_command_stderr_le_as_result","assert_command_stderr_le_x","assert_command_stderr_le_x_as_result","assert_command_stderr_lt","assert_command_stderr_lt_as_result","assert_command_stderr_lt_x","assert_command_stderr_lt_x_as_result","assert_command_stderr_ne","assert_command_stderr_ne_as_result","assert_command_stderr_ne_x","assert_command_stderr_ne_x_as_result","assert_command_stderr_string_contains","assert_command_stderr_string_contains_as_result","assert_command_stderr_string_is_match","assert_command_stderr_string_is_match_as_result","assert_command_stdout_contains","assert_command_stdout_contains_as_result","assert_command_stdout_eq","assert_command_stdout_eq_as_result","assert_command_stdout_eq_x","assert_command_stdout_eq_x_as_result","assert_command_stdout_ge","assert_command_stdout_ge_as_result","assert_command_stdout_ge_x","assert_command_stdout_ge_x_as_result","assert_command_stdout_gt","assert_command_stdout_gt_as_result","assert_command_stdout_gt_x","assert_command_stdout_gt_x_as_result","assert_command_stdout_is_match","assert_command_stdout_is_match_as_result","assert_command_stdout_le","assert_command_stdout_le_as_result","assert_command_stdout_le_x","assert_command_stdout_le_x_as_result","assert_command_stdout_lt","assert_command_stdout_lt_as_result","assert_command_stdout_lt_x","assert_command_stdout_lt_x_as_result","assert_command_stdout_ne","assert_command_stdout_ne_as_result","assert_command_stdout_ne_x","assert_command_stdout_ne_x_as_result","assert_command_stdout_string_contains","assert_command_stdout_string_contains_as_result","assert_command_stdout_string_is_match","assert_command_stdout_string_is_match_as_result","assert_contains","assert_contains_as_result","assert_count_eq","assert_count_eq_as_result","assert_count_eq_x","assert_count_eq_x_as_result","assert_count_ge","assert_count_ge_as_result","assert_count_ge_x","assert_count_ge_x_as_result","assert_count_gt","assert_count_gt_as_result","assert_count_gt_x","assert_count_gt_x_as_result","assert_count_le","assert_count_le_as_result","assert_count_le_x","assert_count_le_x_as_result","assert_count_lt","assert_count_lt_as_result","assert_count_lt_x","assert_count_lt_x_as_result","assert_count_ne","assert_count_ne_as_result","assert_count_ne_x","assert_count_ne_x_as_result","assert_ends_with","assert_ends_with_as_result","assert_eq_as_result","assert_err","assert_err_as_result","assert_err_eq","assert_err_eq_as_result","assert_err_eq_x","assert_err_eq_x_as_result","assert_err_ne","assert_err_ne_as_result","assert_err_ne_x","assert_err_ne_x_as_result","assert_fn_eq","assert_fn_eq_as_result","assert_fn_eq_x","assert_fn_eq_x_as_result","assert_fn_err_eq","assert_fn_err_eq_as_result","assert_fn_err_eq_x","assert_fn_err_eq_x_as_result","assert_fn_err_ge","assert_fn_err_ge_as_result","assert_fn_err_ge_x","assert_fn_err_ge_x_as_result","assert_fn_err_gt","assert_fn_err_gt_as_result","assert_fn_err_gt_x","assert_fn_err_gt_x_as_result","assert_fn_err_le","assert_fn_err_le_as_result","assert_fn_err_le_x","assert_fn_err_le_x_as_result","assert_fn_err_lt","assert_fn_err_lt_as_result","assert_fn_err_lt_x","assert_fn_err_lt_x_as_result","assert_fn_err_ne","assert_fn_err_ne_as_result","assert_fn_err_ne_x","assert_fn_err_ne_x_as_result","assert_fn_ge","assert_fn_ge_as_result","assert_fn_ge_x","assert_fn_ge_x_as_result","assert_fn_gt","assert_fn_gt_as_result","assert_fn_gt_x","assert_fn_gt_x_as_result","assert_fn_le","assert_fn_le_as_result","assert_fn_le_x","assert_fn_le_x_as_result","assert_fn_lt","assert_fn_lt_as_result","assert_fn_lt_x","assert_fn_lt_x_as_result","assert_fn_ne","assert_fn_ne_as_result","assert_fn_ne_x","assert_fn_ne_x_as_result","assert_fn_ok_eq","assert_fn_ok_eq_as_result","assert_fn_ok_eq_x","assert_fn_ok_eq_x_as_result","assert_fn_ok_ge","assert_fn_ok_ge_as_result","assert_fn_ok_ge_x","assert_fn_ok_ge_x_as_result","assert_fn_ok_gt","assert_fn_ok_gt_as_result","assert_fn_ok_gt_x","assert_fn_ok_gt_x_as_result","assert_fn_ok_le","assert_fn_ok_le_as_result","assert_fn_ok_le_x","assert_fn_ok_le_x_as_result","assert_fn_ok_lt","assert_fn_ok_lt_as_result","assert_fn_ok_lt_x","assert_fn_ok_lt_x_as_result","assert_fn_ok_ne","assert_fn_ok_ne_as_result","assert_fn_ok_ne_x","assert_fn_ok_ne_x_as_result","assert_fs_read_to_string_contains","assert_fs_read_to_string_contains_as_result","assert_fs_read_to_string_eq","assert_fs_read_to_string_eq_as_result","assert_fs_read_to_string_eq_x","assert_fs_read_to_string_eq_x_as_result","assert_fs_read_to_string_ge","assert_fs_read_to_string_ge_as_result","assert_fs_read_to_string_ge_x","assert_fs_read_to_string_ge_x_as_result","assert_fs_read_to_string_gt","assert_fs_read_to_string_gt_as_result","assert_fs_read_to_string_gt_x","assert_fs_read_to_string_gt_x_as_result","assert_fs_read_to_string_is_match","assert_fs_read_to_string_is_match_as_result","assert_fs_read_to_string_le","assert_fs_read_to_string_le_as_result","assert_fs_read_to_string_le_x","assert_fs_read_to_string_le_x_as_result","assert_fs_read_to_string_lt","assert_fs_read_to_string_lt_as_result","assert_fs_read_to_string_lt_x","assert_fs_read_to_string_lt_x_as_result","assert_fs_read_to_string_matches","assert_fs_read_to_string_matches_as_result","assert_fs_read_to_string_ne","assert_fs_read_to_string_ne_as_result","assert_fs_read_to_string_ne_x","assert_fs_read_to_string_ne_x_as_result","assert_ge","assert_ge_as_result","assert_gt","assert_gt_as_result","assert_in_delta","assert_in_delta_as_result","assert_in_epsilon","assert_in_epsilon_as_result","assert_infix","assert_infix_as_result","assert_io_read_to_string_contains","assert_io_read_to_string_contains_as_result","assert_io_read_to_string_eq","assert_io_read_to_string_eq_as_result","assert_io_read_to_string_eq_x","assert_io_read_to_string_eq_x_as_result","assert_io_read_to_string_ge","assert_io_read_to_string_ge_as_result","assert_io_read_to_string_ge_x","assert_io_read_to_string_ge_x_as_result","assert_io_read_to_string_gt","assert_io_read_to_string_gt_as_result","assert_io_read_to_string_gt_x","assert_io_read_to_string_gt_x_as_result","assert_io_read_to_string_is_match","assert_io_read_to_string_is_match_as_result","assert_io_read_to_string_le","assert_io_read_to_string_le_as_result","assert_io_read_to_string_le_x","assert_io_read_to_string_le_x_as_result","assert_io_read_to_string_lt","assert_io_read_to_string_lt_as_result","assert_io_read_to_string_lt_x","assert_io_read_to_string_lt_x_as_result","assert_io_read_to_string_matches","assert_io_read_to_string_matches_as_result","assert_io_read_to_string_ne","assert_io_read_to_string_ne_as_result","assert_io_read_to_string_ne_x","assert_io_read_to_string_ne_x_as_result","assert_is_empty","assert_is_empty_as_result","assert_is_match","assert_is_match_as_result","assert_iter_eq","assert_iter_eq_as_result","assert_iter_ge","assert_iter_ge_as_result","assert_iter_gt","assert_iter_gt_as_result","assert_iter_le","assert_iter_le_as_result","assert_iter_lt","assert_iter_lt_as_result","assert_iter_ne","assert_iter_ne_as_result","assert_le","assert_le_as_result","assert_len_eq","assert_len_eq_as_result","assert_len_eq_x","assert_len_eq_x_as_result","assert_len_ge","assert_len_ge_as_result","assert_len_ge_x","assert_len_ge_x_as_result","assert_len_gt","assert_len_gt_as_result","assert_len_gt_x","assert_len_gt_x_as_result","assert_len_le","assert_len_le_as_result","assert_len_le_x","assert_len_le_x_as_result","assert_len_lt","assert_len_lt_as_result","assert_len_lt_x","assert_len_lt_x_as_result","assert_len_ne","assert_len_ne_as_result","assert_len_ne_x","assert_len_ne_x_as_result","assert_lt","assert_lt_as_result","assert_matches","assert_matches_as_result","assert_ne_as_result","assert_none","assert_none_as_result","assert_not_contains","assert_not_contains_as_result","assert_not_empty","assert_not_empty_as_result","assert_not_ends_with","assert_not_ends_with_as_result","assert_not_match","assert_not_match_as_result","assert_not_matches","assert_not_matches_as_result","assert_not_starts_with","assert_not_starts_with_as_result","assert_ok","assert_ok_as_result","assert_ok_eq","assert_ok_eq_as_result","assert_ok_eq_x","assert_ok_eq_x_as_result","assert_ok_ne","assert_ok_ne_as_result","assert_ok_ne_x","assert_ok_ne_x_as_result","assert_option_none","assert_option_none_as_result","assert_option_some","assert_option_some_as_result","assert_option_some_eq","assert_option_some_eq_as_result","assert_option_some_ne","assert_option_some_ne_as_result","assert_pending","assert_pending_as_result","assert_poll_pending","assert_poll_pending_as_result","assert_poll_ready","assert_poll_ready_as_result","assert_poll_ready_eq","assert_poll_ready_eq_as_result","assert_poll_ready_ne","assert_poll_ready_ne_as_result","assert_program_args_impl_prep","assert_program_args_stderr_contains","assert_program_args_stderr_contains_as_result","assert_program_args_stderr_eq","assert_program_args_stderr_eq_as_result","assert_program_args_stderr_eq_x","assert_program_args_stderr_eq_x_as_result","assert_program_args_stderr_ge","assert_program_args_stderr_ge_as_result","assert_program_args_stderr_ge_x","assert_program_args_stderr_ge_x_as_result","assert_program_args_stderr_gt","assert_program_args_stderr_gt_as_result","assert_program_args_stderr_gt_x","assert_program_args_stderr_gt_x_as_result","assert_program_args_stderr_is_match","assert_program_args_stderr_is_match_as_result","assert_program_args_stderr_le","assert_program_args_stderr_le_as_result","assert_program_args_stderr_le_x","assert_program_args_stderr_le_x_as_result","assert_program_args_stderr_lt","assert_program_args_stderr_lt_as_result","assert_program_args_stderr_lt_x","assert_program_args_stderr_lt_x_as_result","assert_program_args_stderr_ne","assert_program_args_stderr_ne_as_result","assert_program_args_stderr_ne_x","assert_program_args_stderr_ne_x_as_result","assert_program_args_stderr_string_contains","assert_program_args_stderr_string_contains_as_result","assert_program_args_stderr_string_is_match","assert_program_args_stderr_string_is_match_as_result","assert_program_args_stdout_contains","assert_program_args_stdout_contains_as_result","assert_program_args_stdout_eq","assert_program_args_stdout_eq_as_result","assert_program_args_stdout_eq_x","assert_program_args_stdout_eq_x_as_result","assert_program_args_stdout_ge","assert_program_args_stdout_ge_as_result","assert_program_args_stdout_ge_x","assert_program_args_stdout_ge_x_as_result","assert_program_args_stdout_gt","assert_program_args_stdout_gt_as_result","assert_program_args_stdout_gt_x","assert_program_args_stdout_gt_x_as_result","assert_program_args_stdout_is_match","assert_program_args_stdout_is_match_as_result","assert_program_args_stdout_le","assert_program_args_stdout_le_as_result","assert_program_args_stdout_le_x","assert_program_args_stdout_le_x_as_result","assert_program_args_stdout_lt","assert_program_args_stdout_lt_as_result","assert_program_args_stdout_lt_x","assert_program_args_stdout_lt_x_as_result","assert_program_args_stdout_ne","assert_program_args_stdout_ne_as_result","assert_program_args_stdout_ne_x","assert_program_args_stdout_ne_x_as_result","assert_program_args_stdout_string_contains","assert_program_args_stdout_string_contains_as_result","assert_program_args_stdout_string_is_match","assert_program_args_stdout_string_is_match_as_result","assert_ready","assert_ready_as_result","assert_ready_eq","assert_ready_eq_as_result","assert_ready_eq_x","assert_ready_eq_x_as_result","assert_ready_ne","assert_ready_ne_as_result","assert_ready_ne_x","assert_ready_ne_x_as_result","assert_result_err","assert_result_err_as_result","assert_result_ok","assert_result_ok_as_result","assert_result_ok_eq","assert_result_ok_eq_as_result","assert_result_ok_ne","assert_result_ok_ne_as_result","assert_set_disjoint","assert_set_disjoint_as_result","assert_set_eq","assert_set_eq_as_result","assert_set_impl_prep","assert_set_joint","assert_set_joint_as_result","assert_set_ne","assert_set_ne_as_result","assert_set_subset","assert_set_subset_as_result","assert_set_superset","assert_set_superset_as_result","assert_some","assert_some_as_result","assert_some_eq","assert_some_eq_as_result","assert_some_eq_x","assert_some_eq_x_as_result","assert_some_ne","assert_some_ne_as_result","assert_some_ne_x","assert_some_ne_x_as_result","assert_starts_with","assert_starts_with_as_result","assert_status_code_value_eq","assert_status_code_value_eq_as_result","assert_status_code_value_eq_x","assert_status_code_value_eq_x_as_result","assert_status_code_value_ge","assert_status_code_value_ge_as_result","assert_status_code_value_ge_x","assert_status_code_value_ge_x_as_result","assert_status_code_value_gt","assert_status_code_value_gt_as_result","assert_status_code_value_gt_x","assert_status_code_value_gt_x_as_result","assert_status_code_value_le","assert_status_code_value_le_as_result","assert_status_code_value_le_x","assert_status_code_value_le_x_as_result","assert_status_code_value_lt","assert_status_code_value_lt_as_result","assert_status_code_value_lt_x","assert_status_code_value_lt_x_as_result","assert_status_code_value_ne","assert_status_code_value_ne_as_result","assert_status_code_value_ne_x","assert_status_code_value_ne_x_as_result","assert_status_success","assert_status_success_as_result","assert_status_success_false","assert_status_success_false_as_result","assert_success","assert_success_as_result","assert_success_false","assert_success_false_as_result","debug_assert_abs_diff_eq","debug_assert_abs_diff_ge","debug_assert_abs_diff_gt","debug_assert_abs_diff_le","debug_assert_abs_diff_lt","debug_assert_abs_diff_ne","debug_assert_all","debug_assert_any","debug_assert_approx_eq","debug_assert_approx_ne","debug_assert_bag_eq","debug_assert_bag_ne","debug_assert_bag_subbag","debug_assert_bag_superbag","debug_assert_command_stderr_contains","debug_assert_command_stderr_eq","debug_assert_command_stderr_eq_x","debug_assert_command_stderr_ge","debug_assert_command_stderr_ge_x","debug_assert_command_stderr_gt","debug_assert_command_stderr_gt_x","debug_assert_command_stderr_is_match","debug_assert_command_stderr_le","debug_assert_command_stderr_le_x","debug_assert_command_stderr_lt","debug_assert_command_stderr_lt_x","debug_assert_command_stderr_ne","debug_assert_command_stderr_ne_x","debug_assert_command_stderr_string_contains","debug_assert_command_stderr_string_is_match","debug_assert_command_stdout_contains","debug_assert_command_stdout_eq","debug_assert_command_stdout_eq_x","debug_assert_command_stdout_ge","debug_assert_command_stdout_ge_x","debug_assert_command_stdout_gt","debug_assert_command_stdout_gt_x","debug_assert_command_stdout_is_match","debug_assert_command_stdout_le","debug_assert_command_stdout_le_x","debug_assert_command_stdout_lt","debug_assert_command_stdout_lt_x","debug_assert_command_stdout_ne","debug_assert_command_stdout_ne_x","debug_assert_command_stdout_string_contains","debug_assert_command_stdout_string_is_match","debug_assert_contains","debug_assert_count_eq","debug_assert_count_eq_x","debug_assert_count_ge","debug_assert_count_ge_x","debug_assert_count_gt","debug_assert_count_gt_x","debug_assert_count_le","debug_assert_count_le_x","debug_assert_count_lt","debug_assert_count_lt_x","debug_assert_count_ne","debug_assert_count_ne_x","debug_assert_ends_with","debug_assert_err","debug_assert_err_eq","debug_assert_err_eq_x","debug_assert_err_ne","debug_assert_err_ne_x","debug_assert_fn_eq","debug_assert_fn_eq_x","debug_assert_fn_err_eq","debug_assert_fn_err_eq_x","debug_assert_fn_err_ge","debug_assert_fn_err_ge_x","debug_assert_fn_err_gt","debug_assert_fn_err_gt_x","debug_assert_fn_err_le","debug_assert_fn_err_le_x","debug_assert_fn_err_lt","debug_assert_fn_err_lt_x","debug_assert_fn_err_ne","debug_assert_fn_err_ne_x","debug_assert_fn_ge","debug_assert_fn_ge_x","debug_assert_fn_gt","debug_assert_fn_gt_x","debug_assert_fn_le","debug_assert_fn_le_x","debug_assert_fn_lt","debug_assert_fn_lt_x","debug_assert_fn_ne","debug_assert_fn_ne_x","debug_assert_fn_ok_eq","debug_assert_fn_ok_eq_x","debug_assert_fn_ok_ge","debug_assert_fn_ok_ge_x","debug_assert_fn_ok_gt","debug_assert_fn_ok_gt_x","debug_assert_fn_ok_le","debug_assert_fn_ok_le_x","debug_assert_fn_ok_lt","debug_assert_fn_ok_lt_x","debug_assert_fn_ok_ne","debug_assert_fn_ok_ne_x","debug_assert_fs_read_to_string_contains","debug_assert_fs_read_to_string_eq","debug_assert_fs_read_to_string_eq_x","debug_assert_fs_read_to_string_ge","debug_assert_fs_read_to_string_ge_x","debug_assert_fs_read_to_string_gt","debug_assert_fs_read_to_string_gt_x","debug_assert_fs_read_to_string_is_match","debug_assert_fs_read_to_string_le","debug_assert_fs_read_to_string_le_x","debug_assert_fs_read_to_string_lt","debug_assert_fs_read_to_string_lt_x","debug_assert_fs_read_to_string_matches","debug_assert_fs_read_to_string_ne","debug_assert_fs_read_to_string_ne_x","debug_assert_ge","debug_assert_gt","debug_assert_in_delta","debug_assert_in_epsilon","debug_assert_infix","debug_assert_io_read_to_string_contains","debug_assert_io_read_to_string_eq","debug_assert_io_read_to_string_eq_x","debug_assert_io_read_to_string_ge","debug_assert_io_read_to_string_ge_x","debug_assert_io_read_to_string_gt","debug_assert_io_read_to_string_gt_x","debug_assert_io_read_to_string_is_match","debug_assert_io_read_to_string_le","debug_assert_io_read_to_string_le_x","debug_assert_io_read_to_string_lt","debug_assert_io_read_to_string_lt_x","debug_assert_io_read_to_string_matches","debug_assert_io_read_to_string_ne","debug_assert_io_read_to_string_ne_x","debug_assert_is_empty","debug_assert_is_match","debug_assert_iter_eq","debug_assert_iter_ge","debug_assert_iter_gt","debug_assert_iter_le","debug_assert_iter_lt","debug_assert_iter_ne","debug_assert_le","debug_assert_len_eq","debug_assert_len_eq_x","debug_assert_len_ge","debug_assert_len_ge_x","debug_assert_len_gt","debug_assert_len_gt_x","debug_assert_len_le","debug_assert_len_le_x","debug_assert_len_lt","debug_assert_len_lt_x","debug_assert_len_ne","debug_assert_len_ne_x","debug_assert_lt","debug_assert_matches","debug_assert_none","debug_assert_not_contains","debug_assert_not_empty","debug_assert_not_ends_with","debug_assert_not_match","debug_assert_not_matches","debug_assert_not_starts_with","debug_assert_ok","debug_assert_ok_eq","debug_assert_ok_eq_x","debug_assert_ok_ne","debug_assert_ok_ne_x","debug_assert_option_none","debug_assert_option_some","debug_assert_option_some_eq","debug_assert_option_some_ne","debug_assert_pending","debug_assert_poll_pending","debug_assert_poll_ready","debug_assert_poll_ready_eq","debug_assert_poll_ready_ne","debug_assert_program_args_stderr_contains","debug_assert_program_args_stderr_eq","debug_assert_program_args_stderr_eq_x","debug_assert_program_args_stderr_ge","debug_assert_program_args_stderr_ge_x","debug_assert_program_args_stderr_gt","debug_assert_program_args_stderr_gt_x","debug_assert_program_args_stderr_is_match","debug_assert_program_args_stderr_le","debug_assert_program_args_stderr_le_x","debug_assert_program_args_stderr_lt","debug_assert_program_args_stderr_lt_x","debug_assert_program_args_stderr_ne","debug_assert_program_args_stderr_ne_x","debug_assert_program_args_stderr_string_contains","debug_assert_program_args_stderr_string_is_match","debug_assert_program_args_stdout_contains","debug_assert_program_args_stdout_eq","debug_assert_program_args_stdout_eq_x","debug_assert_program_args_stdout_ge","debug_assert_program_args_stdout_ge_x","debug_assert_program_args_stdout_gt","debug_assert_program_args_stdout_gt_x","debug_assert_program_args_stdout_is_match","debug_assert_program_args_stdout_le","debug_assert_program_args_stdout_le_x","debug_assert_program_args_stdout_lt","debug_assert_program_args_stdout_lt_x","debug_assert_program_args_stdout_ne","debug_assert_program_args_stdout_ne_x","debug_assert_program_args_stdout_string_contains","debug_assert_program_args_stdout_string_is_match","debug_assert_ready","debug_assert_ready_eq","debug_assert_ready_eq_x","debug_assert_ready_ne","debug_assert_ready_ne_x","debug_assert_result_err","debug_assert_result_ok","debug_assert_result_ok_eq","debug_assert_result_ok_ne","debug_assert_set_disjoint","debug_assert_set_eq","debug_assert_set_joint","debug_assert_set_ne","debug_assert_set_subset","debug_assert_set_superset","debug_assert_some","debug_assert_some_eq","debug_assert_some_eq_x","debug_assert_some_ne","debug_assert_some_ne_x","debug_assert_starts_with","debug_assert_status_code_value_eq","debug_assert_status_code_value_eq_x","debug_assert_status_code_value_ge","debug_assert_status_code_value_ge_x","debug_assert_status_code_value_gt","debug_assert_status_code_value_gt_x","debug_assert_status_code_value_le","debug_assert_status_code_value_le_x","debug_assert_status_code_value_lt","debug_assert_status_code_value_lt_x","debug_assert_status_code_value_ne","debug_assert_status_code_value_ne_x","debug_assert_status_success","debug_assert_status_success_false","debug_assert_success","debug_assert_success_false"],"mod":["assert","assert_abs_diff","assert_all","assert_any","assert_approx","assert_bag","assert_command","assert_contains","assert_count","assert_ends_with","assert_eq","assert_err","assert_fn","assert_fn_err","assert_fn_ok","assert_fs_read_to_string","assert_ge","assert_gt","assert_in","assert_infix","assert_io_read_to_string","assert_is_empty","assert_is_match","assert_iter","assert_le","assert_len","assert_lt","assert_matches","assert_ne","assert_none","assert_ok","assert_option","assert_pending","assert_poll","assert_program_args","assert_ready","assert_result","assert_set","assert_some","assert_starts_with","assert_status","assert_success"]}; \ No newline at end of file diff --git a/doc/search-index.js b/doc/search-index.js index dec3cf907..03fbcc931 100644 --- a/doc/search-index.js +++ b/doc/search-index.js @@ -1,4 +1,4 @@ -var searchIndex = new Map(JSON.parse('[["lib",{"t":"CCQQQQQQQQQQQQCQQCQQCQQQQQCQQQQQQQQQCQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQCQQCQQQQQQQQQQQQQQQQQQQQQQQQCQQCQCQQQQQQQQQQCQQQQCQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQCQQQQQQQQQQQQQQQQQQQQQQQQCQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQCQQCQQCQQQQCQQCQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQCQQCQQCQQQQQQQQQQQQCQQCQQQQQQQQQQQQQQQQQQQQQQQQCQQCQQCQCQQQQQQQQQQQQQQCQQQQQQQQQQCQQQQQQQQCQQCQQQQQQQQCQQQQQQQQQQQQQQQQQQQQQQQQCQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQCQQQQQQQQQQCQQQQQQQQCQQQQQQQQQQQQQCQQQQQQQQQQCQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC","n":["assert","assert_abs_diff","assert_abs_diff_eq","assert_abs_diff_eq_as_result","assert_abs_diff_ge","assert_abs_diff_ge_as_result","assert_abs_diff_gt","assert_abs_diff_gt_as_result","assert_abs_diff_le","assert_abs_diff_le_as_result","assert_abs_diff_lt","assert_abs_diff_lt_as_result","assert_abs_diff_ne","assert_abs_diff_ne_as_result","assert_all","","assert_all_as_result","assert_any","","assert_any_as_result","assert_approx","assert_approx_eq","assert_approx_eq_as_result","assert_approx_ne","assert_approx_ne_as_result","assert_as_result","assert_bag","assert_bag_eq","assert_bag_eq_as_result","assert_bag_impl_prep","assert_bag_ne","assert_bag_ne_as_result","assert_bag_subbag","assert_bag_subbag_as_result","assert_bag_superbag","assert_bag_superbag_as_result","assert_command","assert_command_stderr_contains","assert_command_stderr_contains_as_result","assert_command_stderr_eq","assert_command_stderr_eq_as_result","assert_command_stderr_eq_x","assert_command_stderr_eq_x_as_result","assert_command_stderr_ge","assert_command_stderr_ge_as_result","assert_command_stderr_ge_x","assert_command_stderr_ge_x_as_result","assert_command_stderr_gt","assert_command_stderr_gt_as_result","assert_command_stderr_gt_x","assert_command_stderr_gt_x_as_result","assert_command_stderr_is_match","assert_command_stderr_is_match_as_result","assert_command_stderr_le","assert_command_stderr_le_as_result","assert_command_stderr_le_x","assert_command_stderr_le_x_as_result","assert_command_stderr_lt","assert_command_stderr_lt_as_result","assert_command_stderr_lt_x","assert_command_stderr_lt_x_as_result","assert_command_stderr_ne","assert_command_stderr_ne_as_result","assert_command_stderr_ne_x","assert_command_stderr_ne_x_as_result","assert_command_stderr_string_contains","assert_command_stderr_string_contains_as_result","assert_command_stderr_string_is_match","assert_command_stderr_string_is_match_as_result","assert_command_stdout_contains","assert_command_stdout_contains_as_result","assert_command_stdout_eq","assert_command_stdout_eq_as_result","assert_command_stdout_eq_x","assert_command_stdout_eq_x_as_result","assert_command_stdout_ge","assert_command_stdout_ge_as_result","assert_command_stdout_ge_x","assert_command_stdout_ge_x_as_result","assert_command_stdout_gt","assert_command_stdout_gt_as_result","assert_command_stdout_gt_x","assert_command_stdout_gt_x_as_result","assert_command_stdout_is_match","assert_command_stdout_is_match_as_result","assert_command_stdout_le","assert_command_stdout_le_as_result","assert_command_stdout_le_x","assert_command_stdout_le_x_as_result","assert_command_stdout_lt","assert_command_stdout_lt_as_result","assert_command_stdout_lt_x","assert_command_stdout_lt_x_as_result","assert_command_stdout_ne","assert_command_stdout_ne_as_result","assert_command_stdout_ne_x","assert_command_stdout_ne_x_as_result","assert_command_stdout_string_contains","assert_command_stdout_string_contains_as_result","assert_command_stdout_string_is_match","assert_command_stdout_string_is_match_as_result","assert_contains","","assert_contains_as_result","assert_count","assert_count_eq","assert_count_eq_as_result","assert_count_eq_x","assert_count_eq_x_as_result","assert_count_ge","assert_count_ge_as_result","assert_count_ge_x","assert_count_ge_x_as_result","assert_count_gt","assert_count_gt_as_result","assert_count_gt_x","assert_count_gt_x_as_result","assert_count_le","assert_count_le_as_result","assert_count_le_x","assert_count_le_x_as_result","assert_count_lt","assert_count_lt_as_result","assert_count_lt_x","assert_count_lt_x_as_result","assert_count_ne","assert_count_ne_as_result","assert_count_ne_x","assert_count_ne_x_as_result","assert_ends_with","","assert_ends_with_as_result","assert_eq","assert_eq_as_result","assert_err","","assert_err_as_result","assert_err_eq","assert_err_eq_as_result","assert_err_eq_x","assert_err_eq_x_as_result","assert_err_ne","assert_err_ne_as_result","assert_err_ne_x","assert_err_ne_x_as_result","assert_fn","assert_fn_eq","assert_fn_eq_as_result","assert_fn_eq_x","assert_fn_eq_x_as_result","assert_fn_err","assert_fn_err_eq","assert_fn_err_eq_as_result","assert_fn_err_eq_x","assert_fn_err_eq_x_as_result","assert_fn_err_ge","assert_fn_err_ge_as_result","assert_fn_err_ge_x","assert_fn_err_ge_x_as_result","assert_fn_err_gt","assert_fn_err_gt_as_result","assert_fn_err_gt_x","assert_fn_err_gt_x_as_result","assert_fn_err_le","assert_fn_err_le_as_result","assert_fn_err_le_x","assert_fn_err_le_x_as_result","assert_fn_err_lt","assert_fn_err_lt_as_result","assert_fn_err_lt_x","assert_fn_err_lt_x_as_result","assert_fn_err_ne","assert_fn_err_ne_as_result","assert_fn_err_ne_x","assert_fn_err_ne_x_as_result","assert_fn_ge","assert_fn_ge_as_result","assert_fn_ge_x","assert_fn_ge_x_as_result","assert_fn_gt","assert_fn_gt_as_result","assert_fn_gt_x","assert_fn_gt_x_as_result","assert_fn_le","assert_fn_le_as_result","assert_fn_le_x","assert_fn_le_x_as_result","assert_fn_lt","assert_fn_lt_as_result","assert_fn_lt_x","assert_fn_lt_x_as_result","assert_fn_ne","assert_fn_ne_as_result","assert_fn_ne_x","assert_fn_ne_x_as_result","assert_fn_ok","assert_fn_ok_eq","assert_fn_ok_eq_as_result","assert_fn_ok_eq_x","assert_fn_ok_eq_x_as_result","assert_fn_ok_ge","assert_fn_ok_ge_as_result","assert_fn_ok_ge_x","assert_fn_ok_ge_x_as_result","assert_fn_ok_gt","assert_fn_ok_gt_as_result","assert_fn_ok_gt_x","assert_fn_ok_gt_x_as_result","assert_fn_ok_le","assert_fn_ok_le_as_result","assert_fn_ok_le_x","assert_fn_ok_le_x_as_result","assert_fn_ok_lt","assert_fn_ok_lt_as_result","assert_fn_ok_lt_x","assert_fn_ok_lt_x_as_result","assert_fn_ok_ne","assert_fn_ok_ne_as_result","assert_fn_ok_ne_x","assert_fn_ok_ne_x_as_result","assert_fs_read_to_string","assert_fs_read_to_string_contains","assert_fs_read_to_string_contains_as_result","assert_fs_read_to_string_eq","assert_fs_read_to_string_eq_as_result","assert_fs_read_to_string_eq_x","assert_fs_read_to_string_eq_x_as_result","assert_fs_read_to_string_ge","assert_fs_read_to_string_ge_as_result","assert_fs_read_to_string_ge_x","assert_fs_read_to_string_ge_x_as_result","assert_fs_read_to_string_gt","assert_fs_read_to_string_gt_as_result","assert_fs_read_to_string_gt_x","assert_fs_read_to_string_gt_x_as_result","assert_fs_read_to_string_is_match","assert_fs_read_to_string_is_match_as_result","assert_fs_read_to_string_le","assert_fs_read_to_string_le_as_result","assert_fs_read_to_string_le_x","assert_fs_read_to_string_le_x_as_result","assert_fs_read_to_string_lt","assert_fs_read_to_string_lt_as_result","assert_fs_read_to_string_lt_x","assert_fs_read_to_string_lt_x_as_result","assert_fs_read_to_string_matches","assert_fs_read_to_string_matches_as_result","assert_fs_read_to_string_ne","assert_fs_read_to_string_ne_as_result","assert_fs_read_to_string_ne_x","assert_fs_read_to_string_ne_x_as_result","assert_ge","","assert_ge_as_result","assert_gt","","assert_gt_as_result","assert_in","assert_in_delta","assert_in_delta_as_result","assert_in_epsilon","assert_in_epsilon_as_result","assert_infix","","assert_infix_as_result","assert_io_read_to_string","assert_io_read_to_string_contains","assert_io_read_to_string_contains_as_result","assert_io_read_to_string_eq","assert_io_read_to_string_eq_as_result","assert_io_read_to_string_eq_x","assert_io_read_to_string_eq_x_as_result","assert_io_read_to_string_ge","assert_io_read_to_string_ge_as_result","assert_io_read_to_string_ge_x","assert_io_read_to_string_ge_x_as_result","assert_io_read_to_string_gt","assert_io_read_to_string_gt_as_result","assert_io_read_to_string_gt_x","assert_io_read_to_string_gt_x_as_result","assert_io_read_to_string_is_match","assert_io_read_to_string_is_match_as_result","assert_io_read_to_string_le","assert_io_read_to_string_le_as_result","assert_io_read_to_string_le_x","assert_io_read_to_string_le_x_as_result","assert_io_read_to_string_lt","assert_io_read_to_string_lt_as_result","assert_io_read_to_string_lt_x","assert_io_read_to_string_lt_x_as_result","assert_io_read_to_string_matches","assert_io_read_to_string_matches_as_result","assert_io_read_to_string_ne","assert_io_read_to_string_ne_as_result","assert_io_read_to_string_ne_x","assert_io_read_to_string_ne_x_as_result","assert_is_empty","","assert_is_empty_as_result","assert_is_match","","assert_is_match_as_result","assert_iter","assert_iter_eq","assert_iter_eq_as_result","assert_iter_ge","assert_iter_ge_as_result","assert_iter_gt","assert_iter_gt_as_result","assert_iter_le","assert_iter_le_as_result","assert_iter_lt","assert_iter_lt_as_result","assert_iter_ne","assert_iter_ne_as_result","assert_le","","assert_le_as_result","assert_len","assert_len_eq","assert_len_eq_as_result","assert_len_eq_x","assert_len_eq_x_as_result","assert_len_ge","assert_len_ge_as_result","assert_len_ge_x","assert_len_ge_x_as_result","assert_len_gt","assert_len_gt_as_result","assert_len_gt_x","assert_len_gt_x_as_result","assert_len_le","assert_len_le_as_result","assert_len_le_x","assert_len_le_x_as_result","assert_len_lt","assert_len_lt_as_result","assert_len_lt_x","assert_len_lt_x_as_result","assert_len_ne","assert_len_ne_as_result","assert_len_ne_x","assert_len_ne_x_as_result","assert_lt","","assert_lt_as_result","assert_matches","","assert_matches_as_result","assert_ne","assert_ne_as_result","assert_none","","assert_none_as_result","assert_not_contains","assert_not_contains_as_result","assert_not_empty","assert_not_empty_as_result","assert_not_ends_with","assert_not_ends_with_as_result","assert_not_match","assert_not_match_as_result","assert_not_matches","assert_not_matches_as_result","assert_not_starts_with","assert_not_starts_with_as_result","assert_ok","","assert_ok_as_result","assert_ok_eq","assert_ok_eq_as_result","assert_ok_eq_x","assert_ok_eq_x_as_result","assert_ok_ne","assert_ok_ne_as_result","assert_ok_ne_x","assert_ok_ne_x_as_result","assert_option","assert_option_none","assert_option_none_as_result","assert_option_some","assert_option_some_as_result","assert_option_some_eq","assert_option_some_eq_as_result","assert_option_some_ne","assert_option_some_ne_as_result","assert_pending","","assert_pending_as_result","assert_poll","assert_poll_pending","assert_poll_pending_as_result","assert_poll_ready","assert_poll_ready_as_result","assert_poll_ready_eq","assert_poll_ready_eq_as_result","assert_poll_ready_ne","assert_poll_ready_ne_as_result","assert_process","assert_process_status_code_value_eq","assert_process_status_code_value_eq_as_result","assert_process_status_code_value_eq_x","assert_process_status_code_value_eq_x_as_result","assert_process_status_code_value_ge","assert_process_status_code_value_ge_as_result","assert_process_status_code_value_ge_x","assert_process_status_code_value_ge_x_as_result","assert_process_status_code_value_gt","assert_process_status_code_value_gt_as_result","assert_process_status_code_value_gt_x","assert_process_status_code_value_gt_x_as_result","assert_process_status_code_value_le","assert_process_status_code_value_le_as_result","assert_process_status_code_value_le_x","assert_process_status_code_value_le_x_as_result","assert_process_status_code_value_lt","assert_process_status_code_value_lt_as_result","assert_process_status_code_value_lt_x","assert_process_status_code_value_lt_x_as_result","assert_process_status_code_value_ne","assert_process_status_code_value_ne_as_result","assert_process_status_code_value_ne_x","assert_process_status_code_value_ne_x_as_result","assert_program_args","assert_program_args_impl_prep","assert_program_args_stderr_contains","assert_program_args_stderr_contains_as_result","assert_program_args_stderr_eq","assert_program_args_stderr_eq_as_result","assert_program_args_stderr_eq_x","assert_program_args_stderr_eq_x_as_result","assert_program_args_stderr_ge","assert_program_args_stderr_ge_as_result","assert_program_args_stderr_ge_x","assert_program_args_stderr_ge_x_as_result","assert_program_args_stderr_gt","assert_program_args_stderr_gt_as_result","assert_program_args_stderr_gt_x","assert_program_args_stderr_gt_x_as_result","assert_program_args_stderr_is_match","assert_program_args_stderr_is_match_as_result","assert_program_args_stderr_le","assert_program_args_stderr_le_as_result","assert_program_args_stderr_le_x","assert_program_args_stderr_le_x_as_result","assert_program_args_stderr_lt","assert_program_args_stderr_lt_as_result","assert_program_args_stderr_lt_x","assert_program_args_stderr_lt_x_as_result","assert_program_args_stderr_ne","assert_program_args_stderr_ne_as_result","assert_program_args_stderr_ne_x","assert_program_args_stderr_ne_x_as_result","assert_program_args_stderr_string_contains","assert_program_args_stderr_string_contains_as_result","assert_program_args_stderr_string_is_match","assert_program_args_stderr_string_is_match_as_result","assert_program_args_stdout_contains","assert_program_args_stdout_contains_as_result","assert_program_args_stdout_eq","assert_program_args_stdout_eq_as_result","assert_program_args_stdout_eq_x","assert_program_args_stdout_eq_x_as_result","assert_program_args_stdout_ge","assert_program_args_stdout_ge_as_result","assert_program_args_stdout_ge_x","assert_program_args_stdout_ge_x_as_result","assert_program_args_stdout_gt","assert_program_args_stdout_gt_as_result","assert_program_args_stdout_gt_x","assert_program_args_stdout_gt_x_as_result","assert_program_args_stdout_is_match","assert_program_args_stdout_is_match_as_result","assert_program_args_stdout_le","assert_program_args_stdout_le_as_result","assert_program_args_stdout_le_x","assert_program_args_stdout_le_x_as_result","assert_program_args_stdout_lt","assert_program_args_stdout_lt_as_result","assert_program_args_stdout_lt_x","assert_program_args_stdout_lt_x_as_result","assert_program_args_stdout_ne","assert_program_args_stdout_ne_as_result","assert_program_args_stdout_ne_x","assert_program_args_stdout_ne_x_as_result","assert_program_args_stdout_string_contains","assert_program_args_stdout_string_contains_as_result","assert_program_args_stdout_string_is_match","assert_program_args_stdout_string_is_match_as_result","assert_ready","","assert_ready_as_result","assert_ready_eq","assert_ready_eq_as_result","assert_ready_eq_x","assert_ready_eq_x_as_result","assert_ready_ne","assert_ready_ne_as_result","assert_ready_ne_x","assert_ready_ne_x_as_result","assert_result","assert_result_err","assert_result_err_as_result","assert_result_ok","assert_result_ok_as_result","assert_result_ok_eq","assert_result_ok_eq_as_result","assert_result_ok_ne","assert_result_ok_ne_as_result","assert_set","assert_set_disjoint","assert_set_disjoint_as_result","assert_set_eq","assert_set_eq_as_result","assert_set_impl_prep","assert_set_joint","assert_set_joint_as_result","assert_set_ne","assert_set_ne_as_result","assert_set_subset","assert_set_subset_as_result","assert_set_superset","assert_set_superset_as_result","assert_some","","assert_some_as_result","assert_some_eq","assert_some_eq_as_result","assert_some_eq_x","assert_some_eq_x_as_result","assert_some_ne","assert_some_ne_as_result","assert_some_ne_x","assert_some_ne_x_as_result","assert_starts_with","","assert_starts_with_as_result","debug_assert_abs_diff_eq","debug_assert_abs_diff_ge","debug_assert_abs_diff_gt","debug_assert_abs_diff_le","debug_assert_abs_diff_lt","debug_assert_abs_diff_ne","debug_assert_all","debug_assert_any","debug_assert_approx_eq","debug_assert_approx_ne","debug_assert_bag_eq","debug_assert_bag_ne","debug_assert_bag_subbag","debug_assert_bag_superbag","debug_assert_command_stderr_contains","debug_assert_command_stderr_eq","debug_assert_command_stderr_eq_x","debug_assert_command_stderr_ge","debug_assert_command_stderr_ge_x","debug_assert_command_stderr_gt","debug_assert_command_stderr_gt_x","debug_assert_command_stderr_is_match","debug_assert_command_stderr_le","debug_assert_command_stderr_le_x","debug_assert_command_stderr_lt","debug_assert_command_stderr_lt_x","debug_assert_command_stderr_ne","debug_assert_command_stderr_ne_x","debug_assert_command_stderr_string_contains","debug_assert_command_stderr_string_is_match","debug_assert_command_stdout_contains","debug_assert_command_stdout_eq","debug_assert_command_stdout_eq_x","debug_assert_command_stdout_ge","debug_assert_command_stdout_ge_x","debug_assert_command_stdout_gt","debug_assert_command_stdout_gt_x","debug_assert_command_stdout_is_match","debug_assert_command_stdout_le","debug_assert_command_stdout_le_x","debug_assert_command_stdout_lt","debug_assert_command_stdout_lt_x","debug_assert_command_stdout_ne","debug_assert_command_stdout_ne_x","debug_assert_command_stdout_string_contains","debug_assert_command_stdout_string_is_match","debug_assert_contains","debug_assert_count_eq","debug_assert_count_eq_x","debug_assert_count_ge","debug_assert_count_ge_x","debug_assert_count_gt","debug_assert_count_gt_x","debug_assert_count_le","debug_assert_count_le_x","debug_assert_count_lt","debug_assert_count_lt_x","debug_assert_count_ne","debug_assert_count_ne_x","debug_assert_ends_with","debug_assert_err","debug_assert_err_eq","debug_assert_err_eq_x","debug_assert_err_ne","debug_assert_err_ne_x","debug_assert_fn_eq","debug_assert_fn_eq_x","debug_assert_fn_err_eq","debug_assert_fn_err_eq_x","debug_assert_fn_err_ge","debug_assert_fn_err_ge_x","debug_assert_fn_err_gt","debug_assert_fn_err_gt_x","debug_assert_fn_err_le","debug_assert_fn_err_le_x","debug_assert_fn_err_lt","debug_assert_fn_err_lt_x","debug_assert_fn_err_ne","debug_assert_fn_err_ne_x","debug_assert_fn_ge","debug_assert_fn_ge_x","debug_assert_fn_gt","debug_assert_fn_gt_x","debug_assert_fn_le","debug_assert_fn_le_x","debug_assert_fn_lt","debug_assert_fn_lt_x","debug_assert_fn_ne","debug_assert_fn_ne_x","debug_assert_fn_ok_eq","debug_assert_fn_ok_eq_x","debug_assert_fn_ok_ge","debug_assert_fn_ok_ge_x","debug_assert_fn_ok_gt","debug_assert_fn_ok_gt_x","debug_assert_fn_ok_le","debug_assert_fn_ok_le_x","debug_assert_fn_ok_lt","debug_assert_fn_ok_lt_x","debug_assert_fn_ok_ne","debug_assert_fn_ok_ne_x","debug_assert_fs_read_to_string_contains","debug_assert_fs_read_to_string_eq","debug_assert_fs_read_to_string_eq_x","debug_assert_fs_read_to_string_ge","debug_assert_fs_read_to_string_ge_x","debug_assert_fs_read_to_string_gt","debug_assert_fs_read_to_string_gt_x","debug_assert_fs_read_to_string_is_match","debug_assert_fs_read_to_string_le","debug_assert_fs_read_to_string_le_x","debug_assert_fs_read_to_string_lt","debug_assert_fs_read_to_string_lt_x","debug_assert_fs_read_to_string_matches","debug_assert_fs_read_to_string_ne","debug_assert_fs_read_to_string_ne_x","debug_assert_ge","debug_assert_gt","debug_assert_in_delta","debug_assert_in_epsilon","debug_assert_infix","debug_assert_io_read_to_string_contains","debug_assert_io_read_to_string_eq","debug_assert_io_read_to_string_eq_x","debug_assert_io_read_to_string_ge","debug_assert_io_read_to_string_ge_x","debug_assert_io_read_to_string_gt","debug_assert_io_read_to_string_gt_x","debug_assert_io_read_to_string_is_match","debug_assert_io_read_to_string_le","debug_assert_io_read_to_string_le_x","debug_assert_io_read_to_string_lt","debug_assert_io_read_to_string_lt_x","debug_assert_io_read_to_string_matches","debug_assert_io_read_to_string_ne","debug_assert_io_read_to_string_ne_x","debug_assert_is_empty","debug_assert_is_match","debug_assert_iter_eq","debug_assert_iter_ge","debug_assert_iter_gt","debug_assert_iter_le","debug_assert_iter_lt","debug_assert_iter_ne","debug_assert_le","debug_assert_len_eq","debug_assert_len_eq_x","debug_assert_len_ge","debug_assert_len_ge_x","debug_assert_len_gt","debug_assert_len_gt_x","debug_assert_len_le","debug_assert_len_le_x","debug_assert_len_lt","debug_assert_len_lt_x","debug_assert_len_ne","debug_assert_len_ne_x","debug_assert_lt","debug_assert_matches","debug_assert_none","debug_assert_not_contains","debug_assert_not_empty","debug_assert_not_ends_with","debug_assert_not_match","debug_assert_not_matches","debug_assert_not_starts_with","debug_assert_ok","debug_assert_ok_eq","debug_assert_ok_eq_x","debug_assert_ok_ne","debug_assert_ok_ne_x","debug_assert_option_none","debug_assert_option_some","debug_assert_option_some_eq","debug_assert_option_some_ne","debug_assert_pending","debug_assert_poll_pending","debug_assert_poll_ready","debug_assert_poll_ready_eq","debug_assert_poll_ready_ne","debug_assert_process_status_code_value_eq","debug_assert_process_status_code_value_eq_x","debug_assert_process_status_code_value_ge","debug_assert_process_status_code_value_ge_x","debug_assert_process_status_code_value_gt","debug_assert_process_status_code_value_gt_x","debug_assert_process_status_code_value_le","debug_assert_process_status_code_value_le_x","debug_assert_process_status_code_value_lt","debug_assert_process_status_code_value_lt_x","debug_assert_process_status_code_value_ne","debug_assert_process_status_code_value_ne_x","debug_assert_program_args_stderr_contains","debug_assert_program_args_stderr_eq","debug_assert_program_args_stderr_eq_x","debug_assert_program_args_stderr_ge","debug_assert_program_args_stderr_ge_x","debug_assert_program_args_stderr_gt","debug_assert_program_args_stderr_gt_x","debug_assert_program_args_stderr_is_match","debug_assert_program_args_stderr_le","debug_assert_program_args_stderr_le_x","debug_assert_program_args_stderr_lt","debug_assert_program_args_stderr_lt_x","debug_assert_program_args_stderr_ne","debug_assert_program_args_stderr_ne_x","debug_assert_program_args_stderr_string_contains","debug_assert_program_args_stderr_string_is_match","debug_assert_program_args_stdout_contains","debug_assert_program_args_stdout_eq","debug_assert_program_args_stdout_eq_x","debug_assert_program_args_stdout_ge","debug_assert_program_args_stdout_ge_x","debug_assert_program_args_stdout_gt","debug_assert_program_args_stdout_gt_x","debug_assert_program_args_stdout_is_match","debug_assert_program_args_stdout_le","debug_assert_program_args_stdout_le_x","debug_assert_program_args_stdout_lt","debug_assert_program_args_stdout_lt_x","debug_assert_program_args_stdout_ne","debug_assert_program_args_stdout_ne_x","debug_assert_program_args_stdout_string_contains","debug_assert_program_args_stdout_string_is_match","debug_assert_ready","debug_assert_ready_eq","debug_assert_ready_eq_x","debug_assert_ready_ne","debug_assert_ready_ne_x","debug_assert_result_err","debug_assert_result_ok","debug_assert_result_ok_eq","debug_assert_result_ok_ne","debug_assert_set_disjoint","debug_assert_set_eq","debug_assert_set_joint","debug_assert_set_ne","debug_assert_set_subset","debug_assert_set_superset","debug_assert_some","debug_assert_some_eq","debug_assert_some_eq_x","debug_assert_some_ne","debug_assert_some_ne_x","debug_assert_starts_with","assert_abs_diff_eq","assert_abs_diff_ge","assert_abs_diff_gt","assert_abs_diff_le","assert_abs_diff_lt","assert_abs_diff_ne","assert_approx_eq","assert_approx_ne","assert_bag_eq","assert_bag_ne","assert_bag_subbag","assert_bag_superbag","assert_command_stderr_contains","assert_command_stderr_eq","assert_command_stderr_eq_x","assert_command_stderr_ge","assert_command_stderr_ge_x","assert_command_stderr_gt","assert_command_stderr_gt_x","assert_command_stderr_is_match","assert_command_stderr_le","assert_command_stderr_le_x","assert_command_stderr_lt","assert_command_stderr_lt_x","assert_command_stderr_ne","assert_command_stderr_ne_x","assert_command_stderr_string_contains","assert_command_stderr_string_is_match","assert_command_stdout_contains","assert_command_stdout_eq","assert_command_stdout_eq_x","assert_command_stdout_ge","assert_command_stdout_ge_x","assert_command_stdout_gt","assert_command_stdout_gt_x","assert_command_stdout_is_match","assert_command_stdout_le","assert_command_stdout_le_x","assert_command_stdout_lt","assert_command_stdout_lt_x","assert_command_stdout_ne","assert_command_stdout_ne_x","assert_command_stdout_string_contains","assert_command_stdout_string_is_match","assert_contains","assert_not_contains","assert_count_eq","assert_count_eq_x","assert_count_ge","assert_count_ge_x","assert_count_gt","assert_count_gt_x","assert_count_le","assert_count_le_x","assert_count_lt","assert_count_lt_x","assert_count_ne","assert_count_ne_x","assert_ends_with","assert_not_ends_with","assert_err","assert_err_eq","assert_err_eq_x","assert_err_ne","assert_err_ne_x","assert_fn_eq","assert_fn_eq_x","assert_fn_ge","assert_fn_ge_x","assert_fn_gt","assert_fn_gt_x","assert_fn_le","assert_fn_le_x","assert_fn_lt","assert_fn_lt_x","assert_fn_ne","assert_fn_ne_x","assert_fn_err_eq","assert_fn_err_eq_x","assert_fn_err_ge","assert_fn_err_ge_x","assert_fn_err_gt","assert_fn_err_gt_x","assert_fn_err_le","assert_fn_err_le_x","assert_fn_err_lt","assert_fn_err_lt_x","assert_fn_err_ne","assert_fn_err_ne_x","assert_fn_ok_eq","assert_fn_ok_eq_x","assert_fn_ok_ge","assert_fn_ok_ge_x","assert_fn_ok_gt","assert_fn_ok_gt_x","assert_fn_ok_le","assert_fn_ok_le_x","assert_fn_ok_lt","assert_fn_ok_lt_x","assert_fn_ok_ne","assert_fn_ok_ne_x","assert_fs_read_to_string_contains","assert_fs_read_to_string_eq","assert_fs_read_to_string_eq_x","assert_fs_read_to_string_ge","assert_fs_read_to_string_ge_x","assert_fs_read_to_string_gt","assert_fs_read_to_string_gt_x","assert_fs_read_to_string_is_match","assert_fs_read_to_string_le","assert_fs_read_to_string_le_x","assert_fs_read_to_string_lt","assert_fs_read_to_string_lt_x","assert_fs_read_to_string_matches","assert_fs_read_to_string_ne","assert_fs_read_to_string_ne_x","assert_in_delta","assert_in_epsilon","assert_io_read_to_string_contains","assert_io_read_to_string_eq","assert_io_read_to_string_eq_x","assert_io_read_to_string_ge","assert_io_read_to_string_ge_x","assert_io_read_to_string_gt","assert_io_read_to_string_gt_x","assert_io_read_to_string_is_match","assert_io_read_to_string_le","assert_io_read_to_string_le_x","assert_io_read_to_string_lt","assert_io_read_to_string_lt_x","assert_io_read_to_string_matches","assert_io_read_to_string_ne","assert_io_read_to_string_ne_x","assert_is_empty","assert_not_empty","assert_is_match","assert_not_match","assert_iter_eq","assert_iter_ge","assert_iter_gt","assert_iter_le","assert_iter_lt","assert_iter_ne","assert_len_eq","assert_len_eq_x","assert_len_ge","assert_len_ge_x","assert_len_gt","assert_len_gt_x","assert_len_le","assert_len_le_x","assert_len_lt","assert_len_lt_x","assert_len_ne","assert_len_ne_x","assert_matches","assert_not_matches","assert_none","assert_ok","assert_ok_eq","assert_ok_eq_x","assert_ok_ne","assert_ok_ne_x","assert_option_none","assert_option_some","assert_option_some_eq","assert_option_some_ne","assert_pending","assert_poll_pending","assert_poll_ready","assert_poll_ready_eq","assert_poll_ready_ne","assert_process_status_code_value_eq","assert_process_status_code_value_eq_x","assert_process_status_code_value_ge","assert_process_status_code_value_ge_x","assert_process_status_code_value_gt","assert_process_status_code_value_gt_x","assert_process_status_code_value_le","assert_process_status_code_value_le_x","assert_process_status_code_value_lt","assert_process_status_code_value_lt_x","assert_process_status_code_value_ne","assert_process_status_code_value_ne_x","assert_program_args_stderr_contains","assert_program_args_stderr_eq","assert_program_args_stderr_eq_x","assert_program_args_stderr_ge","assert_program_args_stderr_ge_x","assert_program_args_stderr_gt","assert_program_args_stderr_gt_x","assert_program_args_stderr_is_match","assert_program_args_stderr_le","assert_program_args_stderr_le_x","assert_program_args_stderr_lt","assert_program_args_stderr_lt_x","assert_program_args_stderr_ne","assert_program_args_stderr_ne_x","assert_program_args_stderr_string_contains","assert_program_args_stderr_string_is_match","assert_program_args_stdout_contains","assert_program_args_stdout_eq","assert_program_args_stdout_eq_x","assert_program_args_stdout_ge","assert_program_args_stdout_ge_x","assert_program_args_stdout_gt","assert_program_args_stdout_gt_x","assert_program_args_stdout_is_match","assert_program_args_stdout_le","assert_program_args_stdout_le_x","assert_program_args_stdout_lt","assert_program_args_stdout_lt_x","assert_program_args_stdout_ne","assert_program_args_stdout_ne_x","assert_program_args_stdout_string_contains","assert_program_args_stdout_string_is_match","assert_ready","assert_ready_eq","assert_ready_eq_x","assert_ready_ne","assert_ready_ne_x","assert_result_err","assert_result_ok","assert_result_ok_eq","assert_result_ok_ne","assert_set_disjoint","assert_set_eq","assert_set_joint","assert_set_ne","assert_set_subset","assert_set_superset","assert_some","assert_some_eq","assert_some_eq_x","assert_some_ne","assert_some_ne_x","assert_not_starts_with","assert_starts_with"],"q":[[0,"lib"],[782,"lib::assert_abs_diff"],[788,"lib::assert_approx"],[790,"lib::assert_bag"],[794,"lib::assert_command"],[826,"lib::assert_contains"],[828,"lib::assert_count"],[840,"lib::assert_ends_with"],[842,"lib::assert_err"],[847,"lib::assert_fn"],[859,"lib::assert_fn_err"],[871,"lib::assert_fn_ok"],[883,"lib::assert_fs_read_to_string"],[898,"lib::assert_in"],[900,"lib::assert_io_read_to_string"],[915,"lib::assert_is_empty"],[917,"lib::assert_is_match"],[919,"lib::assert_iter"],[925,"lib::assert_len"],[937,"lib::assert_matches"],[939,"lib::assert_none"],[940,"lib::assert_ok"],[945,"lib::assert_option"],[949,"lib::assert_pending"],[950,"lib::assert_poll"],[954,"lib::assert_process"],[966,"lib::assert_program_args"],[998,"lib::assert_ready"],[1003,"lib::assert_result"],[1007,"lib::assert_set"],[1013,"lib::assert_some"],[1018,"lib::assert_starts_with"]],"i":"````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````","f":"````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````","D":"GOj","p":[],"r":[],"b":[],"c":"OzAAAAEAAEEAGgAmAAEANAABAEYAAQBUAAEA9gABACMBAQB7AQcAhwEHAKoBAQC4AQEAygEBANgBAQD2AQcAKAIAAC8CAAA4AgAAPwIAAIsCAACfAgAAxQIDAMoCAwDaAgAA4QIAAOoCAADxAgAA/wIDAA==","e":"OjAAAAAAAAA="}],["lib",{"t":"CCQQQQQQQQQQQQCQQCQQCQQQQQCQQQQQQQQQCQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQCQQCQQQQQQQQQQQQQQQQQQQQQQQQCQQCQCQQQQQQQQQQCQQQQCQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQCQQQQQQQQQQQQQQQQQQQQQQQQCQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQCQQCQQCQQQQCQQCQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQCQQCQQCQQQQQQQQQQQQCQQCQQQQQQQQQQQQQQQQQQQQQQQQCQQCQQCQCQQQQQQQQQQQQQQCQQQQQQQQQQCQQQQQQQQCQQCQQQQQQQQCQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQCQQQQQQQQQQCQQQQQQQQCQQQQQQQQQQQQQCQQQQQQQQQQCQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC","n":["assert","assert_abs_diff","assert_abs_diff_eq","assert_abs_diff_eq_as_result","assert_abs_diff_ge","assert_abs_diff_ge_as_result","assert_abs_diff_gt","assert_abs_diff_gt_as_result","assert_abs_diff_le","assert_abs_diff_le_as_result","assert_abs_diff_lt","assert_abs_diff_lt_as_result","assert_abs_diff_ne","assert_abs_diff_ne_as_result","assert_all","","assert_all_as_result","assert_any","","assert_any_as_result","assert_approx","assert_approx_eq","assert_approx_eq_as_result","assert_approx_ne","assert_approx_ne_as_result","assert_as_result","assert_bag","assert_bag_eq","assert_bag_eq_as_result","assert_bag_impl_prep","assert_bag_ne","assert_bag_ne_as_result","assert_bag_subbag","assert_bag_subbag_as_result","assert_bag_superbag","assert_bag_superbag_as_result","assert_command","assert_command_stderr_contains","assert_command_stderr_contains_as_result","assert_command_stderr_eq","assert_command_stderr_eq_as_result","assert_command_stderr_eq_x","assert_command_stderr_eq_x_as_result","assert_command_stderr_ge","assert_command_stderr_ge_as_result","assert_command_stderr_ge_x","assert_command_stderr_ge_x_as_result","assert_command_stderr_gt","assert_command_stderr_gt_as_result","assert_command_stderr_gt_x","assert_command_stderr_gt_x_as_result","assert_command_stderr_is_match","assert_command_stderr_is_match_as_result","assert_command_stderr_le","assert_command_stderr_le_as_result","assert_command_stderr_le_x","assert_command_stderr_le_x_as_result","assert_command_stderr_lt","assert_command_stderr_lt_as_result","assert_command_stderr_lt_x","assert_command_stderr_lt_x_as_result","assert_command_stderr_ne","assert_command_stderr_ne_as_result","assert_command_stderr_ne_x","assert_command_stderr_ne_x_as_result","assert_command_stderr_string_contains","assert_command_stderr_string_contains_as_result","assert_command_stderr_string_is_match","assert_command_stderr_string_is_match_as_result","assert_command_stdout_contains","assert_command_stdout_contains_as_result","assert_command_stdout_eq","assert_command_stdout_eq_as_result","assert_command_stdout_eq_x","assert_command_stdout_eq_x_as_result","assert_command_stdout_ge","assert_command_stdout_ge_as_result","assert_command_stdout_ge_x","assert_command_stdout_ge_x_as_result","assert_command_stdout_gt","assert_command_stdout_gt_as_result","assert_command_stdout_gt_x","assert_command_stdout_gt_x_as_result","assert_command_stdout_is_match","assert_command_stdout_is_match_as_result","assert_command_stdout_le","assert_command_stdout_le_as_result","assert_command_stdout_le_x","assert_command_stdout_le_x_as_result","assert_command_stdout_lt","assert_command_stdout_lt_as_result","assert_command_stdout_lt_x","assert_command_stdout_lt_x_as_result","assert_command_stdout_ne","assert_command_stdout_ne_as_result","assert_command_stdout_ne_x","assert_command_stdout_ne_x_as_result","assert_command_stdout_string_contains","assert_command_stdout_string_contains_as_result","assert_command_stdout_string_is_match","assert_command_stdout_string_is_match_as_result","assert_contains","","assert_contains_as_result","assert_count","assert_count_eq","assert_count_eq_as_result","assert_count_eq_x","assert_count_eq_x_as_result","assert_count_ge","assert_count_ge_as_result","assert_count_ge_x","assert_count_ge_x_as_result","assert_count_gt","assert_count_gt_as_result","assert_count_gt_x","assert_count_gt_x_as_result","assert_count_le","assert_count_le_as_result","assert_count_le_x","assert_count_le_x_as_result","assert_count_lt","assert_count_lt_as_result","assert_count_lt_x","assert_count_lt_x_as_result","assert_count_ne","assert_count_ne_as_result","assert_count_ne_x","assert_count_ne_x_as_result","assert_ends_with","","assert_ends_with_as_result","assert_eq","assert_eq_as_result","assert_err","","assert_err_as_result","assert_err_eq","assert_err_eq_as_result","assert_err_eq_x","assert_err_eq_x_as_result","assert_err_ne","assert_err_ne_as_result","assert_err_ne_x","assert_err_ne_x_as_result","assert_fn","assert_fn_eq","assert_fn_eq_as_result","assert_fn_eq_x","assert_fn_eq_x_as_result","assert_fn_err","assert_fn_err_eq","assert_fn_err_eq_as_result","assert_fn_err_eq_x","assert_fn_err_eq_x_as_result","assert_fn_err_ge","assert_fn_err_ge_as_result","assert_fn_err_ge_x","assert_fn_err_ge_x_as_result","assert_fn_err_gt","assert_fn_err_gt_as_result","assert_fn_err_gt_x","assert_fn_err_gt_x_as_result","assert_fn_err_le","assert_fn_err_le_as_result","assert_fn_err_le_x","assert_fn_err_le_x_as_result","assert_fn_err_lt","assert_fn_err_lt_as_result","assert_fn_err_lt_x","assert_fn_err_lt_x_as_result","assert_fn_err_ne","assert_fn_err_ne_as_result","assert_fn_err_ne_x","assert_fn_err_ne_x_as_result","assert_fn_ge","assert_fn_ge_as_result","assert_fn_ge_x","assert_fn_ge_x_as_result","assert_fn_gt","assert_fn_gt_as_result","assert_fn_gt_x","assert_fn_gt_x_as_result","assert_fn_le","assert_fn_le_as_result","assert_fn_le_x","assert_fn_le_x_as_result","assert_fn_lt","assert_fn_lt_as_result","assert_fn_lt_x","assert_fn_lt_x_as_result","assert_fn_ne","assert_fn_ne_as_result","assert_fn_ne_x","assert_fn_ne_x_as_result","assert_fn_ok","assert_fn_ok_eq","assert_fn_ok_eq_as_result","assert_fn_ok_eq_x","assert_fn_ok_eq_x_as_result","assert_fn_ok_ge","assert_fn_ok_ge_as_result","assert_fn_ok_ge_x","assert_fn_ok_ge_x_as_result","assert_fn_ok_gt","assert_fn_ok_gt_as_result","assert_fn_ok_gt_x","assert_fn_ok_gt_x_as_result","assert_fn_ok_le","assert_fn_ok_le_as_result","assert_fn_ok_le_x","assert_fn_ok_le_x_as_result","assert_fn_ok_lt","assert_fn_ok_lt_as_result","assert_fn_ok_lt_x","assert_fn_ok_lt_x_as_result","assert_fn_ok_ne","assert_fn_ok_ne_as_result","assert_fn_ok_ne_x","assert_fn_ok_ne_x_as_result","assert_fs_read_to_string","assert_fs_read_to_string_contains","assert_fs_read_to_string_contains_as_result","assert_fs_read_to_string_eq","assert_fs_read_to_string_eq_as_result","assert_fs_read_to_string_eq_x","assert_fs_read_to_string_eq_x_as_result","assert_fs_read_to_string_ge","assert_fs_read_to_string_ge_as_result","assert_fs_read_to_string_ge_x","assert_fs_read_to_string_ge_x_as_result","assert_fs_read_to_string_gt","assert_fs_read_to_string_gt_as_result","assert_fs_read_to_string_gt_x","assert_fs_read_to_string_gt_x_as_result","assert_fs_read_to_string_is_match","assert_fs_read_to_string_is_match_as_result","assert_fs_read_to_string_le","assert_fs_read_to_string_le_as_result","assert_fs_read_to_string_le_x","assert_fs_read_to_string_le_x_as_result","assert_fs_read_to_string_lt","assert_fs_read_to_string_lt_as_result","assert_fs_read_to_string_lt_x","assert_fs_read_to_string_lt_x_as_result","assert_fs_read_to_string_matches","assert_fs_read_to_string_matches_as_result","assert_fs_read_to_string_ne","assert_fs_read_to_string_ne_as_result","assert_fs_read_to_string_ne_x","assert_fs_read_to_string_ne_x_as_result","assert_ge","","assert_ge_as_result","assert_gt","","assert_gt_as_result","assert_in","assert_in_delta","assert_in_delta_as_result","assert_in_epsilon","assert_in_epsilon_as_result","assert_infix","","assert_infix_as_result","assert_io_read_to_string","assert_io_read_to_string_contains","assert_io_read_to_string_contains_as_result","assert_io_read_to_string_eq","assert_io_read_to_string_eq_as_result","assert_io_read_to_string_eq_x","assert_io_read_to_string_eq_x_as_result","assert_io_read_to_string_ge","assert_io_read_to_string_ge_as_result","assert_io_read_to_string_ge_x","assert_io_read_to_string_ge_x_as_result","assert_io_read_to_string_gt","assert_io_read_to_string_gt_as_result","assert_io_read_to_string_gt_x","assert_io_read_to_string_gt_x_as_result","assert_io_read_to_string_is_match","assert_io_read_to_string_is_match_as_result","assert_io_read_to_string_le","assert_io_read_to_string_le_as_result","assert_io_read_to_string_le_x","assert_io_read_to_string_le_x_as_result","assert_io_read_to_string_lt","assert_io_read_to_string_lt_as_result","assert_io_read_to_string_lt_x","assert_io_read_to_string_lt_x_as_result","assert_io_read_to_string_matches","assert_io_read_to_string_matches_as_result","assert_io_read_to_string_ne","assert_io_read_to_string_ne_as_result","assert_io_read_to_string_ne_x","assert_io_read_to_string_ne_x_as_result","assert_is_empty","","assert_is_empty_as_result","assert_is_match","","assert_is_match_as_result","assert_iter","assert_iter_eq","assert_iter_eq_as_result","assert_iter_ge","assert_iter_ge_as_result","assert_iter_gt","assert_iter_gt_as_result","assert_iter_le","assert_iter_le_as_result","assert_iter_lt","assert_iter_lt_as_result","assert_iter_ne","assert_iter_ne_as_result","assert_le","","assert_le_as_result","assert_len","assert_len_eq","assert_len_eq_as_result","assert_len_eq_x","assert_len_eq_x_as_result","assert_len_ge","assert_len_ge_as_result","assert_len_ge_x","assert_len_ge_x_as_result","assert_len_gt","assert_len_gt_as_result","assert_len_gt_x","assert_len_gt_x_as_result","assert_len_le","assert_len_le_as_result","assert_len_le_x","assert_len_le_x_as_result","assert_len_lt","assert_len_lt_as_result","assert_len_lt_x","assert_len_lt_x_as_result","assert_len_ne","assert_len_ne_as_result","assert_len_ne_x","assert_len_ne_x_as_result","assert_lt","","assert_lt_as_result","assert_matches","","assert_matches_as_result","assert_ne","assert_ne_as_result","assert_none","","assert_none_as_result","assert_not_contains","assert_not_contains_as_result","assert_not_empty","assert_not_empty_as_result","assert_not_ends_with","assert_not_ends_with_as_result","assert_not_match","assert_not_match_as_result","assert_not_matches","assert_not_matches_as_result","assert_not_starts_with","assert_not_starts_with_as_result","assert_ok","","assert_ok_as_result","assert_ok_eq","assert_ok_eq_as_result","assert_ok_eq_x","assert_ok_eq_x_as_result","assert_ok_ne","assert_ok_ne_as_result","assert_ok_ne_x","assert_ok_ne_x_as_result","assert_option","assert_option_none","assert_option_none_as_result","assert_option_some","assert_option_some_as_result","assert_option_some_eq","assert_option_some_eq_as_result","assert_option_some_ne","assert_option_some_ne_as_result","assert_pending","","assert_pending_as_result","assert_poll","assert_poll_pending","assert_poll_pending_as_result","assert_poll_ready","assert_poll_ready_as_result","assert_poll_ready_eq","assert_poll_ready_eq_as_result","assert_poll_ready_ne","assert_poll_ready_ne_as_result","assert_program_args","assert_program_args_impl_prep","assert_program_args_stderr_contains","assert_program_args_stderr_contains_as_result","assert_program_args_stderr_eq","assert_program_args_stderr_eq_as_result","assert_program_args_stderr_eq_x","assert_program_args_stderr_eq_x_as_result","assert_program_args_stderr_ge","assert_program_args_stderr_ge_as_result","assert_program_args_stderr_ge_x","assert_program_args_stderr_ge_x_as_result","assert_program_args_stderr_gt","assert_program_args_stderr_gt_as_result","assert_program_args_stderr_gt_x","assert_program_args_stderr_gt_x_as_result","assert_program_args_stderr_is_match","assert_program_args_stderr_is_match_as_result","assert_program_args_stderr_le","assert_program_args_stderr_le_as_result","assert_program_args_stderr_le_x","assert_program_args_stderr_le_x_as_result","assert_program_args_stderr_lt","assert_program_args_stderr_lt_as_result","assert_program_args_stderr_lt_x","assert_program_args_stderr_lt_x_as_result","assert_program_args_stderr_ne","assert_program_args_stderr_ne_as_result","assert_program_args_stderr_ne_x","assert_program_args_stderr_ne_x_as_result","assert_program_args_stderr_string_contains","assert_program_args_stderr_string_contains_as_result","assert_program_args_stderr_string_is_match","assert_program_args_stderr_string_is_match_as_result","assert_program_args_stdout_contains","assert_program_args_stdout_contains_as_result","assert_program_args_stdout_eq","assert_program_args_stdout_eq_as_result","assert_program_args_stdout_eq_x","assert_program_args_stdout_eq_x_as_result","assert_program_args_stdout_ge","assert_program_args_stdout_ge_as_result","assert_program_args_stdout_ge_x","assert_program_args_stdout_ge_x_as_result","assert_program_args_stdout_gt","assert_program_args_stdout_gt_as_result","assert_program_args_stdout_gt_x","assert_program_args_stdout_gt_x_as_result","assert_program_args_stdout_is_match","assert_program_args_stdout_is_match_as_result","assert_program_args_stdout_le","assert_program_args_stdout_le_as_result","assert_program_args_stdout_le_x","assert_program_args_stdout_le_x_as_result","assert_program_args_stdout_lt","assert_program_args_stdout_lt_as_result","assert_program_args_stdout_lt_x","assert_program_args_stdout_lt_x_as_result","assert_program_args_stdout_ne","assert_program_args_stdout_ne_as_result","assert_program_args_stdout_ne_x","assert_program_args_stdout_ne_x_as_result","assert_program_args_stdout_string_contains","assert_program_args_stdout_string_contains_as_result","assert_program_args_stdout_string_is_match","assert_program_args_stdout_string_is_match_as_result","assert_ready","","assert_ready_as_result","assert_ready_eq","assert_ready_eq_as_result","assert_ready_eq_x","assert_ready_eq_x_as_result","assert_ready_ne","assert_ready_ne_as_result","assert_ready_ne_x","assert_ready_ne_x_as_result","assert_result","assert_result_err","assert_result_err_as_result","assert_result_ok","assert_result_ok_as_result","assert_result_ok_eq","assert_result_ok_eq_as_result","assert_result_ok_ne","assert_result_ok_ne_as_result","assert_set","assert_set_disjoint","assert_set_disjoint_as_result","assert_set_eq","assert_set_eq_as_result","assert_set_impl_prep","assert_set_joint","assert_set_joint_as_result","assert_set_ne","assert_set_ne_as_result","assert_set_subset","assert_set_subset_as_result","assert_set_superset","assert_set_superset_as_result","assert_some","","assert_some_as_result","assert_some_eq","assert_some_eq_as_result","assert_some_eq_x","assert_some_eq_x_as_result","assert_some_ne","assert_some_ne_as_result","assert_some_ne_x","assert_some_ne_x_as_result","assert_starts_with","","assert_starts_with_as_result","debug_assert_abs_diff_eq","debug_assert_abs_diff_ge","debug_assert_abs_diff_gt","debug_assert_abs_diff_le","debug_assert_abs_diff_lt","debug_assert_abs_diff_ne","debug_assert_all","debug_assert_any","debug_assert_approx_eq","debug_assert_approx_ne","debug_assert_bag_eq","debug_assert_bag_ne","debug_assert_bag_subbag","debug_assert_bag_superbag","debug_assert_command_stderr_contains","debug_assert_command_stderr_eq","debug_assert_command_stderr_eq_x","debug_assert_command_stderr_ge","debug_assert_command_stderr_ge_x","debug_assert_command_stderr_gt","debug_assert_command_stderr_gt_x","debug_assert_command_stderr_is_match","debug_assert_command_stderr_le","debug_assert_command_stderr_le_x","debug_assert_command_stderr_lt","debug_assert_command_stderr_lt_x","debug_assert_command_stderr_ne","debug_assert_command_stderr_ne_x","debug_assert_command_stderr_string_contains","debug_assert_command_stderr_string_is_match","debug_assert_command_stdout_contains","debug_assert_command_stdout_eq","debug_assert_command_stdout_eq_x","debug_assert_command_stdout_ge","debug_assert_command_stdout_ge_x","debug_assert_command_stdout_gt","debug_assert_command_stdout_gt_x","debug_assert_command_stdout_is_match","debug_assert_command_stdout_le","debug_assert_command_stdout_le_x","debug_assert_command_stdout_lt","debug_assert_command_stdout_lt_x","debug_assert_command_stdout_ne","debug_assert_command_stdout_ne_x","debug_assert_command_stdout_string_contains","debug_assert_command_stdout_string_is_match","debug_assert_contains","debug_assert_count_eq","debug_assert_count_eq_x","debug_assert_count_ge","debug_assert_count_ge_x","debug_assert_count_gt","debug_assert_count_gt_x","debug_assert_count_le","debug_assert_count_le_x","debug_assert_count_lt","debug_assert_count_lt_x","debug_assert_count_ne","debug_assert_count_ne_x","debug_assert_ends_with","debug_assert_err","debug_assert_err_eq","debug_assert_err_eq_x","debug_assert_err_ne","debug_assert_err_ne_x","debug_assert_fn_eq","debug_assert_fn_eq_x","debug_assert_fn_err_eq","debug_assert_fn_err_eq_x","debug_assert_fn_err_ge","debug_assert_fn_err_ge_x","debug_assert_fn_err_gt","debug_assert_fn_err_gt_x","debug_assert_fn_err_le","debug_assert_fn_err_le_x","debug_assert_fn_err_lt","debug_assert_fn_err_lt_x","debug_assert_fn_err_ne","debug_assert_fn_err_ne_x","debug_assert_fn_ge","debug_assert_fn_ge_x","debug_assert_fn_gt","debug_assert_fn_gt_x","debug_assert_fn_le","debug_assert_fn_le_x","debug_assert_fn_lt","debug_assert_fn_lt_x","debug_assert_fn_ne","debug_assert_fn_ne_x","debug_assert_fn_ok_eq","debug_assert_fn_ok_eq_x","debug_assert_fn_ok_ge","debug_assert_fn_ok_ge_x","debug_assert_fn_ok_gt","debug_assert_fn_ok_gt_x","debug_assert_fn_ok_le","debug_assert_fn_ok_le_x","debug_assert_fn_ok_lt","debug_assert_fn_ok_lt_x","debug_assert_fn_ok_ne","debug_assert_fn_ok_ne_x","debug_assert_fs_read_to_string_contains","debug_assert_fs_read_to_string_eq","debug_assert_fs_read_to_string_eq_x","debug_assert_fs_read_to_string_ge","debug_assert_fs_read_to_string_ge_x","debug_assert_fs_read_to_string_gt","debug_assert_fs_read_to_string_gt_x","debug_assert_fs_read_to_string_is_match","debug_assert_fs_read_to_string_le","debug_assert_fs_read_to_string_le_x","debug_assert_fs_read_to_string_lt","debug_assert_fs_read_to_string_lt_x","debug_assert_fs_read_to_string_matches","debug_assert_fs_read_to_string_ne","debug_assert_fs_read_to_string_ne_x","debug_assert_ge","debug_assert_gt","debug_assert_in_delta","debug_assert_in_epsilon","debug_assert_infix","debug_assert_io_read_to_string_contains","debug_assert_io_read_to_string_eq","debug_assert_io_read_to_string_eq_x","debug_assert_io_read_to_string_ge","debug_assert_io_read_to_string_ge_x","debug_assert_io_read_to_string_gt","debug_assert_io_read_to_string_gt_x","debug_assert_io_read_to_string_is_match","debug_assert_io_read_to_string_le","debug_assert_io_read_to_string_le_x","debug_assert_io_read_to_string_lt","debug_assert_io_read_to_string_lt_x","debug_assert_io_read_to_string_matches","debug_assert_io_read_to_string_ne","debug_assert_io_read_to_string_ne_x","debug_assert_is_empty","debug_assert_is_match","debug_assert_iter_eq","debug_assert_iter_ge","debug_assert_iter_gt","debug_assert_iter_le","debug_assert_iter_lt","debug_assert_iter_ne","debug_assert_le","debug_assert_len_eq","debug_assert_len_eq_x","debug_assert_len_ge","debug_assert_len_ge_x","debug_assert_len_gt","debug_assert_len_gt_x","debug_assert_len_le","debug_assert_len_le_x","debug_assert_len_lt","debug_assert_len_lt_x","debug_assert_len_ne","debug_assert_len_ne_x","debug_assert_lt","debug_assert_matches","debug_assert_none","debug_assert_not_contains","debug_assert_not_empty","debug_assert_not_ends_with","debug_assert_not_match","debug_assert_not_matches","debug_assert_not_starts_with","debug_assert_ok","debug_assert_ok_eq","debug_assert_ok_eq_x","debug_assert_ok_ne","debug_assert_ok_ne_x","debug_assert_option_none","debug_assert_option_some","debug_assert_option_some_eq","debug_assert_option_some_ne","debug_assert_pending","debug_assert_poll_pending","debug_assert_poll_ready","debug_assert_poll_ready_eq","debug_assert_poll_ready_ne","debug_assert_program_args_stderr_contains","debug_assert_program_args_stderr_eq","debug_assert_program_args_stderr_eq_x","debug_assert_program_args_stderr_ge","debug_assert_program_args_stderr_ge_x","debug_assert_program_args_stderr_gt","debug_assert_program_args_stderr_gt_x","debug_assert_program_args_stderr_is_match","debug_assert_program_args_stderr_le","debug_assert_program_args_stderr_le_x","debug_assert_program_args_stderr_lt","debug_assert_program_args_stderr_lt_x","debug_assert_program_args_stderr_ne","debug_assert_program_args_stderr_ne_x","debug_assert_program_args_stderr_string_contains","debug_assert_program_args_stderr_string_is_match","debug_assert_program_args_stdout_contains","debug_assert_program_args_stdout_eq","debug_assert_program_args_stdout_eq_x","debug_assert_program_args_stdout_ge","debug_assert_program_args_stdout_ge_x","debug_assert_program_args_stdout_gt","debug_assert_program_args_stdout_gt_x","debug_assert_program_args_stdout_is_match","debug_assert_program_args_stdout_le","debug_assert_program_args_stdout_le_x","debug_assert_program_args_stdout_lt","debug_assert_program_args_stdout_lt_x","debug_assert_program_args_stdout_ne","debug_assert_program_args_stdout_ne_x","debug_assert_program_args_stdout_string_contains","debug_assert_program_args_stdout_string_is_match","debug_assert_ready","debug_assert_ready_eq","debug_assert_ready_eq_x","debug_assert_ready_ne","debug_assert_ready_ne_x","debug_assert_result_err","debug_assert_result_ok","debug_assert_result_ok_eq","debug_assert_result_ok_ne","debug_assert_set_disjoint","debug_assert_set_eq","debug_assert_set_joint","debug_assert_set_ne","debug_assert_set_subset","debug_assert_set_superset","debug_assert_some","debug_assert_some_eq","debug_assert_some_eq_x","debug_assert_some_ne","debug_assert_some_ne_x","debug_assert_starts_with","assert_abs_diff_eq","assert_abs_diff_ge","assert_abs_diff_gt","assert_abs_diff_le","assert_abs_diff_lt","assert_abs_diff_ne","assert_approx_eq","assert_approx_ne","assert_bag_eq","assert_bag_ne","assert_bag_subbag","assert_bag_superbag","assert_command_stderr_contains","assert_command_stderr_eq","assert_command_stderr_eq_x","assert_command_stderr_ge","assert_command_stderr_ge_x","assert_command_stderr_gt","assert_command_stderr_gt_x","assert_command_stderr_is_match","assert_command_stderr_le","assert_command_stderr_le_x","assert_command_stderr_lt","assert_command_stderr_lt_x","assert_command_stderr_ne","assert_command_stderr_ne_x","assert_command_stderr_string_contains","assert_command_stderr_string_is_match","assert_command_stdout_contains","assert_command_stdout_eq","assert_command_stdout_eq_x","assert_command_stdout_ge","assert_command_stdout_ge_x","assert_command_stdout_gt","assert_command_stdout_gt_x","assert_command_stdout_is_match","assert_command_stdout_le","assert_command_stdout_le_x","assert_command_stdout_lt","assert_command_stdout_lt_x","assert_command_stdout_ne","assert_command_stdout_ne_x","assert_command_stdout_string_contains","assert_command_stdout_string_is_match","assert_contains","assert_not_contains","assert_count_eq","assert_count_eq_x","assert_count_ge","assert_count_ge_x","assert_count_gt","assert_count_gt_x","assert_count_le","assert_count_le_x","assert_count_lt","assert_count_lt_x","assert_count_ne","assert_count_ne_x","assert_ends_with","assert_not_ends_with","assert_err","assert_err_eq","assert_err_eq_x","assert_err_ne","assert_err_ne_x","assert_fn_eq","assert_fn_eq_x","assert_fn_ge","assert_fn_ge_x","assert_fn_gt","assert_fn_gt_x","assert_fn_le","assert_fn_le_x","assert_fn_lt","assert_fn_lt_x","assert_fn_ne","assert_fn_ne_x","assert_fn_err_eq","assert_fn_err_eq_x","assert_fn_err_ge","assert_fn_err_ge_x","assert_fn_err_gt","assert_fn_err_gt_x","assert_fn_err_le","assert_fn_err_le_x","assert_fn_err_lt","assert_fn_err_lt_x","assert_fn_err_ne","assert_fn_err_ne_x","assert_fn_ok_eq","assert_fn_ok_eq_x","assert_fn_ok_ge","assert_fn_ok_ge_x","assert_fn_ok_gt","assert_fn_ok_gt_x","assert_fn_ok_le","assert_fn_ok_le_x","assert_fn_ok_lt","assert_fn_ok_lt_x","assert_fn_ok_ne","assert_fn_ok_ne_x","assert_fs_read_to_string_contains","assert_fs_read_to_string_eq","assert_fs_read_to_string_eq_x","assert_fs_read_to_string_ge","assert_fs_read_to_string_ge_x","assert_fs_read_to_string_gt","assert_fs_read_to_string_gt_x","assert_fs_read_to_string_is_match","assert_fs_read_to_string_le","assert_fs_read_to_string_le_x","assert_fs_read_to_string_lt","assert_fs_read_to_string_lt_x","assert_fs_read_to_string_matches","assert_fs_read_to_string_ne","assert_fs_read_to_string_ne_x","assert_in_delta","assert_in_epsilon","assert_io_read_to_string_contains","assert_io_read_to_string_eq","assert_io_read_to_string_eq_x","assert_io_read_to_string_ge","assert_io_read_to_string_ge_x","assert_io_read_to_string_gt","assert_io_read_to_string_gt_x","assert_io_read_to_string_is_match","assert_io_read_to_string_le","assert_io_read_to_string_le_x","assert_io_read_to_string_lt","assert_io_read_to_string_lt_x","assert_io_read_to_string_matches","assert_io_read_to_string_ne","assert_io_read_to_string_ne_x","assert_is_empty","assert_not_empty","assert_is_match","assert_not_match","assert_iter_eq","assert_iter_ge","assert_iter_gt","assert_iter_le","assert_iter_lt","assert_iter_ne","assert_len_eq","assert_len_eq_x","assert_len_ge","assert_len_ge_x","assert_len_gt","assert_len_gt_x","assert_len_le","assert_len_le_x","assert_len_lt","assert_len_lt_x","assert_len_ne","assert_len_ne_x","assert_matches","assert_not_matches","assert_none","assert_ok","assert_ok_eq","assert_ok_eq_x","assert_ok_ne","assert_ok_ne_x","assert_option_none","assert_option_some","assert_option_some_eq","assert_option_some_ne","assert_pending","assert_poll_pending","assert_poll_ready","assert_poll_ready_eq","assert_poll_ready_ne","assert_program_args_stderr_contains","assert_program_args_stderr_eq","assert_program_args_stderr_eq_x","assert_program_args_stderr_ge","assert_program_args_stderr_ge_x","assert_program_args_stderr_gt","assert_program_args_stderr_gt_x","assert_program_args_stderr_is_match","assert_program_args_stderr_le","assert_program_args_stderr_le_x","assert_program_args_stderr_lt","assert_program_args_stderr_lt_x","assert_program_args_stderr_ne","assert_program_args_stderr_ne_x","assert_program_args_stderr_string_contains","assert_program_args_stderr_string_is_match","assert_program_args_stdout_contains","assert_program_args_stdout_eq","assert_program_args_stdout_eq_x","assert_program_args_stdout_ge","assert_program_args_stdout_ge_x","assert_program_args_stdout_gt","assert_program_args_stdout_gt_x","assert_program_args_stdout_is_match","assert_program_args_stdout_le","assert_program_args_stdout_le_x","assert_program_args_stdout_lt","assert_program_args_stdout_lt_x","assert_program_args_stdout_ne","assert_program_args_stdout_ne_x","assert_program_args_stdout_string_contains","assert_program_args_stdout_string_is_match","assert_ready","assert_ready_eq","assert_ready_eq_x","assert_ready_ne","assert_ready_ne_x","assert_result_err","assert_result_ok","assert_result_ok_eq","assert_result_ok_ne","assert_set_disjoint","assert_set_eq","assert_set_joint","assert_set_ne","assert_set_subset","assert_set_superset","assert_some","assert_some_eq","assert_some_eq_x","assert_some_ne","assert_some_ne_x","assert_not_starts_with","assert_starts_with"],"q":[[0,"lib"],[745,"lib::assert_abs_diff"],[751,"lib::assert_approx"],[753,"lib::assert_bag"],[757,"lib::assert_command"],[789,"lib::assert_contains"],[791,"lib::assert_count"],[803,"lib::assert_ends_with"],[805,"lib::assert_err"],[810,"lib::assert_fn"],[822,"lib::assert_fn_err"],[834,"lib::assert_fn_ok"],[846,"lib::assert_fs_read_to_string"],[861,"lib::assert_in"],[863,"lib::assert_io_read_to_string"],[878,"lib::assert_is_empty"],[880,"lib::assert_is_match"],[882,"lib::assert_iter"],[888,"lib::assert_len"],[900,"lib::assert_matches"],[902,"lib::assert_none"],[903,"lib::assert_ok"],[908,"lib::assert_option"],[912,"lib::assert_pending"],[913,"lib::assert_poll"],[917,"lib::assert_program_args"],[949,"lib::assert_ready"],[954,"lib::assert_result"],[958,"lib::assert_set"],[964,"lib::assert_some"],[969,"lib::assert_starts_with"]],"i":"```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````","f":"```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````","D":"GIh","p":[],"r":[],"b":[],"c":"OzAAAAEAAEEAGQAmAAEANAABAEYAAQBUAAEA9gABACMBAQB7AQcAhwEHAJEBAQCfAQEAsQEBAL8BAQDdAQcADwIAABYCAAAfAgAAJgIAAHICAACGAgAArAIDALECBAC8AgAAxQIAAMwCAADaAgMA","e":"OjAAAAAAAAA="}]]')); +var searchIndex = new Map(JSON.parse('[["lib",{"t":"CCQQQQQQQQQQQQCQQCQQCQQQQQCQQQQQQQQQCQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQCQQCQQQQQQQQQQQQQQQQQQQQQQQQCQQCQCQQQQQQQQQQCQQQQCQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQCQQQQQQQQQQQQQQQQQQQQQQQQCQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQCQQCQQCQQQQCQQCQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQCQQCQQCQQQQQQQQQQQQCQQCQQQQQQQQQQQQQQQQQQQQQQQQCQQCQQCQCQQQQQQQQQQQQQQCQQQQQQQQQQCQQQQQQQQCQQCQQQQQQQQCQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQCQQQQQQQQQQCQQQQQQQQCQQQQQQQQQQQQQCQQQQQQQQQQCQQCQQQQQQQQQQQQQQQQQQQQQQQQQQQQCQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQQCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCCC","n":["assert","assert_abs_diff","assert_abs_diff_eq","assert_abs_diff_eq_as_result","assert_abs_diff_ge","assert_abs_diff_ge_as_result","assert_abs_diff_gt","assert_abs_diff_gt_as_result","assert_abs_diff_le","assert_abs_diff_le_as_result","assert_abs_diff_lt","assert_abs_diff_lt_as_result","assert_abs_diff_ne","assert_abs_diff_ne_as_result","assert_all","","assert_all_as_result","assert_any","","assert_any_as_result","assert_approx","assert_approx_eq","assert_approx_eq_as_result","assert_approx_ne","assert_approx_ne_as_result","assert_as_result","assert_bag","assert_bag_eq","assert_bag_eq_as_result","assert_bag_impl_prep","assert_bag_ne","assert_bag_ne_as_result","assert_bag_subbag","assert_bag_subbag_as_result","assert_bag_superbag","assert_bag_superbag_as_result","assert_command","assert_command_stderr_contains","assert_command_stderr_contains_as_result","assert_command_stderr_eq","assert_command_stderr_eq_as_result","assert_command_stderr_eq_x","assert_command_stderr_eq_x_as_result","assert_command_stderr_ge","assert_command_stderr_ge_as_result","assert_command_stderr_ge_x","assert_command_stderr_ge_x_as_result","assert_command_stderr_gt","assert_command_stderr_gt_as_result","assert_command_stderr_gt_x","assert_command_stderr_gt_x_as_result","assert_command_stderr_is_match","assert_command_stderr_is_match_as_result","assert_command_stderr_le","assert_command_stderr_le_as_result","assert_command_stderr_le_x","assert_command_stderr_le_x_as_result","assert_command_stderr_lt","assert_command_stderr_lt_as_result","assert_command_stderr_lt_x","assert_command_stderr_lt_x_as_result","assert_command_stderr_ne","assert_command_stderr_ne_as_result","assert_command_stderr_ne_x","assert_command_stderr_ne_x_as_result","assert_command_stderr_string_contains","assert_command_stderr_string_contains_as_result","assert_command_stderr_string_is_match","assert_command_stderr_string_is_match_as_result","assert_command_stdout_contains","assert_command_stdout_contains_as_result","assert_command_stdout_eq","assert_command_stdout_eq_as_result","assert_command_stdout_eq_x","assert_command_stdout_eq_x_as_result","assert_command_stdout_ge","assert_command_stdout_ge_as_result","assert_command_stdout_ge_x","assert_command_stdout_ge_x_as_result","assert_command_stdout_gt","assert_command_stdout_gt_as_result","assert_command_stdout_gt_x","assert_command_stdout_gt_x_as_result","assert_command_stdout_is_match","assert_command_stdout_is_match_as_result","assert_command_stdout_le","assert_command_stdout_le_as_result","assert_command_stdout_le_x","assert_command_stdout_le_x_as_result","assert_command_stdout_lt","assert_command_stdout_lt_as_result","assert_command_stdout_lt_x","assert_command_stdout_lt_x_as_result","assert_command_stdout_ne","assert_command_stdout_ne_as_result","assert_command_stdout_ne_x","assert_command_stdout_ne_x_as_result","assert_command_stdout_string_contains","assert_command_stdout_string_contains_as_result","assert_command_stdout_string_is_match","assert_command_stdout_string_is_match_as_result","assert_contains","","assert_contains_as_result","assert_count","assert_count_eq","assert_count_eq_as_result","assert_count_eq_x","assert_count_eq_x_as_result","assert_count_ge","assert_count_ge_as_result","assert_count_ge_x","assert_count_ge_x_as_result","assert_count_gt","assert_count_gt_as_result","assert_count_gt_x","assert_count_gt_x_as_result","assert_count_le","assert_count_le_as_result","assert_count_le_x","assert_count_le_x_as_result","assert_count_lt","assert_count_lt_as_result","assert_count_lt_x","assert_count_lt_x_as_result","assert_count_ne","assert_count_ne_as_result","assert_count_ne_x","assert_count_ne_x_as_result","assert_ends_with","","assert_ends_with_as_result","assert_eq","assert_eq_as_result","assert_err","","assert_err_as_result","assert_err_eq","assert_err_eq_as_result","assert_err_eq_x","assert_err_eq_x_as_result","assert_err_ne","assert_err_ne_as_result","assert_err_ne_x","assert_err_ne_x_as_result","assert_fn","assert_fn_eq","assert_fn_eq_as_result","assert_fn_eq_x","assert_fn_eq_x_as_result","assert_fn_err","assert_fn_err_eq","assert_fn_err_eq_as_result","assert_fn_err_eq_x","assert_fn_err_eq_x_as_result","assert_fn_err_ge","assert_fn_err_ge_as_result","assert_fn_err_ge_x","assert_fn_err_ge_x_as_result","assert_fn_err_gt","assert_fn_err_gt_as_result","assert_fn_err_gt_x","assert_fn_err_gt_x_as_result","assert_fn_err_le","assert_fn_err_le_as_result","assert_fn_err_le_x","assert_fn_err_le_x_as_result","assert_fn_err_lt","assert_fn_err_lt_as_result","assert_fn_err_lt_x","assert_fn_err_lt_x_as_result","assert_fn_err_ne","assert_fn_err_ne_as_result","assert_fn_err_ne_x","assert_fn_err_ne_x_as_result","assert_fn_ge","assert_fn_ge_as_result","assert_fn_ge_x","assert_fn_ge_x_as_result","assert_fn_gt","assert_fn_gt_as_result","assert_fn_gt_x","assert_fn_gt_x_as_result","assert_fn_le","assert_fn_le_as_result","assert_fn_le_x","assert_fn_le_x_as_result","assert_fn_lt","assert_fn_lt_as_result","assert_fn_lt_x","assert_fn_lt_x_as_result","assert_fn_ne","assert_fn_ne_as_result","assert_fn_ne_x","assert_fn_ne_x_as_result","assert_fn_ok","assert_fn_ok_eq","assert_fn_ok_eq_as_result","assert_fn_ok_eq_x","assert_fn_ok_eq_x_as_result","assert_fn_ok_ge","assert_fn_ok_ge_as_result","assert_fn_ok_ge_x","assert_fn_ok_ge_x_as_result","assert_fn_ok_gt","assert_fn_ok_gt_as_result","assert_fn_ok_gt_x","assert_fn_ok_gt_x_as_result","assert_fn_ok_le","assert_fn_ok_le_as_result","assert_fn_ok_le_x","assert_fn_ok_le_x_as_result","assert_fn_ok_lt","assert_fn_ok_lt_as_result","assert_fn_ok_lt_x","assert_fn_ok_lt_x_as_result","assert_fn_ok_ne","assert_fn_ok_ne_as_result","assert_fn_ok_ne_x","assert_fn_ok_ne_x_as_result","assert_fs_read_to_string","assert_fs_read_to_string_contains","assert_fs_read_to_string_contains_as_result","assert_fs_read_to_string_eq","assert_fs_read_to_string_eq_as_result","assert_fs_read_to_string_eq_x","assert_fs_read_to_string_eq_x_as_result","assert_fs_read_to_string_ge","assert_fs_read_to_string_ge_as_result","assert_fs_read_to_string_ge_x","assert_fs_read_to_string_ge_x_as_result","assert_fs_read_to_string_gt","assert_fs_read_to_string_gt_as_result","assert_fs_read_to_string_gt_x","assert_fs_read_to_string_gt_x_as_result","assert_fs_read_to_string_is_match","assert_fs_read_to_string_is_match_as_result","assert_fs_read_to_string_le","assert_fs_read_to_string_le_as_result","assert_fs_read_to_string_le_x","assert_fs_read_to_string_le_x_as_result","assert_fs_read_to_string_lt","assert_fs_read_to_string_lt_as_result","assert_fs_read_to_string_lt_x","assert_fs_read_to_string_lt_x_as_result","assert_fs_read_to_string_matches","assert_fs_read_to_string_matches_as_result","assert_fs_read_to_string_ne","assert_fs_read_to_string_ne_as_result","assert_fs_read_to_string_ne_x","assert_fs_read_to_string_ne_x_as_result","assert_ge","","assert_ge_as_result","assert_gt","","assert_gt_as_result","assert_in","assert_in_delta","assert_in_delta_as_result","assert_in_epsilon","assert_in_epsilon_as_result","assert_infix","","assert_infix_as_result","assert_io_read_to_string","assert_io_read_to_string_contains","assert_io_read_to_string_contains_as_result","assert_io_read_to_string_eq","assert_io_read_to_string_eq_as_result","assert_io_read_to_string_eq_x","assert_io_read_to_string_eq_x_as_result","assert_io_read_to_string_ge","assert_io_read_to_string_ge_as_result","assert_io_read_to_string_ge_x","assert_io_read_to_string_ge_x_as_result","assert_io_read_to_string_gt","assert_io_read_to_string_gt_as_result","assert_io_read_to_string_gt_x","assert_io_read_to_string_gt_x_as_result","assert_io_read_to_string_is_match","assert_io_read_to_string_is_match_as_result","assert_io_read_to_string_le","assert_io_read_to_string_le_as_result","assert_io_read_to_string_le_x","assert_io_read_to_string_le_x_as_result","assert_io_read_to_string_lt","assert_io_read_to_string_lt_as_result","assert_io_read_to_string_lt_x","assert_io_read_to_string_lt_x_as_result","assert_io_read_to_string_matches","assert_io_read_to_string_matches_as_result","assert_io_read_to_string_ne","assert_io_read_to_string_ne_as_result","assert_io_read_to_string_ne_x","assert_io_read_to_string_ne_x_as_result","assert_is_empty","","assert_is_empty_as_result","assert_is_match","","assert_is_match_as_result","assert_iter","assert_iter_eq","assert_iter_eq_as_result","assert_iter_ge","assert_iter_ge_as_result","assert_iter_gt","assert_iter_gt_as_result","assert_iter_le","assert_iter_le_as_result","assert_iter_lt","assert_iter_lt_as_result","assert_iter_ne","assert_iter_ne_as_result","assert_le","","assert_le_as_result","assert_len","assert_len_eq","assert_len_eq_as_result","assert_len_eq_x","assert_len_eq_x_as_result","assert_len_ge","assert_len_ge_as_result","assert_len_ge_x","assert_len_ge_x_as_result","assert_len_gt","assert_len_gt_as_result","assert_len_gt_x","assert_len_gt_x_as_result","assert_len_le","assert_len_le_as_result","assert_len_le_x","assert_len_le_x_as_result","assert_len_lt","assert_len_lt_as_result","assert_len_lt_x","assert_len_lt_x_as_result","assert_len_ne","assert_len_ne_as_result","assert_len_ne_x","assert_len_ne_x_as_result","assert_lt","","assert_lt_as_result","assert_matches","","assert_matches_as_result","assert_ne","assert_ne_as_result","assert_none","","assert_none_as_result","assert_not_contains","assert_not_contains_as_result","assert_not_empty","assert_not_empty_as_result","assert_not_ends_with","assert_not_ends_with_as_result","assert_not_match","assert_not_match_as_result","assert_not_matches","assert_not_matches_as_result","assert_not_starts_with","assert_not_starts_with_as_result","assert_ok","","assert_ok_as_result","assert_ok_eq","assert_ok_eq_as_result","assert_ok_eq_x","assert_ok_eq_x_as_result","assert_ok_ne","assert_ok_ne_as_result","assert_ok_ne_x","assert_ok_ne_x_as_result","assert_option","assert_option_none","assert_option_none_as_result","assert_option_some","assert_option_some_as_result","assert_option_some_eq","assert_option_some_eq_as_result","assert_option_some_ne","assert_option_some_ne_as_result","assert_pending","","assert_pending_as_result","assert_poll","assert_poll_pending","assert_poll_pending_as_result","assert_poll_ready","assert_poll_ready_as_result","assert_poll_ready_eq","assert_poll_ready_eq_as_result","assert_poll_ready_ne","assert_poll_ready_ne_as_result","assert_program_args","assert_program_args_impl_prep","assert_program_args_stderr_contains","assert_program_args_stderr_contains_as_result","assert_program_args_stderr_eq","assert_program_args_stderr_eq_as_result","assert_program_args_stderr_eq_x","assert_program_args_stderr_eq_x_as_result","assert_program_args_stderr_ge","assert_program_args_stderr_ge_as_result","assert_program_args_stderr_ge_x","assert_program_args_stderr_ge_x_as_result","assert_program_args_stderr_gt","assert_program_args_stderr_gt_as_result","assert_program_args_stderr_gt_x","assert_program_args_stderr_gt_x_as_result","assert_program_args_stderr_is_match","assert_program_args_stderr_is_match_as_result","assert_program_args_stderr_le","assert_program_args_stderr_le_as_result","assert_program_args_stderr_le_x","assert_program_args_stderr_le_x_as_result","assert_program_args_stderr_lt","assert_program_args_stderr_lt_as_result","assert_program_args_stderr_lt_x","assert_program_args_stderr_lt_x_as_result","assert_program_args_stderr_ne","assert_program_args_stderr_ne_as_result","assert_program_args_stderr_ne_x","assert_program_args_stderr_ne_x_as_result","assert_program_args_stderr_string_contains","assert_program_args_stderr_string_contains_as_result","assert_program_args_stderr_string_is_match","assert_program_args_stderr_string_is_match_as_result","assert_program_args_stdout_contains","assert_program_args_stdout_contains_as_result","assert_program_args_stdout_eq","assert_program_args_stdout_eq_as_result","assert_program_args_stdout_eq_x","assert_program_args_stdout_eq_x_as_result","assert_program_args_stdout_ge","assert_program_args_stdout_ge_as_result","assert_program_args_stdout_ge_x","assert_program_args_stdout_ge_x_as_result","assert_program_args_stdout_gt","assert_program_args_stdout_gt_as_result","assert_program_args_stdout_gt_x","assert_program_args_stdout_gt_x_as_result","assert_program_args_stdout_is_match","assert_program_args_stdout_is_match_as_result","assert_program_args_stdout_le","assert_program_args_stdout_le_as_result","assert_program_args_stdout_le_x","assert_program_args_stdout_le_x_as_result","assert_program_args_stdout_lt","assert_program_args_stdout_lt_as_result","assert_program_args_stdout_lt_x","assert_program_args_stdout_lt_x_as_result","assert_program_args_stdout_ne","assert_program_args_stdout_ne_as_result","assert_program_args_stdout_ne_x","assert_program_args_stdout_ne_x_as_result","assert_program_args_stdout_string_contains","assert_program_args_stdout_string_contains_as_result","assert_program_args_stdout_string_is_match","assert_program_args_stdout_string_is_match_as_result","assert_ready","","assert_ready_as_result","assert_ready_eq","assert_ready_eq_as_result","assert_ready_eq_x","assert_ready_eq_x_as_result","assert_ready_ne","assert_ready_ne_as_result","assert_ready_ne_x","assert_ready_ne_x_as_result","assert_result","assert_result_err","assert_result_err_as_result","assert_result_ok","assert_result_ok_as_result","assert_result_ok_eq","assert_result_ok_eq_as_result","assert_result_ok_ne","assert_result_ok_ne_as_result","assert_set","assert_set_disjoint","assert_set_disjoint_as_result","assert_set_eq","assert_set_eq_as_result","assert_set_impl_prep","assert_set_joint","assert_set_joint_as_result","assert_set_ne","assert_set_ne_as_result","assert_set_subset","assert_set_subset_as_result","assert_set_superset","assert_set_superset_as_result","assert_some","","assert_some_as_result","assert_some_eq","assert_some_eq_as_result","assert_some_eq_x","assert_some_eq_x_as_result","assert_some_ne","assert_some_ne_as_result","assert_some_ne_x","assert_some_ne_x_as_result","assert_starts_with","","assert_starts_with_as_result","assert_status","assert_status_code_value_eq","assert_status_code_value_eq_as_result","assert_status_code_value_eq_x","assert_status_code_value_eq_x_as_result","assert_status_code_value_ge","assert_status_code_value_ge_as_result","assert_status_code_value_ge_x","assert_status_code_value_ge_x_as_result","assert_status_code_value_gt","assert_status_code_value_gt_as_result","assert_status_code_value_gt_x","assert_status_code_value_gt_x_as_result","assert_status_code_value_le","assert_status_code_value_le_as_result","assert_status_code_value_le_x","assert_status_code_value_le_x_as_result","assert_status_code_value_lt","assert_status_code_value_lt_as_result","assert_status_code_value_lt_x","assert_status_code_value_lt_x_as_result","assert_status_code_value_ne","assert_status_code_value_ne_as_result","assert_status_code_value_ne_x","assert_status_code_value_ne_x_as_result","assert_status_success","assert_status_success_as_result","assert_status_success_false","assert_status_success_false_as_result","assert_success","","assert_success_as_result","assert_success_false","assert_success_false_as_result","debug_assert_abs_diff_eq","debug_assert_abs_diff_ge","debug_assert_abs_diff_gt","debug_assert_abs_diff_le","debug_assert_abs_diff_lt","debug_assert_abs_diff_ne","debug_assert_all","debug_assert_any","debug_assert_approx_eq","debug_assert_approx_ne","debug_assert_bag_eq","debug_assert_bag_ne","debug_assert_bag_subbag","debug_assert_bag_superbag","debug_assert_command_stderr_contains","debug_assert_command_stderr_eq","debug_assert_command_stderr_eq_x","debug_assert_command_stderr_ge","debug_assert_command_stderr_ge_x","debug_assert_command_stderr_gt","debug_assert_command_stderr_gt_x","debug_assert_command_stderr_is_match","debug_assert_command_stderr_le","debug_assert_command_stderr_le_x","debug_assert_command_stderr_lt","debug_assert_command_stderr_lt_x","debug_assert_command_stderr_ne","debug_assert_command_stderr_ne_x","debug_assert_command_stderr_string_contains","debug_assert_command_stderr_string_is_match","debug_assert_command_stdout_contains","debug_assert_command_stdout_eq","debug_assert_command_stdout_eq_x","debug_assert_command_stdout_ge","debug_assert_command_stdout_ge_x","debug_assert_command_stdout_gt","debug_assert_command_stdout_gt_x","debug_assert_command_stdout_is_match","debug_assert_command_stdout_le","debug_assert_command_stdout_le_x","debug_assert_command_stdout_lt","debug_assert_command_stdout_lt_x","debug_assert_command_stdout_ne","debug_assert_command_stdout_ne_x","debug_assert_command_stdout_string_contains","debug_assert_command_stdout_string_is_match","debug_assert_contains","debug_assert_count_eq","debug_assert_count_eq_x","debug_assert_count_ge","debug_assert_count_ge_x","debug_assert_count_gt","debug_assert_count_gt_x","debug_assert_count_le","debug_assert_count_le_x","debug_assert_count_lt","debug_assert_count_lt_x","debug_assert_count_ne","debug_assert_count_ne_x","debug_assert_ends_with","debug_assert_err","debug_assert_err_eq","debug_assert_err_eq_x","debug_assert_err_ne","debug_assert_err_ne_x","debug_assert_fn_eq","debug_assert_fn_eq_x","debug_assert_fn_err_eq","debug_assert_fn_err_eq_x","debug_assert_fn_err_ge","debug_assert_fn_err_ge_x","debug_assert_fn_err_gt","debug_assert_fn_err_gt_x","debug_assert_fn_err_le","debug_assert_fn_err_le_x","debug_assert_fn_err_lt","debug_assert_fn_err_lt_x","debug_assert_fn_err_ne","debug_assert_fn_err_ne_x","debug_assert_fn_ge","debug_assert_fn_ge_x","debug_assert_fn_gt","debug_assert_fn_gt_x","debug_assert_fn_le","debug_assert_fn_le_x","debug_assert_fn_lt","debug_assert_fn_lt_x","debug_assert_fn_ne","debug_assert_fn_ne_x","debug_assert_fn_ok_eq","debug_assert_fn_ok_eq_x","debug_assert_fn_ok_ge","debug_assert_fn_ok_ge_x","debug_assert_fn_ok_gt","debug_assert_fn_ok_gt_x","debug_assert_fn_ok_le","debug_assert_fn_ok_le_x","debug_assert_fn_ok_lt","debug_assert_fn_ok_lt_x","debug_assert_fn_ok_ne","debug_assert_fn_ok_ne_x","debug_assert_fs_read_to_string_contains","debug_assert_fs_read_to_string_eq","debug_assert_fs_read_to_string_eq_x","debug_assert_fs_read_to_string_ge","debug_assert_fs_read_to_string_ge_x","debug_assert_fs_read_to_string_gt","debug_assert_fs_read_to_string_gt_x","debug_assert_fs_read_to_string_is_match","debug_assert_fs_read_to_string_le","debug_assert_fs_read_to_string_le_x","debug_assert_fs_read_to_string_lt","debug_assert_fs_read_to_string_lt_x","debug_assert_fs_read_to_string_matches","debug_assert_fs_read_to_string_ne","debug_assert_fs_read_to_string_ne_x","debug_assert_ge","debug_assert_gt","debug_assert_in_delta","debug_assert_in_epsilon","debug_assert_infix","debug_assert_io_read_to_string_contains","debug_assert_io_read_to_string_eq","debug_assert_io_read_to_string_eq_x","debug_assert_io_read_to_string_ge","debug_assert_io_read_to_string_ge_x","debug_assert_io_read_to_string_gt","debug_assert_io_read_to_string_gt_x","debug_assert_io_read_to_string_is_match","debug_assert_io_read_to_string_le","debug_assert_io_read_to_string_le_x","debug_assert_io_read_to_string_lt","debug_assert_io_read_to_string_lt_x","debug_assert_io_read_to_string_matches","debug_assert_io_read_to_string_ne","debug_assert_io_read_to_string_ne_x","debug_assert_is_empty","debug_assert_is_match","debug_assert_iter_eq","debug_assert_iter_ge","debug_assert_iter_gt","debug_assert_iter_le","debug_assert_iter_lt","debug_assert_iter_ne","debug_assert_le","debug_assert_len_eq","debug_assert_len_eq_x","debug_assert_len_ge","debug_assert_len_ge_x","debug_assert_len_gt","debug_assert_len_gt_x","debug_assert_len_le","debug_assert_len_le_x","debug_assert_len_lt","debug_assert_len_lt_x","debug_assert_len_ne","debug_assert_len_ne_x","debug_assert_lt","debug_assert_matches","debug_assert_none","debug_assert_not_contains","debug_assert_not_empty","debug_assert_not_ends_with","debug_assert_not_match","debug_assert_not_matches","debug_assert_not_starts_with","debug_assert_ok","debug_assert_ok_eq","debug_assert_ok_eq_x","debug_assert_ok_ne","debug_assert_ok_ne_x","debug_assert_option_none","debug_assert_option_some","debug_assert_option_some_eq","debug_assert_option_some_ne","debug_assert_pending","debug_assert_poll_pending","debug_assert_poll_ready","debug_assert_poll_ready_eq","debug_assert_poll_ready_ne","debug_assert_program_args_stderr_contains","debug_assert_program_args_stderr_eq","debug_assert_program_args_stderr_eq_x","debug_assert_program_args_stderr_ge","debug_assert_program_args_stderr_ge_x","debug_assert_program_args_stderr_gt","debug_assert_program_args_stderr_gt_x","debug_assert_program_args_stderr_is_match","debug_assert_program_args_stderr_le","debug_assert_program_args_stderr_le_x","debug_assert_program_args_stderr_lt","debug_assert_program_args_stderr_lt_x","debug_assert_program_args_stderr_ne","debug_assert_program_args_stderr_ne_x","debug_assert_program_args_stderr_string_contains","debug_assert_program_args_stderr_string_is_match","debug_assert_program_args_stdout_contains","debug_assert_program_args_stdout_eq","debug_assert_program_args_stdout_eq_x","debug_assert_program_args_stdout_ge","debug_assert_program_args_stdout_ge_x","debug_assert_program_args_stdout_gt","debug_assert_program_args_stdout_gt_x","debug_assert_program_args_stdout_is_match","debug_assert_program_args_stdout_le","debug_assert_program_args_stdout_le_x","debug_assert_program_args_stdout_lt","debug_assert_program_args_stdout_lt_x","debug_assert_program_args_stdout_ne","debug_assert_program_args_stdout_ne_x","debug_assert_program_args_stdout_string_contains","debug_assert_program_args_stdout_string_is_match","debug_assert_ready","debug_assert_ready_eq","debug_assert_ready_eq_x","debug_assert_ready_ne","debug_assert_ready_ne_x","debug_assert_result_err","debug_assert_result_ok","debug_assert_result_ok_eq","debug_assert_result_ok_ne","debug_assert_set_disjoint","debug_assert_set_eq","debug_assert_set_joint","debug_assert_set_ne","debug_assert_set_subset","debug_assert_set_superset","debug_assert_some","debug_assert_some_eq","debug_assert_some_eq_x","debug_assert_some_ne","debug_assert_some_ne_x","debug_assert_starts_with","debug_assert_status_code_value_eq","debug_assert_status_code_value_eq_x","debug_assert_status_code_value_ge","debug_assert_status_code_value_ge_x","debug_assert_status_code_value_gt","debug_assert_status_code_value_gt_x","debug_assert_status_code_value_le","debug_assert_status_code_value_le_x","debug_assert_status_code_value_lt","debug_assert_status_code_value_lt_x","debug_assert_status_code_value_ne","debug_assert_status_code_value_ne_x","debug_assert_status_success","debug_assert_status_success_false","debug_assert_success","debug_assert_success_false","assert_abs_diff_eq","assert_abs_diff_ge","assert_abs_diff_gt","assert_abs_diff_le","assert_abs_diff_lt","assert_abs_diff_ne","assert_approx_eq","assert_approx_ne","assert_bag_eq","assert_bag_ne","assert_bag_subbag","assert_bag_superbag","assert_command_stderr_contains","assert_command_stderr_eq","assert_command_stderr_eq_x","assert_command_stderr_ge","assert_command_stderr_ge_x","assert_command_stderr_gt","assert_command_stderr_gt_x","assert_command_stderr_is_match","assert_command_stderr_le","assert_command_stderr_le_x","assert_command_stderr_lt","assert_command_stderr_lt_x","assert_command_stderr_ne","assert_command_stderr_ne_x","assert_command_stderr_string_contains","assert_command_stderr_string_is_match","assert_command_stdout_contains","assert_command_stdout_eq","assert_command_stdout_eq_x","assert_command_stdout_ge","assert_command_stdout_ge_x","assert_command_stdout_gt","assert_command_stdout_gt_x","assert_command_stdout_is_match","assert_command_stdout_le","assert_command_stdout_le_x","assert_command_stdout_lt","assert_command_stdout_lt_x","assert_command_stdout_ne","assert_command_stdout_ne_x","assert_command_stdout_string_contains","assert_command_stdout_string_is_match","assert_contains","assert_not_contains","assert_count_eq","assert_count_eq_x","assert_count_ge","assert_count_ge_x","assert_count_gt","assert_count_gt_x","assert_count_le","assert_count_le_x","assert_count_lt","assert_count_lt_x","assert_count_ne","assert_count_ne_x","assert_ends_with","assert_not_ends_with","assert_err","assert_err_eq","assert_err_eq_x","assert_err_ne","assert_err_ne_x","assert_fn_eq","assert_fn_eq_x","assert_fn_ge","assert_fn_ge_x","assert_fn_gt","assert_fn_gt_x","assert_fn_le","assert_fn_le_x","assert_fn_lt","assert_fn_lt_x","assert_fn_ne","assert_fn_ne_x","assert_fn_err_eq","assert_fn_err_eq_x","assert_fn_err_ge","assert_fn_err_ge_x","assert_fn_err_gt","assert_fn_err_gt_x","assert_fn_err_le","assert_fn_err_le_x","assert_fn_err_lt","assert_fn_err_lt_x","assert_fn_err_ne","assert_fn_err_ne_x","assert_fn_ok_eq","assert_fn_ok_eq_x","assert_fn_ok_ge","assert_fn_ok_ge_x","assert_fn_ok_gt","assert_fn_ok_gt_x","assert_fn_ok_le","assert_fn_ok_le_x","assert_fn_ok_lt","assert_fn_ok_lt_x","assert_fn_ok_ne","assert_fn_ok_ne_x","assert_fs_read_to_string_contains","assert_fs_read_to_string_eq","assert_fs_read_to_string_eq_x","assert_fs_read_to_string_ge","assert_fs_read_to_string_ge_x","assert_fs_read_to_string_gt","assert_fs_read_to_string_gt_x","assert_fs_read_to_string_is_match","assert_fs_read_to_string_le","assert_fs_read_to_string_le_x","assert_fs_read_to_string_lt","assert_fs_read_to_string_lt_x","assert_fs_read_to_string_matches","assert_fs_read_to_string_ne","assert_fs_read_to_string_ne_x","assert_in_delta","assert_in_epsilon","assert_io_read_to_string_contains","assert_io_read_to_string_eq","assert_io_read_to_string_eq_x","assert_io_read_to_string_ge","assert_io_read_to_string_ge_x","assert_io_read_to_string_gt","assert_io_read_to_string_gt_x","assert_io_read_to_string_is_match","assert_io_read_to_string_le","assert_io_read_to_string_le_x","assert_io_read_to_string_lt","assert_io_read_to_string_lt_x","assert_io_read_to_string_matches","assert_io_read_to_string_ne","assert_io_read_to_string_ne_x","assert_is_empty","assert_not_empty","assert_is_match","assert_not_match","assert_iter_eq","assert_iter_ge","assert_iter_gt","assert_iter_le","assert_iter_lt","assert_iter_ne","assert_len_eq","assert_len_eq_x","assert_len_ge","assert_len_ge_x","assert_len_gt","assert_len_gt_x","assert_len_le","assert_len_le_x","assert_len_lt","assert_len_lt_x","assert_len_ne","assert_len_ne_x","assert_matches","assert_not_matches","assert_none","assert_ok","assert_ok_eq","assert_ok_eq_x","assert_ok_ne","assert_ok_ne_x","assert_option_none","assert_option_some","assert_option_some_eq","assert_option_some_ne","assert_pending","assert_poll_pending","assert_poll_ready","assert_poll_ready_eq","assert_poll_ready_ne","assert_program_args_stderr_contains","assert_program_args_stderr_eq","assert_program_args_stderr_eq_x","assert_program_args_stderr_ge","assert_program_args_stderr_ge_x","assert_program_args_stderr_gt","assert_program_args_stderr_gt_x","assert_program_args_stderr_is_match","assert_program_args_stderr_le","assert_program_args_stderr_le_x","assert_program_args_stderr_lt","assert_program_args_stderr_lt_x","assert_program_args_stderr_ne","assert_program_args_stderr_ne_x","assert_program_args_stderr_string_contains","assert_program_args_stderr_string_is_match","assert_program_args_stdout_contains","assert_program_args_stdout_eq","assert_program_args_stdout_eq_x","assert_program_args_stdout_ge","assert_program_args_stdout_ge_x","assert_program_args_stdout_gt","assert_program_args_stdout_gt_x","assert_program_args_stdout_is_match","assert_program_args_stdout_le","assert_program_args_stdout_le_x","assert_program_args_stdout_lt","assert_program_args_stdout_lt_x","assert_program_args_stdout_ne","assert_program_args_stdout_ne_x","assert_program_args_stdout_string_contains","assert_program_args_stdout_string_is_match","assert_ready","assert_ready_eq","assert_ready_eq_x","assert_ready_ne","assert_ready_ne_x","assert_result_err","assert_result_ok","assert_result_ok_eq","assert_result_ok_ne","assert_set_disjoint","assert_set_eq","assert_set_joint","assert_set_ne","assert_set_subset","assert_set_superset","assert_some","assert_some_eq","assert_some_eq_x","assert_some_ne","assert_some_ne_x","assert_not_starts_with","assert_starts_with","assert_status_code_value_eq","assert_status_code_value_eq_x","assert_status_code_value_ge","assert_status_code_value_ge_x","assert_status_code_value_gt","assert_status_code_value_gt_x","assert_status_code_value_le","assert_status_code_value_le_x","assert_status_code_value_lt","assert_status_code_value_lt_x","assert_status_code_value_ne","assert_status_code_value_ne_x","assert_status_success","assert_status_success_false","assert_success","assert_success_false"],"q":[[0,"lib"],[795,"lib::assert_abs_diff"],[801,"lib::assert_approx"],[803,"lib::assert_bag"],[807,"lib::assert_command"],[839,"lib::assert_contains"],[841,"lib::assert_count"],[853,"lib::assert_ends_with"],[855,"lib::assert_err"],[860,"lib::assert_fn"],[872,"lib::assert_fn_err"],[884,"lib::assert_fn_ok"],[896,"lib::assert_fs_read_to_string"],[911,"lib::assert_in"],[913,"lib::assert_io_read_to_string"],[928,"lib::assert_is_empty"],[930,"lib::assert_is_match"],[932,"lib::assert_iter"],[938,"lib::assert_len"],[950,"lib::assert_matches"],[952,"lib::assert_none"],[953,"lib::assert_ok"],[958,"lib::assert_option"],[962,"lib::assert_pending"],[963,"lib::assert_poll"],[967,"lib::assert_program_args"],[999,"lib::assert_ready"],[1004,"lib::assert_result"],[1008,"lib::assert_set"],[1014,"lib::assert_some"],[1019,"lib::assert_starts_with"],[1021,"lib::assert_status"],[1035,"lib::assert_success"]],"i":"`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````","f":"`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````","D":"HAl","p":[],"r":[],"b":[],"c":"OzAAAAEAAEEAGQAmAAEANAABAEYAAQBUAAEA9gABACMBAQB7AQcAhwEHAJEBAQCfAQEAsQEBAL8BAQDdAQcAMQIAADgCAABBAgAASAIAAJQCAACoAgAAzgIDANMCBADeAgAA5wIAAO4CAAD8AgMA","e":"OjAAAAAAAAA="}]]')); if (typeof exports !== 'undefined') exports.searchIndex = searchIndex; else if (window.initSearch) window.initSearch(searchIndex); -//{"start":39,"fragment_lengths":[32770,30503]} \ No newline at end of file +//{"start":39,"fragment_lengths":[32900]} \ No newline at end of file diff --git a/doc/search.desc/lib/lib-desc-0-.js b/doc/search.desc/lib/lib-desc-0-.js index 7246ca3d6..f9e830764 100644 --- a/doc/search.desc/lib/lib-desc-0-.js +++ b/doc/search.desc/lib/lib-desc-0-.js @@ -1 +1 @@ -searchState.loadedDescShard("lib", 0, "Assertables: Rust crate of assert macros for testing\nAssert a condition is true.\nAssert for comparing absolute differences.\nAssert an absolute difference is equal to a delta …\nAssert an absolute difference is equal to a delta …\nAssert an absolute difference is greater than or equal to …\nAssert an absolute difference is greater than or equal to …\nAssert an absolute difference is greater than a delta …\nAssert an absolute difference is greater than a delta …\nAssert an absolute difference is less than or equal to a …\nAssert an absolute difference is less than or equal to a …\nAssert an absolute difference is less than a delta …\nAssert an absolute difference is less than a delta …\nAssert an absolute difference is not equal to a delta …\nAssert an absolute difference is not equal to a delta …\nAssert every element of the iterator matches a predicate.\nAssert every element of the iterator matches a predicate.\nAssert every element of the iterator matches a predicate.\nAssert every element of the iterator matches a predicate.\nAssert every element of the iterator matches a predicate.\nAssert every element of the iterator matches a predicate.\nAssert for approximations.\nAssert a number is approximately equal to another number.\nAssert a number is approximately equal to another number.\nAssert a number is approximately not equal to another …\nAssert a number is approximately not equal to another …\nAssert a condition is true.\nAssert for comparing bag collections.\nAssert a bag is equal to another.\nAssert a bag is equal to another.\nAssert bag implementation preparation.\nAssert a bag is not equal to another.\nAssert a bag is not equal to another.\nAssert a bag is a subbag of another.\nAssert a bag is a subbag of another.\nAssert a bag is a superbag of another.\nAssert a bag is a superbag of another.\nAssert for comparing commands and their stdout & stderr.\nAssert a command stderr string contains a given containee.\ninto assert_command_stderr_string_contains. Assert a …\nAssert a command stderr string is equal to another.\nAssert a command stderr string is equal to another.\nAssert a command stderr string is equal to an expression.\nAssert a command stderr string is equal to an expression.\nAssert a command stderr string is equal to another.\nAssert a command stderr string is equal to another.\nAssert a command stderr string is equal to an expression.\nAssert a command stderr string is equal to an expression.\nAssert a command stderr string is equal to another.\nAssert a command stderr string is equal to another.\nAssert a command stderr string is equal to an expression.\nAssert a command stderr string is equal to an expression.\nAssert a command stderr string is a match to a regex.\nAssert a command stderr string is a match to a regex.\nAssert a command stderr string is equal to another.\nAssert a command stderr string is equal to another.\nAssert a command stderr string is equal to an expression.\nAssert a command stderr string is equal to an expression.\nAssert a command stderr string is equal to another.\nAssert a command stderr string is equal to another.\nAssert a command stderr string is equal to an expression.\nAssert a command stderr string is equal to an expression.\nAssert a command stderr string is equal to another.\nAssert a command stderr string is equal to another.\nAssert a command stderr string is equal to an expression.\nAssert a command stderr string is equal to an expression.\nAssert a command stderr string contains a given containee.\nAssert a command stderr string contains a given containee.\nAssert a command stderr string is a match to a regex.\nAssert a command stderr string is a match to a regex.\nAssert a command stdout string contains a given containee.\nAssert a command stdout string contains a given containee.\nAssert a command stdout string is equal to another.\nAssert a command stdout string is equal to another.\nAssert a command stdout string is equal to an expression.\nAssert a command stdout string is equal to an expression.\nAssert a command stdout string is equal to another.\nAssert a command stdout string is equal to another.\nAssert a command stdout string is equal to an expression.\nAssert a command stdout string is equal to an expression.\nAssert a command stdout string is equal to another.\nAssert a command stdout string is equal to another.\nAssert a command stdout string is equal to an expression.\nAssert a command stdout string is equal to an expression.\nAssert a command stdout string is a match to a regex.\nAssert a command stdout string is a match to a regex.\nAssert a command stdout string is equal to another.\nAssert a command stdout string is equal to another.\nAssert a command stdout string is equal to an expression.\nAssert a command stdout string is equal to an expression.\nAssert a command stdout string is equal to another.\nAssert a command stdout string is equal to another.\nAssert a command stdout string is equal to an expression.\nAssert a command stdout string is equal to an expression.\nAssert a command stdout string is equal to another.\nAssert a command stdout string is equal to another.\nAssert a command stdout string is equal to an expression.\nAssert a command stdout string is equal to an expression.\nAssert a command stdout string contains a given containee.\nAssert a command stdout string contains a given containee.\nAssert a command stdout string is a match to a regex.\nAssert a command stdout string is a match to a regex.\nAssert for a container and a containee.\nAssert a container is a match for an expression.\nAssert an expression (such as a string) contains an …\nAssert for comparing counts.\nAssert a count is equal to another count.\nAssert a count is equal to another count.\nAssert a count is equal to an expression.\nAssert a count is equal to an expression.\nAssert a count is greater than or equal to another count.\nAssert a count is greater than or equal to another count.\nAssert a count is greater than or equal to an expression.\nAssert a count is greater than or equal to an expression.\nAssert a count is greater than another count.\nAssert a count is greater than another count.\nAssert a count is greater than an expression.\nAssert a count is greater than an expression.\nAssert a count is less than or equal to another count.\nAssert a count is less than or equal to another count.\nAssert a count is less than or equal to an expression.\nAssert a count is less than or equal to an expression.\nAssert a count is less than another count.\nAssert a count is less than another count.\nAssert a count is less than an expression.\nAssert a count is less than an expression.\nAssert a count is equal to another count.\nAssert a count is equal to another count.\nAssert a count is equal to an expression.\nAssert a count is equal to an expression.\nAssert for a sequence that may end with a part.\nAssert an expression (such as a string) ends with an …\nAssert an expression (such as a string) ends with an …\nAssert an expression is equal to another expression.\nAssert an expression is equal to another expression.\nAssert for Err(…) items.\nAssert expression is Err.\nAssert expression is Err.\nAssert two expressions are Err and their values are equal.\nAssert two expressions are Err and their values are equal.\nAssert an expression is Err and its value is equal to an …\nAssert an expression is Err and its value is equal to an …\nAssert two expressions are Err and their values are not …\nAssert two expressions are Err and their values are not …\nAssert an expression is Err and its value is equal to an …\nAssert an expression is Err and its value is equal to an …\nAssert for comparing functions.\nAssert a function output is equal to another function …\nAssert a function output is equal to another function …\nAssert a function output is equal to an expression.\nAssert a function output is equal to an expression.\nAssert for comparing functions that return errors.\nAssert a function error is equal to another.\nAssert a function error is equal to another.\nAssert a function error is equal to an expression.\nAssert a function error is equal to an expression.\nAssert a function error is greater than or equal to …\nAssert a function error is greater than or equal to …\nAssert a function error is greater than or equal to an …\nAssert a function error is greater than or equal to an …\nAssert a function error is greater than another.\nAssert a function error is greater than another.\nAssert a function error is greater than an expression.\nAssert a function error is greater than an expression.\nAssert a function error is less than or equal to another.\nAssert a function error is less than or equal to another.\nAssert a function error is less than or equal to an …\nAssert a function error is less than or equal to an …\nAssert a function error is less than another.\nAssert a function error is less than another.\nAssert a function error is less than an expression.\nAssert a function error is less than an expression.\nAssert a function error is not equal to another.\nAssert a function error is not equal to another.\nAssert a function error is not equal to an expression.\nAssert a function error is not equal to an expression.\nAssert a function output is greater than or equal to …\nAssert a function output is greater than or equal to …\nAssert a function output is greater than or equal to an …\nAssert a function output is greater than or equal to an …\nAssert a function output is greater than another.\nAssert a function output is greater than another.\nAssert a function output is greater than an expression.\nAssert a function output is greater than an expression.\nAssert a function output is less than or equal to another.\nAssert a function output is less than or equal to another.\nAssert a function output is less than or equal to an …\nAssert a function output is less than or equal to an …\nAssert a function output is less than another.\nAssert a function output is less than another.\nAssert a function output is less than an expression.\nAssert a function output is less than an expression.\nAssert a function output is not equal to another.\nAssert a function output is not equal to another.\nAssert a function output is not equal to an expression.\nAssert a function output is not equal to an expression.\nAssert for comparing functions that return Result::Ok.\nAssert a function Ok(…) is equal to another.\nAssert a function Ok(…) is equal to another.\nAssert a function Ok(…) is equal to an expression.\nAssert a function Ok(…) is equal to an expression.\nAssert a function Ok(…) is greater than or equal to …\nAssert a function Ok(…) is greater than or equal to …\nAssert a function Ok(…) is greater than or equal to an …\nAssert a function Ok(…) is greater than or equal to an …\nAssert a function Ok(…) is greater than another.\nAssert a function Ok(…) is greater than another.\nAssert a function Ok(…) is greater than an expression.\nAssert a function Ok(…) is greater than an expression.\nAssert a function Ok(…) is less than or equal to another.\nAssert a function Ok(…) is less than or equal to another.\nAssert a function Ok(…) is less than or equal to an …\nAssert a function Ok(…) is less than or equal to an …\nAssert a function Ok(…) is less than another.\nAssert a function Ok(…) is less than another.\nAssert a function Ok(…) is less than an expression.\nAssert a function Ok(…) is less than an expression.\nAssert a function Ok(…) is not equal to another.\nAssert a function Ok(…) is not equal to another.\nAssert a function Ok(…) is not equal to an expression.\nAssert a function Ok(…) is not equal to an expression.\nAssert for comparing file system path contents.\nAssert a ::std::fs::read_to_string(path) contains a …\nAssert a ::std::fs::read_to_string(path) contains a …\nAssert a ::std::fs::read_to_string(path) value is equal to …\nAssert a ::std::fs::read_to_string(path) is equal to …\nAssert a ::std::fs::read_to_string(path) value is equal to …\nAssert a ::std::fs::read_to_string(path) value is equal to …\nAssert a ::std::fs::read_to_string(path) value is greater …\nAssert a ::std::fs::read_to_string(path) value is greater …\nAssert a ::std::fs::read_to_string(path) value is greater …\nAssert a ::std::fs::read_to_string(path) value is greater …\nAssert a ::std::fs::read_to_string(path) value is greater …\nAssert a ::std::fs::read_to_string(path) value is greater …\nAssert a ::std::fs::read_to_string(path) value is greater …\nAssert a ::std::fs::read_to_string(path) value is greater …\nAssert a ::std::fs::read_to_string(path) is a match to a …\nAssert a ::std::fs::read_to_string(path) is a match to a …\nAssert a ::std::fs::read_to_string(path) value is less …\nAssert a ::std::fs::read_to_string(path) value is less …\nAssert a ::std::fs::read_to_string(path) value is less …\nAssert a ::std::fs::read_to_string(path) value is less …\nAssert a ::std::fs::read_to_string(path) value is less …\nAssert a ::std::fs::read_to_string(path) value is less …\nAssert a ::std::fs::read_to_string(path) value is less …\nAssert a ::std::fs::read_to_string(path) value is less …\nAssert a ::std::fs::read_to_string(path) is a match to a …\nAssert a ::std::fs::read_to_string(path) is a match to a …\nAssert a ::std::fs::read_to_string(path) is not equal to …\nAssert a ::std::fs::read_to_string(path) is not equal to …\nAssert a ::std::fs::read_to_string(path) is not equal to …\nAssert a ::std::fs::read_to_string(path) is not equal to …\nAssert an expression is greater than or equal to another …\nAssert an expression is greater than or equal to another …\nAssert an expression is greater than or equal to another …\nAssert an expression is greater than another expression.\nAssert an expression is greater than another expression.\nAssert an expression is greater than another expression.\nAssert in nearness.\nAssert a number is within delta of another number.\nAssert a number is within delta of another number.\nAssert a number is within epsilon of another number.\nAssert a number is within epsilon of another number.\nAssert a infix operator, such as assert_infix!(a == b).\nAssert a infix operator, such as assert_infix!(a == b).\nAssert a infix operator, such as assert_infix!(a == b).\nAssert for comparing input/output reader streams.\nAssert a ::std::io::Read read_to_string() contains a …\nAssert a ::std::io::Read read_to_string() contains a …\nAssert a ::std::io::Read read_to_string() value is equal …\nAssert a ::std::io::Read read_to_string() is equal to …\nAssert a ::std::io::Read read_to_string() value is equal …\nAssert a ::std::io::Read read_to_string() value is equal …\nAssert a ::std::io::Read read_to_string() value is greater …\nAssert a ::std::io::Read read_to_string() value is greater …\nAssert a ::std::io::Read read_to_string() value is greater …\nAssert a ::std::io::Read read_to_string() value is greater …\nAssert a ::std::io::Read read_to_string() value is greater …\nAssert a ::std::io::Read read_to_string() value is greater …\nAssert a ::std::io::Read read_to_string() value is greater …\nAssert a ::std::io::Read read_to_string() value is greater …\nAssert a ::std::io::Read read_to_string() is a match to a …\nAssert a ::std::io::Read read_to_string() is a match to a …\nAssert a ::std::io::Read read_to_string() value is less …\nAssert a ::std::io::Read read_to_string() value is less …\nAssert a ::std::io::Read read_to_string() value is less …\nAssert a ::std::io::Read read_to_string() value is less …\nAssert a ::std::io::Read read_to_string() value is less …\nAssert a ::std::io::Read read_to_string() value is less …\nAssert a ::std::io::Read read_to_string() value is less …\nAssert a ::std::io::Read read_to_string() value is less …\nAssert a ::std::io::read_to_string(path) is a match to a …\nAssert a ::std::io::read_to_string(path) is a match to a …\nAssert a ::std::io::Read read_to_string() is not equal to …\nAssert a ::std::io::Read read_to_string() is not equal to …\nAssert a ::std::io::Read read_to_string() is not equal to …\nAssert a ::std::io::Read read_to_string() is not equal to …\nAssert for method is_empty().\nAssert an expression (such as a string or array) is empty.\nAssert an expression (such as a regex) is a match for an …\nAssert for method is_match(…).\nAssert a matcher is a match for an expression.\nAssert an expression (such as a regex) is a match for an …\nAssert for comparing iter collections.\nAssert an iterable is equal to another.\nAssert an iterable is equal to another.\nAssert an iterable is greater than or equal to another.\nAssert an iterable is greater than or equal to another.\nAssert an iterable is greater than another.\nAssert an iterable is greater than another.\nAssert an iterable is less than or equal to another.\nAssert an iterable is less than or equal to another.\nAssert an iterable is less than another.\nAssert an iterable is less than another.\nAssert an iterable is not equal to another.\nAssert an iterable is not equal to another.\nAssert an expression is less than or equal to another …\nAssert an expression is less than or equal to another …\nAssert an expression is less than or equal to another …\nAssert for comparing lengths.\nAssert a length is equal to another length.\nAssert a length is equal to another length.\nAssert a length is equal to an expression.\nAssert a length is equal to an expression.\nAssert a length is greater than or equal to another length.\nAssert a length is greater than or equal to another length.\nAssert a length is greater than or equal to an expression.\nAssert a length is greater than or equal to an expression.\nAssert a length is greater than another length.\nAssert a length is greater than another length.\nAssert a length is greater than an expression.\nAssert a length is greater than an expression.\nAssert a length is less than or equal to another length.\nAssert a length is less than or equal to another length.\nAssert a length is less than or equal to an expression.\nAssert a length is less than or equal to an expression.\nAssert a length is less than another length.\nAssert a length is less than another length.\nAssert a length is less than an expression.\nAssert a length is less than an expression.\nAssert a length is equal to another length.\nAssert a length is equal to another length.\nAssert a length is equal to an expression.\nAssert a length is equal to an expression.\nAssert an expression is less than another expression.\nAssert an expression is less than another expression.\nAssert an expression is less than another expression.\nAssert matches for verifying an item matches a condition.\nAssert expression is Some.\nAssert expression matches a case.\nAssert an expression is not equal to another expression.\nAssert an expression is not equal to another expression.\nAssert for None items.\nAssert expression is None.\nAssert an expression is None.\nAssert an expression (such as a string) does not contain …\nAssert an expression (such as a string) does not contain …\nAssert an expression (such as a string or array) is not …\nAssert an expression (such as a string or array) is not …\nAssert an expression (such as a string) does not end with …\nAssert an expression (such as a string) does not end with …\nAssert an expression (such as a regex) is not a match for …\nAssert an expression (such as a regex) is not a match for …\nAssert expression is Some.\nAssert expression matches a case.\nAssert an expression (such as a string) does not start …\nAssert an expression (such as a string) does not start …\nAssert for Ok(…) items.\nAssert expression is Ok.\nAssert expression is Ok.\nAssert two expressions are Ok and their values are equal.\nAssert two expressions are Ok and their values are equal.\nAssert an expression is Ok and its value is equal to an …\nAssert an expression is Ok and its value is equal to an …\nAssert two expressions are Ok and their values are not …\nAssert two expressions are Ok and their values are not …\nAssert an expression is Ok and its value is equal to an …\nAssert an expression is Ok and its value is equal to an …\nAssert for Option {Some, None}\nAssert expression is None.\nAssert expression is None.\nAssert expression is Some.\nAssert expression is Some.\nAssert two expressions are Some and their values are equal.\nAssert two expressions are Some and their values are equal.\nAssert two expressions are Some and their values are not …\nAssert two expressions are Some and their values are not …\nAssert for Pending items.\nAssert an expression is Pending.\nAssert an expression.is_pending() is true.\nAssert for Poll {Ready, Pending}\nAssert an expression is Pending.\nAssert an expression.is_pending() is true.\nAssert an expression is Ready.\nAssert an expression is Ready.\nAssert two expressions are Ready(_) and their values are …\nAssert two expressions are Ready(_) and their values are …\nAssert two expressions are Ready(_) and their values are …\nAssert two expressions are Ready(_) and their values are …\nAssert for comparing lengths.\nAssert a process status code value is equal to another.\nAssert a process status code value is equal to another.\nAssert a process status code value is equal to an …\nAssert a process status code value is equal to an …\nAssert a process status code value is greater than or …\nAssert a process status code value is greater than or …\nAssert a process status code value is greater than or …\nAssert a process status code value is greater than or …\nAssert a process status code value is greater than another.\nAssert a process status code value is greater than another.\nAssert a process status code value is greater than an …\nAssert a process status code value is greater than an …\nAssert a process status code value is less than or equal …\nAssert a process status code value is less than or equal …\nAssert a process status code value is less than or equal …\nAssert a process status code value is less than or equal …\nAssert a process status code value is less than another.\nAssert a process status code value is less than another.\nAssert a process status code value is less than an …\nAssert a process status code value is less than an …\nAssert a process status code value is not equal to another.\nAssert a process status code value is not equal to another.\nAssert a process status code value is equal to another.\nAssert a process status code value is equal to another.\nAssert for comparing programs with arguments.\nAssert program args implementation preparation.\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert for Ready(_) items.\nAssert an expression is Ready.\nAssert an expression is Ready.\nAssert two expressions are Ready and their values are …\nAssert two expressions are Ready and their values are …\nAssert an expression is Ready and its value is equal to an …\nAssert an expression is Ready and its value is equal to an …\nAssert two expressions are Ready and their values are not …\nAssert two expressions are Ready and their values are not …\nAssert an expression is Ready and its value is not equal …\nAssert an expression is Ready and its value is not equal …\nAssert for Result {Ok, Err}\nAssert expression is Err.\nAssert expression is Err.\nAssert expression is Ok.\nAssert expression is Ok.\nAssert two expressions are Ok and their values are equal.\nAssert two expressions are Ok and their values are equal.\nAssert two expressions are Ok and their values are not …\nAssert two expressions are Ok and their values are not …\nAssert for comparing set collections.\nAssert a set is disjoint with another.\nAssert a set is disjoint with another.\nAssert a set is equal to another.\nAssert a set is equal to another.\nAssert set implementation preparation.\nAssert a set is joint with another.\nAssert a set is joint with another.\nAssert a set is not equal to another.\nAssert a set is not equal to another.\nAssert a set is a subset of another.\nAssert a set is a subset of another.\nAssert a set is a superset of another.\nAssert a set is a superset of another.\nAssert for Some(_) items.\nAssert expression is Some.\nAssert an expression.is_some() is true.\nAssert two expressions are Some and their values are equal.\nPseudocode: (a ⇒ Some(a1) ⇒ a1) = (b ⇒ Some(b1) ⇒ …\nAssert an expression is Some and its value is equal to an …\nAssert a.is_some() and a.unwrap() are equal to another.\nAssert two expressions are Some and their values are not …\nAssert two expressions are Some and their values are not …\nAssert an expression is Some and its value is not equal to …\nAssert a.is_some() and a.unwrap() are equal to another.\nAssert for a sequence that may start with a part.\nAssert an expression (such as a string) starts with an …\nAssert an expression (such as a string) starts with an …\nAssert an absolute difference is equal to a delta …\nAssert an absolute difference is greater than or equal to …\nAssert an absolute difference is greater than a delta …\nAssert an absolute difference is less than or equal to a …\nAssert an absolute difference is less than a delta …\nAssert an absolute difference is not equal to a delta …\nAssert every element of the iterator matches a predicate.\nAssert every element of the iterator matches a predicate.\nAssert a number is approximately equal to another number.\nAssert a number is approximately not equal to another …\nAssert a bag is equal to another.\nAssert a bag is not equal to another.\nAssert a bag is a subbag of another.\nAssert a bag is a superbag of another.\nAssert a command stderr string contains a given containee.\nAssert a command stderr string is equal to another.\nAssert a command stderr string is equal to an expression.\nAssert a command stderr string is equal to another.\nAssert a command stderr string is equal to an expression.\nAssert a command stderr string is equal to another.\nAssert a command stderr string is equal to an expression.\nAssert a command stderr string is a match to a regex.\nAssert a command stderr string is equal to another.\nAssert a command stderr string is equal to an expression.\nAssert a command stderr string is equal to another.\nAssert a command stderr string is equal to an expression.\nAssert a command stderr string is equal to another.\nAssert a command stderr string is equal to an expression.\nAssert a command stderr string contains a given containee.\nAssert a command stderr string is a match to a regex.\nAssert a command stdout string contains a given containee.\nAssert a command stdout string is equal to another.\nAssert a command stdout string is equal to an expression.\nAssert a command stdout string is equal to another.\nAssert a command stdout string is equal to an expression.\nAssert a command stdout string is equal to another.\nAssert a command stdout string is equal to an expression.\nAssert a command stdout string is a match to a regex.\nAssert a command stdout string is equal to another.\nAssert a command stdout string is equal to an expression.\nAssert a command stdout string is equal to another.\nAssert a command stdout string is equal to an expression.\nAssert a command stdout string is equal to another.\nAssert a command stdout string is equal to an expression.\nAssert a command stdout string contains a given containee.\nAssert a command stdout string is a match to a regex.\nAssert a container is a match for an expression.\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert an expression (such as a string) ends with an …\nAssert expression is Err.\nAssert two expressions are Err and their values are equal.\nAssert an expression is Err and its value is equal to an …\nAssert two expressions are Err and their values are not …\nAssert an expression is Err and its value is equal to an …\nAssert a function output is equal to another function …\nAssert a function output is equal to an expression.\nAssert a function error is equal to another.\nAssert a function error is equal to an expression.\nAssert a function error is greater than or equal to …\nAssert a function error is greater than or equal to an …\nAssert a function error is greater than another.\nAssert a function error is greater than an expression.\nAssert a function error is less than or equal to another.\nAssert a function error is less than or equal to an …\nAssert a function error is less than another.\nAssert a function error is less than an expression.\nAssert a function error is not equal to another.\nAssert a function error is not equal to an expression.\nAssert a function output is greater than or equal to …\nAssert a function output is greater than or equal to an …\nAssert a function output is greater than another.\nAssert a function output is greater than an expression.\nAssert a function output is less than or equal to another.\nAssert a function output is less than or equal to an …\nAssert a function output is less than another.\nAssert a function output is less than an expression.\nAssert a function output is not equal to another.\nAssert a function output is not equal to an expression.\nAssert a function Ok(…) is equal to another.\nAssert a function Ok(…) is equal to an expression.\nAssert a function Ok(…) is greater than or equal to …\nAssert a function Ok(…) is greater than or equal to an …\nAssert a function Ok(…) is greater than another.\nAssert a function Ok(…) is greater than an expression.\nAssert a function Ok(…) is less than or equal to another.\nAssert a function Ok(…) is less than or equal to an …\nAssert a function Ok(…) is less than another.\nAssert a function Ok(…) is less than an expression.\nAssert a function Ok(…) is not equal to another.\nAssert a function Ok(…) is not equal to an expression.\nAssert a ::std::fs::read_to_string(path) contains a …\nAssert a ::std::fs::read_to_string(path) value is equal to …\nAssert a ::std::fs::read_to_string(path) value is equal to …\nAssert a ::std::fs::read_to_string(path) value is greater …\nAssert zzz.\nAssert a ::std::fs::read_to_string(path) value is greater …\nAssert a ::std::fs::read_to_string(path) value is greater …\nAssert a ::std::fs::read_to_string(path) is a match to a …\nAssert a ::std::fs::read_to_string(path) value is less …\nAssert a ::std::fs::read_to_string(path) value is less …\nAssert a ::std::fs::read_to_string(path) value is less …\nAssert a ::std::fs::read_to_string(path) value is less …\nAssert a ::std::fs::read_to_string(path) is a match to a …\nAssert a ::std::fs::read_to_string(path) is not equal to …\nAssert a ::std::fs::read_to_string(path) is not equal to …\nAssert an expression is greater than or equal to another …\nAssert an expression is greater than another expression.\nAssert a number is within delta of another number.\nAssert a number is within epsilon of another number.\nAssert a infix operator, such as assert_infix!(a == b).\nAssert a ::std::io::Read read_to_string() contains a …\nAssert a ::std::io::Read read_to_string() value is equal …\nAssert a ::std::io::Read read_to_string() value is equal …\nAssert a ::std::io::Read read_to_string() value is greater …\nAssert zzz.\nAssert a ::std::io::Read read_to_string() value is greater …\nAssert a ::std::io::Read read_to_string() value is greater …\nAssert a ::std::io::Read read_to_string() is a match to a …\nAssert a ::std::io::Read read_to_string() value is less …\nAssert a ::std::io::Read read_to_string() value is less …\nAssert a ::std::io::Read read_to_string() value is less …\nAssert a ::std::io::Read read_to_string() value is less …\nAssert a ::std::io::read_to_string(path) is a match to a …\nAssert a ::std::io::Read read_to_string() is not equal to …\nAssert a ::std::io::Read read_to_string() is not equal to …\nAssert an expression (such as a string or array) is empty.\nAssert a matcher is a match for an expression.\nAssert an iterable is equal to another.\nAssert an iterable is greater than or equal to another.\nAssert an iterable is greater than another.\nAssert an iterable is less than or equal to another.\nAssert an iterable is less than another.\nAssert an iterable is not equal to another.\nAssert an expression is less than or equal to another …\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert an expression is less than another expression.\nAssert expression is Some.\nAssert expression is None.\nAssert an expression (such as a string) does not contain …\nAssert an expression (such as a string or array) is not …\nAssert an expression (such as a string) does not end with …\nAssert an expression (such as a regex) is not a match for …\nAssert expression is Some.\nAssert an expression (such as a string) does not start …\nAssert expression is Ok.\nAssert two expressions are Ok and their values are equal.\nAssert an expression is Ok and its value is equal to an …\nAssert two expressions are Ok and their values are not …\nAssert an expression is Ok and its value is equal to an …\nAssert expression is None.\nAssert expression is Some.\nAssert two expressions are Some and their values are equal.\nAssert two expressions are Some and their values are not …\nAssert an expression is Pending.\nAssert an expression is Pending.\nAssert poll.is_ready() is true.\nAssert two expressions are Ready(_) and their values are …\nAssert two expressions are Ready(_) and their values are …\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert a value is greater than an expression.\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert an expression is Ready.\nAssert two expressions are Ready and their values are …\nAssert an expression is Ready and its value is equal to an …\nAssert two expressions are Ready and their values are not …\nAssert an expression is Ready and its value is not equal …\nAssert expression is Err.\nAssert expression is Ok.\nAssert two expressions are Ok and their values are equal.\nAssert two expressions are Ok and their values are not …\nAssert a set is disjoint with another.\nAssert a set is equal to another.\nAssert a set is joint with another.\nAssert a set is not equal to another.\nAssert a set is a subset of another.\nAssert a set is a superset of another.\nAssert expression is Some.\nAssert two expressions are Some and their values are equal.\nAssert an expression is Some and its value is equal to an …\nAssert two expressions are Some and their values are not …\nAssert an expression is Some and its value is not equal to …\nAssert an expression (such as a string) starts with an …\nAssert an absolute difference is equal to a delta …\nAssert an absolute difference is greater than or equal to …\nAssert an absolute difference is greater than a delta …\nAssert an absolute difference is less than or equal to a …\nAssert an absolute difference is less than a delta …\nAssert an absolute difference is not equal to a delta …\nAssert a number is approximately equal to another number.\nAssert a number is approximately not equal to another …\nAssert a bag is equal to another.\nAssert a bag is not equal to another.\nAssert a bag is a subbag of another.\nAssert a bag is a superbag of another.\nAssert a command stderr string contains a given containee.\nAssert a command stderr string is equal to another.\nAssert a command stderr string is equal to an expression.\nAssert a command stderr string is equal to another.\nAssert a command stderr string is equal to an expression.\nAssert a command stderr string is equal to another.\nAssert a command stderr string is equal to an expression.\nAssert a command stderr string is a match to a regex.\nAssert a command stderr string is equal to another.\nAssert a command stderr string is equal to an expression.\nAssert a command stderr string is equal to another.\nAssert a command stderr string is equal to an expression.\nAssert a command stderr string is equal to another.\nAssert a command stderr string is equal to an expression.\nAssert a command stderr string contains a given containee.\nAssert a command stderr string is a match to a regex.\nAssert a command stdout string contains a given containee.\nAssert a command stdout string is equal to another.\nAssert a command stdout string is equal to an expression.\nAssert a command stdout string is equal to another.\nAssert a command stdout string is equal to an expression.\nAssert a command stdout string is equal to another.\nAssert a command stdout string is equal to an expression.\nAssert a command stdout string is a match to a regex.\nAssert a command stdout string is equal to another.\nAssert a command stdout string is equal to an expression.\nAssert a command stdout string is equal to another.\nAssert a command stdout string is equal to an expression.\nAssert a command stdout string is equal to another.\nAssert a command stdout string is equal to an expression.\nAssert a command stdout string contains a given containee.\nAssert a command stdout string is a match to a regex.\nAssert a container is a match for an expression.\nAssert an expression (such as a string) does not contain …\nAssert a count is equal to another count.\nAssert a count is equal to an expression.\nAssert a count is greater than or equal to another count.\nAssert a count is greater than or equal to an expression.\nAssert a count is greater than another count.\nAssert a count is greater than an expression.\nAssert a count is less than or equal to another count.\nAssert a count is less than or equal to an expression.\nAssert a count is less than another count.\nAssert a count is less than an expression.\nAssert a count is equal to another count.\nAssert a count is equal to an expression.\nAssert an expression (such as a string) ends with an …\nAssert an expression (such as a string) does not end with …\nAssert expression is Err.\nAssert two expressions are Err and their values are equal.\nAssert an expression is Err and its value is equal to an …\nAssert two expressions are Err and their values are not …\nAssert an expression is Err and its value is not equal to …\nAssert a function output is equal to another function …\nAssert a function output is equal to an expression.\nAssert a function output is greater than or equal to …\nAssert a function output is greater than or equal to an …\nAssert a function output is greater than another.\nAssert a function output is greater than an expression.\nAssert a function output is less than or equal to another.\nAssert a function output is less than or equal to an …\nAssert a function output is less than another.\nAssert a function output is less than an expression.\nAssert a function output is not equal to another.\nAssert a function output is not equal to an expression.\nAssert a function Err(…) is equal to another.\nAssert a function Err(…) is equal to an expression.\nAssert a function Err(…) is greater than or equal to …\nAssert a function Err(…) is greater than or equal to an …\nAssert a function Err(…) is greater than another.\nAssert a function Err(…) is greater than an expression.\nAssert a function Err(…) is less than or equal to …\nAssert a function Err(…) is less than or equal to an …\nAssert a function Err(…) is less than another.\nAssert a function Err(…) is less than an expression.\nAssert a function Err(…) is not equal to another.\nAssert a function Err(…) is not equal to an expression.\nAssert a function Ok(…) is equal to another.\nAssert a function Ok(…) is equal to an expression.\nAssert a function Ok(…) is greater than or equal to …\nAssert a function Ok(…) is greater than or equal to an …\nAssert a function Ok(…) is greater than another.\nAssert a function Ok(…) is greater than an expression.\nAssert a function Ok(…) is less than or equal to another.\nAssert a function Ok(…) is less than or equal to an …\nAssert a function Ok(…) is less than another.\nAssert a function Ok(…) is less than an expression.\nAssert a function Ok(…) is not equal to another.\nAssert a function Ok(…) is not equal to an expression.\nAssert a ::std::fs::read_to_string(path) contains a …\nAssert a ::std::fs::read_to_string(path) value is equal to …\nAssert a ::std::fs::read_to_string(path) value is equal to …\nAssert a ::std::fs::read_to_string(path) value is greater …\nAssert a ::std::fs::read_to_string(path) value is greater …\nAssert a ::std::fs::read_to_string(path) value is greater …\nAssert a ::std::fs::read_to_string(path) value is greater …\nAssert a ::std::fs::read_to_string(path) is a match to a …\nAssert a ::std::fs::read_to_string(path) value is less …\nAssert a ::std::fs::read_to_string(path) value is less …\nAssert a ::std::fs::read_to_string(path) value is less …\nAssert a ::std::fs::read_to_string(path) value is less …\nAssert a ::std::fs::read_to_string(path) is a match to a …\nAssert a ::std::fs::read_to_string(path) is not equal to …\nAssert a ::std::fs::read_to_string(path) is not equal to …\nAssert a number is within delta of another number.\nAssert a number is within epsilon of another number.\nAssert a ::std::io::Read read_to_string() contains a …\nAssert a ::std::io::Read read_to_string() value is equal …\nAssert a ::std::io::Read read_to_string() value is equal …\nAssert a ::std::io::Read read_to_string() value is greater …\nAssert a ::std::io::Read read_to_string() value is greater …\nAssert a ::std::io::Read read_to_string() value is greater …\nAssert a ::std::io::Read read_to_string() value is greater …\nAssert a ::std::io::Read read_to_string() is a match to a …\nAssert a ::std::io::Read read_to_string() value is less …\nAssert a ::std::io::Read read_to_string() value is less …\nAssert a ::std::io::Read read_to_string() value is less …\nAssert a ::std::io::Read read_to_string() value is less …\nAssert a ::std::io::read_to_string(path) is a match to a …\nAssert a ::std::io::Read read_to_string() is not equal to …\nAssert a ::std::io::Read read_to_string() is not equal to …\nAssert an expression (such as a string or array) is empty.\nAssert an expression (such as a string or array) is not …\nAssert a matcher is a match for an expression.\nAssert an expression (such as a regex) is not a match for …\nAssert an iter is equal to another.\nAssert an iter is greater than or equal to another.\nAssert an iter is greater than another.\nAssert an iter is less than or equal to another.\nAssert an iter is less than another.\nAssert an iter is not equal to another.\nAssert a length is equal to another length.\nAssert a length is equal to an expression.\nAssert a length is greater than or equal to another length.\nAssert a length is greater than or equal to an expression.\nAssert a length is greater than another length.\nAssert a length is greater than an expression.\nAssert a length is less than or equal to another length.\nAssert a length is less than or equal to an expression.\nAssert a length is less than another length.\nAssert a length is less than an expression.\nAssert a length is equal to another length.\nAssert a length is equal to an expression.\nAssert expression matches a case.\nAssert expression matches a case.\nAssert expression is None.\nAssert expression is Ok.\nAssert two expressions are Ok and their values are equal.\nAssert an expression is Ok and its value is equal to an …\nAssert two expressions are Ok and their values are not …\nAssert an expression is Ok and its value is not equal to …\nAssert expression is None.\nAssert expression is Some.\nAssert two expressions are Some and their values are equal.\nAssert two expressions are Some and their values are not …\nAssert an expression is Pending.\nAssert an expression is Pending.\nAssert an expression is Ready.\nAssert two expressions are Ready(_) and their values are …\nAssert two expressions are Ready(_) and their values are …\nAssert a process status code value is equal to another.\nAssert a process status code value is equal to an …\nAssert a process status code value is greater than or …\nAssert a process status code value is greater than or …\nAssert a process status code value is greater than another.\nAssert a process status code value is greater than an …\nAssert a process status code value is less than or equal …\nAssert a process status code value is less than or equal …\nAssert a process status code value is less than another.\nAssert a process status code value is less than an …\nAssert a process status code value is not equal to another.\nAssert a process status code value is equal to another.\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert an expression is Ready.\nAssert two expressions are Ready and their values are …\nAssert an expression is Ready and its value is equal to an …\nAssert two expressions are Ready and their values are not …\nAssert an expression is Ready and its value is not equal …\nAssert expression is Err.\nAssert expression is Ok.\nAssert two expressions are Ok and their values are equal.\nAssert two expressions are Ok and their values are not …\nAssert a set is disjoint with another.\nAssert a set is equal to another.\nAssert a set is joint with another.\nAssert a set is not equal to another.\nAssert a set is a subset of another.\nAssert a set is a superset of another.\nAssert expression is Some.\nAssert two expressions are Some and their values are equal.\nAssert an expression is Some and its value is equal to an …\nAssert two expressions are Some and their values are not …\nAssert an expression is Some and its value is not equal to …\nAssert an expression (such as a string) does not start …\nAssert an expression (such as a string) starts with an …") \ No newline at end of file +searchState.loadedDescShard("lib", 0, "Assertables: Rust crate of assert macros for testing\nAssert a condition is true.\nAssert for comparing absolute differences.\nAssert an absolute difference is equal to a delta …\nAssert an absolute difference is equal to a delta …\nAssert an absolute difference is greater than or equal to …\nAssert an absolute difference is greater than or equal to …\nAssert an absolute difference is greater than a delta …\nAssert an absolute difference is greater than a delta …\nAssert an absolute difference is less than or equal to a …\nAssert an absolute difference is less than or equal to a …\nAssert an absolute difference is less than a delta …\nAssert an absolute difference is less than a delta …\nAssert an absolute difference is not equal to a delta …\nAssert an absolute difference is not equal to a delta …\nAssert every element of the iterator matches a predicate.\nAssert every element of the iterator matches a predicate.\nAssert every element of the iterator matches a predicate.\nAssert every element of the iterator matches a predicate.\nAssert every element of the iterator matches a predicate.\nAssert every element of the iterator matches a predicate.\nAssert for approximations.\nAssert a number is approximately equal to another.\nAssert a number is approximately equal to another.\nAssert a number is approximately not equal to another.\nAssert a number is approximately not equal to another.\nAssert a condition is true.\nAssert for comparing bag collections.\nAssert a bag is equal to another.\nAssert a bag is equal to another.\nAssert bag implementation preparation.\nAssert a bag is not equal to another.\nAssert a bag is not equal to another.\nAssert a bag is a subbag of another.\nAssert a bag is a subbag of another.\nAssert a bag is a superbag of another.\nAssert a bag is a superbag of another.\nAssert for comparing commands and their stdout & stderr.\nAssert a command stderr string contains a given containee.\ninto assert_command_stderr_string_contains. Assert a …\nAssert a command stderr string is equal to another.\nAssert a command stderr string is equal to another.\nAssert a command stderr string is equal to an expression.\nAssert a command stderr string is equal to an expression.\nAssert a command stderr string is greater than or equal to …\nAssert a command stderr string is greater than or equal to …\nAssert a command stderr string is greater than or equal to …\nAssert a command stderr string is greater than or equal to …\nAssert a command stderr string is greater than another.\nAssert a command stderr string is greater than another.\nAssert a command stderr string is greater than an …\nAssert a command stderr string is greater than an …\nAssert a command stderr string is a match to a regex.\nAssert a command stderr string is a match to a regex.\nAssert a command stderr string is less than or equal to …\nAssert a command stderr string is less than or equal to …\nAssert a command stderr string is less than or equal to an …\nAssert a command stderr string is less than or equal to an …\nAssert a command stderr string is less than another.\nAssert a command stderr string is less than another.\nAssert a command stderr string is less than an expression.\nAssert a command stderr string is less than an expression.\nAssert a command stderr string is not equal to another.\nAssert a command stderr string is not equal to another.\nAssert a command stderr string is not equal to an …\nAssert a command stderr string is not equal to an …\nAssert a command stderr string contains a given containee.\nAssert a command stderr string contains a given containee.\nAssert a command stderr string is a match to a regex.\nAssert a command stderr string is a match to a regex.\nAssert a command stdout string contains a given containee.\nAssert a command stdout string contains a given containee.\nAssert a command stdout string is equal to another.\nAssert a command stdout string is equal to another.\nAssert a command stdout string is equal to an expression.\nAssert a command stdout string is equal to an expression.\nAssert a command stdout string is greater than or equal to …\nAssert a command stdout string is greater than or equal to …\nAssert a command stdout string is greater than or equal to …\nAssert a command stdout string is greater than or equal to …\nAssert a command stdout string is greater than another.\nAssert a command stdout string is greater than another.\nAssert a command stdout string is greater than an …\nAssert a command stdout string is greater than an …\nAssert a command stdout string is a match to a regex.\nAssert a command stdout string is a match to a regex.\nAssert a command stdout string is less than or equal to …\nAssert a command stdout string is less than or equal to …\nAssert a command stdout string is less than or equal to an …\nAssert a command stdout string is less than or equal to an …\nAssert a command stdout string is less than another.\nAssert a command stdout string is less than another.\nAssert a command stdout string is less than an expression.\nAssert a command stdout string is less than an expression.\nAssert a command stdout string is not equal to another.\nAssert a command stdout string is not equal to another.\nAssert a command stdout string is not equal to an …\nAssert a command stdout string is not equal to an …\nAssert a command stdout string contains a given containee.\nAssert a command stdout string contains a given containee.\nAssert a command stdout string is a match to a regex.\nAssert a command stdout string is a match to a regex.\nAssert for a container and a containee.\nAssert a container is a match for an expression.\nAssert an expression (such as a string) contains an …\nAssert for comparing counts.\nAssert a count is equal to another.\nAssert a count is equal to another.\nAssert a count is equal to an expression.\nAssert a count is equal to an expression.\nAssert a count is greater than or equal to another.\nAssert a count is greater than or equal to another.\nAssert a count is greater than or equal to an expression.\nAssert a count is greater than or equal to an expression.\nAssert a count is greater than another.\nAssert a count is greater than another.\nAssert a count is greater than an expression.\nAssert a count is greater than an expression.\nAssert a count is less than or equal to another.\nAssert a count is less than or equal to another.\nAssert a count is less than or equal to an expression.\nAssert a count is less than or equal to an expression.\nAssert a count is less than another.\nAssert a count is less than another.\nAssert a count is less than an expression.\nAssert a count is less than an expression.\nAssert a count is not equal to another.\nAssert a count is not equal to another.\nAssert a count is not equal to an expression.\nAssert a count is not equal to an expression.\nAssert for a sequence that may end with a part.\nAssert an expression (such as a string) ends with an …\nAssert an expression (such as a string) ends with an …\nAssert an expression is equal to another.\nAssert an expression is equal to another.\nAssert for Err(…) items.\nAssert expression is Err.\nAssert expression is Err.\nAssert two expressions are Err and their values are equal.\nAssert two expressions are Err and their values are equal.\nAssert an expression is Err and its value is equal to an …\nAssert an expression is Err and its value is equal to an …\nAssert two expressions are Err and their values are not …\nAssert two expressions are Err and their values are not …\nAssert an expression is Err and its value is not equal to …\nAssert an expression is Err and its value is not equal to …\nAssert for comparing functions.\nAssert a function output is equal to another.\nAssert a function output is equal to another.\nAssert a function output is equal to an expression.\nAssert a function output is equal to an expression.\nAssert for comparing functions that return errors.\nAssert a function error is equal to another.\nAssert a function error is equal to another.\nAssert a function error is equal to an expression.\nAssert a function error is equal to an expression.\nAssert a function error is greater than or equal to …\nAssert a function error is greater than or equal to …\nAssert a function error is greater than or equal to an …\nAssert a function error is greater than or equal to an …\nAssert a function error is greater than another.\nAssert a function error is greater than another.\nAssert a function error is greater than an expression.\nAssert a function error is greater than an expression.\nAssert a function error is less than or equal to another.\nAssert a function error is less than or equal to another.\nAssert a function error is less than or equal to an …\nAssert a function error is less than or equal to an …\nAssert a function error is less than another.\nAssert a function error is less than another.\nAssert a function error is less than an expression.\nAssert a function error is less than an expression.\nAssert a function error is not equal to another.\nAssert a function error is not equal to another.\nAssert a function error is not equal to an expression.\nAssert a function error is not equal to an expression.\nAssert a function output is greater than or equal to …\nAssert a function output is greater than or equal to …\nAssert a function output is greater than or equal to an …\nAssert a function output is greater than or equal to an …\nAssert a function output is greater than another.\nAssert a function output is greater than another.\nAssert a function output is greater than an expression.\nAssert a function output is greater than an expression.\nAssert a function output is less than or equal to another.\nAssert a function output is less than or equal to another.\nAssert a function output is less than or equal to an …\nAssert a function output is less than or equal to an …\nAssert a function output is less than another.\nAssert a function output is less than another.\nAssert a function output is less than an expression.\nAssert a function output is less than an expression.\nAssert a function output is not equal to another.\nAssert a function output is not equal to another.\nAssert a function output is not equal to an expression.\nAssert a function output is not equal to an expression.\nAssert for comparing functions that return Result::Ok.\nAssert a function Ok(…) is equal to another.\nAssert a function Ok(…) is equal to another.\nAssert a function Ok(…) is equal to an expression.\nAssert a function Ok(…) is equal to an expression.\nAssert a function Ok(…) is greater than or equal to …\nAssert a function Ok(…) is greater than or equal to …\nAssert a function Ok(…) is greater than or equal to an …\nAssert a function Ok(…) is greater than or equal to an …\nAssert a function Ok(…) is greater than another.\nAssert a function Ok(…) is greater than another.\nAssert a function Ok(…) is greater than an expression.\nAssert a function Ok(…) is greater than an expression.\nAssert a function Ok(…) is less than or equal to another.\nAssert a function Ok(…) is less than or equal to another.\nAssert a function Ok(…) is less than or equal to an …\nAssert a function Ok(…) is less than or equal to an …\nAssert a function Ok(…) is less than another.\nAssert a function Ok(…) is less than another.\nAssert a function Ok(…) is less than an expression.\nAssert a function Ok(…) is less than an expression.\nAssert a function Ok(…) is not equal to another.\nAssert a function Ok(…) is not equal to another.\nAssert a function Ok(…) is not equal to an expression.\nAssert a function Ok(…) is not equal to an expression.\nAssert for comparing file system path contents.\nAssert a ::std::fs::read_to_string(path) contains a …\nAssert a ::std::fs::read_to_string(path) contains a …\nAssert a ::std::fs::read_to_string(path) value is equal to …\nAssert a ::std::fs::read_to_string(path) is equal to …\nAssert a ::std::fs::read_to_string(path) value is equal to …\nAssert a ::std::fs::read_to_string(path) value is equal to …\nAssert a ::std::fs::read_to_string(path) value is greater …\nAssert a ::std::fs::read_to_string(path) value is greater …\nAssert a ::std::fs::read_to_string(path) value is greater …\nAssert a ::std::fs::read_to_string(path) value is greater …\nAssert a ::std::fs::read_to_string(path) value is greater …\nAssert a ::std::fs::read_to_string(path) value is greater …\nAssert a ::std::fs::read_to_string(path) value is greater …\nAssert a ::std::fs::read_to_string(path) value is greater …\nAssert a ::std::fs::read_to_string(path) is a match to a …\nAssert a ::std::fs::read_to_string(path) is a match to a …\nAssert a ::std::fs::read_to_string(path) value is less …\nAssert a ::std::fs::read_to_string(path) value is less …\nAssert a ::std::fs::read_to_string(path) value is less …\nAssert a ::std::fs::read_to_string(path) value is less …\nAssert a ::std::fs::read_to_string(path) value is less …\nAssert a ::std::fs::read_to_string(path) value is less …\nAssert a ::std::fs::read_to_string(path) value is less …\nAssert a ::std::fs::read_to_string(path) value is less …\nAssert a ::std::fs::read_to_string(path) is a match to a …\nAssert a ::std::fs::read_to_string(path) is a match to a …\nAssert a ::std::fs::read_to_string(path) is not equal to …\nAssert a ::std::fs::read_to_string(path) is not equal to …\nAssert a ::std::fs::read_to_string(path) is not equal to …\nAssert a ::std::fs::read_to_string(path) is not equal to …\nAssert an expression is greater than or equal to another.\nAssert an expression is greater than or equal to another.\nAssert an expression is greater than or equal to another.\nAssert an expression is greater than another.\nAssert an expression is greater than another.\nAssert an expression is greater than another.\nAssert in nearness.\nAssert a number is within delta of another.\nAssert a number is within delta of another.\nAssert a number is within epsilon of another.\nAssert a number is within epsilon of another.\nAssert a infix operator, such as assert_infix!(a == b).\nAssert a infix operator, such as assert_infix!(a == b).\nAssert a infix operator, such as assert_infix!(a == b).\nAssert for comparing input/output reader streams.\nAssert a ::std::io::Read read_to_string() contains a …\nAssert a ::std::io::Read read_to_string() contains a …\nAssert a ::std::io::Read read_to_string() value is equal …\nAssert a ::std::io::Read read_to_string() is equal to …\nAssert a ::std::io::Read read_to_string() value is equal …\nAssert a ::std::io::Read read_to_string() value is equal …\nAssert a ::std::io::Read read_to_string() value is greater …\nAssert a ::std::io::Read read_to_string() value is greater …\nAssert a ::std::io::Read read_to_string() value is greater …\nAssert a ::std::io::Read read_to_string() value is greater …\nAssert a ::std::io::Read read_to_string() value is greater …\nAssert a ::std::io::Read read_to_string() value is greater …\nAssert a ::std::io::Read read_to_string() value is greater …\nAssert a ::std::io::Read read_to_string() value is greater …\nAssert a ::std::io::Read read_to_string() is a match to a …\nAssert a ::std::io::Read read_to_string() is a match to a …\nAssert a ::std::io::Read read_to_string() value is less …\nAssert a ::std::io::Read read_to_string() value is less …\nAssert a ::std::io::Read read_to_string() value is less …\nAssert a ::std::io::Read read_to_string() value is less …\nAssert a ::std::io::Read read_to_string() value is less …\nAssert a ::std::io::Read read_to_string() value is less …\nAssert a ::std::io::Read read_to_string() value is less …\nAssert a ::std::io::Read read_to_string() value is less …\nAssert a ::std::io::read_to_string(path) is a match to a …\nAssert a ::std::io::read_to_string(path) is a match to a …\nAssert a ::std::io::Read read_to_string() is not equal to …\nAssert a ::std::io::Read read_to_string() is not equal to …\nAssert a ::std::io::Read read_to_string() is not equal to …\nAssert a ::std::io::Read read_to_string() is not equal to …\nAssert for method is_empty().\nAssert an expression (such as a string or array) is empty.\nAssert an expression (such as a regex) is a match for an …\nAssert for method is_match(…).\nAssert a matcher is a match for an expression.\nAssert an expression (such as a regex) is a match for an …\nAssert for comparing iter collections.\nAssert an iterable is equal to another.\nAssert an iterable is equal to another.\nAssert an iterable is greater than or equal to another.\nAssert an iterable is greater than or equal to another.\nAssert an iterable is greater than another.\nAssert an iterable is greater than another.\nAssert an iterable is less than or equal to another.\nAssert an iterable is less than or equal to another.\nAssert an iterable is less than another.\nAssert an iterable is less than another.\nAssert an iterable is not equal to another.\nAssert an iterable is not equal to another.\nAssert an expression is less than or equal to another.\nAssert an expression is less than or equal to another.\nAssert an expression is less than or equal to another.\nAssert for comparing lengths.\nAssert a length is equal to another.\nAssert a length is equal to another.\nAssert a length is equal to an expression.\nAssert a length is equal to an expression.\nAssert a length is greater than or equal to another.\nAssert a length is greater than or equal to another.\nAssert a length is greater than or equal to an expression.\nAssert a length is greater than or equal to an expression.\nAssert a length is greater than another.\nAssert a length is greater than another.\nAssert a length is greater than an expression.\nAssert a length is greater than an expression.\nAssert a length is less than or equal to another.\nAssert a length is less than or equal to another.\nAssert a length is less than or equal to an expression.\nAssert a length is less than or equal to an expression.\nAssert a length is less than another.\nAssert a length is less than another.\nAssert a length is less than an expression.\nAssert a length is less than an expression.\nAssert a length is not equal to another.\nAssert a length is not equal to another.\nAssert a length is not equal to an expression.\nAssert a length is not equal to an expression.\nAssert an expression is less than another.\nAssert an expression is less than another.\nAssert an expression is less than another.\nAssert matches for verifying an item matches a condition.\nAssert expression is Some.\nAssert expression matches a case.\nAssert an expression is not equal to another.\nAssert an expression is not equal to another.\nAssert for None items.\nAssert expression is None.\nAssert an expression is None.\nAssert an expression (such as a string) does not contain …\nAssert an expression (such as a string) does not contain …\nAssert an expression (such as a string or array) is not …\nAssert an expression (such as a string or array) is not …\nAssert an expression (such as a string) does not end with …\nAssert an expression (such as a string) does not end with …\nAssert an expression (such as a regex) is not a match for …\nAssert an expression (such as a regex) is not a match for …\nAssert expression is Some.\nAssert expression matches a case.\nAssert an expression (such as a string) does not start …\nAssert an expression (such as a string) does not start …\nAssert for Ok(…) items.\nAssert expression is Ok.\nAssert expression is Ok.\nAssert two expressions are Ok and their values are equal.\nAssert two expressions are Ok and their values are equal.\nAssert an expression is Ok and its value is equal to an …\nAssert an expression is Ok and its value is equal to an …\nAssert two expressions are Ok and their values are not …\nAssert two expressions are Ok and their values are not …\nAssert an expression is Ok and its value is not equal to …\nAssert an expression is Ok and its value is not equal to …\nAssert for Option {Some, None}\nAssert expression is None.\nAssert expression is None.\nAssert expression is Some.\nAssert expression is Some.\nAssert two expressions are Some and their values are equal.\nAssert two expressions are Some and their values are equal.\nAssert two expressions are Some and their values are not …\nAssert two expressions are Some and their values are not …\nAssert for Pending items.\nAssert an expression is Pending.\nAssert an expression.is_pending() is true.\nAssert for Poll {Ready, Pending}\nAssert an expression is Pending.\nAssert an expression.is_pending() is true.\nAssert an expression is Ready.\nAssert an expression is Ready.\nAssert two expressions are Ready(_) and their values are …\nAssert two expressions are Ready(_) and their values are …\nAssert two expressions are Ready(_) and their values are …\nAssert two expressions are Ready(_) and their values are …\nAssert for comparing programs with arguments.\nAssert program args implementation preparation.\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert for Ready(_) items.\nAssert an expression is Ready.\nAssert an expression is Ready.\nAssert two expressions are Ready and their values are …\nAssert two expressions are Ready and their values are …\nAssert an expression is Ready and its value is equal to an …\nAssert an expression is Ready and its value is equal to an …\nAssert two expressions are Ready and their values are not …\nAssert two expressions are Ready and their values are not …\nAssert an expression is Ready and its value is not equal …\nAssert an expression is Ready and its value is not equal …\nAssert for Result {Ok, Err}\nAssert expression is Err.\nAssert expression is Err.\nAssert expression is Ok.\nAssert expression is Ok.\nAssert two expressions are Ok and their values are equal.\nAssert two expressions are Ok and their values are equal.\nAssert two expressions are Ok and their values are not …\nAssert two expressions are Ok and their values are not …\nAssert for comparing set collections.\nAssert a set is disjoint with another.\nAssert a set is disjoint with another.\nAssert a set is equal to another.\nAssert a set is equal to another.\nAssert set implementation preparation.\nAssert a set is joint with another.\nAssert a set is joint with another.\nAssert a set is not equal to another.\nAssert a set is not equal to another.\nAssert a set is a subset of another.\nAssert a set is a subset of another.\nAssert a set is a superset of another.\nAssert a set is a superset of another.\nAssert for Some(_) items.\nAssert expression is Some.\nAssert an expression.is_some() is true.\nAssert two expressions are Some and their values are equal.\nPseudocode: (a ⇒ Some(a1) ⇒ a1) = (b ⇒ Some(b1) ⇒ …\nAssert an expression is Some and its value is equal to an …\nAssert a.is_some() and a.unwrap() are equal to another.\nAssert two expressions are Some and their values are not …\nAssert two expressions are Some and their values are not …\nAssert an expression is Some and its value is not equal to …\nAssert a.is_some() and a.unwrap() are equal to another.\nAssert for a sequence that may start with a part.\nAssert an expression (such as a string) starts with an …\nAssert an expression (such as a string) starts with an …\nAssert for comparing status concepts.\nAssert a status code value is equal to another.\nAssert a status code value is equal to another.\nAssert a status code value is equal to an expression.\nAssert a status code value is equal to an expression.\nAssert a status code value is greater than or equal to …\nAssert a status code value is greater than or equal to …\nAssert a status code value is greater than or equal to an …\nAssert a status code value is greater than or equal to an …\nAssert a status code value is greater than another.\nAssert a status code value is greater than another.\nAssert a status code value is greater than an expression.\nAssert a status code value is greater than an expression.\nAssert a status code value is less than or equal to …\nAssert a status code value is less than or equal to …\nAssert a status code value is less than or equal to an …\nAssert a status code value is less than or equal to an …\nAssert a status code value is less than another.\nAssert a status code value is less than another.\nAssert a status code value is less than an expression.\nAssert a status code value is less than an expression.\nAssert a status code value is not equal to another.\nAssert a status code value is not equal to another.\nAssert a status code value is not equal to another.\nAssert a status code value is not equal to another.\nAssert a status is a success.\nAssert a status is a success.\nAssert a status is a failure.\nAssert a status is a failure.\nAssert a success method is true.\nAssert a success method is true.\nAssert a success method is true.\nAssert a failure method is true.\nAssert a failure method is true.\nAssert an absolute difference is equal to a delta …\nAssert an absolute difference is greater than or equal to …\nAssert an absolute difference is greater than a delta …\nAssert an absolute difference is less than or equal to a …\nAssert an absolute difference is less than a delta …\nAssert an absolute difference is not equal to a delta …\nAssert every element of the iterator matches a predicate.\nAssert every element of the iterator matches a predicate.\nAssert a number is approximately equal to another.\nAssert a number is approximately not equal to another.\nAssert a bag is equal to another.\nAssert a bag is not equal to another.\nAssert a bag is a subbag of another.\nAssert a bag is a superbag of another.\nAssert a command stderr string contains a given containee.\nAssert a command stderr string is equal to another.\nAssert a command stderr string is equal to an expression.\nAssert a command stderr string is greater than or equal to …\nAssert a command stderr string is greater than or equal to …\nAssert a command stderr string is greater than another.\nAssert a command stderr string is greater than an …\nAssert a command stderr string is a match to a regex.\nAssert a command stderr string is less than or equal to …\nAssert a command stderr string is less than or equal to an …\nAssert a command stderr string is less than another.\nAssert a command stderr string is less than an expression.\nAssert a command stderr string is not equal to another.\nAssert a command stderr string is not equal to an …\nAssert a command stderr string contains a given containee.\nAssert a command stderr string is a match to a regex.\nAssert a command stdout string contains a given containee.\nAssert a command stdout string is equal to another.\nAssert a command stdout string is equal to an expression.\nAssert a command stdout string is greater than or equal to …\nAssert a command stdout string is greater than or equal to …\nAssert a command stdout string is greater than another.\nAssert a command stdout string is greater than an …\nAssert a command stdout string is a match to a regex.\nAssert a command stdout string is less than or equal to …\nAssert a command stdout string is less than or equal to an …\nAssert a command stdout string is less than another.\nAssert a command stdout string is less than an expression.\nAssert a command stdout string is not equal to another.\nAssert a command stdout string is not equal to an …\nAssert a command stdout string contains a given containee.\nAssert a command stdout string is a match to a regex.\nAssert a container is a match for an expression.\nAssert a count is equal to another.\nAssert a count is equal to an expression.\nAssert a count is greater than or equal to another.\nAssert a count is greater than or equal to an expression.\nAssert a count is greater than another.\nAssert a count is greater than an expression.\nAssert a count is less than or equal to another.\nAssert a count is less than or equal to an expression.\nAssert a count is less than another.\nAssert a count is less than an expression.\nAssert a count is not equal to another.\nAssert a count is not equal to an expression.\nAssert an expression (such as a string) ends with an …\nAssert expression is Err.\nAssert two expressions are Err and their values are equal.\nAssert an expression is Err and its value is equal to an …\nAssert two expressions are Err and their values are not …\nAssert an expression is Err and its value is not equal to …\nAssert a function output is equal to another.\nAssert a function output is equal to an expression.\nAssert a function error is equal to another.\nAssert a function error is equal to an expression.\nAssert a function error is greater than or equal to …\nAssert a function error is greater than or equal to an …\nAssert a function error is greater than another.\nAssert a function error is greater than an expression.\nAssert a function error is less than or equal to another.\nAssert a function error is less than or equal to an …\nAssert a function error is less than another.\nAssert a function error is less than an expression.\nAssert a function error is not equal to another.\nAssert a function error is not equal to an expression.\nAssert a function output is greater than or equal to …\nAssert a function output is greater than or equal to an …\nAssert a function output is greater than another.\nAssert a function output is greater than an expression.\nAssert a function output is less than or equal to another.\nAssert a function output is less than or equal to an …\nAssert a function output is less than another.\nAssert a function output is less than an expression.\nAssert a function output is not equal to another.\nAssert a function output is not equal to an expression.\nAssert a function Ok(…) is equal to another.\nAssert a function Ok(…) is equal to an expression.\nAssert a function Ok(…) is greater than or equal to …\nAssert a function Ok(…) is greater than or equal to an …\nAssert a function Ok(…) is greater than another.\nAssert a function Ok(…) is greater than an expression.\nAssert a function Ok(…) is less than or equal to another.\nAssert a function Ok(…) is less than or equal to an …\nAssert a function Ok(…) is less than another.\nAssert a function Ok(…) is less than an expression.\nAssert a function Ok(…) is not equal to another.\nAssert a function Ok(…) is not equal to an expression.\nAssert a ::std::fs::read_to_string(path) contains a …\nAssert a ::std::fs::read_to_string(path) value is equal to …\nAssert a ::std::fs::read_to_string(path) value is equal to …\nAssert a ::std::fs::read_to_string(path) value is greater …\nAssert zzz.\nAssert a ::std::fs::read_to_string(path) value is greater …\nAssert a ::std::fs::read_to_string(path) value is greater …\nAssert a ::std::fs::read_to_string(path) is a match to a …\nAssert a ::std::fs::read_to_string(path) value is less …\nAssert a ::std::fs::read_to_string(path) value is less …\nAssert a ::std::fs::read_to_string(path) value is less …\nAssert a ::std::fs::read_to_string(path) value is less …\nAssert a ::std::fs::read_to_string(path) is a match to a …\nAssert a ::std::fs::read_to_string(path) is not equal to …\nAssert a ::std::fs::read_to_string(path) is not equal to …\nAssert an expression is greater than or equal to another.\nAssert an expression is greater than another.\nAssert a number is within delta of another.\nAssert a number is within epsilon of another.\nAssert a infix operator, such as assert_infix!(a == b).\nAssert a ::std::io::Read read_to_string() contains a …\nAssert a ::std::io::Read read_to_string() value is equal …\nAssert a ::std::io::Read read_to_string() value is equal …\nAssert a ::std::io::Read read_to_string() value is greater …\nAssert zzz.\nAssert a ::std::io::Read read_to_string() value is greater …\nAssert a ::std::io::Read read_to_string() value is greater …\nAssert a ::std::io::Read read_to_string() is a match to a …\nAssert a ::std::io::Read read_to_string() value is less …\nAssert a ::std::io::Read read_to_string() value is less …\nAssert a ::std::io::Read read_to_string() value is less …\nAssert a ::std::io::Read read_to_string() value is less …\nAssert a ::std::io::read_to_string(path) is a match to a …\nAssert a ::std::io::Read read_to_string() is not equal to …\nAssert a ::std::io::Read read_to_string() is not equal to …\nAssert an expression (such as a string or array) is empty.\nAssert a matcher is a match for an expression.\nAssert an iterable is equal to another.\nAssert an iterable is greater than or equal to another.\nAssert an iterable is greater than another.\nAssert an iterable is less than or equal to another.\nAssert an iterable is less than another.\nAssert an iterable is not equal to another.\nAssert an expression is less than or equal to another.\nAssert a length is equal to another.\nAssert a length is equal to an expression.\nAssert a length is greater than or equal to another.\nAssert a length is greater than or equal to an expression.\nAssert a length is greater than another.\nAssert a length is greater than an expression.\nAssert a length is less than or equal to another.\nAssert a length is less than or equal to an expression.\nAssert a length is less than another.\nAssert a length is less than an expression.\nAssert a length is not equal to another.\nAssert a length is not equal to an expression.\nAssert an expression is less than another.\nAssert expression is Some.\nAssert expression is None.\nAssert an expression (such as a string) does not contain …\nAssert an expression (such as a string or array) is not …\nAssert an expression (such as a string) does not end with …\nAssert an expression (such as a regex) is not a match for …\nAssert expression is Some.\nAssert an expression (such as a string) does not start …\nAssert expression is Ok.\nAssert two expressions are Ok and their values are equal.\nAssert an expression is Ok and its value is equal to an …\nAssert two expressions are Ok and their values are not …\nAssert an expression is Ok and its value is not equal to …\nAssert expression is None.\nAssert expression is Some.\nAssert two expressions are Some and their values are equal.\nAssert two expressions are Some and their values are not …\nAssert an expression is Pending.\nAssert an expression is Pending.\nAssert poll.is_ready() is true.\nAssert two expressions are Ready(_) and their values are …\nAssert two expressions are Ready(_) and their values are …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert an expression is Ready.\nAssert two expressions are Ready and their values are …\nAssert an expression is Ready and its value is equal to an …\nAssert two expressions are Ready and their values are not …\nAssert an expression is Ready and its value is not equal …\nAssert expression is Err.\nAssert expression is Ok.\nAssert two expressions are Ok and their values are equal.\nAssert two expressions are Ok and their values are not …\nAssert a set is disjoint with another.\nAssert a set is equal to another.\nAssert a set is joint with another.\nAssert a set is not equal to another.\nAssert a set is a subset of another.\nAssert a set is a superset of another.\nAssert expression is Some.\nAssert two expressions are Some and their values are equal.\nAssert an expression is Some and its value is equal to an …\nAssert two expressions are Some and their values are not …\nAssert an expression is Some and its value is not equal to …\nAssert an expression (such as a string) starts with an …\nAssert a status code value is equal to another.\nAssert a status code value is equal to an expression.\nAssert a status code value is greater than or equal to …\nAssert a status code value is greater than or equal to an …\nAssert a status code value is greater than another.\nAssert a status code value is greater than an expression.\nAssert a status code value is less than or equal to …\nAssert a status code value is less than or equal to an …\nAssert a status code value is less than another.\nAssert a status code value is less than an expression.\nAssert a status code value is not equal to another.\nAssert a status code value is not equal to another.\nAssert a status is a success.\nAssert a status is a failure.\nAssert a success method is true.\nAssert a failure method is true.\nAssert an absolute difference is equal to a delta …\nAssert an absolute difference is greater than or equal to …\nAssert an absolute difference is greater than a delta …\nAssert an absolute difference is less than or equal to a …\nAssert an absolute difference is less than a delta …\nAssert an absolute difference is not equal to a delta …\nAssert a number is approximately equal to another.\nAssert a number is approximately not equal to another.\nAssert a bag is equal to another.\nAssert a bag is not equal to another.\nAssert a bag is a subbag of another.\nAssert a bag is a superbag of another.\nAssert a command stderr string contains a given containee.\nAssert a command stderr string is equal to another.\nAssert a command stderr string is equal to an expression.\nAssert a command stderr string is greater than or equal to …\nAssert a command stderr string is greater than or equal to …\nAssert a command stderr string is greater than another.\nAssert a command stderr string is greater than an …\nAssert a command stderr string is a match to a regex.\nAssert a command stderr string is less than or equal to …\nAssert a command stderr string is less than or equal to an …\nAssert a command stderr string is less than another.\nAssert a command stderr string is less than an expression.\nAssert a command stderr string is not equal to another.\nAssert a command stderr string is not equal to an …\nAssert a command stderr string contains a given containee.\nAssert a command stderr string is a match to a regex.\nAssert a command stdout string contains a given containee.\nAssert a command stdout string is equal to another.\nAssert a command stdout string is equal to an expression.\nAssert a command stdout string is greater than or equal to …\nAssert a command stdout string is greater than or equal to …\nAssert a command stdout string is greater than another.\nAssert a command stdout string is greater than an …\nAssert a command stdout string is a match to a regex.\nAssert a command stdout string is less than or equal to …\nAssert a command stdout string is less than or equal to an …\nAssert a command stdout string is less than another.\nAssert a command stdout string is less than an expression.\nAssert a command stdout string is not equal to another.\nAssert a command stdout string is not equal to an …\nAssert a command stdout string contains a given containee.\nAssert a command stdout string is a match to a regex.\nAssert a container is a match for an expression.\nAssert an expression (such as a string) does not contain …\nAssert a count is equal to another.\nAssert a count is equal to an expression.\nAssert a count is greater than or equal to another.\nAssert a count is greater than or equal to an expression.\nAssert a count is greater than another.\nAssert a count is greater than an expression.\nAssert a count is less than or equal to another.\nAssert a count is less than or equal to an expression.\nAssert a count is less than another.\nAssert a count is less than an expression.\nAssert a count is not equal to another.\nAssert a count is not equal to an expression.\nAssert an expression (such as a string) ends with an …\nAssert an expression (such as a string) does not end with …\nAssert expression is Err.\nAssert two expressions are Err and their values are equal.\nAssert an expression is Err and its value is equal to an …\nAssert two expressions are Err and their values are not …\nAssert an expression is Err and its value is not equal to …\nAssert a function output is equal to another.\nAssert a function output is equal to an expression.\nAssert a function output is greater than or equal to …\nAssert a function output is greater than or equal to an …\nAssert a function output is greater than another.\nAssert a function output is greater than an expression.\nAssert a function output is less than or equal to another.\nAssert a function output is less than or equal to an …\nAssert a function output is less than another.\nAssert a function output is less than an expression.\nAssert a function output is not equal to another.\nAssert a function output is not equal to an expression.\nAssert a function Err(…) is equal to another.\nAssert a function Err(…) is equal to an expression.\nAssert a function Err(…) is greater than or equal to …\nAssert a function Err(…) is greater than or equal to an …\nAssert a function Err(…) is greater than another.\nAssert a function Err(…) is greater than an expression.\nAssert a function Err(…) is less than or equal to …\nAssert a function Err(…) is less than or equal to an …\nAssert a function Err(…) is less than another.\nAssert a function Err(…) is less than an expression.\nAssert a function Err(…) is not equal to another.\nAssert a function Err(…) is not equal to an expression.\nAssert a function Ok(…) is equal to another.\nAssert a function Ok(…) is equal to an expression.\nAssert a function Ok(…) is greater than or equal to …\nAssert a function Ok(…) is greater than or equal to an …\nAssert a function Ok(…) is greater than another.\nAssert a function Ok(…) is greater than an expression.\nAssert a function Ok(…) is less than or equal to another.\nAssert a function Ok(…) is less than or equal to an …\nAssert a function Ok(…) is less than another.\nAssert a function Ok(…) is less than an expression.\nAssert a function Ok(…) is not equal to another.\nAssert a function Ok(…) is not equal to an expression.\nAssert a ::std::fs::read_to_string(path) contains a …\nAssert a ::std::fs::read_to_string(path) value is equal to …\nAssert a ::std::fs::read_to_string(path) value is equal to …\nAssert a ::std::fs::read_to_string(path) value is greater …\nAssert a ::std::fs::read_to_string(path) value is greater …\nAssert a ::std::fs::read_to_string(path) value is greater …\nAssert a ::std::fs::read_to_string(path) value is greater …\nAssert a ::std::fs::read_to_string(path) is a match to a …\nAssert a ::std::fs::read_to_string(path) value is less …\nAssert a ::std::fs::read_to_string(path) value is less …\nAssert a ::std::fs::read_to_string(path) value is less …\nAssert a ::std::fs::read_to_string(path) value is less …\nAssert a ::std::fs::read_to_string(path) is a match to a …\nAssert a ::std::fs::read_to_string(path) is not equal to …\nAssert a ::std::fs::read_to_string(path) is not equal to …\nAssert a number is within delta of another.\nAssert a number is within epsilon of another.\nAssert a ::std::io::Read read_to_string() contains a …\nAssert a ::std::io::Read read_to_string() value is equal …\nAssert a ::std::io::Read read_to_string() value is equal …\nAssert a ::std::io::Read read_to_string() value is greater …\nAssert a ::std::io::Read read_to_string() value is greater …\nAssert a ::std::io::Read read_to_string() value is greater …\nAssert a ::std::io::Read read_to_string() value is greater …\nAssert a ::std::io::Read read_to_string() is a match to a …\nAssert a ::std::io::Read read_to_string() value is less …\nAssert a ::std::io::Read read_to_string() value is less …\nAssert a ::std::io::Read read_to_string() value is less …\nAssert a ::std::io::Read read_to_string() value is less …\nAssert a ::std::io::read_to_string(path) is a match to a …\nAssert a ::std::io::Read read_to_string() is not equal to …\nAssert a ::std::io::Read read_to_string() is not equal to …\nAssert an expression (such as a string or array) is empty.\nAssert an expression (such as a string or array) is not …\nAssert a matcher is a match for an expression.\nAssert an expression (such as a regex) is not a match for …\nAssert an iter is equal to another.\nAssert an iter is greater than or equal to another.\nAssert an iter is greater than another.\nAssert an iter is less than or equal to another.\nAssert an iter is less than another.\nAssert an iter is not equal to another.\nAssert a length is equal to another.\nAssert a length is equal to an expression.\nAssert a length is greater than or equal to another.\nAssert a length is greater than or equal to an expression.\nAssert a length is greater than another.\nAssert a length is greater than an expression.\nAssert a length is less than or equal to another.\nAssert a length is less than or equal to an expression.\nAssert a length is less than another.\nAssert a length is less than an expression.\nAssert a length is not equal to another.\nAssert a length is not equal to an expression.\nAssert expression matches a case.\nAssert expression matches a case.\nAssert expression is None.\nAssert expression is Ok.\nAssert two expressions are Ok and their values are equal.\nAssert an expression is Ok and its value is equal to an …\nAssert two expressions are Ok and their values are not …\nAssert an expression is Ok and its value is not equal to …\nAssert expression is None.\nAssert expression is Some.\nAssert two expressions are Some and their values are equal.\nAssert two expressions are Some and their values are not …\nAssert an expression is Pending.\nAssert an expression is Pending.\nAssert an expression is Ready.\nAssert two expressions are Ready(_) and their values are …\nAssert two expressions are Ready(_) and their values are …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stderr …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert a command (built with program and args) stdout …\nAssert an expression is Ready.\nAssert two expressions are Ready and their values are …\nAssert an expression is Ready and its value is equal to an …\nAssert two expressions are Ready and their values are not …\nAssert an expression is Ready and its value is not equal …\nAssert expression is Err.\nAssert expression is Ok.\nAssert two expressions are Ok and their values are equal.\nAssert two expressions are Ok and their values are not …\nAssert a set is disjoint with another.\nAssert a set is equal to another.\nAssert a set is joint with another.\nAssert a set is not equal to another.\nAssert a set is a subset of another.\nAssert a set is a superset of another.\nAssert expression is Some.\nAssert two expressions are Some and their values are equal.\nAssert an expression is Some and its value is equal to an …\nAssert two expressions are Some and their values are not …\nAssert an expression is Some and its value is not equal to …\nAssert an expression (such as a string) does not start …\nAssert an expression (such as a string) starts with an …\nAssert a status code value is equal to another.\nAssert a status code value is equal to an expression.\nAssert a status code value is greater than or equal to …\nAssert a status code value is greater than or equal to an …\nAssert a status code value is greater than another.\nAssert a status code value is greater than an expression.\nAssert a status code value is less than or equal to …\nAssert a status code value is less than or equal to an …\nAssert a status code value is less than another.\nAssert a status code value is less than an expression.\nAssert a status code value is not equal to another.\nAssert a status code value is not equal to another.\nAssert a status is a success.\nAssert a status is a failure.\nAssert success.\nAssert failure.") \ No newline at end of file diff --git a/doc/src-files.js b/doc/src-files.js index cc13f8ab0..5433d835b 100644 --- a/doc/src-files.js +++ b/doc/src-files.js @@ -1,3 +1,3 @@ -var srcIndex = new Map(JSON.parse('[["lib",["",[["assert_abs_diff",[],["assert_abs_diff_eq.rs","assert_abs_diff_ge.rs","assert_abs_diff_gt.rs","assert_abs_diff_le.rs","assert_abs_diff_lt.rs","assert_abs_diff_ne.rs","mod.rs"]],["assert_approx",[],["assert_approx_eq.rs","assert_approx_ne.rs","mod.rs"]],["assert_bag",[],["assert_bag_eq.rs","assert_bag_ne.rs","assert_bag_subbag.rs","assert_bag_superbag.rs","mod.rs"]],["assert_command",[],["assert_command_stderr_contains.rs","assert_command_stderr_eq.rs","assert_command_stderr_eq_x.rs","assert_command_stderr_ge.rs","assert_command_stderr_ge_x.rs","assert_command_stderr_gt.rs","assert_command_stderr_gt_x.rs","assert_command_stderr_is_match.rs","assert_command_stderr_le.rs","assert_command_stderr_le_x.rs","assert_command_stderr_lt.rs","assert_command_stderr_lt_x.rs","assert_command_stderr_ne.rs","assert_command_stderr_ne_x.rs","assert_command_stderr_string_contains.rs","assert_command_stderr_string_is_match.rs","assert_command_stdout_contains.rs","assert_command_stdout_eq.rs","assert_command_stdout_eq_x.rs","assert_command_stdout_ge.rs","assert_command_stdout_ge_x.rs","assert_command_stdout_gt.rs","assert_command_stdout_gt_x.rs","assert_command_stdout_is_match.rs","assert_command_stdout_le.rs","assert_command_stdout_le_x.rs","assert_command_stdout_lt.rs","assert_command_stdout_lt_x.rs","assert_command_stdout_ne.rs","assert_command_stdout_ne_x.rs","assert_command_stdout_string_contains.rs","assert_command_stdout_string_is_match.rs","mod.rs"]],["assert_contains",[],["assert_contains.rs","assert_not_contains.rs","mod.rs"]],["assert_count",[],["assert_count_eq.rs","assert_count_eq_x.rs","assert_count_ge.rs","assert_count_ge_x.rs","assert_count_gt.rs","assert_count_gt_x.rs","assert_count_le.rs","assert_count_le_x.rs","assert_count_lt.rs","assert_count_lt_x.rs","assert_count_ne.rs","assert_count_ne_x.rs","mod.rs"]],["assert_ends_with",[],["assert_ends_with.rs","assert_not_ends_with.rs","mod.rs"]],["assert_err",[],["assert_err.rs","assert_err_eq.rs","assert_err_eq_x.rs","assert_err_ne.rs","assert_err_ne_x.rs","mod.rs"]],["assert_fn",[],["assert_fn_eq.rs","assert_fn_eq_x.rs","assert_fn_ge.rs","assert_fn_ge_x.rs","assert_fn_gt.rs","assert_fn_gt_x.rs","assert_fn_le.rs","assert_fn_le_x.rs","assert_fn_lt.rs","assert_fn_lt_x.rs","assert_fn_ne.rs","assert_fn_ne_x.rs","mod.rs"]],["assert_fn_err",[],["assert_fn_err_eq.rs","assert_fn_err_eq_x.rs","assert_fn_err_ge.rs","assert_fn_err_ge_x.rs","assert_fn_err_gt.rs","assert_fn_err_gt_x.rs","assert_fn_err_le.rs","assert_fn_err_le_x.rs","assert_fn_err_lt.rs","assert_fn_err_lt_x.rs","assert_fn_err_ne.rs","assert_fn_err_ne_x.rs","mod.rs"]],["assert_fn_ok",[],["assert_fn_ok_eq.rs","assert_fn_ok_eq_x.rs","assert_fn_ok_ge.rs","assert_fn_ok_ge_x.rs","assert_fn_ok_gt.rs","assert_fn_ok_gt_x.rs","assert_fn_ok_le.rs","assert_fn_ok_le_x.rs","assert_fn_ok_lt.rs","assert_fn_ok_lt_x.rs","assert_fn_ok_ne.rs","assert_fn_ok_ne_x.rs","mod.rs"]],["assert_fs_read_to_string",[],["assert_fs_read_to_string_contains.rs","assert_fs_read_to_string_eq.rs","assert_fs_read_to_string_eq_x.rs","assert_fs_read_to_string_ge.rs","assert_fs_read_to_string_ge_x.rs","assert_fs_read_to_string_gt.rs","assert_fs_read_to_string_gt_x.rs","assert_fs_read_to_string_is_match.rs","assert_fs_read_to_string_le.rs","assert_fs_read_to_string_le_x.rs","assert_fs_read_to_string_lt.rs","assert_fs_read_to_string_lt_x.rs","assert_fs_read_to_string_matches.rs","assert_fs_read_to_string_ne.rs","assert_fs_read_to_string_ne_x.rs","mod.rs"]],["assert_in",[],["assert_in_delta.rs","assert_in_epsilon.rs","mod.rs"]],["assert_io_read_to_string",[],["assert_io_read_to_string_contains.rs","assert_io_read_to_string_eq.rs","assert_io_read_to_string_eq_x.rs","assert_io_read_to_string_ge.rs","assert_io_read_to_string_ge_x.rs","assert_io_read_to_string_gt.rs","assert_io_read_to_string_gt_x.rs","assert_io_read_to_string_is_match.rs","assert_io_read_to_string_le.rs","assert_io_read_to_string_le_x.rs","assert_io_read_to_string_lt.rs","assert_io_read_to_string_lt_x.rs","assert_io_read_to_string_matches.rs","assert_io_read_to_string_ne.rs","assert_io_read_to_string_ne_x.rs","mod.rs"]],["assert_is_empty",[],["assert_is_empty.rs","assert_not_empty.rs","mod.rs"]],["assert_is_match",[],["assert_is_match.rs","assert_not_match.rs","mod.rs"]],["assert_iter",[],["assert_iter_eq.rs","assert_iter_ge.rs","assert_iter_gt.rs","assert_iter_le.rs","assert_iter_lt.rs","assert_iter_ne.rs","mod.rs"]],["assert_len",[],["assert_len_eq.rs","assert_len_eq_x.rs","assert_len_ge.rs","assert_len_ge_x.rs","assert_len_gt.rs","assert_len_gt_x.rs","assert_len_le.rs","assert_len_le_x.rs","assert_len_lt.rs","assert_len_lt_x.rs","assert_len_ne.rs","assert_len_ne_x.rs","mod.rs"]],["assert_matches",[],["assert_matches.rs","assert_not_matches.rs","mod.rs"]],["assert_none",[],["assert_none.rs","mod.rs"]],["assert_ok",[],["assert_ok.rs","assert_ok_eq.rs","assert_ok_eq_x.rs","assert_ok_ne.rs","assert_ok_ne_x.rs","mod.rs"]],["assert_option",[],["assert_option_none.rs","assert_option_some.rs","assert_option_some_eq.rs","assert_option_some_ne.rs","mod.rs"]],["assert_pending",[],["assert_pending.rs","mod.rs"]],["assert_poll",[],["assert_poll_pending.rs","assert_poll_ready.rs","assert_poll_ready_eq.rs","assert_poll_ready_ne.rs","mod.rs"]],["assert_process",[],["assert_process_status_code_value_eq.rs","assert_process_status_code_value_eq_x.rs","assert_process_status_code_value_ge.rs","assert_process_status_code_value_ge_x.rs","assert_process_status_code_value_gt.rs","assert_process_status_code_value_gt_x.rs","assert_process_status_code_value_le.rs","assert_process_status_code_value_le_x.rs","assert_process_status_code_value_lt.rs","assert_process_status_code_value_lt_x.rs","assert_process_status_code_value_ne.rs","assert_process_status_code_value_ne_x.rs","mod.rs"]],["assert_program_args",[],["assert_program_args_stderr_contains.rs","assert_program_args_stderr_eq.rs","assert_program_args_stderr_eq_x.rs","assert_program_args_stderr_ge.rs","assert_program_args_stderr_ge_x.rs","assert_program_args_stderr_gt.rs","assert_program_args_stderr_gt_x.rs","assert_program_args_stderr_is_match.rs","assert_program_args_stderr_le.rs","assert_program_args_stderr_le_x.rs","assert_program_args_stderr_lt.rs","assert_program_args_stderr_lt_x.rs","assert_program_args_stderr_ne.rs","assert_program_args_stderr_ne_x.rs","assert_program_args_stderr_string_contains.rs","assert_program_args_stderr_string_is_match.rs","assert_program_args_stdout_contains.rs","assert_program_args_stdout_eq.rs","assert_program_args_stdout_eq_x.rs","assert_program_args_stdout_ge.rs","assert_program_args_stdout_ge_x.rs","assert_program_args_stdout_gt.rs","assert_program_args_stdout_gt_x.rs","assert_program_args_stdout_is_match.rs","assert_program_args_stdout_le.rs","assert_program_args_stdout_le_x.rs","assert_program_args_stdout_lt.rs","assert_program_args_stdout_lt_x.rs","assert_program_args_stdout_ne.rs","assert_program_args_stdout_ne_x.rs","assert_program_args_stdout_string_contains.rs","assert_program_args_stdout_string_is_match.rs","mod.rs"]],["assert_ready",[],["assert_ready.rs","assert_ready_eq.rs","assert_ready_eq_x.rs","assert_ready_ne.rs","assert_ready_ne_x.rs","mod.rs"]],["assert_result",[],["assert_result_err.rs","assert_result_ok.rs","assert_result_ok_eq.rs","assert_result_ok_ne.rs","mod.rs"]],["assert_set",[],["assert_set_disjoint.rs","assert_set_eq.rs","assert_set_joint.rs","assert_set_ne.rs","assert_set_subset.rs","assert_set_superset.rs","mod.rs"]],["assert_some",[],["assert_some.rs","assert_some_eq.rs","assert_some_eq_x.rs","assert_some_ne.rs","assert_some_ne_x.rs","mod.rs"]],["assert_starts_with",[],["assert_not_starts_with.rs","assert_starts_with.rs","mod.rs"]]],["assert.rs","assert_all.rs","assert_any.rs","assert_eq.rs","assert_ge.rs","assert_gt.rs","assert_infix.rs","assert_le.rs","assert_lt.rs","assert_ne.rs","lib.rs"]]],["lib",["",[["assert_abs_diff",[],["assert_abs_diff_eq.rs","assert_abs_diff_ge.rs","assert_abs_diff_gt.rs","assert_abs_diff_le.rs","assert_abs_diff_lt.rs","assert_abs_diff_ne.rs","mod.rs"]],["assert_approx",[],["assert_approx_eq.rs","assert_approx_ne.rs","mod.rs"]],["assert_bag",[],["assert_bag_eq.rs","assert_bag_ne.rs","assert_bag_subbag.rs","assert_bag_superbag.rs","mod.rs"]],["assert_command",[],["assert_command_stderr_contains.rs","assert_command_stderr_eq.rs","assert_command_stderr_eq_x.rs","assert_command_stderr_ge.rs","assert_command_stderr_ge_x.rs","assert_command_stderr_gt.rs","assert_command_stderr_gt_x.rs","assert_command_stderr_is_match.rs","assert_command_stderr_le.rs","assert_command_stderr_le_x.rs","assert_command_stderr_lt.rs","assert_command_stderr_lt_x.rs","assert_command_stderr_ne.rs","assert_command_stderr_ne_x.rs","assert_command_stderr_string_contains.rs","assert_command_stderr_string_is_match.rs","assert_command_stdout_contains.rs","assert_command_stdout_eq.rs","assert_command_stdout_eq_x.rs","assert_command_stdout_ge.rs","assert_command_stdout_ge_x.rs","assert_command_stdout_gt.rs","assert_command_stdout_gt_x.rs","assert_command_stdout_is_match.rs","assert_command_stdout_le.rs","assert_command_stdout_le_x.rs","assert_command_stdout_lt.rs","assert_command_stdout_lt_x.rs","assert_command_stdout_ne.rs","assert_command_stdout_ne_x.rs","assert_command_stdout_string_contains.rs","assert_command_stdout_string_is_match.rs","mod.rs"]],["assert_contains",[],["assert_contains.rs","assert_not_contains.rs","mod.rs"]],["assert_count",[],["assert_count_eq.rs","assert_count_eq_x.rs","assert_count_ge.rs","assert_count_ge_x.rs","assert_count_gt.rs","assert_count_gt_x.rs","assert_count_le.rs","assert_count_le_x.rs","assert_count_lt.rs","assert_count_lt_x.rs","assert_count_ne.rs","assert_count_ne_x.rs","mod.rs"]],["assert_ends_with",[],["assert_ends_with.rs","assert_not_ends_with.rs","mod.rs"]],["assert_err",[],["assert_err.rs","assert_err_eq.rs","assert_err_eq_x.rs","assert_err_ne.rs","assert_err_ne_x.rs","mod.rs"]],["assert_fn",[],["assert_fn_eq.rs","assert_fn_eq_x.rs","assert_fn_ge.rs","assert_fn_ge_x.rs","assert_fn_gt.rs","assert_fn_gt_x.rs","assert_fn_le.rs","assert_fn_le_x.rs","assert_fn_lt.rs","assert_fn_lt_x.rs","assert_fn_ne.rs","assert_fn_ne_x.rs","mod.rs"]],["assert_fn_err",[],["assert_fn_err_eq.rs","assert_fn_err_eq_x.rs","assert_fn_err_ge.rs","assert_fn_err_ge_x.rs","assert_fn_err_gt.rs","assert_fn_err_gt_x.rs","assert_fn_err_le.rs","assert_fn_err_le_x.rs","assert_fn_err_lt.rs","assert_fn_err_lt_x.rs","assert_fn_err_ne.rs","assert_fn_err_ne_x.rs","mod.rs"]],["assert_fn_ok",[],["assert_fn_ok_eq.rs","assert_fn_ok_eq_x.rs","assert_fn_ok_ge.rs","assert_fn_ok_ge_x.rs","assert_fn_ok_gt.rs","assert_fn_ok_gt_x.rs","assert_fn_ok_le.rs","assert_fn_ok_le_x.rs","assert_fn_ok_lt.rs","assert_fn_ok_lt_x.rs","assert_fn_ok_ne.rs","assert_fn_ok_ne_x.rs","mod.rs"]],["assert_fs_read_to_string",[],["assert_fs_read_to_string_contains.rs","assert_fs_read_to_string_eq.rs","assert_fs_read_to_string_eq_x.rs","assert_fs_read_to_string_ge.rs","assert_fs_read_to_string_ge_x.rs","assert_fs_read_to_string_gt.rs","assert_fs_read_to_string_gt_x.rs","assert_fs_read_to_string_is_match.rs","assert_fs_read_to_string_le.rs","assert_fs_read_to_string_le_x.rs","assert_fs_read_to_string_lt.rs","assert_fs_read_to_string_lt_x.rs","assert_fs_read_to_string_matches.rs","assert_fs_read_to_string_ne.rs","assert_fs_read_to_string_ne_x.rs","mod.rs"]],["assert_in",[],["assert_in_delta.rs","assert_in_epsilon.rs","mod.rs"]],["assert_io_read_to_string",[],["assert_io_read_to_string_contains.rs","assert_io_read_to_string_eq.rs","assert_io_read_to_string_eq_x.rs","assert_io_read_to_string_ge.rs","assert_io_read_to_string_ge_x.rs","assert_io_read_to_string_gt.rs","assert_io_read_to_string_gt_x.rs","assert_io_read_to_string_is_match.rs","assert_io_read_to_string_le.rs","assert_io_read_to_string_le_x.rs","assert_io_read_to_string_lt.rs","assert_io_read_to_string_lt_x.rs","assert_io_read_to_string_matches.rs","assert_io_read_to_string_ne.rs","assert_io_read_to_string_ne_x.rs","mod.rs"]],["assert_is_empty",[],["assert_is_empty.rs","assert_not_empty.rs","mod.rs"]],["assert_is_match",[],["assert_is_match.rs","assert_not_match.rs","mod.rs"]],["assert_iter",[],["assert_iter_eq.rs","assert_iter_ge.rs","assert_iter_gt.rs","assert_iter_le.rs","assert_iter_lt.rs","assert_iter_ne.rs","mod.rs"]],["assert_len",[],["assert_len_eq.rs","assert_len_eq_x.rs","assert_len_ge.rs","assert_len_ge_x.rs","assert_len_gt.rs","assert_len_gt_x.rs","assert_len_le.rs","assert_len_le_x.rs","assert_len_lt.rs","assert_len_lt_x.rs","assert_len_ne.rs","assert_len_ne_x.rs","mod.rs"]],["assert_matches",[],["assert_matches.rs","assert_not_matches.rs","mod.rs"]],["assert_none",[],["assert_none.rs","mod.rs"]],["assert_ok",[],["assert_ok.rs","assert_ok_eq.rs","assert_ok_eq_x.rs","assert_ok_ne.rs","assert_ok_ne_x.rs","mod.rs"]],["assert_option",[],["assert_option_none.rs","assert_option_some.rs","assert_option_some_eq.rs","assert_option_some_ne.rs","mod.rs"]],["assert_pending",[],["assert_pending.rs","mod.rs"]],["assert_poll",[],["assert_poll_pending.rs","assert_poll_ready.rs","assert_poll_ready_eq.rs","assert_poll_ready_ne.rs","mod.rs"]],["assert_program_args",[],["assert_program_args_stderr_contains.rs","assert_program_args_stderr_eq.rs","assert_program_args_stderr_eq_x.rs","assert_program_args_stderr_ge.rs","assert_program_args_stderr_ge_x.rs","assert_program_args_stderr_gt.rs","assert_program_args_stderr_gt_x.rs","assert_program_args_stderr_is_match.rs","assert_program_args_stderr_le.rs","assert_program_args_stderr_le_x.rs","assert_program_args_stderr_lt.rs","assert_program_args_stderr_lt_x.rs","assert_program_args_stderr_ne.rs","assert_program_args_stderr_ne_x.rs","assert_program_args_stderr_string_contains.rs","assert_program_args_stderr_string_is_match.rs","assert_program_args_stdout_contains.rs","assert_program_args_stdout_eq.rs","assert_program_args_stdout_eq_x.rs","assert_program_args_stdout_ge.rs","assert_program_args_stdout_ge_x.rs","assert_program_args_stdout_gt.rs","assert_program_args_stdout_gt_x.rs","assert_program_args_stdout_is_match.rs","assert_program_args_stdout_le.rs","assert_program_args_stdout_le_x.rs","assert_program_args_stdout_lt.rs","assert_program_args_stdout_lt_x.rs","assert_program_args_stdout_ne.rs","assert_program_args_stdout_ne_x.rs","assert_program_args_stdout_string_contains.rs","assert_program_args_stdout_string_is_match.rs","mod.rs"]],["assert_ready",[],["assert_ready.rs","assert_ready_eq.rs","assert_ready_eq_x.rs","assert_ready_ne.rs","assert_ready_ne_x.rs","mod.rs"]],["assert_result",[],["assert_result_err.rs","assert_result_ok.rs","assert_result_ok_eq.rs","assert_result_ok_ne.rs","mod.rs"]],["assert_set",[],["assert_set_disjoint.rs","assert_set_eq.rs","assert_set_joint.rs","assert_set_ne.rs","assert_set_subset.rs","assert_set_superset.rs","mod.rs"]],["assert_some",[],["assert_some.rs","assert_some_eq.rs","assert_some_eq_x.rs","assert_some_ne.rs","assert_some_ne_x.rs","mod.rs"]],["assert_starts_with",[],["assert_not_starts_with.rs","assert_starts_with.rs","mod.rs"]]],["assert.rs","assert_all.rs","assert_any.rs","assert_eq.rs","assert_ge.rs","assert_gt.rs","assert_infix.rs","assert_le.rs","assert_lt.rs","assert_ne.rs","lib.rs"]]]]')); +var srcIndex = new Map(JSON.parse('[["lib",["",[["assert_abs_diff",[],["assert_abs_diff_eq.rs","assert_abs_diff_ge.rs","assert_abs_diff_gt.rs","assert_abs_diff_le.rs","assert_abs_diff_lt.rs","assert_abs_diff_ne.rs","mod.rs"]],["assert_approx",[],["assert_approx_eq.rs","assert_approx_ne.rs","mod.rs"]],["assert_bag",[],["assert_bag_eq.rs","assert_bag_ne.rs","assert_bag_subbag.rs","assert_bag_superbag.rs","mod.rs"]],["assert_command",[],["assert_command_stderr_contains.rs","assert_command_stderr_eq.rs","assert_command_stderr_eq_x.rs","assert_command_stderr_ge.rs","assert_command_stderr_ge_x.rs","assert_command_stderr_gt.rs","assert_command_stderr_gt_x.rs","assert_command_stderr_is_match.rs","assert_command_stderr_le.rs","assert_command_stderr_le_x.rs","assert_command_stderr_lt.rs","assert_command_stderr_lt_x.rs","assert_command_stderr_ne.rs","assert_command_stderr_ne_x.rs","assert_command_stderr_string_contains.rs","assert_command_stderr_string_is_match.rs","assert_command_stdout_contains.rs","assert_command_stdout_eq.rs","assert_command_stdout_eq_x.rs","assert_command_stdout_ge.rs","assert_command_stdout_ge_x.rs","assert_command_stdout_gt.rs","assert_command_stdout_gt_x.rs","assert_command_stdout_is_match.rs","assert_command_stdout_le.rs","assert_command_stdout_le_x.rs","assert_command_stdout_lt.rs","assert_command_stdout_lt_x.rs","assert_command_stdout_ne.rs","assert_command_stdout_ne_x.rs","assert_command_stdout_string_contains.rs","assert_command_stdout_string_is_match.rs","mod.rs"]],["assert_contains",[],["assert_contains.rs","assert_not_contains.rs","mod.rs"]],["assert_count",[],["assert_count_eq.rs","assert_count_eq_x.rs","assert_count_ge.rs","assert_count_ge_x.rs","assert_count_gt.rs","assert_count_gt_x.rs","assert_count_le.rs","assert_count_le_x.rs","assert_count_lt.rs","assert_count_lt_x.rs","assert_count_ne.rs","assert_count_ne_x.rs","mod.rs"]],["assert_ends_with",[],["assert_ends_with.rs","assert_not_ends_with.rs","mod.rs"]],["assert_err",[],["assert_err.rs","assert_err_eq.rs","assert_err_eq_x.rs","assert_err_ne.rs","assert_err_ne_x.rs","mod.rs"]],["assert_fn",[],["assert_fn_eq.rs","assert_fn_eq_x.rs","assert_fn_ge.rs","assert_fn_ge_x.rs","assert_fn_gt.rs","assert_fn_gt_x.rs","assert_fn_le.rs","assert_fn_le_x.rs","assert_fn_lt.rs","assert_fn_lt_x.rs","assert_fn_ne.rs","assert_fn_ne_x.rs","mod.rs"]],["assert_fn_err",[],["assert_fn_err_eq.rs","assert_fn_err_eq_x.rs","assert_fn_err_ge.rs","assert_fn_err_ge_x.rs","assert_fn_err_gt.rs","assert_fn_err_gt_x.rs","assert_fn_err_le.rs","assert_fn_err_le_x.rs","assert_fn_err_lt.rs","assert_fn_err_lt_x.rs","assert_fn_err_ne.rs","assert_fn_err_ne_x.rs","mod.rs"]],["assert_fn_ok",[],["assert_fn_ok_eq.rs","assert_fn_ok_eq_x.rs","assert_fn_ok_ge.rs","assert_fn_ok_ge_x.rs","assert_fn_ok_gt.rs","assert_fn_ok_gt_x.rs","assert_fn_ok_le.rs","assert_fn_ok_le_x.rs","assert_fn_ok_lt.rs","assert_fn_ok_lt_x.rs","assert_fn_ok_ne.rs","assert_fn_ok_ne_x.rs","mod.rs"]],["assert_fs_read_to_string",[],["assert_fs_read_to_string_contains.rs","assert_fs_read_to_string_eq.rs","assert_fs_read_to_string_eq_x.rs","assert_fs_read_to_string_ge.rs","assert_fs_read_to_string_ge_x.rs","assert_fs_read_to_string_gt.rs","assert_fs_read_to_string_gt_x.rs","assert_fs_read_to_string_is_match.rs","assert_fs_read_to_string_le.rs","assert_fs_read_to_string_le_x.rs","assert_fs_read_to_string_lt.rs","assert_fs_read_to_string_lt_x.rs","assert_fs_read_to_string_matches.rs","assert_fs_read_to_string_ne.rs","assert_fs_read_to_string_ne_x.rs","mod.rs"]],["assert_in",[],["assert_in_delta.rs","assert_in_epsilon.rs","mod.rs"]],["assert_io_read_to_string",[],["assert_io_read_to_string_contains.rs","assert_io_read_to_string_eq.rs","assert_io_read_to_string_eq_x.rs","assert_io_read_to_string_ge.rs","assert_io_read_to_string_ge_x.rs","assert_io_read_to_string_gt.rs","assert_io_read_to_string_gt_x.rs","assert_io_read_to_string_is_match.rs","assert_io_read_to_string_le.rs","assert_io_read_to_string_le_x.rs","assert_io_read_to_string_lt.rs","assert_io_read_to_string_lt_x.rs","assert_io_read_to_string_matches.rs","assert_io_read_to_string_ne.rs","assert_io_read_to_string_ne_x.rs","mod.rs"]],["assert_is_empty",[],["assert_is_empty.rs","assert_not_empty.rs","mod.rs"]],["assert_is_match",[],["assert_is_match.rs","assert_not_match.rs","mod.rs"]],["assert_iter",[],["assert_iter_eq.rs","assert_iter_ge.rs","assert_iter_gt.rs","assert_iter_le.rs","assert_iter_lt.rs","assert_iter_ne.rs","mod.rs"]],["assert_len",[],["assert_len_eq.rs","assert_len_eq_x.rs","assert_len_ge.rs","assert_len_ge_x.rs","assert_len_gt.rs","assert_len_gt_x.rs","assert_len_le.rs","assert_len_le_x.rs","assert_len_lt.rs","assert_len_lt_x.rs","assert_len_ne.rs","assert_len_ne_x.rs","mod.rs"]],["assert_matches",[],["assert_matches.rs","assert_not_matches.rs","mod.rs"]],["assert_none",[],["assert_none.rs","mod.rs"]],["assert_ok",[],["assert_ok.rs","assert_ok_eq.rs","assert_ok_eq_x.rs","assert_ok_ne.rs","assert_ok_ne_x.rs","mod.rs"]],["assert_option",[],["assert_option_none.rs","assert_option_some.rs","assert_option_some_eq.rs","assert_option_some_ne.rs","mod.rs"]],["assert_pending",[],["assert_pending.rs","mod.rs"]],["assert_poll",[],["assert_poll_pending.rs","assert_poll_ready.rs","assert_poll_ready_eq.rs","assert_poll_ready_ne.rs","mod.rs"]],["assert_program_args",[],["assert_program_args_stderr_contains.rs","assert_program_args_stderr_eq.rs","assert_program_args_stderr_eq_x.rs","assert_program_args_stderr_ge.rs","assert_program_args_stderr_ge_x.rs","assert_program_args_stderr_gt.rs","assert_program_args_stderr_gt_x.rs","assert_program_args_stderr_is_match.rs","assert_program_args_stderr_le.rs","assert_program_args_stderr_le_x.rs","assert_program_args_stderr_lt.rs","assert_program_args_stderr_lt_x.rs","assert_program_args_stderr_ne.rs","assert_program_args_stderr_ne_x.rs","assert_program_args_stderr_string_contains.rs","assert_program_args_stderr_string_is_match.rs","assert_program_args_stdout_contains.rs","assert_program_args_stdout_eq.rs","assert_program_args_stdout_eq_x.rs","assert_program_args_stdout_ge.rs","assert_program_args_stdout_ge_x.rs","assert_program_args_stdout_gt.rs","assert_program_args_stdout_gt_x.rs","assert_program_args_stdout_is_match.rs","assert_program_args_stdout_le.rs","assert_program_args_stdout_le_x.rs","assert_program_args_stdout_lt.rs","assert_program_args_stdout_lt_x.rs","assert_program_args_stdout_ne.rs","assert_program_args_stdout_ne_x.rs","assert_program_args_stdout_string_contains.rs","assert_program_args_stdout_string_is_match.rs","mod.rs"]],["assert_ready",[],["assert_ready.rs","assert_ready_eq.rs","assert_ready_eq_x.rs","assert_ready_ne.rs","assert_ready_ne_x.rs","mod.rs"]],["assert_result",[],["assert_result_err.rs","assert_result_ok.rs","assert_result_ok_eq.rs","assert_result_ok_ne.rs","mod.rs"]],["assert_set",[],["assert_set_disjoint.rs","assert_set_eq.rs","assert_set_joint.rs","assert_set_ne.rs","assert_set_subset.rs","assert_set_superset.rs","mod.rs"]],["assert_some",[],["assert_some.rs","assert_some_eq.rs","assert_some_eq_x.rs","assert_some_ne.rs","assert_some_ne_x.rs","mod.rs"]],["assert_starts_with",[],["assert_not_starts_with.rs","assert_starts_with.rs","mod.rs"]],["assert_status",[],["assert_status_code_value_eq.rs","assert_status_code_value_eq_x.rs","assert_status_code_value_ge.rs","assert_status_code_value_ge_x.rs","assert_status_code_value_gt.rs","assert_status_code_value_gt_x.rs","assert_status_code_value_le.rs","assert_status_code_value_le_x.rs","assert_status_code_value_lt.rs","assert_status_code_value_lt_x.rs","assert_status_code_value_ne.rs","assert_status_code_value_ne_x.rs","assert_status_success.rs","assert_status_success_false.rs","mod.rs"]],["assert_success",[],["assert_success.rs","assert_success_false.rs","mod.rs"]]],["assert.rs","assert_all.rs","assert_any.rs","assert_eq.rs","assert_ge.rs","assert_gt.rs","assert_infix.rs","assert_le.rs","assert_lt.rs","assert_ne.rs","lib.rs"]]]]')); createSrcSidebar(); -//{"start":36,"fragment_lengths":[7861,7325]} \ No newline at end of file +//{"start":36,"fragment_lengths":[7903]} \ No newline at end of file diff --git a/doc/src/lib/assert.rs.html b/doc/src/lib/assert.rs.html index a1def01dd..48bf9785f 100644 --- a/doc/src/lib/assert.rs.html +++ b/doc/src/lib/assert.rs.html @@ -134,7 +134,7 @@ Err(format!( concat!( "assertion failed: `assert!(condition)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert.html\n", " condition label: `{}`,\n", " condition debug: `{:?}`,\n", ), @@ -165,7 +165,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert!(condition)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert.html\n", " condition label: `a`,\n", " condition debug: `false`,\n", ); diff --git a/doc/src/lib/assert_abs_diff/assert_abs_diff_eq.rs.html b/doc/src/lib/assert_abs_diff/assert_abs_diff_eq.rs.html index 020c05c30..bfe3641a8 100644 --- a/doc/src/lib/assert_abs_diff/assert_abs_diff_eq.rs.html +++ b/doc/src/lib/assert_abs_diff/assert_abs_diff_eq.rs.html @@ -318,7 +318,7 @@ format!( concat!( "assertion failed: `assert_abs_diff_eq!(a, b, delta)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_eq.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -366,7 +366,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_abs_diff_eq!(a, b, delta)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_eq.html\n", " a label: `a`,\n", " a debug: `10`,\n", " b label: `b`,\n", @@ -389,7 +389,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_abs_diff_eq!(a, b, delta)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_eq.html\n", " a label: `a`,\n", " a debug: `10`,\n", " b label: `b`,\n", @@ -433,7 +433,7 @@ /// assert_abs_diff_eq!(a, b, delta); /// # }); /// // assertion failed: `assert_abs_diff_eq!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_eq.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_eq.html /// // a label: `a`, /// // a debug: `10`, /// // b label: `b`, @@ -445,7 +445,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_abs_diff_eq!(a, b, delta)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_eq.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_eq.html\n", /// # " a label: `a`,\n", /// # " a debug: `10`,\n", /// # " b label: `b`,\n", diff --git a/doc/src/lib/assert_abs_diff/assert_abs_diff_ge.rs.html b/doc/src/lib/assert_abs_diff/assert_abs_diff_ge.rs.html index 739df2b68..964e4e6c5 100644 --- a/doc/src/lib/assert_abs_diff/assert_abs_diff_ge.rs.html +++ b/doc/src/lib/assert_abs_diff/assert_abs_diff_ge.rs.html @@ -304,7 +304,7 @@ format!( concat!( "assertion failed: `assert_abs_diff_ge!(a, b, delta)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_ge.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -361,7 +361,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_abs_diff_ge!(a, b, delta)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_ge.html\n", " a label: `a`,\n", " a debug: `10`,\n", " b label: `b`,\n", @@ -405,7 +405,7 @@ /// assert_abs_diff_ge!(a, b, delta); /// # }); /// // assertion failed: `assert_abs_diff_ge!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_ge.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_ge.html /// // a label: `a`, /// // a debug: `10`, /// // b label: `b`, @@ -417,7 +417,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_abs_diff_ge!(a, b, delta)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_ge.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_ge.html\n", /// # " a label: `a`,\n", /// # " a debug: `10`,\n", /// # " b label: `b`,\n", diff --git a/doc/src/lib/assert_abs_diff/assert_abs_diff_gt.rs.html b/doc/src/lib/assert_abs_diff/assert_abs_diff_gt.rs.html index a8ab913ad..42b7c1d3b 100644 --- a/doc/src/lib/assert_abs_diff/assert_abs_diff_gt.rs.html +++ b/doc/src/lib/assert_abs_diff/assert_abs_diff_gt.rs.html @@ -318,7 +318,7 @@ format!( concat!( "assertion failed: `assert_abs_diff_gt!(a, b, delta)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_gt.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -366,7 +366,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_abs_diff_gt!(a, b, delta)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_gt.html\n", " a label: `a`,\n", " a debug: `10`,\n", " b label: `b`,\n", @@ -389,7 +389,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_abs_diff_gt!(a, b, delta)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_gt.html\n", " a label: `a`,\n", " a debug: `10`,\n", " b label: `b`,\n", @@ -433,7 +433,7 @@ /// assert_abs_diff_gt!(a, b, delta); /// # }); /// // assertion failed: `assert_abs_diff_gt!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_gt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_gt.html /// // a label: `a`, /// // a debug: `10`, /// // b label: `b`, @@ -445,7 +445,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_abs_diff_gt!(a, b, delta)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_gt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_gt.html\n", /// # " a label: `a`,\n", /// # " a debug: `10`,\n", /// # " b label: `b`,\n", diff --git a/doc/src/lib/assert_abs_diff/assert_abs_diff_le.rs.html b/doc/src/lib/assert_abs_diff/assert_abs_diff_le.rs.html index 88f869bee..3fc4021d9 100644 --- a/doc/src/lib/assert_abs_diff/assert_abs_diff_le.rs.html +++ b/doc/src/lib/assert_abs_diff/assert_abs_diff_le.rs.html @@ -304,7 +304,7 @@ format!( concat!( "assertion failed: `assert_abs_diff_le!(a, b, delta)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_le.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -361,7 +361,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_abs_diff_le!(a, b, delta)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_le.html\n", " a label: `a`,\n", " a debug: `10`,\n", " b label: `b`,\n", @@ -405,7 +405,7 @@ /// assert_abs_diff_le!(a, b, delta); /// # }); /// // assertion failed: `assert_abs_diff_le!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_le.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_le.html /// // a label: `a`, /// // a debug: `10`, /// // b label: `b`, @@ -417,7 +417,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_abs_diff_le!(a, b, delta)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_le.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_le.html\n", /// # " a label: `a`,\n", /// # " a debug: `10`,\n", /// # " b label: `b`,\n", diff --git a/doc/src/lib/assert_abs_diff/assert_abs_diff_lt.rs.html b/doc/src/lib/assert_abs_diff/assert_abs_diff_lt.rs.html index b383b893c..7357ee301 100644 --- a/doc/src/lib/assert_abs_diff/assert_abs_diff_lt.rs.html +++ b/doc/src/lib/assert_abs_diff/assert_abs_diff_lt.rs.html @@ -318,7 +318,7 @@ format!( concat!( "assertion failed: `assert_abs_diff_lt!(a, b, delta)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_lt.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -366,7 +366,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_abs_diff_lt!(a, b, delta)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_lt.html\n", " a label: `a`,\n", " a debug: `10`,\n", " b label: `b`,\n", @@ -389,7 +389,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_abs_diff_lt!(a, b, delta)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_lt.html\n", " a label: `a`,\n", " a debug: `10`,\n", " b label: `b`,\n", @@ -433,7 +433,7 @@ /// assert_abs_diff_lt!(a, b, delta); /// # }); /// // assertion failed: `assert_abs_diff_lt!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_lt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_lt.html /// // a label: `a`, /// // a debug: `10`, /// // b label: `b`, @@ -445,7 +445,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_abs_diff_lt!(a, b, delta)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_lt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_lt.html\n", /// # " a label: `a`,\n", /// # " a debug: `10`,\n", /// # " b label: `b`,\n", diff --git a/doc/src/lib/assert_abs_diff/assert_abs_diff_ne.rs.html b/doc/src/lib/assert_abs_diff/assert_abs_diff_ne.rs.html index 91ac39a08..d95131ea0 100644 --- a/doc/src/lib/assert_abs_diff/assert_abs_diff_ne.rs.html +++ b/doc/src/lib/assert_abs_diff/assert_abs_diff_ne.rs.html @@ -304,7 +304,7 @@ format!( concat!( "assertion failed: `assert_abs_diff_ne!(a, b, delta)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_ne.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -361,7 +361,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_abs_diff_ne!(a, b, delta)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_ne.html\n", " a label: `a`,\n", " a debug: `10`,\n", " b label: `b`,\n", @@ -405,7 +405,7 @@ /// assert_abs_diff_ne!(a, b, delta); /// # }); /// // assertion failed: `assert_abs_diff_ne!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_ne.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_ne.html /// // a label: `a`, /// // a debug: `10`, /// // b label: `b`, @@ -417,7 +417,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_abs_diff_ne!(a, b, delta)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_ne.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_ne.html\n", /// # " a label: `a`,\n", /// # " a debug: `10`,\n", /// # " b label: `b`,\n", diff --git a/doc/src/lib/assert_all.rs.html b/doc/src/lib/assert_all.rs.html index cb717158c..6d8db7acf 100644 --- a/doc/src/lib/assert_all.rs.html +++ b/doc/src/lib/assert_all.rs.html @@ -261,7 +261,7 @@ Err(format!( concat!( "assertion failed: `assert_all!(collection, predicate)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_all.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_all.html\n", " collection label: `{}`,\n", " collection debug: `{:?}`,\n", " predicate: `{}`" @@ -294,7 +294,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_all!(collection, predicate)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_all.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_all.html\n", " collection label: `a.into_iter()`,\n", " collection debug: `IntoIter([1, -2, 3])`,\n", " predicate: `|x: i8| x > 0`" @@ -329,14 +329,14 @@ /// assert_all!(a.into_iter(), |x: i8| x > 0); /// # }); /// // assertion failed: `assert_all!(collection, predicate)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_all.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_all.html /// // collection label: `a.into_iter()`, /// // collection debug: `IntoIter([1, -2, 3])`, /// // predicate: `|x: i8| x > 0` /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_all!(collection, predicate)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_all.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_all.html\n", /// # " collection label: `a.into_iter()`,\n", /// # " collection debug: `IntoIter([1, -2, 3])`,\n", /// # " predicate: `|x: i8| x > 0`", diff --git a/doc/src/lib/assert_any.rs.html b/doc/src/lib/assert_any.rs.html index 04e3c6fb6..3407f9eb6 100644 --- a/doc/src/lib/assert_any.rs.html +++ b/doc/src/lib/assert_any.rs.html @@ -261,7 +261,7 @@ Err(format!( concat!( "assertion failed: `assert_any!(collection, predicate)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_any.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_any.html\n", " collection label: `{}`,\n", " collection debug: `{:?}`,\n", " predicate: `{}`", @@ -294,7 +294,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_any!(collection, predicate)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_any.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_any.html\n", " collection label: `a.into_iter()`,\n", " collection debug: `IntoIter([1, 2, 3])`,\n", " predicate: `|x: i8| x > 3`" @@ -329,14 +329,14 @@ /// assert_any!(a.into_iter(), |x: i8| x > 3); /// # }); /// // assertion failed: `assert_any!(collection, predicate)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_any.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_any.html /// // collection label: `a.into_iter()`, /// // collection debug: `IntoIter([1, 2, 3])`, /// // predicate: `|x: i8| x > 3` /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_any!(collection, predicate)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_any.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_any.html\n", /// # " collection label: `a.into_iter()`,\n", /// # " collection debug: `IntoIter([1, 2, 3])`,\n", /// # " predicate: `|x: i8| x > 3`", diff --git a/doc/src/lib/assert_approx/assert_approx_eq.rs.html b/doc/src/lib/assert_approx/assert_approx_eq.rs.html index 21aec7f4c..e11bc2272 100644 --- a/doc/src/lib/assert_approx/assert_approx_eq.rs.html +++ b/doc/src/lib/assert_approx/assert_approx_eq.rs.html @@ -284,7 +284,7 @@ 284 285 286 -
                                                                                                                                                                                //! Assert a number is approximately equal to another number.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a number is approximately equal to another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! | a - b | ≤ 1e-6
                                                                                                                                                                                @@ -347,7 +347,7 @@
                                                                                                                                                                                 //! * [`assert_approx_eq_as_result`](macro@crate::assert_approx_eq_as_result)
                                                                                                                                                                                 //! * [`debug_assert_approx_eq`](macro@crate::debug_assert_approx_eq)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a number is approximately equal to another number.
                                                                                                                                                                                +/// Assert a number is approximately equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// | a - b | ≤ 1e-6
                                                                                                                                                                                @@ -383,7 +383,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_approx_eq!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_approx_eq.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_approx_eq.html\n",
                                                                                                                                                                                                                 "            a label: `{}`,\n",
                                                                                                                                                                                                                 "            a debug: `{:?}`,\n",
                                                                                                                                                                                                                 "            b label: `{}`,\n",
                                                                                                                                                                                @@ -426,7 +426,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_approx_eq!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_approx_eq.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_approx_eq.html\n",
                                                                                                                                                                                                 "            a label: `a`,\n",
                                                                                                                                                                                                 "            a debug: `1.0000001`,\n",
                                                                                                                                                                                                 "            b label: `b`,\n",
                                                                                                                                                                                @@ -439,7 +439,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a number is approximately equal to another number.
                                                                                                                                                                                +/// Assert a number is approximately equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// | a - b | ≤ 1e-6
                                                                                                                                                                                @@ -467,7 +467,7 @@
                                                                                                                                                                                 /// assert_approx_eq!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_approx_eq!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_approx_eq.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_approx_eq.html
                                                                                                                                                                                 /// //             a label: `a`,
                                                                                                                                                                                 /// //             a debug: `1.0000001`,
                                                                                                                                                                                 /// //             b label: `b`,
                                                                                                                                                                                @@ -478,7 +478,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_approx_eq!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_approx_eq.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_approx_eq.html\n",
                                                                                                                                                                                 /// #     "            a label: `a`,\n",
                                                                                                                                                                                 /// #     "            a debug: `1.0000001`,\n",
                                                                                                                                                                                 /// #     "            b label: `b`,\n",
                                                                                                                                                                                @@ -531,7 +531,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a number is approximately equal to another number.
                                                                                                                                                                                +/// Assert a number is approximately equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// | a - b | ≤ 1e-6
                                                                                                                                                                                diff --git a/doc/src/lib/assert_approx/assert_approx_ne.rs.html b/doc/src/lib/assert_approx/assert_approx_ne.rs.html
                                                                                                                                                                                index 0166d1a12..47453bdec 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_approx/assert_approx_ne.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_approx/assert_approx_ne.rs.html
                                                                                                                                                                                @@ -284,7 +284,7 @@
                                                                                                                                                                                 284
                                                                                                                                                                                 285
                                                                                                                                                                                 286
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a number is approximately not equal to another number.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a number is approximately not equal to another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! | a - b | > 1e-6
                                                                                                                                                                                @@ -347,7 +347,7 @@
                                                                                                                                                                                 //! * [`assert_approx_ne_as_result`](macro@crate::assert_approx_ne_as_result)
                                                                                                                                                                                 //! * [`debug_assert_approx_ne`](macro@crate::debug_assert_approx_ne)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a number is approximately not equal to another number.
                                                                                                                                                                                +/// Assert a number is approximately not equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// | a - b | > 1e-6
                                                                                                                                                                                @@ -383,7 +383,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_approx_ne!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_approx_ne.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_approx_ne.html\n",
                                                                                                                                                                                                                 "            a label: `{}`,\n",
                                                                                                                                                                                                                 "            a debug: `{:?}`,\n",
                                                                                                                                                                                                                 "            b label: `{}`,\n",
                                                                                                                                                                                @@ -426,7 +426,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_approx_ne!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_approx_ne.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_approx_ne.html\n",
                                                                                                                                                                                                 "            a label: `a`,\n",
                                                                                                                                                                                                 "            a debug: `1.0000001`,\n",
                                                                                                                                                                                                 "            b label: `b`,\n",
                                                                                                                                                                                @@ -439,7 +439,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a number is approximately not equal to another number.
                                                                                                                                                                                +/// Assert a number is approximately not equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// | a - b | > 1e-6
                                                                                                                                                                                @@ -467,7 +467,7 @@
                                                                                                                                                                                 /// assert_approx_ne!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_approx_ne!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_approx_ne.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_approx_ne.html
                                                                                                                                                                                 /// //             a label: `a`,
                                                                                                                                                                                 /// //             a debug: `1.0000001`,
                                                                                                                                                                                 /// //             b label: `b`,
                                                                                                                                                                                @@ -478,7 +478,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_approx_ne!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_approx_ne.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_approx_ne.html\n",
                                                                                                                                                                                 /// #     "            a label: `a`,\n",
                                                                                                                                                                                 /// #     "            a debug: `1.0000001`,\n",
                                                                                                                                                                                 /// #     "            b label: `b`,\n",
                                                                                                                                                                                @@ -531,7 +531,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a number is approximately not equal to another number.
                                                                                                                                                                                +/// Assert a number is approximately not equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// | a - b | > 1e-6
                                                                                                                                                                                diff --git a/doc/src/lib/assert_bag/assert_bag_eq.rs.html b/doc/src/lib/assert_bag/assert_bag_eq.rs.html
                                                                                                                                                                                index c7820ad2f..0cd862d32 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_bag/assert_bag_eq.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_bag/assert_bag_eq.rs.html
                                                                                                                                                                                @@ -285,7 +285,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_bag_eq!(a_collection, b_collection)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_eq.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_eq.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " b label: `{}`,\n",
                                                                                                                                                                                @@ -331,7 +331,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_bag_eq!(a_collection, b_collection)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_eq.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_eq.html\n",
                                                                                                                                                                                                 " a label: `&a`,\n",
                                                                                                                                                                                                 " a debug: `[1, 1]`,\n",
                                                                                                                                                                                                 " b label: `&b`,\n",
                                                                                                                                                                                @@ -371,7 +371,7 @@
                                                                                                                                                                                 /// assert_bag_eq!(&a, &b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_bag_eq!(a_collection, b_collection)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_eq.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_eq.html
                                                                                                                                                                                 /// //  a label: `&a`,
                                                                                                                                                                                 /// //  a debug: `[1, 1]`,
                                                                                                                                                                                 /// //  b label: `&b`,
                                                                                                                                                                                @@ -381,7 +381,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_bag_eq!(a_collection, b_collection)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_eq.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_eq.html\n",
                                                                                                                                                                                 /// #     " a label: `&a`,\n",
                                                                                                                                                                                 /// #     " a debug: `[1, 1]`,\n",
                                                                                                                                                                                 /// #     " b label: `&b`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_bag/assert_bag_ne.rs.html b/doc/src/lib/assert_bag/assert_bag_ne.rs.html
                                                                                                                                                                                index e064e85aa..a5069f8bc 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_bag/assert_bag_ne.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_bag/assert_bag_ne.rs.html
                                                                                                                                                                                @@ -289,7 +289,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_bag_ne!(a_collection, b_collection)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_ne.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_ne.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " b label: `{}`,\n",
                                                                                                                                                                                @@ -335,7 +335,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_bag_ne!(a_collection, b_collection)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_ne.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_ne.html\n",
                                                                                                                                                                                                 " a label: `&a`,\n",
                                                                                                                                                                                                 " a debug: `[1, 1]`,\n",
                                                                                                                                                                                                 " b label: `&b`,\n",
                                                                                                                                                                                @@ -375,7 +375,7 @@
                                                                                                                                                                                 /// assert_bag_ne!(&a, &b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_bag_ne!(a_collection, b_collection)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_ne.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_ne.html
                                                                                                                                                                                 /// //  a label: `&a`,
                                                                                                                                                                                 /// //  a debug: `[1, 1]`,
                                                                                                                                                                                 /// //  b label: `&b`,
                                                                                                                                                                                @@ -385,7 +385,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_bag_ne!(a_collection, b_collection)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_ne.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_ne.html\n",
                                                                                                                                                                                 /// #     " a label: `&a`,\n",
                                                                                                                                                                                 /// #     " a debug: `[1, 1]`,\n",
                                                                                                                                                                                 /// #     " b label: `&b`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_bag/assert_bag_subbag.rs.html b/doc/src/lib/assert_bag/assert_bag_subbag.rs.html
                                                                                                                                                                                index b615395cb..85d686bc7 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_bag/assert_bag_subbag.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_bag/assert_bag_subbag.rs.html
                                                                                                                                                                                @@ -317,7 +317,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_bag_subbag!(a_collection, b_collection)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_subbag.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_subbag.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " b label: `{}`,\n",
                                                                                                                                                                                @@ -363,7 +363,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_bag_subbag!(a_collection, b_collection)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_subbag.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_subbag.html\n",
                                                                                                                                                                                                 " a label: `&a`,\n",
                                                                                                                                                                                                 " a debug: `[1, 1]`,\n",
                                                                                                                                                                                                 " b label: `&b`,\n",
                                                                                                                                                                                @@ -383,7 +383,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_bag_subbag!(a_collection, b_collection)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_subbag.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_subbag.html\n",
                                                                                                                                                                                                 " a label: `&a`,\n",
                                                                                                                                                                                                 " a debug: `[1, 1, 1]`,\n",
                                                                                                                                                                                                 " b label: `&b`,\n",
                                                                                                                                                                                @@ -423,7 +423,7 @@
                                                                                                                                                                                 /// assert_bag_subbag!(&a, &b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_bag_subbag!(a_collection, b_collection)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_subbag.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_subbag.html
                                                                                                                                                                                 /// //  a label: `&a`,
                                                                                                                                                                                 /// //  a debug: `[1, 1, 1]`,
                                                                                                                                                                                 /// //  b label: `&b`,
                                                                                                                                                                                @@ -433,7 +433,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_bag_subbag!(a_collection, b_collection)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_subbag.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_subbag.html\n",
                                                                                                                                                                                 /// #     " a label: `&a`,\n",
                                                                                                                                                                                 /// #     " a debug: `[1, 1, 1]`,\n",
                                                                                                                                                                                 /// #     " b label: `&b`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_bag/assert_bag_superbag.rs.html b/doc/src/lib/assert_bag/assert_bag_superbag.rs.html
                                                                                                                                                                                index b8b10eb93..f1eb23a48 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_bag/assert_bag_superbag.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_bag/assert_bag_superbag.rs.html
                                                                                                                                                                                @@ -317,7 +317,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_bag_superbag!(a_collection, b_collection)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_superbag.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_superbag.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " b label: `{}`,\n",
                                                                                                                                                                                @@ -363,7 +363,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_bag_superbag!(a_collection, b_collection)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_superbag.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_superbag.html\n",
                                                                                                                                                                                                 " a label: `&a`,\n",
                                                                                                                                                                                                 " a debug: `[1, 1]`,\n",
                                                                                                                                                                                                 " b label: `&b`,\n",
                                                                                                                                                                                @@ -383,7 +383,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_bag_superbag!(a_collection, b_collection)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_superbag.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_superbag.html\n",
                                                                                                                                                                                                 " a label: `&a`,\n",
                                                                                                                                                                                                 " a debug: `[1, 1]`,\n",
                                                                                                                                                                                                 " b label: `&b`,\n",
                                                                                                                                                                                @@ -423,7 +423,7 @@
                                                                                                                                                                                 /// assert_bag_superbag!(&a, &b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_bag_superbag!(a_collection, b_collection)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_superbag.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_superbag.html
                                                                                                                                                                                 /// //  a label: `&a`,
                                                                                                                                                                                 /// //  a debug: `[1, 1]`,
                                                                                                                                                                                 /// //  b label: `&b`,
                                                                                                                                                                                @@ -433,7 +433,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_bag_superbag!(a_collection, b_collection)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_superbag.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_superbag.html\n",
                                                                                                                                                                                 /// #     " a label: `&a`,\n",
                                                                                                                                                                                 /// #     " a debug: `[1, 1]`,\n",
                                                                                                                                                                                 /// #     " b label: `&b`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_command/assert_command_stderr_eq.rs.html b/doc/src/lib/assert_command/assert_command_stderr_eq.rs.html
                                                                                                                                                                                index 1e5f5a30e..ae4058bf9 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_command/assert_command_stderr_eq.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_command/assert_command_stderr_eq.rs.html
                                                                                                                                                                                @@ -338,7 +338,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_command_stderr_eq!(a_command, b_command)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_eq.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_eq.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " b label: `{}`,\n",
                                                                                                                                                                                @@ -361,7 +361,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_command_stderr_eq!(a_command, b_command)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_eq.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_eq.html\n",
                                                                                                                                                                                                             " a label: `{}`,\n",
                                                                                                                                                                                                             " a debug: `{:?}`,\n",
                                                                                                                                                                                                             " b label: `{}`,\n",
                                                                                                                                                                                @@ -410,7 +410,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stderr_eq!(a_command, b_command)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_eq.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_eq.html\n",
                                                                                                                                                                                             " a label: `a`,\n",
                                                                                                                                                                                             " a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             " b label: `b`,\n",
                                                                                                                                                                                @@ -431,7 +431,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stderr_eq!(a_command, b_command)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_eq.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_eq.html\n",
                                                                                                                                                                                             " a label: `a`,\n",
                                                                                                                                                                                             " a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             " b label: `b`,\n",
                                                                                                                                                                                @@ -476,7 +476,7 @@
                                                                                                                                                                                 /// assert_command_stderr_eq!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_command_stderr_eq!(a_command, b_command)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_eq.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_eq.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,
                                                                                                                                                                                 /// //  b label: `b`,
                                                                                                                                                                                @@ -486,7 +486,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_command_stderr_eq!(a_command, b_command)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_eq.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_eq.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                 /// #     " b label: `b`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_command/assert_command_stderr_eq_x.rs.html b/doc/src/lib/assert_command/assert_command_stderr_eq_x.rs.html
                                                                                                                                                                                index 740f6cda0..81936189d 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_command/assert_command_stderr_eq_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_command/assert_command_stderr_eq_x.rs.html
                                                                                                                                                                                @@ -333,7 +333,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_command_stderr_eq_x!(command, expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_eq_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_eq_x.html\n",
                                                                                                                                                                                                                         " command label: `{}`,\n",
                                                                                                                                                                                                                         " command debug: `{:?}`,\n",
                                                                                                                                                                                                                         "    expr label: `{}`,\n",
                                                                                                                                                                                @@ -356,7 +356,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_command_stderr_eq_x!(command, expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_eq_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_eq_x.html\n",
                                                                                                                                                                                                                     "  command label: `{}`,\n",
                                                                                                                                                                                                                     "  command debug: `{:?}`,\n",
                                                                                                                                                                                                                     "     expr label: `{}`,\n",
                                                                                                                                                                                @@ -400,7 +400,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stderr_eq_x!(command, expr)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_eq_x.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_eq_x.html\n",
                                                                                                                                                                                             " command label: `a`,\n",
                                                                                                                                                                                             " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             "    expr label: `b`,\n",
                                                                                                                                                                                @@ -420,7 +420,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stderr_eq_x!(command, expr)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_eq_x.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_eq_x.html\n",
                                                                                                                                                                                             " command label: `a`,\n",
                                                                                                                                                                                             " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             "    expr label: `b`,\n",
                                                                                                                                                                                @@ -463,7 +463,7 @@
                                                                                                                                                                                 /// assert_command_stderr_eq_x!(command, bytes);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_command_stderr_eq_x!(command, expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_eq_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_eq_x.html
                                                                                                                                                                                 /// //  command label: `command`,
                                                                                                                                                                                 /// //  command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,
                                                                                                                                                                                 /// //     expr label: `bytes`,
                                                                                                                                                                                @@ -473,7 +473,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_command_stderr_eq_x!(command, expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_eq_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_eq_x.html\n",
                                                                                                                                                                                 /// #     " command label: `command`,\n",
                                                                                                                                                                                 /// #     " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                 /// #     "    expr label: `bytes`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_command/assert_command_stderr_ge.rs.html b/doc/src/lib/assert_command/assert_command_stderr_ge.rs.html
                                                                                                                                                                                index a760cf596..b8c95964d 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_command/assert_command_stderr_ge.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_command/assert_command_stderr_ge.rs.html
                                                                                                                                                                                @@ -269,7 +269,7 @@
                                                                                                                                                                                 269
                                                                                                                                                                                 270
                                                                                                                                                                                 271
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a command stderr string is equal to another.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a command stderr string is greater than or equal to another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! (command1 ⇒ stderr) = (command2 ⇒ stderr)
                                                                                                                                                                                @@ -295,7 +295,7 @@
                                                                                                                                                                                 //! * [`assert_command_stderr_ge_as_result`](macro@crate::assert_command_stderr_ge_as_result)
                                                                                                                                                                                 //! * [`debug_assert_command_stderr_ge`](macro@crate::debug_assert_command_stderr_ge)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stderr string is equal to another.
                                                                                                                                                                                +/// Assert a command stderr string is greater than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command1 ⇒ stderr) = (command2 ⇒ stderr)
                                                                                                                                                                                @@ -330,7 +330,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_command_stderr_ge!(a_command, b_command)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ge.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ge.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " b label: `{}`,\n",
                                                                                                                                                                                @@ -353,7 +353,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_command_stderr_ge!(a_command, b_command)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ge.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ge.html\n",
                                                                                                                                                                                                             " a label: `{}`,\n",
                                                                                                                                                                                                             " a debug: `{:?}`,\n",
                                                                                                                                                                                                             " b label: `{}`,\n",
                                                                                                                                                                                @@ -415,7 +415,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stderr_ge!(a_command, b_command)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ge.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ge.html\n",
                                                                                                                                                                                             " a label: `a`,\n",
                                                                                                                                                                                             " a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             " b label: `b`,\n",
                                                                                                                                                                                @@ -427,7 +427,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stderr string is equal to another.
                                                                                                                                                                                +/// Assert a command stderr string is greater than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command1 ⇒ stderr) = (command2 ⇒ stderr)
                                                                                                                                                                                @@ -460,7 +460,7 @@
                                                                                                                                                                                 /// assert_command_stderr_ge!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_command_stderr_ge!(a_command, b_command)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ge.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ge.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,
                                                                                                                                                                                 /// //  b label: `b`,
                                                                                                                                                                                @@ -470,7 +470,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_command_stderr_ge!(a_command, b_command)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ge.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ge.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                 /// #     " b label: `b`,\n",
                                                                                                                                                                                @@ -504,7 +504,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stderr string is equal to another.
                                                                                                                                                                                +/// Assert a command stderr string is greater than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// This macro provides the same statements as [`assert_command_stderr_ge {`](macro.assert_command_stderr_ge {.html),
                                                                                                                                                                                 /// except this macro's statements are only enabled in non-optimized
                                                                                                                                                                                diff --git a/doc/src/lib/assert_command/assert_command_stderr_ge_x.rs.html b/doc/src/lib/assert_command/assert_command_stderr_ge_x.rs.html
                                                                                                                                                                                index 62b247edb..38a89fada 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_command/assert_command_stderr_ge_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_command/assert_command_stderr_ge_x.rs.html
                                                                                                                                                                                @@ -261,7 +261,7 @@
                                                                                                                                                                                 261
                                                                                                                                                                                 262
                                                                                                                                                                                 263
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a command stderr string is equal to an expression.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a command stderr string is greater than or equal to an expression.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! (command ⇒ stderr) = (expr into string)
                                                                                                                                                                                @@ -286,7 +286,7 @@
                                                                                                                                                                                 //! * [`assert_command_stderr_ge_x_as_result`](macro@crate::assert_command_stderr_ge_x_as_result)
                                                                                                                                                                                 //! * [`debug_assert_command_stderr_ge_x`](macro@crate::debug_assert_command_stderr_ge_x)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stderr string is equal to an expression.
                                                                                                                                                                                +/// Assert a command stderr string is greater than or equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command ⇒ stderr) = (expr into string)
                                                                                                                                                                                @@ -322,7 +322,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_command_stderr_ge_x!(command, expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ge_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ge_x.html\n",
                                                                                                                                                                                                                         " command label: `{}`,\n",
                                                                                                                                                                                                                         " command debug: `{:?}`,\n",
                                                                                                                                                                                                                         "    expr label: `{}`,\n",
                                                                                                                                                                                @@ -345,7 +345,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_command_stderr_ge_x!(command, expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ge_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ge_x.html\n",
                                                                                                                                                                                                                     "  command label: `{}`,\n",
                                                                                                                                                                                                                     "  command debug: `{:?}`,\n",
                                                                                                                                                                                                                     "     expr label: `{}`,\n",
                                                                                                                                                                                @@ -398,7 +398,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stderr_ge_x!(command, expr)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ge_x.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ge_x.html\n",
                                                                                                                                                                                             " command label: `a`,\n",
                                                                                                                                                                                             " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             "    expr label: `b`,\n",
                                                                                                                                                                                @@ -410,7 +410,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stderr string is equal to an expression.
                                                                                                                                                                                +/// Assert a command stderr string is greater than or equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command ⇒ stderr) = (expr into string)
                                                                                                                                                                                @@ -441,7 +441,7 @@
                                                                                                                                                                                 /// assert_command_stderr_ge_x!(command, bytes);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_command_stderr_ge_x!(command, expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ge_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ge_x.html
                                                                                                                                                                                 /// //  command label: `command`,
                                                                                                                                                                                 /// //  command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,
                                                                                                                                                                                 /// //     expr label: `bytes`,
                                                                                                                                                                                @@ -451,7 +451,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_command_stderr_ge_x!(command, expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ge_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ge_x.html\n",
                                                                                                                                                                                 /// #     " command label: `command`,\n",
                                                                                                                                                                                 /// #     " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                 /// #     "    expr label: `bytes`,\n",
                                                                                                                                                                                @@ -485,7 +485,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stderr string is equal to an expression.
                                                                                                                                                                                +/// Assert a command stderr string is greater than or equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command ⇒ stderr) = (expr into string)
                                                                                                                                                                                diff --git a/doc/src/lib/assert_command/assert_command_stderr_gt.rs.html b/doc/src/lib/assert_command/assert_command_stderr_gt.rs.html
                                                                                                                                                                                index 750c2f748..bca8aa494 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_command/assert_command_stderr_gt.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_command/assert_command_stderr_gt.rs.html
                                                                                                                                                                                @@ -277,7 +277,7 @@
                                                                                                                                                                                 277
                                                                                                                                                                                 278
                                                                                                                                                                                 279
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a command stderr string is equal to another.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a command stderr string is greater than another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! (command1 ⇒ stderr) = (command2 ⇒ stderr)
                                                                                                                                                                                @@ -303,7 +303,7 @@
                                                                                                                                                                                 //! * [`assert_command_stderr_gt_as_result`](macro@crate::assert_command_stderr_gt_as_result)
                                                                                                                                                                                 //! * [`debug_assert_command_stderr_gt`](macro@crate::debug_assert_command_stderr_gt)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stderr string is equal to another.
                                                                                                                                                                                +/// Assert a command stderr string is greater than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command1 ⇒ stderr) = (command2 ⇒ stderr)
                                                                                                                                                                                @@ -338,7 +338,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_command_stderr_gt!(a_command, b_command)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_gt.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_gt.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " b label: `{}`,\n",
                                                                                                                                                                                @@ -361,7 +361,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_command_stderr_gt!(a_command, b_command)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_gt.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_gt.html\n",
                                                                                                                                                                                                             " a label: `{}`,\n",
                                                                                                                                                                                                             " a debug: `{:?}`,\n",
                                                                                                                                                                                                             " b label: `{}`,\n",
                                                                                                                                                                                @@ -410,7 +410,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stderr_gt!(a_command, b_command)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_gt.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_gt.html\n",
                                                                                                                                                                                             " a label: `a`,\n",
                                                                                                                                                                                             " a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             " b label: `b`,\n",
                                                                                                                                                                                @@ -431,7 +431,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stderr_gt!(a_command, b_command)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_gt.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_gt.html\n",
                                                                                                                                                                                             " a label: `a`,\n",
                                                                                                                                                                                             " a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             " b label: `b`,\n",
                                                                                                                                                                                @@ -443,7 +443,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stderr string is equal to another.
                                                                                                                                                                                +/// Assert a command stderr string is greater than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command1 ⇒ stderr) = (command2 ⇒ stderr)
                                                                                                                                                                                @@ -476,7 +476,7 @@
                                                                                                                                                                                 /// assert_command_stderr_gt!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_command_stderr_gt!(a_command, b_command)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_gt.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_gt.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,
                                                                                                                                                                                 /// //  b label: `b`,
                                                                                                                                                                                @@ -486,7 +486,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_command_stderr_gt!(a_command, b_command)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_gt.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_gt.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                 /// #     " b label: `b`,\n",
                                                                                                                                                                                @@ -520,7 +520,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stderr string is equal to another.
                                                                                                                                                                                +/// Assert a command stderr string is greater than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// This macro provides the same statements as [`assert_command_stderr_gt {`](macro.assert_command_stderr_gt {.html),
                                                                                                                                                                                 /// except this macro's statements are only enabled in non-optimized
                                                                                                                                                                                diff --git a/doc/src/lib/assert_command/assert_command_stderr_gt_x.rs.html b/doc/src/lib/assert_command/assert_command_stderr_gt_x.rs.html
                                                                                                                                                                                index a45e39d24..862d5e6d8 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_command/assert_command_stderr_gt_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_command/assert_command_stderr_gt_x.rs.html
                                                                                                                                                                                @@ -272,7 +272,7 @@
                                                                                                                                                                                 272
                                                                                                                                                                                 273
                                                                                                                                                                                 274
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a command stderr string is equal to an expression.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a command stderr string is greater than an expression.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! (command ⇒ stderr) = (expr into string)
                                                                                                                                                                                @@ -297,7 +297,7 @@
                                                                                                                                                                                 //! * [`assert_command_stderr_gt_x_as_result`](macro@crate::assert_command_stderr_gt_x_as_result)
                                                                                                                                                                                 //! * [`debug_assert_command_stderr_gt_x`](macro@crate::debug_assert_command_stderr_gt_x)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stderr string is equal to an expression.
                                                                                                                                                                                +/// Assert a command stderr string is greater than an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command ⇒ stderr) = (expr into string)
                                                                                                                                                                                @@ -333,7 +333,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_command_stderr_gt_x!(command, expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_gt_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_gt_x.html\n",
                                                                                                                                                                                                                         " command label: `{}`,\n",
                                                                                                                                                                                                                         " command debug: `{:?}`,\n",
                                                                                                                                                                                                                         "    expr label: `{}`,\n",
                                                                                                                                                                                @@ -356,7 +356,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_command_stderr_gt_x!(command, expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_gt_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_gt_x.html\n",
                                                                                                                                                                                                                     "  command label: `{}`,\n",
                                                                                                                                                                                                                     "  command debug: `{:?}`,\n",
                                                                                                                                                                                                                     "     expr label: `{}`,\n",
                                                                                                                                                                                @@ -400,7 +400,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stderr_gt_x!(command, expr)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_gt_x.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_gt_x.html\n",
                                                                                                                                                                                             " command label: `a`,\n",
                                                                                                                                                                                             " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             "    expr label: `b`,\n",
                                                                                                                                                                                @@ -420,7 +420,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stderr_gt_x!(command, expr)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_gt_x.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_gt_x.html\n",
                                                                                                                                                                                             " command label: `a`,\n",
                                                                                                                                                                                             " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             "    expr label: `b`,\n",
                                                                                                                                                                                @@ -432,7 +432,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stderr string is equal to an expression.
                                                                                                                                                                                +/// Assert a command stderr string is greater than an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command ⇒ stderr) = (expr into string)
                                                                                                                                                                                @@ -463,7 +463,7 @@
                                                                                                                                                                                 /// assert_command_stderr_gt_x!(command, bytes);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_command_stderr_gt_x!(command, expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_gt_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_gt_x.html
                                                                                                                                                                                 /// //  command label: `command`,
                                                                                                                                                                                 /// //  command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,
                                                                                                                                                                                 /// //     expr label: `bytes`,
                                                                                                                                                                                @@ -473,7 +473,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_command_stderr_gt_x!(command, expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_gt_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_gt_x.html\n",
                                                                                                                                                                                 /// #     " command label: `command`,\n",
                                                                                                                                                                                 /// #     " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                 /// #     "    expr label: `bytes`,\n",
                                                                                                                                                                                @@ -507,7 +507,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stderr string is equal to an expression.
                                                                                                                                                                                +/// Assert a command stderr string is greater than an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command ⇒ stderr) = (expr into string)
                                                                                                                                                                                diff --git a/doc/src/lib/assert_command/assert_command_stderr_le.rs.html b/doc/src/lib/assert_command/assert_command_stderr_le.rs.html
                                                                                                                                                                                index 0bdb55500..0812d9cb5 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_command/assert_command_stderr_le.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_command/assert_command_stderr_le.rs.html
                                                                                                                                                                                @@ -269,7 +269,7 @@
                                                                                                                                                                                 269
                                                                                                                                                                                 270
                                                                                                                                                                                 271
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a command stderr string is equal to another.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a command stderr string is less than or equal to another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! (command1 ⇒ stderr) = (command2 ⇒ stderr)
                                                                                                                                                                                @@ -295,7 +295,7 @@
                                                                                                                                                                                 //! * [`assert_command_stderr_le_as_result`](macro@crate::assert_command_stderr_le_as_result)
                                                                                                                                                                                 //! * [`debug_assert_command_stderr_le`](macro@crate::debug_assert_command_stderr_le)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stderr string is equal to another.
                                                                                                                                                                                +/// Assert a command stderr string is less than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command1 ⇒ stderr) = (command2 ⇒ stderr)
                                                                                                                                                                                @@ -330,7 +330,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_command_stderr_le!(a_command, b_command)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_le.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_le.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " b label: `{}`,\n",
                                                                                                                                                                                @@ -353,7 +353,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_command_stderr_le!(a_command, b_command)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_le.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_le.html\n",
                                                                                                                                                                                                             " a label: `{}`,\n",
                                                                                                                                                                                                             " a debug: `{:?}`,\n",
                                                                                                                                                                                                             " b label: `{}`,\n",
                                                                                                                                                                                @@ -415,7 +415,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stderr_le!(a_command, b_command)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_le.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_le.html\n",
                                                                                                                                                                                             " a label: `a`,\n",
                                                                                                                                                                                             " a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             " b label: `b`,\n",
                                                                                                                                                                                @@ -427,7 +427,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stderr string is equal to another.
                                                                                                                                                                                +/// Assert a command stderr string is less than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command1 ⇒ stderr) = (command2 ⇒ stderr)
                                                                                                                                                                                @@ -460,7 +460,7 @@
                                                                                                                                                                                 /// assert_command_stderr_le!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_command_stderr_le!(a_command, b_command)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_le.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_le.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,
                                                                                                                                                                                 /// //  b label: `b`,
                                                                                                                                                                                @@ -470,7 +470,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_command_stderr_le!(a_command, b_command)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_le.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_le.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                 /// #     " b label: `b`,\n",
                                                                                                                                                                                @@ -504,7 +504,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stderr string is equal to another.
                                                                                                                                                                                +/// Assert a command stderr string is less than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// This macro provides the same statements as [`assert_command_stderr_le {`](macro.assert_command_stderr_le {.html),
                                                                                                                                                                                 /// except this macro's statements are only enabled in non-optimized
                                                                                                                                                                                diff --git a/doc/src/lib/assert_command/assert_command_stderr_le_x.rs.html b/doc/src/lib/assert_command/assert_command_stderr_le_x.rs.html
                                                                                                                                                                                index 6cbca27be..ad359a78b 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_command/assert_command_stderr_le_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_command/assert_command_stderr_le_x.rs.html
                                                                                                                                                                                @@ -261,7 +261,7 @@
                                                                                                                                                                                 261
                                                                                                                                                                                 262
                                                                                                                                                                                 263
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a command stderr string is equal to an expression.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a command stderr string is less than or equal to an expression.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! (command ⇒ stderr) = (expr into string)
                                                                                                                                                                                @@ -286,7 +286,7 @@
                                                                                                                                                                                 //! * [`assert_command_stderr_le_x_as_result`](macro@crate::assert_command_stderr_le_x_as_result)
                                                                                                                                                                                 //! * [`debug_assert_command_stderr_le_x`](macro@crate::debug_assert_command_stderr_le_x)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stderr string is equal to an expression.
                                                                                                                                                                                +/// Assert a command stderr string is less than or equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command ⇒ stderr) = (expr into string)
                                                                                                                                                                                @@ -322,7 +322,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_command_stderr_le_x!(command, expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_le_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_le_x.html\n",
                                                                                                                                                                                                                         " command label: `{}`,\n",
                                                                                                                                                                                                                         " command debug: `{:?}`,\n",
                                                                                                                                                                                                                         "    expr label: `{}`,\n",
                                                                                                                                                                                @@ -345,7 +345,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_command_stderr_le_x!(command, expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_le_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_le_x.html\n",
                                                                                                                                                                                                                     "  command label: `{}`,\n",
                                                                                                                                                                                                                     "  command debug: `{:?}`,\n",
                                                                                                                                                                                                                     "     expr label: `{}`,\n",
                                                                                                                                                                                @@ -398,7 +398,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stderr_le_x!(command, expr)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_le_x.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_le_x.html\n",
                                                                                                                                                                                             " command label: `a`,\n",
                                                                                                                                                                                             " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             "    expr label: `b`,\n",
                                                                                                                                                                                @@ -410,7 +410,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stderr string is equal to an expression.
                                                                                                                                                                                +/// Assert a command stderr string is less than or equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command ⇒ stderr) = (expr into string)
                                                                                                                                                                                @@ -441,7 +441,7 @@
                                                                                                                                                                                 /// assert_command_stderr_le_x!(command, bytes);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_command_stderr_le_x!(command, expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_le_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_le_x.html
                                                                                                                                                                                 /// //  command label: `command`,
                                                                                                                                                                                 /// //  command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,
                                                                                                                                                                                 /// //     expr label: `bytes`,
                                                                                                                                                                                @@ -451,7 +451,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_command_stderr_le_x!(command, expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_le_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_le_x.html\n",
                                                                                                                                                                                 /// #     " command label: `command`,\n",
                                                                                                                                                                                 /// #     " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                 /// #     "    expr label: `bytes`,\n",
                                                                                                                                                                                @@ -485,7 +485,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stderr string is equal to an expression.
                                                                                                                                                                                +/// Assert a command stderr string is less than or equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command ⇒ stderr) = (expr into string)
                                                                                                                                                                                diff --git a/doc/src/lib/assert_command/assert_command_stderr_lt.rs.html b/doc/src/lib/assert_command/assert_command_stderr_lt.rs.html
                                                                                                                                                                                index 7a7d090ae..e9a0a7a5a 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_command/assert_command_stderr_lt.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_command/assert_command_stderr_lt.rs.html
                                                                                                                                                                                @@ -277,7 +277,7 @@
                                                                                                                                                                                 277
                                                                                                                                                                                 278
                                                                                                                                                                                 279
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a command stderr string is equal to another.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a command stderr string is less than another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! (command1 ⇒ stderr) = (command2 ⇒ stderr)
                                                                                                                                                                                @@ -303,7 +303,7 @@
                                                                                                                                                                                 //! * [`assert_command_stderr_lt_as_result`](macro@crate::assert_command_stderr_lt_as_result)
                                                                                                                                                                                 //! * [`debug_assert_command_stderr_lt`](macro@crate::debug_assert_command_stderr_lt)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stderr string is equal to another.
                                                                                                                                                                                +/// Assert a command stderr string is less than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command1 ⇒ stderr) = (command2 ⇒ stderr)
                                                                                                                                                                                @@ -338,7 +338,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_command_stderr_lt!(a_command, b_command)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_lt.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_lt.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " b label: `{}`,\n",
                                                                                                                                                                                @@ -361,7 +361,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_command_stderr_lt!(a_command, b_command)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_lt.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_lt.html\n",
                                                                                                                                                                                                             " a label: `{}`,\n",
                                                                                                                                                                                                             " a debug: `{:?}`,\n",
                                                                                                                                                                                                             " b label: `{}`,\n",
                                                                                                                                                                                @@ -410,7 +410,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stderr_lt!(a_command, b_command)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_lt.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_lt.html\n",
                                                                                                                                                                                             " a label: `a`,\n",
                                                                                                                                                                                             " a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             " b label: `b`,\n",
                                                                                                                                                                                @@ -431,7 +431,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stderr_lt!(a_command, b_command)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_lt.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_lt.html\n",
                                                                                                                                                                                             " a label: `a`,\n",
                                                                                                                                                                                             " a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             " b label: `b`,\n",
                                                                                                                                                                                @@ -443,7 +443,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stderr string is equal to another.
                                                                                                                                                                                +/// Assert a command stderr string is less than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command1 ⇒ stderr) = (command2 ⇒ stderr)
                                                                                                                                                                                @@ -476,7 +476,7 @@
                                                                                                                                                                                 /// assert_command_stderr_lt!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_command_stderr_lt!(a_command, b_command)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_lt.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_lt.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,
                                                                                                                                                                                 /// //  b label: `b`,
                                                                                                                                                                                @@ -486,7 +486,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_command_stderr_lt!(a_command, b_command)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_lt.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_lt.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                 /// #     " b label: `b`,\n",
                                                                                                                                                                                @@ -520,7 +520,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stderr string is equal to another.
                                                                                                                                                                                +/// Assert a command stderr string is less than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// This macro provides the same statements as [`assert_command_stderr_lt {`](macro.assert_command_stderr_lt {.html),
                                                                                                                                                                                 /// except this macro's statements are only enabled in non-optimized
                                                                                                                                                                                diff --git a/doc/src/lib/assert_command/assert_command_stderr_lt_x.rs.html b/doc/src/lib/assert_command/assert_command_stderr_lt_x.rs.html
                                                                                                                                                                                index b4b8c6225..a0b430e20 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_command/assert_command_stderr_lt_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_command/assert_command_stderr_lt_x.rs.html
                                                                                                                                                                                @@ -272,7 +272,7 @@
                                                                                                                                                                                 272
                                                                                                                                                                                 273
                                                                                                                                                                                 274
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a command stderr string is equal to an expression.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a command stderr string is less than an expression.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! (command ⇒ stderr) = (expr into string)
                                                                                                                                                                                @@ -297,7 +297,7 @@
                                                                                                                                                                                 //! * [`assert_command_stderr_lt_x_as_result`](macro@crate::assert_command_stderr_lt_x_as_result)
                                                                                                                                                                                 //! * [`debug_assert_command_stderr_lt_x`](macro@crate::debug_assert_command_stderr_lt_x)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stderr string is equal to an expression.
                                                                                                                                                                                +/// Assert a command stderr string is less than an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command ⇒ stderr) = (expr into string)
                                                                                                                                                                                @@ -333,7 +333,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_command_stderr_lt_x!(command, expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_lt_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_lt_x.html\n",
                                                                                                                                                                                                                         " command label: `{}`,\n",
                                                                                                                                                                                                                         " command debug: `{:?}`,\n",
                                                                                                                                                                                                                         "    expr label: `{}`,\n",
                                                                                                                                                                                @@ -356,7 +356,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_command_stderr_lt_x!(command, expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_lt_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_lt_x.html\n",
                                                                                                                                                                                                                     "  command label: `{}`,\n",
                                                                                                                                                                                                                     "  command debug: `{:?}`,\n",
                                                                                                                                                                                                                     "     expr label: `{}`,\n",
                                                                                                                                                                                @@ -400,7 +400,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stderr_lt_x!(command, expr)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_lt_x.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_lt_x.html\n",
                                                                                                                                                                                             " command label: `a`,\n",
                                                                                                                                                                                             " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             "    expr label: `b`,\n",
                                                                                                                                                                                @@ -420,7 +420,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stderr_lt_x!(command, expr)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_lt_x.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_lt_x.html\n",
                                                                                                                                                                                             " command label: `a`,\n",
                                                                                                                                                                                             " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             "    expr label: `b`,\n",
                                                                                                                                                                                @@ -432,7 +432,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stderr string is equal to an expression.
                                                                                                                                                                                +/// Assert a command stderr string is less than an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command ⇒ stderr) = (expr into string)
                                                                                                                                                                                @@ -463,7 +463,7 @@
                                                                                                                                                                                 /// assert_command_stderr_lt_x!(command, bytes);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_command_stderr_lt_x!(command, expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_lt_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_lt_x.html
                                                                                                                                                                                 /// //  command label: `command`,
                                                                                                                                                                                 /// //  command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,
                                                                                                                                                                                 /// //     expr label: `bytes`,
                                                                                                                                                                                @@ -473,7 +473,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_command_stderr_lt_x!(command, expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_lt_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_lt_x.html\n",
                                                                                                                                                                                 /// #     " command label: `command`,\n",
                                                                                                                                                                                 /// #     " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                 /// #     "    expr label: `bytes`,\n",
                                                                                                                                                                                @@ -507,7 +507,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stderr string is equal to an expression.
                                                                                                                                                                                +/// Assert a command stderr string is less than an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command ⇒ stderr) = (expr into string)
                                                                                                                                                                                diff --git a/doc/src/lib/assert_command/assert_command_stderr_ne.rs.html b/doc/src/lib/assert_command/assert_command_stderr_ne.rs.html
                                                                                                                                                                                index 344a00b9f..60930c2bd 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_command/assert_command_stderr_ne.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_command/assert_command_stderr_ne.rs.html
                                                                                                                                                                                @@ -269,7 +269,7 @@
                                                                                                                                                                                 269
                                                                                                                                                                                 270
                                                                                                                                                                                 271
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a command stderr string is equal to another.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a command stderr string is not equal to another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! (command1 ⇒ stderr) = (command2 ⇒ stderr)
                                                                                                                                                                                @@ -295,7 +295,7 @@
                                                                                                                                                                                 //! * [`assert_command_stderr_ne_as_result`](macro@crate::assert_command_stderr_ne_as_result)
                                                                                                                                                                                 //! * [`debug_assert_command_stderr_ne`](macro@crate::debug_assert_command_stderr_ne)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stderr string is equal to another.
                                                                                                                                                                                +/// Assert a command stderr string is not equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command1 ⇒ stderr) = (command2 ⇒ stderr)
                                                                                                                                                                                @@ -330,7 +330,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_command_stderr_ne!(a_command, b_command)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ne.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ne.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " b label: `{}`,\n",
                                                                                                                                                                                @@ -353,7 +353,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_command_stderr_ne!(a_command, b_command)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ne.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ne.html\n",
                                                                                                                                                                                                             " a label: `{}`,\n",
                                                                                                                                                                                                             " a debug: `{:?}`,\n",
                                                                                                                                                                                                             " b label: `{}`,\n",
                                                                                                                                                                                @@ -415,7 +415,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stderr_ne!(a_command, b_command)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ne.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ne.html\n",
                                                                                                                                                                                             " a label: `a`,\n",
                                                                                                                                                                                             " a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             " b label: `b`,\n",
                                                                                                                                                                                @@ -427,7 +427,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stderr string is equal to another.
                                                                                                                                                                                +/// Assert a command stderr string is not equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command1 ⇒ stderr) = (command2 ⇒ stderr)
                                                                                                                                                                                @@ -460,7 +460,7 @@
                                                                                                                                                                                 /// assert_command_stderr_ne!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_command_stderr_ne!(a_command, b_command)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ne.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ne.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,
                                                                                                                                                                                 /// //  b label: `b`,
                                                                                                                                                                                @@ -470,7 +470,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_command_stderr_ne!(a_command, b_command)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ne.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ne.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                 /// #     " b label: `b`,\n",
                                                                                                                                                                                @@ -504,7 +504,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stderr string is equal to another.
                                                                                                                                                                                +/// Assert a command stderr string is not equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// This macro provides the same statements as [`assert_command_stderr_ne {`](macro.assert_command_stderr_ne {.html),
                                                                                                                                                                                 /// except this macro's statements are only enabled in non-optimized
                                                                                                                                                                                diff --git a/doc/src/lib/assert_command/assert_command_stderr_ne_x.rs.html b/doc/src/lib/assert_command/assert_command_stderr_ne_x.rs.html
                                                                                                                                                                                index 390cb3dd7..f58931eac 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_command/assert_command_stderr_ne_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_command/assert_command_stderr_ne_x.rs.html
                                                                                                                                                                                @@ -261,7 +261,7 @@
                                                                                                                                                                                 261
                                                                                                                                                                                 262
                                                                                                                                                                                 263
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a command stderr string is equal to an expression.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a command stderr string is not equal to an expression.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! (command ⇒ stderr) = (expr into string)
                                                                                                                                                                                @@ -286,7 +286,7 @@
                                                                                                                                                                                 //! * [`assert_command_stderr_ne_x_as_result`](macro@crate::assert_command_stderr_ne_x_as_result)
                                                                                                                                                                                 //! * [`debug_assert_command_stderr_ne_x`](macro@crate::debug_assert_command_stderr_ne_x)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stderr string is equal to an expression.
                                                                                                                                                                                +/// Assert a command stderr string is not equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command ⇒ stderr) = (expr into string)
                                                                                                                                                                                @@ -322,7 +322,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_command_stderr_ne_x!(command, expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ne_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ne_x.html\n",
                                                                                                                                                                                                                         " command label: `{}`,\n",
                                                                                                                                                                                                                         " command debug: `{:?}`,\n",
                                                                                                                                                                                                                         "    expr label: `{}`,\n",
                                                                                                                                                                                @@ -345,7 +345,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_command_stderr_ne_x!(command, expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ne_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ne_x.html\n",
                                                                                                                                                                                                                     "  command label: `{}`,\n",
                                                                                                                                                                                                                     "  command debug: `{:?}`,\n",
                                                                                                                                                                                                                     "     expr label: `{}`,\n",
                                                                                                                                                                                @@ -398,7 +398,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stderr_ne_x!(command, expr)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ne_x.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ne_x.html\n",
                                                                                                                                                                                             " command label: `a`,\n",
                                                                                                                                                                                             " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             "    expr label: `b`,\n",
                                                                                                                                                                                @@ -410,7 +410,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stderr string is equal to an expression.
                                                                                                                                                                                +/// Assert a command stderr string is not equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command ⇒ stderr) = (expr into string)
                                                                                                                                                                                @@ -441,7 +441,7 @@
                                                                                                                                                                                 /// assert_command_stderr_ne_x!(command, bytes);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_command_stderr_ne_x!(command, expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ne_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ne_x.html
                                                                                                                                                                                 /// //  command label: `command`,
                                                                                                                                                                                 /// //  command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,
                                                                                                                                                                                 /// //     expr label: `bytes`,
                                                                                                                                                                                @@ -451,7 +451,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_command_stderr_ne_x!(command, expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ne_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ne_x.html\n",
                                                                                                                                                                                 /// #     " command label: `command`,\n",
                                                                                                                                                                                 /// #     " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                 /// #     "    expr label: `bytes`,\n",
                                                                                                                                                                                @@ -485,7 +485,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stderr string is equal to an expression.
                                                                                                                                                                                +/// Assert a command stderr string is not equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command ⇒ stderr) = (expr into string)
                                                                                                                                                                                diff --git a/doc/src/lib/assert_command/assert_command_stderr_string_contains.rs.html b/doc/src/lib/assert_command/assert_command_stderr_string_contains.rs.html
                                                                                                                                                                                index c6281ad24..b2177019a 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_command/assert_command_stderr_string_contains.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_command/assert_command_stderr_string_contains.rs.html
                                                                                                                                                                                @@ -313,7 +313,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_command_stderr_string_contains!(command, containee)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_string_contains.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_string_contains.html\n",
                                                                                                                                                                                                                         "   command label: `{}`,\n",
                                                                                                                                                                                                                         "   command debug: `{:?}`,\n",
                                                                                                                                                                                                                         " containee label: `{}`,\n",
                                                                                                                                                                                @@ -334,7 +334,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_command_stderr_string_contains!(command, containee)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_string_contains.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_string_contains.html\n",
                                                                                                                                                                                                                     "   command label: `{}`,\n",
                                                                                                                                                                                                                     "   command debug: `{:?}`,\n",
                                                                                                                                                                                                                     " containee label: `{}`,\n",
                                                                                                                                                                                @@ -378,7 +378,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stderr_string_contains!(command, containee)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_string_contains.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_string_contains.html\n",
                                                                                                                                                                                             "   command label: `a`,\n",
                                                                                                                                                                                             "   command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             " containee label: `b`,\n",
                                                                                                                                                                                @@ -425,7 +425,7 @@
                                                                                                                                                                                 /// assert_command_stderr_string_contains!(command, &containee);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_command_stderr_string_contains!(command, containee)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_string_contains.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_string_contains.html
                                                                                                                                                                                 /// //    command label: `command`,
                                                                                                                                                                                 /// //    command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,
                                                                                                                                                                                 /// //  containee label: `&containee`,
                                                                                                                                                                                @@ -434,7 +434,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_command_stderr_string_contains!(command, containee)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_string_contains.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_string_contains.html\n",
                                                                                                                                                                                 /// #     "   command label: `command`,\n",
                                                                                                                                                                                 /// #     "   command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                 /// #     " containee label: `&containee`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_command/assert_command_stderr_string_is_match.rs.html b/doc/src/lib/assert_command/assert_command_stderr_string_is_match.rs.html
                                                                                                                                                                                index f9953998a..0f5e3dacd 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_command/assert_command_stderr_string_is_match.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_command/assert_command_stderr_string_is_match.rs.html
                                                                                                                                                                                @@ -317,7 +317,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_command_stderr_string_is_match!(command, matcher)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_string_is_match.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_string_is_match.html\n",
                                                                                                                                                                                                                         " command label: `{}`,\n",
                                                                                                                                                                                                                         " command debug: `{:?}`,\n",
                                                                                                                                                                                                                         " matcher label: `{}`,\n",
                                                                                                                                                                                @@ -340,7 +340,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_command_stderr_string_is_match!(command, matcher)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_string_is_match.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_string_is_match.html\n",
                                                                                                                                                                                                                     "  command label: `{}`,\n",
                                                                                                                                                                                                                     "  command debug: `{:?}`,\n",
                                                                                                                                                                                                                     "  matcher label: `{}`,\n",
                                                                                                                                                                                @@ -385,7 +385,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stderr_string_is_match!(command, matcher)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_string_is_match.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_string_is_match.html\n",
                                                                                                                                                                                             " command label: `a`,\n",
                                                                                                                                                                                             " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             " matcher label: `b`,\n",
                                                                                                                                                                                @@ -429,7 +429,7 @@
                                                                                                                                                                                 /// assert_command_stderr_string_is_match!(command, &matcher);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_command_stderr_string_is_match!(command, matcher)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_string_is_match.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_string_is_match.html
                                                                                                                                                                                 /// //  command label: `command`,
                                                                                                                                                                                 /// //  command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,
                                                                                                                                                                                 /// //  matcher label: `&matcher`,
                                                                                                                                                                                @@ -439,7 +439,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_command_stderr_string_is_match!(command, matcher)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_string_is_match.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_string_is_match.html\n",
                                                                                                                                                                                 /// #     " command label: `command`,\n",
                                                                                                                                                                                 /// #     " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                 /// #     " matcher label: `&matcher`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_command/assert_command_stdout_eq.rs.html b/doc/src/lib/assert_command/assert_command_stdout_eq.rs.html
                                                                                                                                                                                index f6e7e866f..8e1b7cb7b 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_command/assert_command_stdout_eq.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_command/assert_command_stdout_eq.rs.html
                                                                                                                                                                                @@ -338,7 +338,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_command_stdout_eq!(a_command, b_command)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_eq.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_eq.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " b label: `{}`,\n",
                                                                                                                                                                                @@ -410,7 +410,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stdout_eq!(a_command, b_command)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_eq.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_eq.html\n",
                                                                                                                                                                                             " a label: `a`,\n",
                                                                                                                                                                                             " a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             " b label: `b`,\n",
                                                                                                                                                                                @@ -431,7 +431,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stdout_eq!(a_command, b_command)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_eq.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_eq.html\n",
                                                                                                                                                                                             " a label: `a`,\n",
                                                                                                                                                                                             " a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             " b label: `b`,\n",
                                                                                                                                                                                @@ -476,7 +476,7 @@
                                                                                                                                                                                 /// assert_command_stdout_eq!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_command_stdout_eq!(a_command, b_command)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_eq.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_eq.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,
                                                                                                                                                                                 /// //  b label: `b`,
                                                                                                                                                                                @@ -486,7 +486,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_command_stdout_eq!(a_command, b_command)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_eq.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_eq.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                 /// #     " b label: `b`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_command/assert_command_stdout_eq_x.rs.html b/doc/src/lib/assert_command/assert_command_stdout_eq_x.rs.html
                                                                                                                                                                                index ec8ca9c9e..817ccdcfe 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_command/assert_command_stdout_eq_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_command/assert_command_stdout_eq_x.rs.html
                                                                                                                                                                                @@ -333,7 +333,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_command_stdout_eq_x!(command, expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_eq_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_eq_x.html\n",
                                                                                                                                                                                                                         " command label: `{}`,\n",
                                                                                                                                                                                                                         " command debug: `{:?}`,\n",
                                                                                                                                                                                                                         "    expr label: `{}`,\n",
                                                                                                                                                                                @@ -356,7 +356,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_command_stdout_eq_x!(command, expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_eq_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_eq_x.html\n",
                                                                                                                                                                                                                     "  command label: `{}`,\n",
                                                                                                                                                                                                                     "  command debug: `{:?}`,\n",
                                                                                                                                                                                                                     "     expr label: `{}`,\n",
                                                                                                                                                                                @@ -400,7 +400,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stdout_eq_x!(command, expr)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_eq_x.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_eq_x.html\n",
                                                                                                                                                                                             " command label: `a`,\n",
                                                                                                                                                                                             " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             "    expr label: `b`,\n",
                                                                                                                                                                                @@ -420,7 +420,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stdout_eq_x!(command, expr)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_eq_x.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_eq_x.html\n",
                                                                                                                                                                                             " command label: `a`,\n",
                                                                                                                                                                                             " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             "    expr label: `b`,\n",
                                                                                                                                                                                @@ -463,7 +463,7 @@
                                                                                                                                                                                 /// assert_command_stdout_eq_x!(command, bytes);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_command_stdout_eq_x!(command, expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_eq_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_eq_x.html
                                                                                                                                                                                 /// //  command label: `command`,
                                                                                                                                                                                 /// //  command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,
                                                                                                                                                                                 /// //     expr label: `bytes`,
                                                                                                                                                                                @@ -473,7 +473,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_command_stdout_eq_x!(command, expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_eq_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_eq_x.html\n",
                                                                                                                                                                                 /// #     " command label: `command`,\n",
                                                                                                                                                                                 /// #     " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                 /// #     "    expr label: `bytes`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_command/assert_command_stdout_ge.rs.html b/doc/src/lib/assert_command/assert_command_stdout_ge.rs.html
                                                                                                                                                                                index 67a126593..70dd549e1 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_command/assert_command_stdout_ge.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_command/assert_command_stdout_ge.rs.html
                                                                                                                                                                                @@ -269,7 +269,7 @@
                                                                                                                                                                                 269
                                                                                                                                                                                 270
                                                                                                                                                                                 271
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a command stdout string is equal to another.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a command stdout string is greater than or equal to another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! (command1 ⇒ stdout) = (command2 ⇒ stdout)
                                                                                                                                                                                @@ -295,7 +295,7 @@
                                                                                                                                                                                 //! * [`assert_command_stdout_ge_as_result`](macro@crate::assert_command_stdout_ge_as_result)
                                                                                                                                                                                 //! * [`debug_assert_command_stdout_ge`](macro@crate::debug_assert_command_stdout_ge)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stdout string is equal to another.
                                                                                                                                                                                +/// Assert a command stdout string is greater than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command1 ⇒ stdout) = (command2 ⇒ stdout)
                                                                                                                                                                                @@ -330,7 +330,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_command_stdout_ge!(a_command, b_command)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ge.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ge.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " b label: `{}`,\n",
                                                                                                                                                                                @@ -353,7 +353,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_command_stdout_ge!(a_command, b_command)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ge.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ge.html\n",
                                                                                                                                                                                                             " a label: `{}`,\n",
                                                                                                                                                                                                             " a debug: `{:?}`,\n",
                                                                                                                                                                                                             " b label: `{}`,\n",
                                                                                                                                                                                @@ -415,7 +415,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stdout_ge!(a_command, b_command)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ge.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ge.html\n",
                                                                                                                                                                                             " a label: `a`,\n",
                                                                                                                                                                                             " a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             " b label: `b`,\n",
                                                                                                                                                                                @@ -427,7 +427,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stdout string is equal to another.
                                                                                                                                                                                +/// Assert a command stdout string is greater than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command1 ⇒ stdout) = (command2 ⇒ stdout)
                                                                                                                                                                                @@ -460,7 +460,7 @@
                                                                                                                                                                                 /// assert_command_stdout_ge!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_command_stdout_ge!(a_command, b_command)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ge.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ge.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,
                                                                                                                                                                                 /// //  b label: `b`,
                                                                                                                                                                                @@ -470,7 +470,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_command_stdout_ge!(a_command, b_command)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ge.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ge.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                 /// #     " b label: `b`,\n",
                                                                                                                                                                                @@ -504,7 +504,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stdout string is equal to another.
                                                                                                                                                                                +/// Assert a command stdout string is greater than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// This macro provides the same statements as [`assert_command_stdout_ge {`](macro.assert_command_stdout_ge {.html),
                                                                                                                                                                                 /// except this macro's statements are only enabled in non-optimized
                                                                                                                                                                                diff --git a/doc/src/lib/assert_command/assert_command_stdout_ge_x.rs.html b/doc/src/lib/assert_command/assert_command_stdout_ge_x.rs.html
                                                                                                                                                                                index 7f34092cf..52046329e 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_command/assert_command_stdout_ge_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_command/assert_command_stdout_ge_x.rs.html
                                                                                                                                                                                @@ -261,7 +261,7 @@
                                                                                                                                                                                 261
                                                                                                                                                                                 262
                                                                                                                                                                                 263
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a command stdout string is equal to an expression.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a command stdout string is greater than or equal to an expression.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! (command ⇒ stdout) = (expr into string)
                                                                                                                                                                                @@ -286,7 +286,7 @@
                                                                                                                                                                                 //! * [`assert_command_stdout_ge_x_as_result`](macro@crate::assert_command_stdout_ge_x_as_result)
                                                                                                                                                                                 //! * [`debug_assert_command_stdout_ge_x`](macro@crate::debug_assert_command_stdout_ge_x)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stdout string is equal to an expression.
                                                                                                                                                                                +/// Assert a command stdout string is greater than or equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command ⇒ stdout) = (expr into string)
                                                                                                                                                                                @@ -322,7 +322,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_command_stdout_ge_x!(command, expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ge_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ge_x.html\n",
                                                                                                                                                                                                                         " command label: `{}`,\n",
                                                                                                                                                                                                                         " command debug: `{:?}`,\n",
                                                                                                                                                                                                                         "    expr label: `{}`,\n",
                                                                                                                                                                                @@ -345,7 +345,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_command_stdout_ge_x!(command, expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ge_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ge_x.html\n",
                                                                                                                                                                                                                     "  command label: `{}`,\n",
                                                                                                                                                                                                                     "  command debug: `{:?}`,\n",
                                                                                                                                                                                                                     "     expr label: `{}`,\n",
                                                                                                                                                                                @@ -398,7 +398,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stdout_ge_x!(command, expr)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ge_x.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ge_x.html\n",
                                                                                                                                                                                             " command label: `a`,\n",
                                                                                                                                                                                             " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             "    expr label: `b`,\n",
                                                                                                                                                                                @@ -410,7 +410,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stdout string is equal to an expression.
                                                                                                                                                                                +/// Assert a command stdout string is greater than or equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command ⇒ stdout) = (expr into string)
                                                                                                                                                                                @@ -441,7 +441,7 @@
                                                                                                                                                                                 /// assert_command_stdout_ge_x!(command, bytes);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_command_stdout_ge_x!(command, expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ge_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ge_x.html
                                                                                                                                                                                 /// //  command label: `command`,
                                                                                                                                                                                 /// //  command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,
                                                                                                                                                                                 /// //     expr label: `bytes`,
                                                                                                                                                                                @@ -451,7 +451,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_command_stdout_ge_x!(command, expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ge_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ge_x.html\n",
                                                                                                                                                                                 /// #     " command label: `command`,\n",
                                                                                                                                                                                 /// #     " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                 /// #     "    expr label: `bytes`,\n",
                                                                                                                                                                                @@ -485,7 +485,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stdout string is equal to an expression.
                                                                                                                                                                                +/// Assert a command stdout string is greater than or equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command ⇒ stdout) = (expr into string)
                                                                                                                                                                                diff --git a/doc/src/lib/assert_command/assert_command_stdout_gt.rs.html b/doc/src/lib/assert_command/assert_command_stdout_gt.rs.html
                                                                                                                                                                                index 3b4404395..55f52092b 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_command/assert_command_stdout_gt.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_command/assert_command_stdout_gt.rs.html
                                                                                                                                                                                @@ -277,7 +277,7 @@
                                                                                                                                                                                 277
                                                                                                                                                                                 278
                                                                                                                                                                                 279
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a command stdout string is equal to another.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a command stdout string is greater than another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! (command1 ⇒ stdout) = (command2 ⇒ stdout)
                                                                                                                                                                                @@ -303,7 +303,7 @@
                                                                                                                                                                                 //! * [`assert_command_stdout_gt_as_result`](macro@crate::assert_command_stdout_gt_as_result)
                                                                                                                                                                                 //! * [`debug_assert_command_stdout_gt`](macro@crate::debug_assert_command_stdout_gt)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stdout string is equal to another.
                                                                                                                                                                                +/// Assert a command stdout string is greater than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command1 ⇒ stdout) = (command2 ⇒ stdout)
                                                                                                                                                                                @@ -338,7 +338,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_command_stdout_gt!(a_command, b_command)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_gt.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_gt.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " b label: `{}`,\n",
                                                                                                                                                                                @@ -361,7 +361,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_command_stdout_gt!(a_command, b_command)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_gt.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_gt.html\n",
                                                                                                                                                                                                             " a label: `{}`,\n",
                                                                                                                                                                                                             " a debug: `{:?}`,\n",
                                                                                                                                                                                                             " b label: `{}`,\n",
                                                                                                                                                                                @@ -410,7 +410,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stdout_gt!(a_command, b_command)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_gt.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_gt.html\n",
                                                                                                                                                                                             " a label: `a`,\n",
                                                                                                                                                                                             " a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             " b label: `b`,\n",
                                                                                                                                                                                @@ -431,7 +431,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stdout_gt!(a_command, b_command)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_gt.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_gt.html\n",
                                                                                                                                                                                             " a label: `a`,\n",
                                                                                                                                                                                             " a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             " b label: `b`,\n",
                                                                                                                                                                                @@ -443,7 +443,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stdout string is equal to another.
                                                                                                                                                                                +/// Assert a command stdout string is greater than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command1 ⇒ stdout) = (command2 ⇒ stdout)
                                                                                                                                                                                @@ -476,7 +476,7 @@
                                                                                                                                                                                 /// assert_command_stdout_gt!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_command_stdout_gt!(a_command, b_command)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_gt.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_gt.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,
                                                                                                                                                                                 /// //  b label: `b`,
                                                                                                                                                                                @@ -486,7 +486,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_command_stdout_gt!(a_command, b_command)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_gt.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_gt.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                 /// #     " b label: `b`,\n",
                                                                                                                                                                                @@ -520,7 +520,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stdout string is equal to another.
                                                                                                                                                                                +/// Assert a command stdout string is greater than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// This macro provides the same statements as [`assert_command_stdout_gt {`](macro.assert_command_stdout_gt {.html),
                                                                                                                                                                                 /// except this macro's statements are only enabled in non-optimized
                                                                                                                                                                                diff --git a/doc/src/lib/assert_command/assert_command_stdout_gt_x.rs.html b/doc/src/lib/assert_command/assert_command_stdout_gt_x.rs.html
                                                                                                                                                                                index aef9ec260..f9f53f9dd 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_command/assert_command_stdout_gt_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_command/assert_command_stdout_gt_x.rs.html
                                                                                                                                                                                @@ -272,7 +272,7 @@
                                                                                                                                                                                 272
                                                                                                                                                                                 273
                                                                                                                                                                                 274
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a command stdout string is equal to an expression.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a command stdout string is greater than an expression.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! (command ⇒ stdout) = (expr into string)
                                                                                                                                                                                @@ -297,7 +297,7 @@
                                                                                                                                                                                 //! * [`assert_command_stdout_gt_x_as_result`](macro@crate::assert_command_stdout_gt_x_as_result)
                                                                                                                                                                                 //! * [`debug_assert_command_stdout_gt_x`](macro@crate::debug_assert_command_stdout_gt_x)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stdout string is equal to an expression.
                                                                                                                                                                                +/// Assert a command stdout string is greater than an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command ⇒ stdout) = (expr into string)
                                                                                                                                                                                @@ -333,7 +333,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_command_stdout_gt_x!(command, expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_gt_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_gt_x.html\n",
                                                                                                                                                                                                                         " command label: `{}`,\n",
                                                                                                                                                                                                                         " command debug: `{:?}`,\n",
                                                                                                                                                                                                                         "    expr label: `{}`,\n",
                                                                                                                                                                                @@ -356,7 +356,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_command_stdout_gt_x!(command, expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_gt_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_gt_x.html\n",
                                                                                                                                                                                                                     "  command label: `{}`,\n",
                                                                                                                                                                                                                     "  command debug: `{:?}`,\n",
                                                                                                                                                                                                                     "     expr label: `{}`,\n",
                                                                                                                                                                                @@ -400,7 +400,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stdout_gt_x!(command, expr)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_gt_x.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_gt_x.html\n",
                                                                                                                                                                                             " command label: `a`,\n",
                                                                                                                                                                                             " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             "    expr label: `b`,\n",
                                                                                                                                                                                @@ -420,7 +420,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stdout_gt_x!(command, expr)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_gt_x.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_gt_x.html\n",
                                                                                                                                                                                             " command label: `a`,\n",
                                                                                                                                                                                             " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             "    expr label: `b`,\n",
                                                                                                                                                                                @@ -432,7 +432,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stdout string is equal to an expression.
                                                                                                                                                                                +/// Assert a command stdout string is greater than an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command ⇒ stdout) = (expr into string)
                                                                                                                                                                                @@ -463,7 +463,7 @@
                                                                                                                                                                                 /// assert_command_stdout_gt_x!(command, bytes);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_command_stdout_gt_x!(command, expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_gt_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_gt_x.html
                                                                                                                                                                                 /// //  command label: `command`,
                                                                                                                                                                                 /// //  command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,
                                                                                                                                                                                 /// //     expr label: `bytes`,
                                                                                                                                                                                @@ -473,7 +473,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_command_stdout_gt_x!(command, expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_gt_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_gt_x.html\n",
                                                                                                                                                                                 /// #     " command label: `command`,\n",
                                                                                                                                                                                 /// #     " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                 /// #     "    expr label: `bytes`,\n",
                                                                                                                                                                                @@ -507,7 +507,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stdout string is equal to an expression.
                                                                                                                                                                                +/// Assert a command stdout string is greater than an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command ⇒ stdout) = (expr into string)
                                                                                                                                                                                diff --git a/doc/src/lib/assert_command/assert_command_stdout_le.rs.html b/doc/src/lib/assert_command/assert_command_stdout_le.rs.html
                                                                                                                                                                                index 92adac095..d3b3d1090 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_command/assert_command_stdout_le.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_command/assert_command_stdout_le.rs.html
                                                                                                                                                                                @@ -269,7 +269,7 @@
                                                                                                                                                                                 269
                                                                                                                                                                                 270
                                                                                                                                                                                 271
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a command stdout string is equal to another.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a command stdout string is less than or equal to another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! (command1 ⇒ stdout) = (command2 ⇒ stdout)
                                                                                                                                                                                @@ -295,7 +295,7 @@
                                                                                                                                                                                 //! * [`assert_command_stdout_le_as_result`](macro@crate::assert_command_stdout_le_as_result)
                                                                                                                                                                                 //! * [`debug_assert_command_stdout_le`](macro@crate::debug_assert_command_stdout_le)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stdout string is equal to another.
                                                                                                                                                                                +/// Assert a command stdout string is less than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command1 ⇒ stdout) = (command2 ⇒ stdout)
                                                                                                                                                                                @@ -330,7 +330,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_command_stdout_le!(a_command, b_command)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_le.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_le.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " b label: `{}`,\n",
                                                                                                                                                                                @@ -353,7 +353,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_command_stdout_le!(a_command, b_command)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_le.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_le.html\n",
                                                                                                                                                                                                             " a label: `{}`,\n",
                                                                                                                                                                                                             " a debug: `{:?}`,\n",
                                                                                                                                                                                                             " b label: `{}`,\n",
                                                                                                                                                                                @@ -415,7 +415,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stdout_le!(a_command, b_command)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_le.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_le.html\n",
                                                                                                                                                                                             " a label: `a`,\n",
                                                                                                                                                                                             " a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             " b label: `b`,\n",
                                                                                                                                                                                @@ -427,7 +427,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stdout string is equal to another.
                                                                                                                                                                                +/// Assert a command stdout string is less than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command1 ⇒ stdout) = (command2 ⇒ stdout)
                                                                                                                                                                                @@ -460,7 +460,7 @@
                                                                                                                                                                                 /// assert_command_stdout_le!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_command_stdout_le!(a_command, b_command)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_le.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_le.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,
                                                                                                                                                                                 /// //  b label: `b`,
                                                                                                                                                                                @@ -470,7 +470,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_command_stdout_le!(a_command, b_command)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_le.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_le.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                 /// #     " b label: `b`,\n",
                                                                                                                                                                                @@ -504,7 +504,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stdout string is equal to another.
                                                                                                                                                                                +/// Assert a command stdout string is less than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// This macro provides the same statements as [`assert_command_stdout_le {`](macro.assert_command_stdout_le {.html),
                                                                                                                                                                                 /// except this macro's statements are only enabled in non-optimized
                                                                                                                                                                                diff --git a/doc/src/lib/assert_command/assert_command_stdout_le_x.rs.html b/doc/src/lib/assert_command/assert_command_stdout_le_x.rs.html
                                                                                                                                                                                index 7d4202624..2f2789442 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_command/assert_command_stdout_le_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_command/assert_command_stdout_le_x.rs.html
                                                                                                                                                                                @@ -261,7 +261,7 @@
                                                                                                                                                                                 261
                                                                                                                                                                                 262
                                                                                                                                                                                 263
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a command stdout string is equal to an expression.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a command stdout string is less than or equal to an expression.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! (command ⇒ stdout) = (expr into string)
                                                                                                                                                                                @@ -286,7 +286,7 @@
                                                                                                                                                                                 //! * [`assert_command_stdout_le_x_as_result`](macro@crate::assert_command_stdout_le_x_as_result)
                                                                                                                                                                                 //! * [`debug_assert_command_stdout_le_x`](macro@crate::debug_assert_command_stdout_le_x)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stdout string is equal to an expression.
                                                                                                                                                                                +/// Assert a command stdout string is less than or equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command ⇒ stdout) = (expr into string)
                                                                                                                                                                                @@ -322,7 +322,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_command_stdout_le_x!(command, expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_le_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_le_x.html\n",
                                                                                                                                                                                                                         " command label: `{}`,\n",
                                                                                                                                                                                                                         " command debug: `{:?}`,\n",
                                                                                                                                                                                                                         "    expr label: `{}`,\n",
                                                                                                                                                                                @@ -345,7 +345,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_command_stdout_le_x!(command, expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_le_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_le_x.html\n",
                                                                                                                                                                                                                     "  command label: `{}`,\n",
                                                                                                                                                                                                                     "  command debug: `{:?}`,\n",
                                                                                                                                                                                                                     "     expr label: `{}`,\n",
                                                                                                                                                                                @@ -398,7 +398,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stdout_le_x!(command, expr)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_le_x.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_le_x.html\n",
                                                                                                                                                                                             " command label: `a`,\n",
                                                                                                                                                                                             " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             "    expr label: `b`,\n",
                                                                                                                                                                                @@ -410,7 +410,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stdout string is equal to an expression.
                                                                                                                                                                                +/// Assert a command stdout string is less than or equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command ⇒ stdout) = (expr into string)
                                                                                                                                                                                @@ -441,7 +441,7 @@
                                                                                                                                                                                 /// assert_command_stdout_le_x!(command, bytes);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_command_stdout_le_x!(command, expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_le_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_le_x.html
                                                                                                                                                                                 /// //  command label: `command`,
                                                                                                                                                                                 /// //  command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,
                                                                                                                                                                                 /// //     expr label: `bytes`,
                                                                                                                                                                                @@ -451,7 +451,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_command_stdout_le_x!(command, expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_le_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_le_x.html\n",
                                                                                                                                                                                 /// #     " command label: `command`,\n",
                                                                                                                                                                                 /// #     " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                 /// #     "    expr label: `bytes`,\n",
                                                                                                                                                                                @@ -485,7 +485,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stdout string is equal to an expression.
                                                                                                                                                                                +/// Assert a command stdout string is less than or equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command ⇒ stdout) = (expr into string)
                                                                                                                                                                                diff --git a/doc/src/lib/assert_command/assert_command_stdout_lt.rs.html b/doc/src/lib/assert_command/assert_command_stdout_lt.rs.html
                                                                                                                                                                                index 61e27f151..e9a1a8484 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_command/assert_command_stdout_lt.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_command/assert_command_stdout_lt.rs.html
                                                                                                                                                                                @@ -277,7 +277,7 @@
                                                                                                                                                                                 277
                                                                                                                                                                                 278
                                                                                                                                                                                 279
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a command stdout string is equal to another.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a command stdout string is less than another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! (command1 ⇒ stdout) = (command2 ⇒ stdout)
                                                                                                                                                                                @@ -303,7 +303,7 @@
                                                                                                                                                                                 //! * [`assert_command_stdout_lt_as_result`](macro@crate::assert_command_stdout_lt_as_result)
                                                                                                                                                                                 //! * [`debug_assert_command_stdout_lt`](macro@crate::debug_assert_command_stdout_lt)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stdout string is equal to another.
                                                                                                                                                                                +/// Assert a command stdout string is less than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command1 ⇒ stdout) = (command2 ⇒ stdout)
                                                                                                                                                                                @@ -338,7 +338,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_command_stdout_lt!(a_command, b_command)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_lt.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_lt.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " b label: `{}`,\n",
                                                                                                                                                                                @@ -361,7 +361,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_command_stdout_lt!(a_command, b_command)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_lt.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_lt.html\n",
                                                                                                                                                                                                             " a label: `{}`,\n",
                                                                                                                                                                                                             " a debug: `{:?}`,\n",
                                                                                                                                                                                                             " b label: `{}`,\n",
                                                                                                                                                                                @@ -410,7 +410,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stdout_lt!(a_command, b_command)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_lt.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_lt.html\n",
                                                                                                                                                                                             " a label: `a`,\n",
                                                                                                                                                                                             " a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             " b label: `b`,\n",
                                                                                                                                                                                @@ -431,7 +431,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stdout_lt!(a_command, b_command)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_lt.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_lt.html\n",
                                                                                                                                                                                             " a label: `a`,\n",
                                                                                                                                                                                             " a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             " b label: `b`,\n",
                                                                                                                                                                                @@ -443,7 +443,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stdout string is equal to another.
                                                                                                                                                                                +/// Assert a command stdout string is less than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command1 ⇒ stdout) = (command2 ⇒ stdout)
                                                                                                                                                                                @@ -476,7 +476,7 @@
                                                                                                                                                                                 /// assert_command_stdout_lt!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_command_stdout_lt!(a_command, b_command)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_lt.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_lt.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,
                                                                                                                                                                                 /// //  b label: `b`,
                                                                                                                                                                                @@ -486,7 +486,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_command_stdout_lt!(a_command, b_command)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_lt.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_lt.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                 /// #     " b label: `b`,\n",
                                                                                                                                                                                @@ -520,7 +520,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stdout string is equal to another.
                                                                                                                                                                                +/// Assert a command stdout string is less than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// This macro provides the same statements as [`assert_command_stdout_lt {`](macro.assert_command_stdout_lt {.html),
                                                                                                                                                                                 /// except this macro's statements are only enabled in non-optimized
                                                                                                                                                                                diff --git a/doc/src/lib/assert_command/assert_command_stdout_lt_x.rs.html b/doc/src/lib/assert_command/assert_command_stdout_lt_x.rs.html
                                                                                                                                                                                index 6496cb312..4088a077f 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_command/assert_command_stdout_lt_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_command/assert_command_stdout_lt_x.rs.html
                                                                                                                                                                                @@ -272,7 +272,7 @@
                                                                                                                                                                                 272
                                                                                                                                                                                 273
                                                                                                                                                                                 274
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a command stdout string is equal to an expression.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a command stdout string is less than an expression.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! (command ⇒ stdout) = (expr into string)
                                                                                                                                                                                @@ -297,7 +297,7 @@
                                                                                                                                                                                 //! * [`assert_command_stdout_lt_x_as_result`](macro@crate::assert_command_stdout_lt_x_as_result)
                                                                                                                                                                                 //! * [`debug_assert_command_stdout_lt_x`](macro@crate::debug_assert_command_stdout_lt_x)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stdout string is equal to an expression.
                                                                                                                                                                                +/// Assert a command stdout string is less than an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command ⇒ stdout) = (expr into string)
                                                                                                                                                                                @@ -333,7 +333,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_command_stdout_lt_x!(command, expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_lt_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_lt_x.html\n",
                                                                                                                                                                                                                         " command label: `{}`,\n",
                                                                                                                                                                                                                         " command debug: `{:?}`,\n",
                                                                                                                                                                                                                         "    expr label: `{}`,\n",
                                                                                                                                                                                @@ -356,7 +356,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_command_stdout_lt_x!(command, expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_lt_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_lt_x.html\n",
                                                                                                                                                                                                                     "  command label: `{}`,\n",
                                                                                                                                                                                                                     "  command debug: `{:?}`,\n",
                                                                                                                                                                                                                     "     expr label: `{}`,\n",
                                                                                                                                                                                @@ -400,7 +400,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stdout_lt_x!(command, expr)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_lt_x.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_lt_x.html\n",
                                                                                                                                                                                             " command label: `a`,\n",
                                                                                                                                                                                             " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             "    expr label: `b`,\n",
                                                                                                                                                                                @@ -420,7 +420,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stdout_lt_x!(command, expr)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_lt_x.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_lt_x.html\n",
                                                                                                                                                                                             " command label: `a`,\n",
                                                                                                                                                                                             " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             "    expr label: `b`,\n",
                                                                                                                                                                                @@ -432,7 +432,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stdout string is equal to an expression.
                                                                                                                                                                                +/// Assert a command stdout string is less than an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command ⇒ stdout) = (expr into string)
                                                                                                                                                                                @@ -463,7 +463,7 @@
                                                                                                                                                                                 /// assert_command_stdout_lt_x!(command, bytes);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_command_stdout_lt_x!(command, expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_lt_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_lt_x.html
                                                                                                                                                                                 /// //  command label: `command`,
                                                                                                                                                                                 /// //  command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,
                                                                                                                                                                                 /// //     expr label: `bytes`,
                                                                                                                                                                                @@ -473,7 +473,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_command_stdout_lt_x!(command, expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_lt_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_lt_x.html\n",
                                                                                                                                                                                 /// #     " command label: `command`,\n",
                                                                                                                                                                                 /// #     " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                 /// #     "    expr label: `bytes`,\n",
                                                                                                                                                                                @@ -507,7 +507,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stdout string is equal to an expression.
                                                                                                                                                                                +/// Assert a command stdout string is less than an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command ⇒ stdout) = (expr into string)
                                                                                                                                                                                diff --git a/doc/src/lib/assert_command/assert_command_stdout_ne.rs.html b/doc/src/lib/assert_command/assert_command_stdout_ne.rs.html
                                                                                                                                                                                index 7513b12a1..7cfd68973 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_command/assert_command_stdout_ne.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_command/assert_command_stdout_ne.rs.html
                                                                                                                                                                                @@ -269,7 +269,7 @@
                                                                                                                                                                                 269
                                                                                                                                                                                 270
                                                                                                                                                                                 271
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a command stdout string is equal to another.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a command stdout string is not equal to another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! (command1 ⇒ stdout) = (command2 ⇒ stdout)
                                                                                                                                                                                @@ -295,7 +295,7 @@
                                                                                                                                                                                 //! * [`assert_command_stdout_ne_as_result`](macro@crate::assert_command_stdout_ne_as_result)
                                                                                                                                                                                 //! * [`debug_assert_command_stdout_ne`](macro@crate::debug_assert_command_stdout_ne)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stdout string is equal to another.
                                                                                                                                                                                +/// Assert a command stdout string is not equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command1 ⇒ stdout) = (command2 ⇒ stdout)
                                                                                                                                                                                @@ -330,7 +330,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_command_stdout_ne!(a_command, b_command)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ne.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ne.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " b label: `{}`,\n",
                                                                                                                                                                                @@ -353,7 +353,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_command_stdout_ne!(a_command, b_command)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ne.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ne.html\n",
                                                                                                                                                                                                             " a label: `{}`,\n",
                                                                                                                                                                                                             " a debug: `{:?}`,\n",
                                                                                                                                                                                                             " b label: `{}`,\n",
                                                                                                                                                                                @@ -415,7 +415,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stdout_ne!(a_command, b_command)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ne.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ne.html\n",
                                                                                                                                                                                             " a label: `a`,\n",
                                                                                                                                                                                             " a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             " b label: `b`,\n",
                                                                                                                                                                                @@ -427,7 +427,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stdout string is equal to another.
                                                                                                                                                                                +/// Assert a command stdout string is not equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command1 ⇒ stdout) = (command2 ⇒ stdout)
                                                                                                                                                                                @@ -460,7 +460,7 @@
                                                                                                                                                                                 /// assert_command_stdout_ne!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_command_stdout_ne!(a_command, b_command)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ne.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ne.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,
                                                                                                                                                                                 /// //  b label: `b`,
                                                                                                                                                                                @@ -470,7 +470,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_command_stdout_ne!(a_command, b_command)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ne.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ne.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                 /// #     " b label: `b`,\n",
                                                                                                                                                                                @@ -504,7 +504,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stdout string is equal to another.
                                                                                                                                                                                +/// Assert a command stdout string is not equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// This macro provides the same statements as [`assert_command_stdout_ne {`](macro.assert_command_stdout_ne {.html),
                                                                                                                                                                                 /// except this macro's statements are only enabled in non-optimized
                                                                                                                                                                                diff --git a/doc/src/lib/assert_command/assert_command_stdout_ne_x.rs.html b/doc/src/lib/assert_command/assert_command_stdout_ne_x.rs.html
                                                                                                                                                                                index 4cef84adf..922016b51 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_command/assert_command_stdout_ne_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_command/assert_command_stdout_ne_x.rs.html
                                                                                                                                                                                @@ -261,7 +261,7 @@
                                                                                                                                                                                 261
                                                                                                                                                                                 262
                                                                                                                                                                                 263
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a command stdout string is equal to an expression.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a command stdout string is not equal to an expression.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! (command ⇒ stdout) = (expr into string)
                                                                                                                                                                                @@ -286,7 +286,7 @@
                                                                                                                                                                                 //! * [`assert_command_stdout_ne_x_as_result`](macro@crate::assert_command_stdout_ne_x_as_result)
                                                                                                                                                                                 //! * [`debug_assert_command_stdout_ne_x`](macro@crate::debug_assert_command_stdout_ne_x)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stdout string is equal to an expression.
                                                                                                                                                                                +/// Assert a command stdout string is not equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command ⇒ stdout) = (expr into string)
                                                                                                                                                                                @@ -322,7 +322,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_command_stdout_ne_x!(command, expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ne_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ne_x.html\n",
                                                                                                                                                                                                                         " command label: `{}`,\n",
                                                                                                                                                                                                                         " command debug: `{:?}`,\n",
                                                                                                                                                                                                                         "    expr label: `{}`,\n",
                                                                                                                                                                                @@ -345,7 +345,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_command_stdout_ne_x!(command, expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ne_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ne_x.html\n",
                                                                                                                                                                                                                     "  command label: `{}`,\n",
                                                                                                                                                                                                                     "  command debug: `{:?}`,\n",
                                                                                                                                                                                                                     "     expr label: `{}`,\n",
                                                                                                                                                                                @@ -398,7 +398,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stdout_ne_x!(command, expr)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ne_x.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ne_x.html\n",
                                                                                                                                                                                             " command label: `a`,\n",
                                                                                                                                                                                             " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             "    expr label: `b`,\n",
                                                                                                                                                                                @@ -410,7 +410,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stdout string is equal to an expression.
                                                                                                                                                                                +/// Assert a command stdout string is not equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command ⇒ stdout) = (expr into string)
                                                                                                                                                                                @@ -441,7 +441,7 @@
                                                                                                                                                                                 /// assert_command_stdout_ne_x!(command, bytes);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_command_stdout_ne_x!(command, expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ne_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ne_x.html
                                                                                                                                                                                 /// //  command label: `command`,
                                                                                                                                                                                 /// //  command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,
                                                                                                                                                                                 /// //     expr label: `bytes`,
                                                                                                                                                                                @@ -451,7 +451,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_command_stdout_ne_x!(command, expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ne_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ne_x.html\n",
                                                                                                                                                                                 /// #     " command label: `command`,\n",
                                                                                                                                                                                 /// #     " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                 /// #     "    expr label: `bytes`,\n",
                                                                                                                                                                                @@ -485,7 +485,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a command stdout string is equal to an expression.
                                                                                                                                                                                +/// Assert a command stdout string is not equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (command ⇒ stdout) = (expr into string)
                                                                                                                                                                                diff --git a/doc/src/lib/assert_command/assert_command_stdout_string_contains.rs.html b/doc/src/lib/assert_command/assert_command_stdout_string_contains.rs.html
                                                                                                                                                                                index d2638778d..6bf6cad8b 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_command/assert_command_stdout_string_contains.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_command/assert_command_stdout_string_contains.rs.html
                                                                                                                                                                                @@ -313,7 +313,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_command_stdout_string_contains!(command, containee)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_string_contains.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_string_contains.html\n",
                                                                                                                                                                                                                         "   command label: `{}`,\n",
                                                                                                                                                                                                                         "   command debug: `{:?}`,\n",
                                                                                                                                                                                                                         " containee label: `{}`,\n",
                                                                                                                                                                                @@ -334,7 +334,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_command_stdout_string_contains!(command, containee)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_string_contains.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_string_contains.html\n",
                                                                                                                                                                                                                     "   command label: `{}`,\n",
                                                                                                                                                                                                                     "   command debug: `{:?}`,\n",
                                                                                                                                                                                                                     " containee label: `{}`,\n",
                                                                                                                                                                                @@ -378,7 +378,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stdout_string_contains!(command, containee)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_string_contains.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_string_contains.html\n",
                                                                                                                                                                                             "   command label: `a`,\n",
                                                                                                                                                                                             "   command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             " containee label: `b`,\n",
                                                                                                                                                                                @@ -425,7 +425,7 @@
                                                                                                                                                                                 /// assert_command_stdout_string_contains!(command, &containee);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_command_stdout_string_contains!(command, containee)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_string_contains.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_string_contains.html
                                                                                                                                                                                 /// //    command label: `command`,
                                                                                                                                                                                 /// //    command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,
                                                                                                                                                                                 /// //  containee label: `&containee`,
                                                                                                                                                                                @@ -434,7 +434,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_command_stdout_string_contains!(command, containee)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_string_contains.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_string_contains.html\n",
                                                                                                                                                                                 /// #     "   command label: `command`,\n",
                                                                                                                                                                                 /// #     "   command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                 /// #     " containee label: `&containee`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_command/assert_command_stdout_string_is_match.rs.html b/doc/src/lib/assert_command/assert_command_stdout_string_is_match.rs.html
                                                                                                                                                                                index 7c986cfbf..1a7a6d8bc 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_command/assert_command_stdout_string_is_match.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_command/assert_command_stdout_string_is_match.rs.html
                                                                                                                                                                                @@ -317,7 +317,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_command_stdout_string_is_match!(command, matcher)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_string_is_match.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_string_is_match.html\n",
                                                                                                                                                                                                                         " command label: `{}`,\n",
                                                                                                                                                                                                                         " command debug: `{:?}`,\n",
                                                                                                                                                                                                                         " matcher label: `{}`,\n",
                                                                                                                                                                                @@ -340,7 +340,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_command_stdout_string_is_match!(command, matcher)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_string_is_match.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_string_is_match.html\n",
                                                                                                                                                                                                                     "  command label: `{}`,\n",
                                                                                                                                                                                                                     "  command debug: `{:?}`,\n",
                                                                                                                                                                                                                     "  matcher label: `{}`,\n",
                                                                                                                                                                                @@ -385,7 +385,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_command_stdout_string_is_match!(command, matcher)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_string_is_match.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_string_is_match.html\n",
                                                                                                                                                                                             " command label: `a`,\n",
                                                                                                                                                                                             " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                             " matcher label: `b`,\n",
                                                                                                                                                                                @@ -429,7 +429,7 @@
                                                                                                                                                                                 /// assert_command_stdout_string_is_match!(command, &matcher);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_command_stdout_string_is_match!(command, matcher)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_string_is_match.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_string_is_match.html
                                                                                                                                                                                 /// //  command label: `command`,
                                                                                                                                                                                 /// //  command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,
                                                                                                                                                                                 /// //  matcher label: `&matcher`,
                                                                                                                                                                                @@ -439,7 +439,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_command_stdout_string_is_match!(command, matcher)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_string_is_match.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_string_is_match.html\n",
                                                                                                                                                                                 /// #     " command label: `command`,\n",
                                                                                                                                                                                 /// #     " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n",
                                                                                                                                                                                 /// #     " matcher label: `&matcher`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_contains/assert_contains.rs.html b/doc/src/lib/assert_contains/assert_contains.rs.html
                                                                                                                                                                                index 7ed02f829..7a7a39326 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_contains/assert_contains.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_contains/assert_contains.rs.html
                                                                                                                                                                                @@ -351,7 +351,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_contains!(container, containee)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_contains.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_contains.html\n",
                                                                                                                                                                                                                 " container label: `{}`,\n",
                                                                                                                                                                                                                 " container debug: `{:?}`,\n",
                                                                                                                                                                                                                 " containee label: `{}`,\n",
                                                                                                                                                                                @@ -390,7 +390,7 @@
                                                                                                                                                                                             let actual = result.unwrap_err();
                                                                                                                                                                                             let expect = concat!(
                                                                                                                                                                                                 "assertion failed: `assert_contains!(container, containee)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_contains.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_contains.html\n",
                                                                                                                                                                                                 " container label: `a`,\n",
                                                                                                                                                                                                 " container debug: `\"alfa\"`,\n",
                                                                                                                                                                                                 " containee label: `b`,\n",
                                                                                                                                                                                @@ -418,7 +418,7 @@
                                                                                                                                                                                             let actual = result.unwrap_err();
                                                                                                                                                                                             let expect = concat!(
                                                                                                                                                                                                 "assertion failed: `assert_contains!(container, containee)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_contains.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_contains.html\n",
                                                                                                                                                                                                 " container label: `a`,\n",
                                                                                                                                                                                                 " container debug: `1..3`,\n",
                                                                                                                                                                                                 " containee label: `&b`,\n",
                                                                                                                                                                                @@ -446,7 +446,7 @@
                                                                                                                                                                                             let actual = result.unwrap_err();
                                                                                                                                                                                             let expect = concat!(
                                                                                                                                                                                                 "assertion failed: `assert_contains!(container, containee)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_contains.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_contains.html\n",
                                                                                                                                                                                                 " container label: `a`,\n",
                                                                                                                                                                                                 " container debug: `[1, 2, 3]`,\n",
                                                                                                                                                                                                 " containee label: `&b`,\n",
                                                                                                                                                                                @@ -491,7 +491,7 @@
                                                                                                                                                                                 /// assert_contains!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_contains!(container, containee)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_contains.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_contains.html
                                                                                                                                                                                 /// //  container label: `a`,
                                                                                                                                                                                 /// //  container debug: `\"alfa\"`,
                                                                                                                                                                                 /// //  containee label: `b`,
                                                                                                                                                                                @@ -499,7 +499,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_contains!(container, containee)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_contains.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_contains.html\n",
                                                                                                                                                                                 /// #     " container label: `a`,\n",
                                                                                                                                                                                 /// #     " container debug: `\"alfa\"`,\n",
                                                                                                                                                                                 /// #     " containee label: `b`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_contains/assert_not_contains.rs.html b/doc/src/lib/assert_contains/assert_not_contains.rs.html
                                                                                                                                                                                index aa1a9d7c2..5c717b48a 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_contains/assert_not_contains.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_contains/assert_not_contains.rs.html
                                                                                                                                                                                @@ -356,7 +356,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_not_contains!(container, containee)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_contains.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_contains.html\n",
                                                                                                                                                                                                                 " container label: `{}`,\n",
                                                                                                                                                                                                                 " container debug: `{:?}`,\n",
                                                                                                                                                                                                                 " containee label: `{}`,\n",
                                                                                                                                                                                @@ -395,7 +395,7 @@
                                                                                                                                                                                             let actual = result.unwrap_err();
                                                                                                                                                                                             let expect = concat!(
                                                                                                                                                                                                 "assertion failed: `assert_not_contains!(container, containee)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_contains.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_contains.html\n",
                                                                                                                                                                                                 " container label: `a`,\n",
                                                                                                                                                                                                 " container debug: `\"alfa\"`,\n",
                                                                                                                                                                                                 " containee label: `b`,\n",
                                                                                                                                                                                @@ -423,7 +423,7 @@
                                                                                                                                                                                             let actual = result.unwrap_err();
                                                                                                                                                                                             let expect = concat!(
                                                                                                                                                                                                 "assertion failed: `assert_not_contains!(container, containee)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_contains.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_contains.html\n",
                                                                                                                                                                                                 " container label: `a`,\n",
                                                                                                                                                                                                 " container debug: `1..3`,\n",
                                                                                                                                                                                                 " containee label: `&b`,\n",
                                                                                                                                                                                @@ -451,7 +451,7 @@
                                                                                                                                                                                             let actual = result.unwrap_err();
                                                                                                                                                                                             let expect = concat!(
                                                                                                                                                                                                 "assertion failed: `assert_not_contains!(container, containee)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_contains.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_contains.html\n",
                                                                                                                                                                                                 " container label: `a`,\n",
                                                                                                                                                                                                 " container debug: `[1, 2, 3]`,\n",
                                                                                                                                                                                                 " containee label: `&b`,\n",
                                                                                                                                                                                @@ -501,7 +501,7 @@
                                                                                                                                                                                 /// assert_not_contains!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_not_contains!(container, containee)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_contains.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_contains.html
                                                                                                                                                                                 /// //  container label: `a`,
                                                                                                                                                                                 /// //  container debug: `\"alfa\"`,
                                                                                                                                                                                 /// //  containee label: `b`,
                                                                                                                                                                                @@ -509,7 +509,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_not_contains!(container, containee)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_contains.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_contains.html\n",
                                                                                                                                                                                 /// #     " container label: `a`,\n",
                                                                                                                                                                                 /// #     " container debug: `\"alfa\"`,\n",
                                                                                                                                                                                 /// #     " containee label: `b`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_count/assert_count_eq.rs.html b/doc/src/lib/assert_count/assert_count_eq.rs.html
                                                                                                                                                                                index 99595176d..3320d1359 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_count/assert_count_eq.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_count/assert_count_eq.rs.html
                                                                                                                                                                                @@ -241,7 +241,7 @@
                                                                                                                                                                                 241
                                                                                                                                                                                 242
                                                                                                                                                                                 243
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a count is equal to another count.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a count is equal to another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a.count() = b.count()
                                                                                                                                                                                @@ -264,7 +264,7 @@
                                                                                                                                                                                 //! * [`assert_count_eq_as_result`](macro@crate::assert_count_eq_as_result)
                                                                                                                                                                                 //! * [`debug_assert_count_eq`](macro@crate::debug_assert_count_eq)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a count is equal to another count.
                                                                                                                                                                                +/// Assert a count is equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.count() = b.count()
                                                                                                                                                                                @@ -299,7 +299,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_count_eq!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_eq.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_eq.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " a.count(): `{:?}`,\n",
                                                                                                                                                                                @@ -341,7 +341,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_count_eq!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_eq.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_eq.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Chars(['x'])`,\n",
                                                                                                                                                                                                 " a.count(): `1`,\n",
                                                                                                                                                                                @@ -361,7 +361,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_count_eq!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_eq.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_eq.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Chars(['x', 'x'])`,\n",
                                                                                                                                                                                                 " a.count(): `2`,\n",
                                                                                                                                                                                @@ -373,7 +373,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a count is equal to another count.
                                                                                                                                                                                +/// Assert a count is equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.count() = b.count()
                                                                                                                                                                                @@ -401,7 +401,7 @@
                                                                                                                                                                                 /// assert_count_eq!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_count_eq!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_eq.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_eq.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `Chars(['x'])`,
                                                                                                                                                                                 /// //  a.count(): `1`",
                                                                                                                                                                                @@ -411,7 +411,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_count_eq!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_eq.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_eq.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `Chars(['x'])`,\n",
                                                                                                                                                                                 /// #     " a.count(): `1`,\n",
                                                                                                                                                                                @@ -445,7 +445,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a count is equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.count() = b.count()
                                                                                                                                                                                diff --git a/doc/src/lib/assert_count/assert_count_eq_x.rs.html b/doc/src/lib/assert_count/assert_count_eq_x.rs.html
                                                                                                                                                                                index 63df3a592..802cfd0ee 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_count/assert_count_eq_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_count/assert_count_eq_x.rs.html
                                                                                                                                                                                @@ -291,7 +291,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_count_eq_x!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_eq_x.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_eq_x.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " a.count(): `{:?}`,\n",
                                                                                                                                                                                @@ -331,7 +331,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_count_eq_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_eq_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_eq_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Chars(['x'])`,\n",
                                                                                                                                                                                                 " a.count(): `1`,\n",
                                                                                                                                                                                @@ -350,7 +350,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_count_eq_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_eq_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_eq_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Chars(['x', 'x'])`,\n",
                                                                                                                                                                                                 " a.count(): `2`,\n",
                                                                                                                                                                                @@ -389,7 +389,7 @@
                                                                                                                                                                                 /// assert_count_eq_x!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_count_eq_x!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_eq_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_eq_x.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `Chars(['x'])`,
                                                                                                                                                                                 /// //  a.count(): `1`",
                                                                                                                                                                                @@ -398,7 +398,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_count_eq_x!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_eq_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_eq_x.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `Chars(['x'])`,\n",
                                                                                                                                                                                 /// #     " a.count(): `1`,\n",
                                                                                                                                                                                @@ -431,7 +431,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a count is equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.count() = b
                                                                                                                                                                                diff --git a/doc/src/lib/assert_count/assert_count_ge.rs.html b/doc/src/lib/assert_count/assert_count_ge.rs.html
                                                                                                                                                                                index a2d885c23..9babf6fd9 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_count/assert_count_ge.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_count/assert_count_ge.rs.html
                                                                                                                                                                                @@ -229,7 +229,7 @@
                                                                                                                                                                                 229
                                                                                                                                                                                 230
                                                                                                                                                                                 231
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a count is greater than or equal to another count.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a count is greater than or equal to another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a.count() ≥ b.count()
                                                                                                                                                                                @@ -252,7 +252,7 @@
                                                                                                                                                                                 //! * [`assert_count_ge_as_result`](macro@crate::assert_count_ge_as_result)
                                                                                                                                                                                 //! * [`debug_assert_count_ge`](macro@crate::debug_assert_count_ge)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a count is greater than or equal to another count.
                                                                                                                                                                                +/// Assert a count is greater than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.count() ≥ b.count()
                                                                                                                                                                                @@ -287,7 +287,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_count_ge!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ge.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ge.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " a.count(): `{:?}`,\n",
                                                                                                                                                                                @@ -337,7 +337,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_count_ge!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ge.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ge.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Chars(['x'])`,\n",
                                                                                                                                                                                                 " a.count(): `1`,\n",
                                                                                                                                                                                @@ -349,7 +349,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a count is greater than or equal to another count.
                                                                                                                                                                                +/// Assert a count is greater than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.count() ≥ b.count()
                                                                                                                                                                                @@ -377,7 +377,7 @@
                                                                                                                                                                                 /// assert_count_ge!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_count_ge!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ge.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ge.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `Chars(['x'])`,
                                                                                                                                                                                 /// //  a.count(): `1`",
                                                                                                                                                                                @@ -387,7 +387,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_count_ge!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ge.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ge.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `Chars(['x'])`,\n",
                                                                                                                                                                                 /// #     " a.count(): `1`,\n",
                                                                                                                                                                                @@ -421,7 +421,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a count is greater than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.count() ≥ b.count()
                                                                                                                                                                                diff --git a/doc/src/lib/assert_count/assert_count_ge_x.rs.html b/doc/src/lib/assert_count/assert_count_ge_x.rs.html
                                                                                                                                                                                index 62e5bd8ff..94237cbb0 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_count/assert_count_ge_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_count/assert_count_ge_x.rs.html
                                                                                                                                                                                @@ -280,7 +280,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_count_ge_x!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ge_x.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ge_x.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " a.count(): `{:?}`,\n",
                                                                                                                                                                                @@ -328,7 +328,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_count_ge_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ge_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ge_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Chars(['x'])`,\n",
                                                                                                                                                                                                 " a.count(): `1`,\n",
                                                                                                                                                                                @@ -367,7 +367,7 @@
                                                                                                                                                                                 /// assert_count_ge_x!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_count_ge_x!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ge_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ge_x.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `Chars(['x'])`,
                                                                                                                                                                                 /// //  a.count(): `1`",
                                                                                                                                                                                @@ -376,7 +376,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_count_ge_x!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ge_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ge_x.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `Chars(['x'])`,\n",
                                                                                                                                                                                 /// #     " a.count(): `1`,\n",
                                                                                                                                                                                @@ -409,7 +409,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a count is greater than or equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.count() ≥ b
                                                                                                                                                                                diff --git a/doc/src/lib/assert_count/assert_count_gt.rs.html b/doc/src/lib/assert_count/assert_count_gt.rs.html
                                                                                                                                                                                index eea345cb5..1e12f71c3 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_count/assert_count_gt.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_count/assert_count_gt.rs.html
                                                                                                                                                                                @@ -241,7 +241,7 @@
                                                                                                                                                                                 241
                                                                                                                                                                                 242
                                                                                                                                                                                 243
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a count is greater than another count.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a count is greater than another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a.count() > b.count()
                                                                                                                                                                                @@ -264,7 +264,7 @@
                                                                                                                                                                                 //! * [`assert_count_gt_as_result`](macro@crate::assert_count_gt_as_result)
                                                                                                                                                                                 //! * [`debug_assert_count_gt`](macro@crate::debug_assert_count_gt)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a count is greater than another count.
                                                                                                                                                                                +/// Assert a count is greater than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.count() > b.count()
                                                                                                                                                                                @@ -299,7 +299,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_count_gt!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_gt.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_gt.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " a.count(): `{:?}`,\n",
                                                                                                                                                                                @@ -341,7 +341,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_count_gt!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_gt.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_gt.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Chars(['x'])`,\n",
                                                                                                                                                                                                 " a.count(): `1`,\n",
                                                                                                                                                                                @@ -361,7 +361,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_count_gt!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_gt.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_gt.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Chars(['x'])`,\n",
                                                                                                                                                                                                 " a.count(): `1`,\n",
                                                                                                                                                                                @@ -373,7 +373,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a count is greater than another count.
                                                                                                                                                                                +/// Assert a count is greater than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.count() > b.count()
                                                                                                                                                                                @@ -401,7 +401,7 @@
                                                                                                                                                                                 /// assert_count_gt!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_count_gt!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_gt.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_gt.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `Chars(['x'])`,
                                                                                                                                                                                 /// //  a.count(): `1`",
                                                                                                                                                                                @@ -411,7 +411,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_count_gt!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_gt.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_gt.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `Chars(['x'])`,\n",
                                                                                                                                                                                 /// #     " a.count(): `1`,\n",
                                                                                                                                                                                @@ -445,7 +445,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a count is greater than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.count() > b.count()
                                                                                                                                                                                diff --git a/doc/src/lib/assert_count/assert_count_gt_x.rs.html b/doc/src/lib/assert_count/assert_count_gt_x.rs.html
                                                                                                                                                                                index cb54620ec..58cdbbc46 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_count/assert_count_gt_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_count/assert_count_gt_x.rs.html
                                                                                                                                                                                @@ -291,7 +291,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_count_gt_x!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_gt_x.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_gt_x.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " a.count(): `{:?}`,\n",
                                                                                                                                                                                @@ -331,7 +331,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_count_gt_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_gt_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_gt_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Chars(['x'])`,\n",
                                                                                                                                                                                                 " a.count(): `1`,\n",
                                                                                                                                                                                @@ -350,7 +350,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_count_gt_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_gt_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_gt_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Chars(['x'])`,\n",
                                                                                                                                                                                                 " a.count(): `1`,\n",
                                                                                                                                                                                @@ -389,7 +389,7 @@
                                                                                                                                                                                 /// assert_count_gt_x!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_count_gt_x!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_gt_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_gt_x.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `Chars(['x'])`,
                                                                                                                                                                                 /// //  a.count(): `1`",
                                                                                                                                                                                @@ -398,7 +398,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_count_gt_x!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_gt_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_gt_x.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `Chars(['x'])`,\n",
                                                                                                                                                                                 /// #     " a.count(): `1`,\n",
                                                                                                                                                                                @@ -431,7 +431,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a count is greater than an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.count() > b
                                                                                                                                                                                diff --git a/doc/src/lib/assert_count/assert_count_le.rs.html b/doc/src/lib/assert_count/assert_count_le.rs.html
                                                                                                                                                                                index eb2b67ce5..69104f8f6 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_count/assert_count_le.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_count/assert_count_le.rs.html
                                                                                                                                                                                @@ -229,7 +229,7 @@
                                                                                                                                                                                 229
                                                                                                                                                                                 230
                                                                                                                                                                                 231
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a count is less than or equal to another count.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a count is less than or equal to another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a.count() ≤ b.count()
                                                                                                                                                                                @@ -252,7 +252,7 @@
                                                                                                                                                                                 //! * [`assert_count_le_as_result`](macro@crate::assert_count_le_as_result)
                                                                                                                                                                                 //! * [`debug_assert_count_le`](macro@crate::debug_assert_count_le)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a count is less than or equal to another count.
                                                                                                                                                                                +/// Assert a count is less than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.count() ≤ b.count()
                                                                                                                                                                                @@ -287,7 +287,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_count_le!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_le.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_le.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " a.count(): `{:?}`,\n",
                                                                                                                                                                                @@ -337,7 +337,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_count_le!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_le.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_le.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Chars(['x', 'x'])`,\n",
                                                                                                                                                                                                 " a.count(): `2`,\n",
                                                                                                                                                                                @@ -349,7 +349,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a count is less than or equal to another count.
                                                                                                                                                                                +/// Assert a count is less than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.count() ≤ b.count()
                                                                                                                                                                                @@ -377,7 +377,7 @@
                                                                                                                                                                                 /// assert_count_le!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_count_le!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_le.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_le.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `Chars(['x', 'x'])`,
                                                                                                                                                                                 /// //  a.count(): `2`",
                                                                                                                                                                                @@ -387,7 +387,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_count_le!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_le.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_le.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `Chars(['x', 'x'])`,\n",
                                                                                                                                                                                 /// #     " a.count(): `2`,\n",
                                                                                                                                                                                @@ -421,7 +421,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a count is less than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.count() ≤ b.count()
                                                                                                                                                                                diff --git a/doc/src/lib/assert_count/assert_count_le_x.rs.html b/doc/src/lib/assert_count/assert_count_le_x.rs.html
                                                                                                                                                                                index cf9c49d36..844d159e9 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_count/assert_count_le_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_count/assert_count_le_x.rs.html
                                                                                                                                                                                @@ -280,7 +280,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_count_le_x!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_le_x.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_le_x.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " a.count(): `{:?}`,\n",
                                                                                                                                                                                @@ -328,7 +328,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_count_le_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_le_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_le_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Chars(['x', 'x'])`,\n",
                                                                                                                                                                                                 " a.count(): `2`,\n",
                                                                                                                                                                                @@ -367,7 +367,7 @@
                                                                                                                                                                                 /// assert_count_le_x!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_count_le_x!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_le_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_le_x.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `Chars(['x', 'x'])`,
                                                                                                                                                                                 /// //  a.count(): `2`",
                                                                                                                                                                                @@ -376,7 +376,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_count_le_x!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_le_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_le_x.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `Chars(['x', 'x'])`,\n",
                                                                                                                                                                                 /// #     " a.count(): `2`,\n",
                                                                                                                                                                                @@ -409,7 +409,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a count is less than or equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.count() ≤ b
                                                                                                                                                                                diff --git a/doc/src/lib/assert_count/assert_count_lt.rs.html b/doc/src/lib/assert_count/assert_count_lt.rs.html
                                                                                                                                                                                index aad5caceb..67e8bad4d 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_count/assert_count_lt.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_count/assert_count_lt.rs.html
                                                                                                                                                                                @@ -241,7 +241,7 @@
                                                                                                                                                                                 241
                                                                                                                                                                                 242
                                                                                                                                                                                 243
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a count is less than another count.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a count is less than another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a.count() < b.count()
                                                                                                                                                                                @@ -264,7 +264,7 @@
                                                                                                                                                                                 //! * [`assert_count_lt_as_result`](macro@crate::assert_count_lt_as_result)
                                                                                                                                                                                 //! * [`debug_assert_count_lt`](macro@crate::debug_assert_count_lt)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a count is less than another count.
                                                                                                                                                                                +/// Assert a count is less than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.count() < b.count()
                                                                                                                                                                                @@ -299,7 +299,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_count_lt!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_lt.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_lt.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " a.count(): `{:?}`,\n",
                                                                                                                                                                                @@ -341,7 +341,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_count_lt!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_lt.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_lt.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Chars(['x'])`,\n",
                                                                                                                                                                                                 " a.count(): `1`,\n",
                                                                                                                                                                                @@ -361,7 +361,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_count_lt!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_lt.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_lt.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Chars(['x', 'x'])`,\n",
                                                                                                                                                                                                 " a.count(): `2`,\n",
                                                                                                                                                                                @@ -373,7 +373,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a count is less than another count.
                                                                                                                                                                                +/// Assert a count is less than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.count() < b.count()
                                                                                                                                                                                @@ -401,7 +401,7 @@
                                                                                                                                                                                 /// assert_count_lt!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_count_lt!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_lt.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_lt.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `Chars(['x', 'x'])`,
                                                                                                                                                                                 /// //  a.count(): `2`",
                                                                                                                                                                                @@ -411,7 +411,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_count_lt!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_lt.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_lt.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `Chars(['x', 'x'])`,\n",
                                                                                                                                                                                 /// #     " a.count(): `2`,\n",
                                                                                                                                                                                @@ -445,7 +445,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a count is less than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.count() < b.count()
                                                                                                                                                                                diff --git a/doc/src/lib/assert_count/assert_count_lt_x.rs.html b/doc/src/lib/assert_count/assert_count_lt_x.rs.html
                                                                                                                                                                                index 0919af923..6a8a722a1 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_count/assert_count_lt_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_count/assert_count_lt_x.rs.html
                                                                                                                                                                                @@ -291,7 +291,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_count_lt_x!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_lt_x.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_lt_x.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " a.count(): `{:?}`,\n",
                                                                                                                                                                                @@ -331,7 +331,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_count_lt_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_lt_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_lt_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Chars(['x'])`,\n",
                                                                                                                                                                                                 " a.count(): `1`,\n",
                                                                                                                                                                                @@ -350,7 +350,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_count_lt_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_lt_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_lt_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Chars(['x', 'x'])`,\n",
                                                                                                                                                                                                 " a.count(): `2`,\n",
                                                                                                                                                                                @@ -389,7 +389,7 @@
                                                                                                                                                                                 /// assert_count_lt_x!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_count_lt_x!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_lt_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_lt_x.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `Chars(['x', 'x'])`,
                                                                                                                                                                                 /// //  a.count(): `2`",
                                                                                                                                                                                @@ -398,7 +398,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_count_lt_x!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_lt_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_lt_x.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `Chars(['x', 'x'])`,\n",
                                                                                                                                                                                 /// #     " a.count(): `2`,\n",
                                                                                                                                                                                @@ -431,7 +431,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a count is less than an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.count() < b
                                                                                                                                                                                diff --git a/doc/src/lib/assert_count/assert_count_ne.rs.html b/doc/src/lib/assert_count/assert_count_ne.rs.html
                                                                                                                                                                                index 71aaaddf2..6931bdbd3 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_count/assert_count_ne.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_count/assert_count_ne.rs.html
                                                                                                                                                                                @@ -229,7 +229,7 @@
                                                                                                                                                                                 229
                                                                                                                                                                                 230
                                                                                                                                                                                 231
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a count is equal to another count.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a count is not equal to another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a.count() ≠ b.count()
                                                                                                                                                                                @@ -252,7 +252,7 @@
                                                                                                                                                                                 //! * [`assert_count_ne_as_result`](macro@crate::assert_count_ne_as_result)
                                                                                                                                                                                 //! * [`debug_assert_count_ne`](macro@crate::debug_assert_count_ne)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a count is equal to another count.
                                                                                                                                                                                +/// Assert a count is not equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.count() ≠ b.count()
                                                                                                                                                                                @@ -287,7 +287,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_count_ne!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ne.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ne.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " a.count(): `{:?}`,\n",
                                                                                                                                                                                @@ -337,7 +337,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_count_ne!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ne.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ne.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Chars(['x'])`,\n",
                                                                                                                                                                                                 " a.count(): `1`,\n",
                                                                                                                                                                                @@ -349,7 +349,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a count is equal to another count.
                                                                                                                                                                                +/// Assert a count is not equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.count() ≠ b.count()
                                                                                                                                                                                @@ -377,7 +377,7 @@
                                                                                                                                                                                 /// assert_count_ne!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_count_ne!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ne.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ne.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `Chars(['x'])`,
                                                                                                                                                                                 /// //  a.count(): `1`",
                                                                                                                                                                                @@ -387,7 +387,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_count_ne!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ne.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ne.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `Chars(['x'])`,\n",
                                                                                                                                                                                 /// #     " a.count(): `1`,\n",
                                                                                                                                                                                @@ -421,7 +421,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a count is not equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.count() ≠ b.count()
                                                                                                                                                                                diff --git a/doc/src/lib/assert_count/assert_count_ne_x.rs.html b/doc/src/lib/assert_count/assert_count_ne_x.rs.html
                                                                                                                                                                                index 60651354a..a4ba957ca 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_count/assert_count_ne_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_count/assert_count_ne_x.rs.html
                                                                                                                                                                                @@ -223,7 +223,7 @@
                                                                                                                                                                                 223
                                                                                                                                                                                 224
                                                                                                                                                                                 225
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a count is equal to an expression.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a count is not equal to an expression.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a.count() ≠ b
                                                                                                                                                                                @@ -246,7 +246,7 @@
                                                                                                                                                                                 //! * [`assert_count_ne_x_as_result`](macro@crate::assert_count_ne_x_as_result)
                                                                                                                                                                                 //! * [`debug_assert_count_ne_x`](macro@crate::debug_assert_count_ne_x)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a count is equal to an expression.
                                                                                                                                                                                +/// Assert a count is not equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.count() ≠ b
                                                                                                                                                                                @@ -280,7 +280,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_count_ne_x!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ne_x.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ne_x.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " a.count(): `{:?}`,\n",
                                                                                                                                                                                @@ -328,7 +328,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_count_ne_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ne_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ne_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Chars(['x'])`,\n",
                                                                                                                                                                                                 " a.count(): `1`,\n",
                                                                                                                                                                                @@ -339,7 +339,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a count is equal to an expression.
                                                                                                                                                                                +/// Assert a count is not equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.count() ≠ b
                                                                                                                                                                                @@ -367,7 +367,7 @@
                                                                                                                                                                                 /// assert_count_ne_x!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_count_ne_x!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ne_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ne_x.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `Chars(['x'])`,
                                                                                                                                                                                 /// //  a.count(): `1`",
                                                                                                                                                                                @@ -376,7 +376,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_count_ne_x!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ne_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ne_x.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `Chars(['x'])`,\n",
                                                                                                                                                                                 /// #     " a.count(): `1`,\n",
                                                                                                                                                                                @@ -409,7 +409,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a count is not equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.count() ≠ b
                                                                                                                                                                                diff --git a/doc/src/lib/assert_ends_with/assert_ends_with.rs.html b/doc/src/lib/assert_ends_with/assert_ends_with.rs.html
                                                                                                                                                                                index f34991e99..7b0dadd08 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_ends_with/assert_ends_with.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_ends_with/assert_ends_with.rs.html
                                                                                                                                                                                @@ -282,7 +282,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_ends_with!(sequence, subsequence)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ends_with.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ends_with.html\n",
                                                                                                                                                                                                                 "     sequence label: `{}`,\n",
                                                                                                                                                                                                                 "     sequence debug: `{:?}`,\n",
                                                                                                                                                                                                                 "  subsequence label: `{}`,\n",
                                                                                                                                                                                @@ -319,7 +319,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_ends_with!(sequence, subsequence)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ends_with.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ends_with.html\n",
                                                                                                                                                                                             "     sequence label: `sequence`,\n",
                                                                                                                                                                                             "     sequence debug: `\"alfa\"`,\n",
                                                                                                                                                                                             "  subsequence label: `subsequence`,\n",
                                                                                                                                                                                @@ -363,7 +363,7 @@
                                                                                                                                                                                 /// assert_ends_with!(sequence, subsequence);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_ends_with!(sequence, subsequence)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_ends_with.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_ends_with.html
                                                                                                                                                                                 /// //  sequence label: `sequence`,
                                                                                                                                                                                 /// //  sequence debug: `\"alfa\"`,
                                                                                                                                                                                 /// //   part label: `subsequence`,
                                                                                                                                                                                @@ -371,7 +371,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_ends_with!(sequence, subsequence)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ends_with.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ends_with.html\n",
                                                                                                                                                                                 /// #     "     sequence label: `sequence`,\n",
                                                                                                                                                                                 /// #     "     sequence debug: `\"alfa\"`,\n",
                                                                                                                                                                                 /// #     "  subsequence label: `subsequence`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_ends_with/assert_not_ends_with.rs.html b/doc/src/lib/assert_ends_with/assert_not_ends_with.rs.html
                                                                                                                                                                                index e3eff35ca..278064d16 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_ends_with/assert_not_ends_with.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_ends_with/assert_not_ends_with.rs.html
                                                                                                                                                                                @@ -282,7 +282,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_not_ends_with!(sequence, subsequence)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_ends_with.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_ends_with.html\n",
                                                                                                                                                                                                                 "     sequence label: `{}`,\n",
                                                                                                                                                                                                                 "     sequence debug: `{:?}`,\n",
                                                                                                                                                                                                                 "  subsequence label: `{}`,\n",
                                                                                                                                                                                @@ -319,7 +319,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_not_ends_with!(sequence, subsequence)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_ends_with.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_ends_with.html\n",
                                                                                                                                                                                             "     sequence label: `sequence`,\n",
                                                                                                                                                                                             "     sequence debug: `\"alfa\"`,\n",
                                                                                                                                                                                             "  subsequence label: `subsequence`,\n",
                                                                                                                                                                                @@ -363,7 +363,7 @@
                                                                                                                                                                                 /// assert_not_ends_with!(sequence, subsequence);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_not_ends_with!(sequence, subsequence)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_ends_with.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_ends_with.html
                                                                                                                                                                                 /// //  sequence label: `sequence`,
                                                                                                                                                                                 /// //  sequence debug: `\"alfa\"`,
                                                                                                                                                                                 /// //   part label: `subsequence`,
                                                                                                                                                                                @@ -371,7 +371,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_not_ends_with!(sequence, subsequence)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_ends_with.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_ends_with.html\n",
                                                                                                                                                                                 /// #     "     sequence label: `sequence`,\n",
                                                                                                                                                                                 /// #     "     sequence debug: `\"alfa\"`,\n",
                                                                                                                                                                                 /// #     "  subsequence label: `subsequence`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_eq.rs.html b/doc/src/lib/assert_eq.rs.html
                                                                                                                                                                                index 874bea767..3ba6dcb6d 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_eq.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_eq.rs.html
                                                                                                                                                                                @@ -93,7 +93,7 @@
                                                                                                                                                                                 93
                                                                                                                                                                                 94
                                                                                                                                                                                 95
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert an expression is equal to another expression.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert an expression is equal to another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a = b
                                                                                                                                                                                @@ -107,7 +107,7 @@
                                                                                                                                                                                 //! * [`assert_eq`](https://doc.rust-lang.org/std/macro.assert_eq.html)
                                                                                                                                                                                 //! * [`debug_assert_eq`](https://doc.rust-lang.org/std/macro.debug_assert_eq.html)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert an expression is equal to another expression.
                                                                                                                                                                                +/// Assert an expression is equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a = b
                                                                                                                                                                                @@ -142,7 +142,7 @@
                                                                                                                                                                                                     Err(format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_eq!(a, b)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_eq.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_eq.html\n",
                                                                                                                                                                                                             " a label: `{}`,\n",
                                                                                                                                                                                                             " a debug: `{:?}`,\n",
                                                                                                                                                                                                             " b label: `{}`,\n",
                                                                                                                                                                                @@ -179,7 +179,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_eq!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_eq.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_eq.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `1`,\n",
                                                                                                                                                                                                 " b label: `b`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_err/assert_err.rs.html b/doc/src/lib/assert_err/assert_err.rs.html
                                                                                                                                                                                index 2a56445b7..67da92b0f 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_err/assert_err.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_err/assert_err.rs.html
                                                                                                                                                                                @@ -238,7 +238,7 @@
                                                                                                                                                                                             _ => Err(format!(
                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                     "assertion failed: `assert_err!(a)`\n",
                                                                                                                                                                                -                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err.html\n",
                                                                                                                                                                                +                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err.html\n",
                                                                                                                                                                                                     " a label: `{}`,\n",
                                                                                                                                                                                                     " a debug: `{:?}`",
                                                                                                                                                                                                 ),
                                                                                                                                                                                @@ -267,7 +267,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_err!(a)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Ok(1)`",
                                                                                                                                                                                             )
                                                                                                                                                                                @@ -301,13 +301,13 @@
                                                                                                                                                                                 /// assert_err!(a);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_err!(a)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_err.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_err.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `Ok(1)`
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_err!(a)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `Ok(1)`",
                                                                                                                                                                                 /// # );
                                                                                                                                                                                diff --git a/doc/src/lib/assert_err/assert_err_eq.rs.html b/doc/src/lib/assert_err/assert_err_eq.rs.html
                                                                                                                                                                                index 53244028b..f21a98775 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_err/assert_err_eq.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_err/assert_err_eq.rs.html
                                                                                                                                                                                @@ -311,7 +311,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_err_eq!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_eq.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_eq.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " a inner: `{:?}`,\n",
                                                                                                                                                                                @@ -334,7 +334,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_err_eq!(a, b)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_eq.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_eq.html\n",
                                                                                                                                                                                                             " a label: `{}`,\n",
                                                                                                                                                                                                             " a debug: `{:?}`,\n",
                                                                                                                                                                                                             " b label: `{}`,\n",
                                                                                                                                                                                @@ -371,7 +371,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_err_eq!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_eq.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_eq.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Err(1)`,\n",
                                                                                                                                                                                                 " a inner: `1`,\n",
                                                                                                                                                                                @@ -391,7 +391,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_err_eq!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_eq.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_eq.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Ok(1)`,\n",
                                                                                                                                                                                                 " b label: `b`,\n",
                                                                                                                                                                                @@ -429,7 +429,7 @@
                                                                                                                                                                                 /// assert_err_eq!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_err_eq!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_eq.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_eq.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `Err(1)`,
                                                                                                                                                                                 /// //  a inner: `1`,
                                                                                                                                                                                @@ -439,7 +439,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_err_eq!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_eq.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_eq.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `Err(1)`,\n",
                                                                                                                                                                                 /// #     " a inner: `1`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_err/assert_err_eq_x.rs.html b/doc/src/lib/assert_err/assert_err_eq_x.rs.html
                                                                                                                                                                                index 359739a18..d2a4a274c 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_err/assert_err_eq_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_err/assert_err_eq_x.rs.html
                                                                                                                                                                                @@ -306,7 +306,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_err_eq_x!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_eq_x.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_eq_x.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " a inner: `{:?}`,\n",
                                                                                                                                                                                @@ -327,7 +327,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_err_eq_x!(a, b)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_eq_x.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_eq_x.html\n",
                                                                                                                                                                                                             " a label: `{}`,\n",
                                                                                                                                                                                                             " a debug: `{:?}`,\n",
                                                                                                                                                                                                             " b label: `{}`,\n",
                                                                                                                                                                                @@ -364,7 +364,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_err_eq_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_eq_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_eq_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Err(1)`,\n",
                                                                                                                                                                                                 " a inner: `1`,\n",
                                                                                                                                                                                @@ -383,7 +383,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_err_eq_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_eq_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_eq_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Ok(1)`,\n",
                                                                                                                                                                                                 " b label: `b`,\n",
                                                                                                                                                                                @@ -421,7 +421,7 @@
                                                                                                                                                                                 /// assert_err_eq_x!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_err_eq_x!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_eq_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_eq_x.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `Err(1)`,
                                                                                                                                                                                 /// //  a inner: `1`,
                                                                                                                                                                                @@ -430,7 +430,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_err_eq_x!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_eq_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_eq_x.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `Err(1)`,\n",
                                                                                                                                                                                 /// #     " a inner: `1`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_err/assert_err_ne.rs.html b/doc/src/lib/assert_err/assert_err_ne.rs.html
                                                                                                                                                                                index 2f6589475..ed5333dbd 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_err/assert_err_ne.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_err/assert_err_ne.rs.html
                                                                                                                                                                                @@ -308,7 +308,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_err_ne!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_ne.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_ne.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " a inner: `{:?}`,\n",
                                                                                                                                                                                @@ -331,7 +331,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_err_ne!(a, b)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_ne.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_ne.html\n",
                                                                                                                                                                                                             " a label: `{}`,\n",
                                                                                                                                                                                                             " a debug: `{:?}`,\n",
                                                                                                                                                                                                             " b label: `{}`,\n",
                                                                                                                                                                                @@ -368,7 +368,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_err_ne!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_ne.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_ne.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Err(1)`,\n",
                                                                                                                                                                                                 " a inner: `1`,\n",
                                                                                                                                                                                @@ -388,7 +388,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_err_ne!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_ne.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_ne.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Ok(1)`,\n",
                                                                                                                                                                                                 " b label: `b`,\n",
                                                                                                                                                                                @@ -426,7 +426,7 @@
                                                                                                                                                                                 /// assert_err_ne!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_err_ne!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_ne.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_ne.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `Err(1)`,
                                                                                                                                                                                 /// //  a inner: `1`,
                                                                                                                                                                                @@ -436,7 +436,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_err_ne!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_ne.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_ne.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `Err(1)`,\n",
                                                                                                                                                                                 /// #     " a inner: `1`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_err/assert_err_ne_x.rs.html b/doc/src/lib/assert_err/assert_err_ne_x.rs.html
                                                                                                                                                                                index 9de18e575..67a8c91fe 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_err/assert_err_ne_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_err/assert_err_ne_x.rs.html
                                                                                                                                                                                @@ -273,7 +273,7 @@
                                                                                                                                                                                 //! * [`assert_err_ne_x_as_result`](macro@crate::assert_err_ne_x_as_result)
                                                                                                                                                                                 //! * [`debug_assert_err_ne_x`](macro@crate::debug_assert_err_ne_x)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert an expression is Err and its value is equal to an expression.
                                                                                                                                                                                +/// Assert an expression is Err and its value is not equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (a ⇒ Err(a1) ⇒ a1) = b
                                                                                                                                                                                @@ -306,7 +306,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_err_ne_x!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_ne_x.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_ne_x.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " a inner: `{:?}`,\n",
                                                                                                                                                                                @@ -327,7 +327,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_err_ne_x!(a, b)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_ne_x.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_ne_x.html\n",
                                                                                                                                                                                                             " a label: `{}`,\n",
                                                                                                                                                                                                             " a debug: `{:?}`,\n",
                                                                                                                                                                                                             " b label: `{}`,\n",
                                                                                                                                                                                @@ -364,7 +364,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_err_ne_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_ne_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_ne_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Err(1)`,\n",
                                                                                                                                                                                                 " a inner: `1`,\n",
                                                                                                                                                                                @@ -383,7 +383,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_err_ne_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_ne_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_ne_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Ok(1)`,\n",
                                                                                                                                                                                                 " b label: `b`,\n",
                                                                                                                                                                                @@ -393,7 +393,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert an expression is Err and its value is equal to an expression.
                                                                                                                                                                                +/// Assert an expression is Err and its value is not equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (a ⇒ Err(a1) ⇒ a1) ≠ b
                                                                                                                                                                                @@ -421,7 +421,7 @@
                                                                                                                                                                                 /// assert_err_ne_x!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_err_ne_x!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_ne_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_ne_x.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `Err(1)`,
                                                                                                                                                                                 /// //  a inner: `1`,
                                                                                                                                                                                @@ -430,7 +430,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_err_ne_x!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_ne_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_ne_x.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `Err(1)`,\n",
                                                                                                                                                                                 /// #     " a inner: `1`,\n",
                                                                                                                                                                                @@ -463,7 +463,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert an expression is Err and its value is equal to an expression.
                                                                                                                                                                                +/// Assert an expression is Err and its value is not equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (a ⇒ Err(a1) ⇒ a1) ≠ b
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn/assert_fn_eq.rs.html b/doc/src/lib/assert_fn/assert_fn_eq.rs.html
                                                                                                                                                                                index 2d0a1f69a..4aea67484 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn/assert_fn_eq.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn/assert_fn_eq.rs.html
                                                                                                                                                                                @@ -330,7 +330,7 @@
                                                                                                                                                                                 330
                                                                                                                                                                                 331
                                                                                                                                                                                 332
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a function output is equal to another function output.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a function output is equal to another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a_function(a) == b_function(b)
                                                                                                                                                                                @@ -353,7 +353,7 @@
                                                                                                                                                                                 //! * [`assert_fn_eq_as_result`](macro@crate::assert_fn_eq_as_result)
                                                                                                                                                                                 //! * [`debug_assert_fn_eq`](macro@crate::debug_assert_fn_eq)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a function output is equal to another function output.
                                                                                                                                                                                +/// Assert a function output is equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a_function(a) == b_function(b)
                                                                                                                                                                                @@ -391,7 +391,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_fn_eq!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_eq.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_eq.html\n",
                                                                                                                                                                                                                 " a_function label: `{}`,\n",
                                                                                                                                                                                                                 "    a_param label: `{}`,\n",
                                                                                                                                                                                                                 "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -428,7 +428,7 @@
                                                                                                                                                                                                 format!(
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_eq!(a_function, b_function)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_eq.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_eq.html\n",
                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                         " b_function label: `{}`,\n",
                                                                                                                                                                                                         "                a: `{:?}`,\n",
                                                                                                                                                                                @@ -477,7 +477,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_eq!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_eq.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_eq.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -514,7 +514,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_eq!(a_function, b_function)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_eq.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_eq.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         " b_function label: `g`,\n",
                                                                                                                                                                                                         "                a: `1`,\n",
                                                                                                                                                                                @@ -526,7 +526,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a function output is equal to another function output.
                                                                                                                                                                                +/// Assert a function output is equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a_function(a) == b_function(b)
                                                                                                                                                                                @@ -554,7 +554,7 @@
                                                                                                                                                                                 /// assert_fn_eq!(i8::abs, a, i8::abs, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_eq!(a_function, a_param, b_function, b_param)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_eq.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_eq.html
                                                                                                                                                                                 /// //  a_function label: `i8::abs`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `-1`,
                                                                                                                                                                                @@ -566,7 +566,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_eq!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_eq.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_eq.html\n",
                                                                                                                                                                                 /// #     " a_function label: `i8::abs`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `-1`,\n",
                                                                                                                                                                                @@ -623,7 +623,7 @@
                                                                                                                                                                                 
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a function output is equal to another function output.
                                                                                                                                                                                +/// Assert a function output is equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a_function(a) == b_function(b)
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn/assert_fn_eq_x.rs.html b/doc/src/lib/assert_fn/assert_fn_eq_x.rs.html
                                                                                                                                                                                index a67df6ca2..07c972378 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn/assert_fn_eq_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn/assert_fn_eq_x.rs.html
                                                                                                                                                                                @@ -384,7 +384,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_fn_eq_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_eq_x.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_eq_x.html\n",
                                                                                                                                                                                                                 " a_function label: `{}`,\n",
                                                                                                                                                                                                                 "    a_param label: `{}`,\n",
                                                                                                                                                                                                                 "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -420,7 +420,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_fn_eq_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_eq_x.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_eq_x.html\n",
                                                                                                                                                                                                                 " a_function label: `{}`,\n",
                                                                                                                                                                                                                 "     b_expr label: `{}`,\n",
                                                                                                                                                                                                                 "     b_expr debug: `{:?}`,\n",
                                                                                                                                                                                @@ -469,7 +469,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_eq_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_eq_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_eq_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -503,7 +503,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_eq_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_eq_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_eq_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "     b_expr label: `b`,\n",
                                                                                                                                                                                                         "     b_expr debug: `2`,\n",
                                                                                                                                                                                @@ -544,7 +544,7 @@
                                                                                                                                                                                 /// assert_fn_eq_x!(i8::abs, a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_eq_x!(a_function, a_param, b_expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_eq_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_eq_x.html
                                                                                                                                                                                 /// //  a_function label: `i8::abs`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `-1`,
                                                                                                                                                                                @@ -555,7 +555,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_eq_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_eq_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_eq_x.html\n",
                                                                                                                                                                                 /// #     " a_function label: `i8::abs`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `-1`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn/assert_fn_ge.rs.html b/doc/src/lib/assert_fn/assert_fn_ge.rs.html
                                                                                                                                                                                index 92505b6f0..fb5e2ad52 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn/assert_fn_ge.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn/assert_fn_ge.rs.html
                                                                                                                                                                                @@ -405,7 +405,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_fn_ge!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ge.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ge.html\n",
                                                                                                                                                                                                                 " a_function label: `{}`,\n",
                                                                                                                                                                                                                 "    a_param label: `{}`,\n",
                                                                                                                                                                                                                 "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -442,7 +442,7 @@
                                                                                                                                                                                                 format!(
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ge!(a_function, b_function)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ge.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ge.html\n",
                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                         " b_function label: `{}`,\n",
                                                                                                                                                                                                         "                a: `{:?}`,\n",
                                                                                                                                                                                @@ -499,7 +499,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ge!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ge.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ge.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -542,7 +542,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ge!(a_function, b_function)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ge.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ge.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         " b_function label: `g`,\n",
                                                                                                                                                                                                         "                a: `1`,\n",
                                                                                                                                                                                @@ -582,7 +582,7 @@
                                                                                                                                                                                 /// assert_fn_ge!(i8::abs, a, i8::abs, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_ge!(a_function, a_param, b_function, b_param)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ge.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ge.html
                                                                                                                                                                                 /// //  a_function label: `i8::abs`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `1`,
                                                                                                                                                                                @@ -594,7 +594,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_ge!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ge.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ge.html\n",
                                                                                                                                                                                 /// #     " a_function label: `i8::abs`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `1`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn/assert_fn_ge_x.rs.html b/doc/src/lib/assert_fn/assert_fn_ge_x.rs.html
                                                                                                                                                                                index af43fc3a0..9cc168e0e 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn/assert_fn_ge_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn/assert_fn_ge_x.rs.html
                                                                                                                                                                                @@ -403,7 +403,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_fn_ge_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ge_x.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ge_x.html\n",
                                                                                                                                                                                                                 " a_function label: `{}`,\n",
                                                                                                                                                                                                                 "    a_param label: `{}`,\n",
                                                                                                                                                                                                                 "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -439,7 +439,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_fn_ge_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ge_x.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ge_x.html\n",
                                                                                                                                                                                                                 " a_function label: `{}`,\n",
                                                                                                                                                                                                                 "     b_expr label: `{}`,\n",
                                                                                                                                                                                                                 "     b_expr debug: `{:?}`,\n",
                                                                                                                                                                                @@ -496,7 +496,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ge_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ge_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ge_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -541,7 +541,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ge_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ge_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ge_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "     b_expr label: `b`,\n",
                                                                                                                                                                                                         "     b_expr debug: `2`,\n",
                                                                                                                                                                                @@ -582,7 +582,7 @@
                                                                                                                                                                                 /// assert_fn_ge_x!(i8::abs, a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_ge_x!(a_function, a_param, b_expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ge_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ge_x.html
                                                                                                                                                                                 /// //  a_function label: `i8::abs`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `-1`,
                                                                                                                                                                                @@ -593,7 +593,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_ge_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ge_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ge_x.html\n",
                                                                                                                                                                                 /// #     " a_function label: `i8::abs`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `-1`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn/assert_fn_gt.rs.html b/doc/src/lib/assert_fn/assert_fn_gt.rs.html
                                                                                                                                                                                index 3ae4197e9..419865646 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn/assert_fn_gt.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn/assert_fn_gt.rs.html
                                                                                                                                                                                @@ -429,7 +429,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_fn_gt!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt.html\n",
                                                                                                                                                                                                                 " a_function label: `{}`,\n",
                                                                                                                                                                                                                 "    a_param label: `{}`,\n",
                                                                                                                                                                                                                 "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -466,7 +466,7 @@
                                                                                                                                                                                                 format!(
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_gt!(a_function, b_function)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt.html\n",
                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                         " b_function label: `{}`,\n",
                                                                                                                                                                                                         "                a: `{:?}`,\n",
                                                                                                                                                                                @@ -515,7 +515,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_gt!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -537,7 +537,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_gt!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -574,7 +574,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_gt!(a_function, b_function)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         " b_function label: `f`,\n",
                                                                                                                                                                                                         "                a: `1`,\n",
                                                                                                                                                                                @@ -590,7 +590,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_gt!(a_function, b_function)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         " b_function label: `g`,\n",
                                                                                                                                                                                                         "                a: `1`,\n",
                                                                                                                                                                                @@ -630,7 +630,7 @@
                                                                                                                                                                                 /// assert_fn_gt!(i8::abs, a, i8::abs, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_gt!(a_function, a_param, b_function, b_param)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt.html
                                                                                                                                                                                 /// //  a_function label: `i8::abs`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `1`,
                                                                                                                                                                                @@ -642,7 +642,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_gt!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt.html\n",
                                                                                                                                                                                 /// #     " a_function label: `i8::abs`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `1`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn/assert_fn_gt_x.rs.html b/doc/src/lib/assert_fn/assert_fn_gt_x.rs.html
                                                                                                                                                                                index 16a6522f7..86891bc76 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn/assert_fn_gt_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn/assert_fn_gt_x.rs.html
                                                                                                                                                                                @@ -423,7 +423,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_fn_gt_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt_x.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt_x.html\n",
                                                                                                                                                                                                                 " a_function label: `{}`,\n",
                                                                                                                                                                                                                 "    a_param label: `{}`,\n",
                                                                                                                                                                                                                 "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -459,7 +459,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_fn_gt_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt_x.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt_x.html\n",
                                                                                                                                                                                                                 " a_function label: `{}`,\n",
                                                                                                                                                                                                                 "     b_expr label: `{}`,\n",
                                                                                                                                                                                                                 "     b_expr debug: `{:?}`,\n",
                                                                                                                                                                                @@ -508,7 +508,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_gt_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -529,7 +529,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_gt_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -563,7 +563,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_gt_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "     b_expr label: `b`,\n",
                                                                                                                                                                                                         "     b_expr debug: `1`,\n",
                                                                                                                                                                                @@ -581,7 +581,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_gt_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "     b_expr label: `b`,\n",
                                                                                                                                                                                                         "     b_expr debug: `2`,\n",
                                                                                                                                                                                @@ -622,7 +622,7 @@
                                                                                                                                                                                 /// assert_fn_gt_x!(i8::abs, a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_gt_x!(a_function, a_param, b_expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt_x.html
                                                                                                                                                                                 /// //  a_function label: `i8::abs`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `-1`,
                                                                                                                                                                                @@ -633,7 +633,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_gt_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt_x.html\n",
                                                                                                                                                                                 /// #     " a_function label: `i8::abs`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `-1`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn/assert_fn_le.rs.html b/doc/src/lib/assert_fn/assert_fn_le.rs.html
                                                                                                                                                                                index 0a5cefc81..cd626a83c 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn/assert_fn_le.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn/assert_fn_le.rs.html
                                                                                                                                                                                @@ -409,7 +409,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_fn_le!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_le.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_le.html\n",
                                                                                                                                                                                                                 " a_function label: `{}`,\n",
                                                                                                                                                                                                                 "    a_param label: `{}`,\n",
                                                                                                                                                                                                                 "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -446,7 +446,7 @@
                                                                                                                                                                                                 format!(
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_le!(a_function, b_function)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_le.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_le.html\n",
                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                         " b_function label: `{}`,\n",
                                                                                                                                                                                                         "                a: `{:?}`,\n",
                                                                                                                                                                                @@ -503,7 +503,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_le!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_le.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_le.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `2`,\n",
                                                                                                                                                                                @@ -546,7 +546,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_le!(a_function, b_function)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_le.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_le.html\n",
                                                                                                                                                                                                         " a_function label: `g`,\n",
                                                                                                                                                                                                         " b_function label: `f`,\n",
                                                                                                                                                                                                         "                a: `2`,\n",
                                                                                                                                                                                @@ -586,7 +586,7 @@
                                                                                                                                                                                 /// assert_fn_le!(i8::abs, a, i8::abs, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_le!(a_function, a_param, b_function, b_param)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_le.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_le.html
                                                                                                                                                                                 /// //  a_function label: `i8::abs`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `-2`,
                                                                                                                                                                                @@ -598,7 +598,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_le!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_le.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_le.html\n",
                                                                                                                                                                                 /// #     " a_function label: `i8::abs`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `-2`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn/assert_fn_le_x.rs.html b/doc/src/lib/assert_fn/assert_fn_le_x.rs.html
                                                                                                                                                                                index e8db3bd6a..a5e46ca5e 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn/assert_fn_le_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn/assert_fn_le_x.rs.html
                                                                                                                                                                                @@ -405,7 +405,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_fn_le_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_le_x.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_le_x.html\n",
                                                                                                                                                                                                                 " a_function label: `{}`,\n",
                                                                                                                                                                                                                 "    a_param label: `{}`,\n",
                                                                                                                                                                                                                 "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -441,7 +441,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_fn_le_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_le_x.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_le_x.html\n",
                                                                                                                                                                                                                 " a_function label: `{}`,\n",
                                                                                                                                                                                                                 "     b_expr label: `{}`,\n",
                                                                                                                                                                                                                 "     b_expr debug: `{:?}`,\n",
                                                                                                                                                                                @@ -498,7 +498,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_le_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_le_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_le_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `2`,\n",
                                                                                                                                                                                @@ -539,7 +539,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_le_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_le_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_le_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "     b_expr label: `b`,\n",
                                                                                                                                                                                                         "     b_expr debug: `0`,\n",
                                                                                                                                                                                @@ -580,7 +580,7 @@
                                                                                                                                                                                 /// assert_fn_le_x!(i8::abs, a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_le_x!(a_function, a_param, b_expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_le_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_le_x.html
                                                                                                                                                                                 /// //  a_function label: `i8::abs`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `-2`,
                                                                                                                                                                                @@ -591,7 +591,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_le_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_le_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_le_x.html\n",
                                                                                                                                                                                 /// #     " a_function label: `i8::abs`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `-2`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn/assert_fn_lt.rs.html b/doc/src/lib/assert_fn/assert_fn_lt.rs.html
                                                                                                                                                                                index 2be651db9..4bd80016d 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn/assert_fn_lt.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn/assert_fn_lt.rs.html
                                                                                                                                                                                @@ -429,7 +429,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_fn_lt!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt.html\n",
                                                                                                                                                                                                                 " a_function label: `{}`,\n",
                                                                                                                                                                                                                 "    a_param label: `{}`,\n",
                                                                                                                                                                                                                 "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -466,7 +466,7 @@
                                                                                                                                                                                                 format!(
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_lt!(a_function, b_function)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt.html\n",
                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                         " b_function label: `{}`,\n",
                                                                                                                                                                                                         "                a: `{:?}`,\n",
                                                                                                                                                                                @@ -515,7 +515,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_lt!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -537,7 +537,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_lt!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `2`,\n",
                                                                                                                                                                                @@ -574,7 +574,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_lt!(a_function, b_function)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         " b_function label: `f`,\n",
                                                                                                                                                                                                         "                a: `1`,\n",
                                                                                                                                                                                @@ -590,7 +590,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_lt!(a_function, b_function)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt.html\n",
                                                                                                                                                                                                         " a_function label: `g`,\n",
                                                                                                                                                                                                         " b_function label: `f`,\n",
                                                                                                                                                                                                         "                a: `2`,\n",
                                                                                                                                                                                @@ -630,7 +630,7 @@
                                                                                                                                                                                 /// assert_fn_lt!(i8::abs, a, i8::abs, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_lt!(a_function, a_param, b_function, b_param)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt.html
                                                                                                                                                                                 /// //  a_function label: `i8::abs`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `-2`,
                                                                                                                                                                                @@ -642,7 +642,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_lt!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt.html\n",
                                                                                                                                                                                 /// #     " a_function label: `i8::abs`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `-2`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn/assert_fn_lt_x.rs.html b/doc/src/lib/assert_fn/assert_fn_lt_x.rs.html
                                                                                                                                                                                index ab1ae1489..55bd79b77 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn/assert_fn_lt_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn/assert_fn_lt_x.rs.html
                                                                                                                                                                                @@ -423,7 +423,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_fn_lt_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt_x.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt_x.html\n",
                                                                                                                                                                                                                 " a_function label: `{}`,\n",
                                                                                                                                                                                                                 "    a_param label: `{}`,\n",
                                                                                                                                                                                                                 "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -459,7 +459,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_fn_lt_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt_x.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt_x.html\n",
                                                                                                                                                                                                                 " a_function label: `{}`,\n",
                                                                                                                                                                                                                 "     b_expr label: `{}`,\n",
                                                                                                                                                                                                                 "     b_expr debug: `{:?}`,\n",
                                                                                                                                                                                @@ -508,7 +508,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_lt_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -529,7 +529,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_lt_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -563,7 +563,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_lt_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "     b_expr label: `b`,\n",
                                                                                                                                                                                                         "     b_expr debug: `1`,\n",
                                                                                                                                                                                @@ -581,7 +581,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_lt_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "     b_expr label: `b`,\n",
                                                                                                                                                                                                         "     b_expr debug: `0`,\n",
                                                                                                                                                                                @@ -622,7 +622,7 @@
                                                                                                                                                                                 /// assert_fn_lt_x!(i8::abs, a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_lt_x!(a_function, a_param, b_expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt_x.html
                                                                                                                                                                                 /// //  a_function label: `i8::abs`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `-2`,
                                                                                                                                                                                @@ -633,7 +633,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_lt_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt_x.html\n",
                                                                                                                                                                                 /// #     " a_function label: `i8::abs`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `-2`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn/assert_fn_ne.rs.html b/doc/src/lib/assert_fn/assert_fn_ne.rs.html
                                                                                                                                                                                index 2c3205a48..f83b9873d 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn/assert_fn_ne.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn/assert_fn_ne.rs.html
                                                                                                                                                                                @@ -391,7 +391,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_fn_ne!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ne.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ne.html\n",
                                                                                                                                                                                                                 " a_function label: `{}`,\n",
                                                                                                                                                                                                                 "    a_param label: `{}`,\n",
                                                                                                                                                                                                                 "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -428,7 +428,7 @@
                                                                                                                                                                                                 format!(
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ne!(a_function, b_function)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ne.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ne.html\n",
                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                         " b_function label: `{}`,\n",
                                                                                                                                                                                                         "                a: `{:?}`,\n",
                                                                                                                                                                                @@ -473,7 +473,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ne!(a_function, b_function)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ne.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ne.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         " b_function label: `f`,\n",
                                                                                                                                                                                                         "                a: `1`,\n",
                                                                                                                                                                                @@ -510,7 +510,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ne!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ne.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ne.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -554,7 +554,7 @@
                                                                                                                                                                                 /// assert_fn_ne!(i8::abs, a, i8::abs, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_ne!(a_function, a_param, b_function, b_param)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ne.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ne.html
                                                                                                                                                                                 /// //  a_function label: `i8::abs`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `-1`,
                                                                                                                                                                                @@ -566,7 +566,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_ne!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ne.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ne.html\n",
                                                                                                                                                                                 /// #     " a_function label: `i8::abs`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `-1`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn/assert_fn_ne_x.rs.html b/doc/src/lib/assert_fn/assert_fn_ne_x.rs.html
                                                                                                                                                                                index 2dde4f01c..11a538c25 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn/assert_fn_ne_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn/assert_fn_ne_x.rs.html
                                                                                                                                                                                @@ -382,7 +382,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_fn_ne_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ne_x.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ne_x.html\n",
                                                                                                                                                                                                                 " a_function label: `{}`,\n",
                                                                                                                                                                                                                 "    a_param label: `{}`,\n",
                                                                                                                                                                                                                 "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -418,7 +418,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_fn_ne_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ne_x.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ne_x.html\n",
                                                                                                                                                                                                                 " a_function label: `{}`,\n",
                                                                                                                                                                                                                 "     b_expr label: `{}`,\n",
                                                                                                                                                                                                                 "     b_expr debug: `{:?}`,\n",
                                                                                                                                                                                @@ -467,7 +467,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ne_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ne_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ne_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -501,7 +501,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ne_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ne_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ne_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "     b_expr label: `b`,\n",
                                                                                                                                                                                                         "     b_expr debug: `1`,\n",
                                                                                                                                                                                @@ -551,7 +551,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_ne_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ne_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ne_x.html\n",
                                                                                                                                                                                 /// #     " a_function label: `i8::abs`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `-1`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn_err/assert_fn_err_eq.rs.html b/doc/src/lib/assert_fn_err/assert_fn_err_eq.rs.html
                                                                                                                                                                                index 9ff9b77b8..99cd515ca 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn_err/assert_fn_err_eq.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn_err/assert_fn_err_eq.rs.html
                                                                                                                                                                                @@ -466,7 +466,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_err_eq!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -493,7 +493,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_err_eq!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -534,7 +534,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_fn_err_eq!(a_function, b_function)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq.html\n",
                                                                                                                                                                                                                 " a_function label: `{}`,\n",
                                                                                                                                                                                                                 " b_function label: `{}`,\n",
                                                                                                                                                                                                                 "                a: `{:?}`,\n",
                                                                                                                                                                                @@ -553,7 +553,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_fn_err_eq!(a_function, b_function)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq.html\n",
                                                                                                                                                                                                             " a_function label: `{}`,\n",
                                                                                                                                                                                                             " b_function label: `{}`,\n",
                                                                                                                                                                                                             "                a: `{:?}`,\n",
                                                                                                                                                                                @@ -603,7 +603,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_err_eq!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -640,7 +640,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_err_eq!(a_function, b_function)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         " b_function label: `g`,\n",
                                                                                                                                                                                                         "                a: `1`,\n",
                                                                                                                                                                                @@ -686,7 +686,7 @@
                                                                                                                                                                                 /// assert_fn_err_eq!(f, a, f, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_err_eq!(a_function, a_param, b_function, b_param)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq.html
                                                                                                                                                                                 /// //  a_function label: `f`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `10`,
                                                                                                                                                                                @@ -698,7 +698,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_err_eq!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq.html\n",
                                                                                                                                                                                 /// #     " a_function label: `f`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `10`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn_err/assert_fn_err_eq_x.rs.html b/doc/src/lib/assert_fn_err/assert_fn_err_eq_x.rs.html
                                                                                                                                                                                index 3799638f7..87b40f078 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn_err/assert_fn_err_eq_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn_err/assert_fn_err_eq_x.rs.html
                                                                                                                                                                                @@ -435,7 +435,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_err_eq_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq_x.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -460,7 +460,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_err_eq_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq_x.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -496,7 +496,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_err_eq_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq_x.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "     b_expr label: `{}`,\n",
                                                                                                                                                                                                                         "     b_expr debug: `{:?}`,\n",
                                                                                                                                                                                @@ -517,7 +517,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_err_eq_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq_x.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "     b_expr label: `{}`,\n",
                                                                                                                                                                                                                     "     b_expr debug: `{:?}`,\n",
                                                                                                                                                                                @@ -564,7 +564,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_err_eq_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -597,7 +597,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_err_eq_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "     b_expr label: `b`,\n",
                                                                                                                                                                                                         "     b_expr debug: `2`,\n",
                                                                                                                                                                                @@ -644,7 +644,7 @@
                                                                                                                                                                                 /// assert_fn_err_eq_x!(f, a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_err_eq_x!(a_function, a_param, b_expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq_x.html
                                                                                                                                                                                 /// //  a_function label: `f`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `10`,
                                                                                                                                                                                @@ -655,7 +655,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_err_eq_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq_x.html\n",
                                                                                                                                                                                 /// #     " a_function label: `f`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `10`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn_err/assert_fn_err_ge.rs.html b/doc/src/lib/assert_fn_err/assert_fn_err_ge.rs.html
                                                                                                                                                                                index 93904242c..057109986 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn_err/assert_fn_err_ge.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn_err/assert_fn_err_ge.rs.html
                                                                                                                                                                                @@ -479,7 +479,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_err_ge!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -506,7 +506,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_err_eq!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -547,7 +547,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_fn_err_ge!(a_function, b_function)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge.html\n",
                                                                                                                                                                                                                 " a_function label: `{}`,\n",
                                                                                                                                                                                                                 " b_function label: `{}`,\n",
                                                                                                                                                                                                                 "                a: `{:?}`,\n",
                                                                                                                                                                                @@ -566,7 +566,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_fn_err_eq!(a_function, b_function)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq.html\n",
                                                                                                                                                                                                             " a_function label: `{}`,\n",
                                                                                                                                                                                                             " b_function label: `{}`,\n",
                                                                                                                                                                                                             "                a: `{:?}`,\n",
                                                                                                                                                                                @@ -624,7 +624,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_err_ge!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -667,7 +667,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_err_ge!(a_function, b_function)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         " b_function label: `g`,\n",
                                                                                                                                                                                                         "                a: `1`,\n",
                                                                                                                                                                                @@ -713,7 +713,7 @@
                                                                                                                                                                                 /// assert_fn_err_ge!(f, a, f, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_err_ge!(a_function, a_param, b_function, b_param)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge.html
                                                                                                                                                                                 /// //  a_function label: `f`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `10`,
                                                                                                                                                                                @@ -725,7 +725,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_err_ge!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge.html\n",
                                                                                                                                                                                 /// #     " a_function label: `f`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `10`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn_err/assert_fn_err_ge_x.rs.html b/doc/src/lib/assert_fn_err/assert_fn_err_ge_x.rs.html
                                                                                                                                                                                index c440de3d0..4e4a2f36a 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn_err/assert_fn_err_ge_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn_err/assert_fn_err_ge_x.rs.html
                                                                                                                                                                                @@ -463,7 +463,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_err_ge_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge_x.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -488,7 +488,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_err_ge_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge_x.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -524,7 +524,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_err_ge_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge_x.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "     b_expr label: `{}`,\n",
                                                                                                                                                                                                                         "     b_expr debug: `{:?}`,\n",
                                                                                                                                                                                @@ -545,7 +545,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_err_ge_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge_x.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "     b_expr label: `{}`,\n",
                                                                                                                                                                                                                     "     b_expr debug: `{:?}`,\n",
                                                                                                                                                                                @@ -601,7 +601,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_err_ge_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -642,7 +642,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_err_ge_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "     b_expr label: `b`,\n",
                                                                                                                                                                                                         "     b_expr debug: `2`,\n",
                                                                                                                                                                                @@ -689,7 +689,7 @@
                                                                                                                                                                                 /// assert_fn_err_ge_x!(f, a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_err_ge_x!(a_function, a_param, b_expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge_x.html
                                                                                                                                                                                 /// //  a_function label: `f`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `10`,
                                                                                                                                                                                @@ -700,7 +700,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_err_ge_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge_x.html\n",
                                                                                                                                                                                 /// #     " a_function label: `f`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `10`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn_err/assert_fn_err_gt.rs.html b/doc/src/lib/assert_fn_err/assert_fn_err_gt.rs.html
                                                                                                                                                                                index d54c76300..5be3418fa 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn_err/assert_fn_err_gt.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn_err/assert_fn_err_gt.rs.html
                                                                                                                                                                                @@ -503,7 +503,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_err_gt!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -530,7 +530,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_err_gt!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -571,7 +571,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_fn_err_gt!(a_function, b_function)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt.html\n",
                                                                                                                                                                                                                 " a_function label: `{}`,\n",
                                                                                                                                                                                                                 " b_function label: `{}`,\n",
                                                                                                                                                                                                                 "                a: `{:?}`,\n",
                                                                                                                                                                                @@ -590,7 +590,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_fn_err_gt!(a_function, b_function)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt.html\n",
                                                                                                                                                                                                             " a_function label: `{}`,\n",
                                                                                                                                                                                                             " b_function label: `{}`,\n",
                                                                                                                                                                                                             "                a: `{:?}`,\n",
                                                                                                                                                                                @@ -640,7 +640,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_err_gt!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -662,7 +662,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_err_gt!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -699,7 +699,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_err_gt!(a_function, b_function)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         " b_function label: `f`,\n",
                                                                                                                                                                                                         "                a: `1`,\n",
                                                                                                                                                                                @@ -715,7 +715,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_err_gt!(a_function, b_function)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         " b_function label: `g`,\n",
                                                                                                                                                                                                         "                a: `1`,\n",
                                                                                                                                                                                @@ -761,7 +761,7 @@
                                                                                                                                                                                 /// assert_fn_err_gt!(f, a, f, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_err_gt!(a_function, a_param, b_function, b_param)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt.html
                                                                                                                                                                                 /// //  a_function label: `f`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `10`,
                                                                                                                                                                                @@ -773,7 +773,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_err_gt!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt.html\n",
                                                                                                                                                                                 /// #     " a_function label: `f`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `10`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn_err/assert_fn_err_gt_x.rs.html b/doc/src/lib/assert_fn_err/assert_fn_err_gt_x.rs.html
                                                                                                                                                                                index f06ffea13..f8ff1276f 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn_err/assert_fn_err_gt_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn_err/assert_fn_err_gt_x.rs.html
                                                                                                                                                                                @@ -487,7 +487,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_err_gt_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt_x.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -512,7 +512,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_err_gt_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt_x.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -548,7 +548,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_err_gt_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt_x.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "     b_expr label: `{}`,\n",
                                                                                                                                                                                                                         "     b_expr debug: `{:?}`,\n",
                                                                                                                                                                                @@ -569,7 +569,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_err_gt_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt_x.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "     b_expr label: `{}`,\n",
                                                                                                                                                                                                                     "     b_expr debug: `{:?}`,\n",
                                                                                                                                                                                @@ -617,7 +617,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_err_gt_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -638,7 +638,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_err_gt_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -672,7 +672,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_err_gt_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "     b_expr label: `b`,\n",
                                                                                                                                                                                                         "     b_expr debug: `1`,\n",
                                                                                                                                                                                @@ -690,7 +690,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_err_gt_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "     b_expr label: `b`,\n",
                                                                                                                                                                                                         "     b_expr debug: `2`,\n",
                                                                                                                                                                                @@ -737,7 +737,7 @@
                                                                                                                                                                                 /// assert_fn_err_gt_x!(f, a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_err_gt_x!(a_function, a_param, b_expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt_x.html
                                                                                                                                                                                 /// //  a_function label: `f`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `10`,
                                                                                                                                                                                @@ -748,7 +748,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_err_gt_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt_x.html\n",
                                                                                                                                                                                 /// #     " a_function label: `f`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `10`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn_err/assert_fn_err_le.rs.html b/doc/src/lib/assert_fn_err/assert_fn_err_le.rs.html
                                                                                                                                                                                index d429ca037..abfcffba3 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn_err/assert_fn_err_le.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn_err/assert_fn_err_le.rs.html
                                                                                                                                                                                @@ -479,7 +479,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_err_le!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -506,7 +506,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_err_le!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -547,7 +547,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_fn_err_le!(a_function, b_function)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le.html\n",
                                                                                                                                                                                                                 " a_function label: `{}`,\n",
                                                                                                                                                                                                                 " b_function label: `{}`,\n",
                                                                                                                                                                                                                 "                a: `{:?}`,\n",
                                                                                                                                                                                @@ -566,7 +566,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_fn_err_le!(a_function, b_function)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le.html\n",
                                                                                                                                                                                                             " a_function label: `{}`,\n",
                                                                                                                                                                                                             " b_function label: `{}`,\n",
                                                                                                                                                                                                             "                a: `{:?}`,\n",
                                                                                                                                                                                @@ -624,7 +624,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_err_le!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `2`,\n",
                                                                                                                                                                                @@ -667,7 +667,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_err_le!(a_function, b_function)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le.html\n",
                                                                                                                                                                                                         " a_function label: `g`,\n",
                                                                                                                                                                                                         " b_function label: `f`,\n",
                                                                                                                                                                                                         "                a: `2`,\n",
                                                                                                                                                                                @@ -713,7 +713,7 @@
                                                                                                                                                                                 /// assert_fn_err_le!(f, a, f, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_err_le!(a_function, a_param, b_function, b_param)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le.html
                                                                                                                                                                                 /// //  a_function label: `f`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `20`,
                                                                                                                                                                                @@ -725,7 +725,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_err_le!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le.html\n",
                                                                                                                                                                                 /// #     " a_function label: `f`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `20`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn_err/assert_fn_err_le_x.rs.html b/doc/src/lib/assert_fn_err/assert_fn_err_le_x.rs.html
                                                                                                                                                                                index 5e9fdea78..8bfac7be4 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn_err/assert_fn_err_le_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn_err/assert_fn_err_le_x.rs.html
                                                                                                                                                                                @@ -463,7 +463,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_err_le_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le_x.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -488,7 +488,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_err_le_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le_x.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -524,7 +524,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_err_le_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le_x.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "     b_expr label: `{}`,\n",
                                                                                                                                                                                                                         "     b_expr debug: `{:?}`,\n",
                                                                                                                                                                                @@ -545,7 +545,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_err_le_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le_x.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "     b_expr label: `{}`,\n",
                                                                                                                                                                                                                     "     b_expr debug: `{:?}`,\n",
                                                                                                                                                                                @@ -601,7 +601,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_err_le_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `2`,\n",
                                                                                                                                                                                @@ -642,7 +642,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_err_le_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "     b_expr label: `b`,\n",
                                                                                                                                                                                                         "     b_expr debug: `0`,\n",
                                                                                                                                                                                @@ -689,7 +689,7 @@
                                                                                                                                                                                 /// assert_fn_err_le_x!(f, a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_err_le_x!(a_function, a_param, b_expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le_x.html
                                                                                                                                                                                 /// //  a_function label: `f`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `20`,
                                                                                                                                                                                @@ -700,7 +700,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_err_le_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le_x.html\n",
                                                                                                                                                                                 /// #     " a_function label: `f`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `20`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn_err/assert_fn_err_lt.rs.html b/doc/src/lib/assert_fn_err/assert_fn_err_lt.rs.html
                                                                                                                                                                                index 0694bcbef..189e74757 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn_err/assert_fn_err_lt.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn_err/assert_fn_err_lt.rs.html
                                                                                                                                                                                @@ -491,7 +491,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_err_lt!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -518,7 +518,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_err_lt!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -559,7 +559,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_fn_err_lt!(a_function, b_function)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt.html\n",
                                                                                                                                                                                                                 " a_function label: `{}`,\n",
                                                                                                                                                                                                                 " b_function label: `{}`,\n",
                                                                                                                                                                                                                 "                a: `{:?}`,\n",
                                                                                                                                                                                @@ -578,7 +578,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_fn_err_lt!(a_function, b_function)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt.html\n",
                                                                                                                                                                                                             " a_function label: `{}`,\n",
                                                                                                                                                                                                             " b_function label: `{}`,\n",
                                                                                                                                                                                                             "                a: `{:?}`,\n",
                                                                                                                                                                                @@ -628,7 +628,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_err_lt!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -650,7 +650,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_err_lt!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `2`,\n",
                                                                                                                                                                                @@ -687,7 +687,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_err_lt!(a_function, b_function)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         " b_function label: `f`,\n",
                                                                                                                                                                                                         "                a: `1`,\n",
                                                                                                                                                                                @@ -703,7 +703,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_err_lt!(a_function, b_function)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt.html\n",
                                                                                                                                                                                                         " a_function label: `g`,\n",
                                                                                                                                                                                                         " b_function label: `f`,\n",
                                                                                                                                                                                                         "                a: `2`,\n",
                                                                                                                                                                                @@ -746,7 +746,7 @@
                                                                                                                                                                                 /// assert_fn_err_lt!(f, a, f, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_err_lt!(a_function, a_param, b_function, b_param)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt.html
                                                                                                                                                                                 /// //  a_function label: `f`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `20`,
                                                                                                                                                                                @@ -758,7 +758,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_err_lt!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt.html\n",
                                                                                                                                                                                 /// #     " a_function label: `f`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `20`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn_err/assert_fn_err_lt_x.rs.html b/doc/src/lib/assert_fn_err/assert_fn_err_lt_x.rs.html
                                                                                                                                                                                index 982b14c3f..de4548e4d 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn_err/assert_fn_err_lt_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn_err/assert_fn_err_lt_x.rs.html
                                                                                                                                                                                @@ -487,7 +487,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_err_lt_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt_x.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -512,7 +512,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_err_lt_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt_x.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -548,7 +548,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_err_lt_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt_x.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "     b_expr label: `{}`,\n",
                                                                                                                                                                                                                         "     b_expr debug: `{:?}`,\n",
                                                                                                                                                                                @@ -569,7 +569,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_err_lt_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt_x.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "     b_expr label: `{}`,\n",
                                                                                                                                                                                                                     "     b_expr debug: `{:?}`,\n",
                                                                                                                                                                                @@ -617,7 +617,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_err_lt_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -638,7 +638,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_err_lt_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -672,7 +672,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_err_lt_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "     b_expr label: `b`,\n",
                                                                                                                                                                                                         "     b_expr debug: `1`,\n",
                                                                                                                                                                                @@ -690,7 +690,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_err_lt_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "     b_expr label: `b`,\n",
                                                                                                                                                                                                         "     b_expr debug: `0`,\n",
                                                                                                                                                                                @@ -737,7 +737,7 @@
                                                                                                                                                                                 /// assert_fn_err_lt_x!(f, a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_err_lt_x!(a_function, a_param, b_expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt_x.html
                                                                                                                                                                                 /// //  a_function label: `f`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `20`,
                                                                                                                                                                                @@ -748,7 +748,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_err_lt_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt_x.html\n",
                                                                                                                                                                                 /// #     " a_function label: `f`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `20`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn_err/assert_fn_err_ne.rs.html b/doc/src/lib/assert_fn_err/assert_fn_err_ne.rs.html
                                                                                                                                                                                index 9cd429665..7060284a2 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn_err/assert_fn_err_ne.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn_err/assert_fn_err_ne.rs.html
                                                                                                                                                                                @@ -465,7 +465,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_err_ne!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -492,7 +492,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_err_ne!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -533,7 +533,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_fn_err_ne!(a_function, b_function)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne.html\n",
                                                                                                                                                                                                                 " a_function label: `{}`,\n",
                                                                                                                                                                                                                 " b_function label: `{}`,\n",
                                                                                                                                                                                                                 "                a: `{:?}`,\n",
                                                                                                                                                                                @@ -552,7 +552,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_fn_err_ne!(a_function, b_function)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne.html\n",
                                                                                                                                                                                                             " a_function label: `{}`,\n",
                                                                                                                                                                                                             " b_function label: `{}`,\n",
                                                                                                                                                                                                             "                a: `{:?}`,\n",
                                                                                                                                                                                @@ -602,7 +602,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_err_ne!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -639,7 +639,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_err_ne!(a_function, b_function)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         " b_function label: `f`,\n",
                                                                                                                                                                                                         "                a: `1`,\n",
                                                                                                                                                                                @@ -685,7 +685,7 @@
                                                                                                                                                                                 /// assert_fn_err_ne!(f, a, f, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_err_ne!(a_function, a_param, b_function, b_param)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne.html
                                                                                                                                                                                 /// //  a_function label: `f`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `10`,
                                                                                                                                                                                @@ -697,7 +697,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_err_ne!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne.html\n",
                                                                                                                                                                                 /// #     " a_function label: `f`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `10`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn_err/assert_fn_err_ne_x.rs.html b/doc/src/lib/assert_fn_err/assert_fn_err_ne_x.rs.html
                                                                                                                                                                                index 3caa6d984..d24119e6a 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn_err/assert_fn_err_ne_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn_err/assert_fn_err_ne_x.rs.html
                                                                                                                                                                                @@ -448,7 +448,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_err_ne_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne_x.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -473,7 +473,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_err_ne_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne_x.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -509,7 +509,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_err_ne_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne_x.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "     b_expr label: `{}`,\n",
                                                                                                                                                                                                                         "     b_expr debug: `{:?}`,\n",
                                                                                                                                                                                @@ -530,7 +530,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_err_ne_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne_x.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "     b_expr label: `{}`,\n",
                                                                                                                                                                                                                     "     b_expr debug: `{:?}`,\n",
                                                                                                                                                                                @@ -578,7 +578,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_err_ne_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -612,7 +612,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_err_ne_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "     b_expr label: `b`,\n",
                                                                                                                                                                                                         "     b_expr debug: `1`,\n",
                                                                                                                                                                                @@ -659,7 +659,7 @@
                                                                                                                                                                                 /// assert_fn_err_ne_x!(f, a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_err_ne_x!(a_function, a_param, b_expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne_x.html
                                                                                                                                                                                 /// //  a_function label: `f`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `10`,
                                                                                                                                                                                @@ -670,7 +670,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_err_ne_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne_x.html\n",
                                                                                                                                                                                 /// #     " a_function label: `f`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `10`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn_err/mod.rs.html b/doc/src/lib/assert_fn_err/mod.rs.html
                                                                                                                                                                                index a17b810aa..646093f52 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn_err/mod.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn_err/mod.rs.html
                                                                                                                                                                                @@ -68,7 +68,7 @@
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! The macros use these capabilities:
                                                                                                                                                                                 //!
                                                                                                                                                                                -//! * implements `.is_err() -> boolean`
                                                                                                                                                                                +//! * implements `.is_err() -> bool`
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! * implements `.unwrap_err() -> comparable`
                                                                                                                                                                                 //!
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn_ok/assert_fn_ok_eq.rs.html b/doc/src/lib/assert_fn_ok/assert_fn_ok_eq.rs.html
                                                                                                                                                                                index 14e9d44eb..095df8085 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn_ok/assert_fn_ok_eq.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn_ok/assert_fn_ok_eq.rs.html
                                                                                                                                                                                @@ -465,7 +465,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_eq!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -492,7 +492,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_ok_eq!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -533,7 +533,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_fn_ok_eq!(a_function, b_function)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq.html\n",
                                                                                                                                                                                                                 " a_function label: `{}`,\n",
                                                                                                                                                                                                                 " b_function label: `{}`,\n",
                                                                                                                                                                                                                 "                a: `{:?}`,\n",
                                                                                                                                                                                @@ -552,7 +552,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_fn_ok_eq!(a_function, b_function)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq.html\n",
                                                                                                                                                                                                             " a_function label: `{}`,\n",
                                                                                                                                                                                                             " b_function label: `{}`,\n",
                                                                                                                                                                                                             "                a: `{:?}`,\n",
                                                                                                                                                                                @@ -602,7 +602,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_eq!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -639,7 +639,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_eq!(a_function, b_function)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         " b_function label: `g`,\n",
                                                                                                                                                                                                         "                a: `1`,\n",
                                                                                                                                                                                @@ -685,7 +685,7 @@
                                                                                                                                                                                 /// assert_fn_ok_eq!(f, a, f, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_ok_eq!(a_function, a_param, b_function, b_param)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq.html
                                                                                                                                                                                 /// //  a_function label: `f`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `1`,
                                                                                                                                                                                @@ -697,7 +697,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_ok_eq!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq.html\n",
                                                                                                                                                                                 /// #     " a_function label: `f`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `1`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn_ok/assert_fn_ok_eq_x.rs.html b/doc/src/lib/assert_fn_ok/assert_fn_ok_eq_x.rs.html
                                                                                                                                                                                index a95387f61..478d5a08c 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn_ok/assert_fn_ok_eq_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn_ok/assert_fn_ok_eq_x.rs.html
                                                                                                                                                                                @@ -448,7 +448,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_eq_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq_x.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -473,7 +473,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_ok_eq_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq_x.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -509,7 +509,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_eq_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq_x.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "     b_expr label: `{}`,\n",
                                                                                                                                                                                                                         "     b_expr debug: `{:?}`,\n",
                                                                                                                                                                                @@ -530,7 +530,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_ok_eq_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq_x.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "     b_expr label: `{}`,\n",
                                                                                                                                                                                                                     "     b_expr debug: `{:?}`,\n",
                                                                                                                                                                                @@ -578,7 +578,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_eq_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -612,7 +612,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_eq_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "     b_expr label: `b`,\n",
                                                                                                                                                                                                         "     b_expr debug: `2`,\n",
                                                                                                                                                                                @@ -659,7 +659,7 @@
                                                                                                                                                                                 /// assert_fn_ok_eq_x!(f, a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_ok_eq_x!(a_function, a_param, b_expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq_x.html
                                                                                                                                                                                 /// //  a_function label: `f`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `1`,
                                                                                                                                                                                @@ -670,7 +670,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_ok_eq_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq_x.html\n",
                                                                                                                                                                                 /// #     " a_function label: `f`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `1`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn_ok/assert_fn_ok_ge.rs.html b/doc/src/lib/assert_fn_ok/assert_fn_ok_ge.rs.html
                                                                                                                                                                                index 478235ab6..11e1473dd 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn_ok/assert_fn_ok_ge.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn_ok/assert_fn_ok_ge.rs.html
                                                                                                                                                                                @@ -479,7 +479,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_ge!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ge.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ge.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -506,7 +506,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_err_ge!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -547,7 +547,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_fn_ok_ge!(a_function, b_function)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ge.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ge.html\n",
                                                                                                                                                                                                                 " a_function label: `{}`,\n",
                                                                                                                                                                                                                 " b_function label: `{}`,\n",
                                                                                                                                                                                                                 "                a: `{:?}`,\n",
                                                                                                                                                                                @@ -566,7 +566,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_fn_err_ge!(a_function, b_function)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge.html\n",
                                                                                                                                                                                                             " a_function label: `{}`,\n",
                                                                                                                                                                                                             " b_function label: `{}`,\n",
                                                                                                                                                                                                             "                a: `{:?}`,\n",
                                                                                                                                                                                @@ -624,7 +624,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_ge!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ge.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ge.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -667,7 +667,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_ge!(a_function, b_function)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ge.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ge.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         " b_function label: `g`,\n",
                                                                                                                                                                                                         "                a: `1`,\n",
                                                                                                                                                                                @@ -713,7 +713,7 @@
                                                                                                                                                                                 /// assert_fn_ok_ge!(f, a, f, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_ok_ge!(a_function, a_param, b_function, b_param)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ge.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ge.html
                                                                                                                                                                                 /// //  a_function label: `f`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `1`,
                                                                                                                                                                                @@ -725,7 +725,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_ok_ge!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ge.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ge.html\n",
                                                                                                                                                                                 /// #     " a_function label: `f`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `1`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn_ok/assert_fn_ok_ge_x.rs.html b/doc/src/lib/assert_fn_ok/assert_fn_ok_ge_x.rs.html
                                                                                                                                                                                index c11df1a48..f2bba7b03 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn_ok/assert_fn_ok_ge_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn_ok/assert_fn_ok_ge_x.rs.html
                                                                                                                                                                                @@ -463,7 +463,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_ge_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ge_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ge_x.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -488,7 +488,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_ok_ge_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ge_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ge_x.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -524,7 +524,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_ge_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ge_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ge_x.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "     b_expr label: `{}`,\n",
                                                                                                                                                                                                                         "     b_expr debug: `{:?}`,\n",
                                                                                                                                                                                @@ -545,7 +545,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_ok_ge_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ge_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ge_x.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "     b_expr label: `{}`,\n",
                                                                                                                                                                                                                     "     b_expr debug: `{:?}`,\n",
                                                                                                                                                                                @@ -601,7 +601,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_ge_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ge_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ge_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -642,7 +642,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_ge_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ge_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ge_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "     b_expr label: `b`,\n",
                                                                                                                                                                                                         "     b_expr debug: `2`,\n",
                                                                                                                                                                                @@ -689,7 +689,7 @@
                                                                                                                                                                                 /// assert_fn_ok_ge_x!(f, a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_ok_ge_x!(a_function, a_param, b_expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ge_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ge_x.html
                                                                                                                                                                                 /// //  a_function label: `f`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `1`,
                                                                                                                                                                                @@ -700,7 +700,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_ok_ge_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ge_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ge_x.html\n",
                                                                                                                                                                                 /// #     " a_function label: `f`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `1`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn_ok/assert_fn_ok_gt.rs.html b/doc/src/lib/assert_fn_ok/assert_fn_ok_gt.rs.html
                                                                                                                                                                                index 038318343..e37d481ee 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn_ok/assert_fn_ok_gt.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn_ok/assert_fn_ok_gt.rs.html
                                                                                                                                                                                @@ -503,7 +503,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_gt!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -530,7 +530,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_err_gt!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -571,7 +571,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_fn_ok_gt!(a_function, b_function)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt.html\n",
                                                                                                                                                                                                                 " a_function label: `{}`,\n",
                                                                                                                                                                                                                 " b_function label: `{}`,\n",
                                                                                                                                                                                                                 "                a: `{:?}`,\n",
                                                                                                                                                                                @@ -590,7 +590,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_fn_err_gt!(a_function, b_function)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt.html\n",
                                                                                                                                                                                                             " a_function label: `{}`,\n",
                                                                                                                                                                                                             " b_function label: `{}`,\n",
                                                                                                                                                                                                             "                a: `{:?}`,\n",
                                                                                                                                                                                @@ -640,7 +640,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_gt!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -662,7 +662,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_gt!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -699,7 +699,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_gt!(a_function, b_function)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         " b_function label: `f`,\n",
                                                                                                                                                                                                         "                a: `1`,\n",
                                                                                                                                                                                @@ -715,7 +715,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_gt!(a_function, b_function)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         " b_function label: `g`,\n",
                                                                                                                                                                                                         "                a: `1`,\n",
                                                                                                                                                                                @@ -761,7 +761,7 @@
                                                                                                                                                                                 /// assert_fn_ok_gt!(f, a, f, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_ok_gt!(a_function, a_param, b_function, b_param)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt.html
                                                                                                                                                                                 /// //  a_function label: `f`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `1`,
                                                                                                                                                                                @@ -773,7 +773,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_ok_gt!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt.html\n",
                                                                                                                                                                                 /// #     " a_function label: `f`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `1`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn_ok/assert_fn_ok_gt_x.rs.html b/doc/src/lib/assert_fn_ok/assert_fn_ok_gt_x.rs.html
                                                                                                                                                                                index e7d34ae14..b41e6507c 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn_ok/assert_fn_ok_gt_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn_ok/assert_fn_ok_gt_x.rs.html
                                                                                                                                                                                @@ -487,7 +487,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_gt_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt_x.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -512,7 +512,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_ok_gt_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt_x.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -548,7 +548,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_gt_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt_x.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "     b_expr label: `{}`,\n",
                                                                                                                                                                                                                         "     b_expr debug: `{:?}`,\n",
                                                                                                                                                                                @@ -569,7 +569,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_ok_gt_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt_x.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "     b_expr label: `{}`,\n",
                                                                                                                                                                                                                     "     b_expr debug: `{:?}`,\n",
                                                                                                                                                                                @@ -617,7 +617,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_gt_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -638,7 +638,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_gt_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -672,7 +672,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_gt_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "     b_expr label: `b`,\n",
                                                                                                                                                                                                         "     b_expr debug: `1`,\n",
                                                                                                                                                                                @@ -690,7 +690,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_gt_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "     b_expr label: `b`,\n",
                                                                                                                                                                                                         "     b_expr debug: `2`,\n",
                                                                                                                                                                                @@ -737,7 +737,7 @@
                                                                                                                                                                                 /// assert_fn_ok_gt_x!(f, a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_ok_gt_x!(a_function, a_param, b_expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt_x.html
                                                                                                                                                                                 /// //  a_function label: `f`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `1`,
                                                                                                                                                                                @@ -748,7 +748,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_ok_gt_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt_x.html\n",
                                                                                                                                                                                 /// #     " a_function label: `f`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `1`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn_ok/assert_fn_ok_le.rs.html b/doc/src/lib/assert_fn_ok/assert_fn_ok_le.rs.html
                                                                                                                                                                                index 2a5e333c2..0d7288c3b 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn_ok/assert_fn_ok_le.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn_ok/assert_fn_ok_le.rs.html
                                                                                                                                                                                @@ -479,7 +479,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_le!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -506,7 +506,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_err_le!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -547,7 +547,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_fn_ok_le!(a_function, b_function)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le.html\n",
                                                                                                                                                                                                                 " a_function label: `{}`,\n",
                                                                                                                                                                                                                 " b_function label: `{}`,\n",
                                                                                                                                                                                                                 "                a: `{:?}`,\n",
                                                                                                                                                                                @@ -566,7 +566,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_fn_err_le!(a_function, b_function)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le.html\n",
                                                                                                                                                                                                             " a_function label: `{}`,\n",
                                                                                                                                                                                                             " b_function label: `{}`,\n",
                                                                                                                                                                                                             "                a: `{:?}`,\n",
                                                                                                                                                                                @@ -624,7 +624,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_le!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `2`,\n",
                                                                                                                                                                                @@ -667,7 +667,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_le!(a_function, b_function)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le.html\n",
                                                                                                                                                                                                         " a_function label: `g`,\n",
                                                                                                                                                                                                         " b_function label: `f`,\n",
                                                                                                                                                                                                         "                a: `2`,\n",
                                                                                                                                                                                @@ -713,7 +713,7 @@
                                                                                                                                                                                 /// assert_fn_ok_le!(f, a, f, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_ok_le!(a_function, a_param, b_function, b_param)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le.html
                                                                                                                                                                                 /// //  a_function label: `f`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `2`,
                                                                                                                                                                                @@ -725,7 +725,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_ok_le!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le.html\n",
                                                                                                                                                                                 /// #     " a_function label: `f`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `2`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn_ok/assert_fn_ok_le_x.rs.html b/doc/src/lib/assert_fn_ok/assert_fn_ok_le_x.rs.html
                                                                                                                                                                                index 1595ba2ff..222c7742b 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn_ok/assert_fn_ok_le_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn_ok/assert_fn_ok_le_x.rs.html
                                                                                                                                                                                @@ -464,7 +464,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_le_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le_x.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -489,7 +489,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_ok_le_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le_x.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -525,7 +525,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_le_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le_x.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "     b_expr label: `{}`,\n",
                                                                                                                                                                                                                         "     b_expr debug: `{:?}`,\n",
                                                                                                                                                                                @@ -546,7 +546,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_ok_le_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le_x.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "     b_expr label: `{}`,\n",
                                                                                                                                                                                                                     "     b_expr debug: `{:?}`,\n",
                                                                                                                                                                                @@ -602,7 +602,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_le_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `2`,\n",
                                                                                                                                                                                @@ -643,7 +643,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_le_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "     b_expr label: `b`,\n",
                                                                                                                                                                                                         "     b_expr debug: `0`,\n",
                                                                                                                                                                                @@ -691,7 +691,7 @@
                                                                                                                                                                                 /// assert_fn_ok_le_x!(f, a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_ok_le_x!(a_function, a_param, b_expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le_x.html
                                                                                                                                                                                 /// //  a_function label: `f`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `2`,
                                                                                                                                                                                @@ -702,7 +702,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_ok_le_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le_x.html\n",
                                                                                                                                                                                 /// #     " a_function label: `f`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `2`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn_ok/assert_fn_ok_lt.rs.html b/doc/src/lib/assert_fn_ok/assert_fn_ok_lt.rs.html
                                                                                                                                                                                index c88fff96d..b2e7e81b0 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn_ok/assert_fn_ok_lt.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn_ok/assert_fn_ok_lt.rs.html
                                                                                                                                                                                @@ -501,7 +501,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_lt!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_lt.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_lt.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -528,7 +528,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_err_lt!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -569,7 +569,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_fn_ok_lt!(a_function, b_function)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_lt.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_lt.html\n",
                                                                                                                                                                                                                 " a_function label: `{}`,\n",
                                                                                                                                                                                                                 " b_function label: `{}`,\n",
                                                                                                                                                                                                                 "                a: `{:?}`,\n",
                                                                                                                                                                                @@ -588,7 +588,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_fn_err_lt!(a_function, b_function)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt.html\n",
                                                                                                                                                                                                             " a_function label: `{}`,\n",
                                                                                                                                                                                                             " b_function label: `{}`,\n",
                                                                                                                                                                                                             "                a: `{:?}`,\n",
                                                                                                                                                                                @@ -638,7 +638,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_lt!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_lt.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_lt.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -660,7 +660,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_lt!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_lt.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_lt.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `2`,\n",
                                                                                                                                                                                @@ -697,7 +697,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_lt!(a_function, b_function)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_lt.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_lt.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         " b_function label: `f`,\n",
                                                                                                                                                                                                         "                a: `1`,\n",
                                                                                                                                                                                @@ -713,7 +713,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_lt!(a_function, b_function)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_lt.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_lt.html\n",
                                                                                                                                                                                                         " a_function label: `g`,\n",
                                                                                                                                                                                                         " b_function label: `f`,\n",
                                                                                                                                                                                                         "                a: `2`,\n",
                                                                                                                                                                                @@ -769,7 +769,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_ok_lt!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_lt.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_lt.html\n",
                                                                                                                                                                                 /// #     " a_function label: `f`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `2`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn_ok/assert_fn_ok_lt_x.rs.html b/doc/src/lib/assert_fn_ok/assert_fn_ok_lt_x.rs.html
                                                                                                                                                                                index 297018120..38eb13f0d 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn_ok/assert_fn_ok_lt_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn_ok/assert_fn_ok_lt_x.rs.html
                                                                                                                                                                                @@ -452,7 +452,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_lt_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_lt_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_lt_x.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -477,7 +477,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_ok_le_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le_x.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -513,7 +513,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_lt_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_lt_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_lt_x.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "     b_expr label: `{}`,\n",
                                                                                                                                                                                                                         "     b_expr debug: `{:?}`,\n",
                                                                                                                                                                                @@ -534,7 +534,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_ok_le_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le_x.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "     b_expr label: `{}`,\n",
                                                                                                                                                                                                                     "     b_expr debug: `{:?}`,\n",
                                                                                                                                                                                @@ -582,7 +582,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_lt_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_lt_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_lt_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -616,7 +616,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_lt_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_lt_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_lt_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "     b_expr label: `b`,\n",
                                                                                                                                                                                                         "     b_expr debug: `1`,\n",
                                                                                                                                                                                @@ -663,7 +663,7 @@
                                                                                                                                                                                 /// assert_fn_ok_lt_x!(f, a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_ok_lt_x!(a_function, a_param, b_expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_lt_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_lt_x.html
                                                                                                                                                                                 /// //  a_function label: `f`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `2`,
                                                                                                                                                                                @@ -674,7 +674,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_ok_lt_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_lt_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_lt_x.html\n",
                                                                                                                                                                                 /// #     " a_function label: `f`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `2`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn_ok/assert_fn_ok_ne.rs.html b/doc/src/lib/assert_fn_ok/assert_fn_ok_ne.rs.html
                                                                                                                                                                                index 0518796f9..635704681 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn_ok/assert_fn_ok_ne.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn_ok/assert_fn_ok_ne.rs.html
                                                                                                                                                                                @@ -465,7 +465,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_ne!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ne.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ne.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -492,7 +492,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_err_ne!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -533,7 +533,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_fn_ok_ne!(a_function, b_function)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ne.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ne.html\n",
                                                                                                                                                                                                                 " a_function label: `{}`,\n",
                                                                                                                                                                                                                 " b_function label: `{}`,\n",
                                                                                                                                                                                                                 "                a: `{:?}`,\n",
                                                                                                                                                                                @@ -552,7 +552,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_fn_err_ne!(a_function, b_function)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne.html\n",
                                                                                                                                                                                                             " a_function label: `{}`,\n",
                                                                                                                                                                                                             " b_function label: `{}`,\n",
                                                                                                                                                                                                             "                a: `{:?}`,\n",
                                                                                                                                                                                @@ -602,7 +602,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_ne!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ne.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ne.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -639,7 +639,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_ne!(a_function, b_function)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ne.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ne.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         " b_function label: `f`,\n",
                                                                                                                                                                                                         "                a: `1`,\n",
                                                                                                                                                                                @@ -685,7 +685,7 @@
                                                                                                                                                                                 /// assert_fn_ok_ne!(f, a, f, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_ok_ne!(a_function, a_param, b_function, b_param)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ne.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ne.html
                                                                                                                                                                                 /// //  a_function label: `f`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `1`,
                                                                                                                                                                                @@ -697,7 +697,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_ok_ne!(a_function, a_param, b_function, b_param)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ne.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ne.html\n",
                                                                                                                                                                                 /// #     " a_function label: `f`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `1`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn_ok/assert_fn_ok_ne_x.rs.html b/doc/src/lib/assert_fn_ok/assert_fn_ok_ne_x.rs.html
                                                                                                                                                                                index 3d2bccedf..e71afaad1 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn_ok/assert_fn_ok_ne_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn_ok/assert_fn_ok_ne_x.rs.html
                                                                                                                                                                                @@ -447,7 +447,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_ne_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ne_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ne_x.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param label: `{}`,\n",
                                                                                                                                                                                                                         "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -472,7 +472,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_ok_ne_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ne_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ne_x.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param label: `{}`,\n",
                                                                                                                                                                                                                     "    a_param debug: `{:?}`,\n",
                                                                                                                                                                                @@ -508,7 +508,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_ne_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ne_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ne_x.html\n",
                                                                                                                                                                                                                         " a_function label: `{}`,\n",
                                                                                                                                                                                                                         "     b_expr label: `{}`,\n",
                                                                                                                                                                                                                         "     b_expr debug: `{:?}`,\n",
                                                                                                                                                                                @@ -529,7 +529,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fn_ok_ne_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ne_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ne_x.html\n",
                                                                                                                                                                                                                     " a_function label: `{}`,\n",
                                                                                                                                                                                                                     "     b_expr label: `{}`,\n",
                                                                                                                                                                                                                     "     b_expr debug: `{:?}`,\n",
                                                                                                                                                                                @@ -576,7 +576,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_ne_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ne_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ne_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "    a_param label: `a`,\n",
                                                                                                                                                                                                         "    a_param debug: `1`,\n",
                                                                                                                                                                                @@ -610,7 +610,7 @@
                                                                                                                                                                                                     result.unwrap_err(),
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_fn_ok_ne_x!(a_function, b_expr)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ne_x.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ne_x.html\n",
                                                                                                                                                                                                         " a_function label: `f`,\n",
                                                                                                                                                                                                         "     b_expr label: `b`,\n",
                                                                                                                                                                                                         "     b_expr debug: `1`,\n",
                                                                                                                                                                                @@ -657,7 +657,7 @@
                                                                                                                                                                                 /// assert_fn_ok_ne_x!(f, a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fn_ok_ne_x!(a_function, a_param, b_expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ne_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ne_x.html
                                                                                                                                                                                 /// //  a_function label: `f`,
                                                                                                                                                                                 /// //     a_param label: `a`,
                                                                                                                                                                                 /// //     a_param debug: `1`,
                                                                                                                                                                                @@ -668,7 +668,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fn_ok_ne_x!(a_function, a_param, b_expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ne_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ne_x.html\n",
                                                                                                                                                                                 /// #     " a_function label: `f`,\n",
                                                                                                                                                                                 /// #     "    a_param label: `a`,\n",
                                                                                                                                                                                 /// #     "    a_param debug: `1`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fn_ok/mod.rs.html b/doc/src/lib/assert_fn_ok/mod.rs.html
                                                                                                                                                                                index 11624d85a..4d4a0de76 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fn_ok/mod.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fn_ok/mod.rs.html
                                                                                                                                                                                @@ -67,7 +67,7 @@
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! The macros use these capabilities:
                                                                                                                                                                                 //!
                                                                                                                                                                                -//! * implements `.is_ok() -> boolean`
                                                                                                                                                                                +//! * implements `.is_ok() -> bool`
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! * implements `.unwrap_ok() -> comparable`
                                                                                                                                                                                 //!
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_contains.rs.html b/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_contains.rs.html
                                                                                                                                                                                index 27768365a..7a69e9617 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_contains.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_contains.rs.html
                                                                                                                                                                                @@ -312,7 +312,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fs_read_to_string_contains!(path, containee)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_contains.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_contains.html\n",
                                                                                                                                                                                                                         "      path label: `{}`,\n",
                                                                                                                                                                                                                         "      path debug: `{:?}`,\n",
                                                                                                                                                                                                                         " containee label: `{}`,\n",
                                                                                                                                                                                @@ -333,7 +333,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_contains!(path, containee)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_contains.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_contains.html\n",
                                                                                                                                                                                                                     "      path label: `{}`,\n",
                                                                                                                                                                                                                     "      path debug: `{:?}`,\n",
                                                                                                                                                                                                                     " containee label: `{}`,\n",
                                                                                                                                                                                @@ -387,7 +387,7 @@
                                                                                                                                                                                             format!(
                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_contains!(path, containee)`\n",
                                                                                                                                                                                -                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_contains.html\n",
                                                                                                                                                                                +                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_contains.html\n",
                                                                                                                                                                                                     "      path label: `&path`,\n",
                                                                                                                                                                                                     "      path debug: `{:?}`,\n",
                                                                                                                                                                                                     " containee label: `&containee`,\n",
                                                                                                                                                                                @@ -429,7 +429,7 @@
                                                                                                                                                                                 /// assert_fs_read_to_string_contains!(&path, &containee);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fs_read_to_string_contains!(path, containee)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_contains.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_contains.html
                                                                                                                                                                                 /// //       path label: `&path`,
                                                                                                                                                                                 /// //       path debug: `\"alfa.txt\"`,
                                                                                                                                                                                 /// //  containee label: `&containee`,
                                                                                                                                                                                @@ -438,7 +438,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fs_read_to_string_contains!(path, containee)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_contains.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_contains.html\n",
                                                                                                                                                                                 /// #     "      path label: `&path`,\n",
                                                                                                                                                                                 /// #     "      path debug: `\"alfa.txt\"`,\n",
                                                                                                                                                                                 /// #     " containee label: `&containee`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_eq.rs.html b/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_eq.rs.html
                                                                                                                                                                                index 5cd9ed5e8..9ef89ecc1 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_eq.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_eq.rs.html
                                                                                                                                                                                @@ -347,7 +347,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fs_read_to_string_eq!(a_path, b_path)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_eq.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_eq.html\n",
                                                                                                                                                                                                                         " a_path label: `{}`,\n",
                                                                                                                                                                                                                         " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                                         " b_path label: `{}`,\n",
                                                                                                                                                                                @@ -370,7 +370,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_eq!(a_path, b_path)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_eq.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_eq.html\n",
                                                                                                                                                                                                                     " a_path label: `{}`,\n",
                                                                                                                                                                                                                     " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                                     " b_path label: `{}`,\n",
                                                                                                                                                                                @@ -429,7 +429,7 @@
                                                                                                                                                                                             format!(
                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_eq!(a_path, b_path)`\n",
                                                                                                                                                                                -                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_eq.html\n",
                                                                                                                                                                                +                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_eq.html\n",
                                                                                                                                                                                                     " a_path label: `&a`,\n",
                                                                                                                                                                                                     " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                     " b_path label: `&b`,\n",
                                                                                                                                                                                @@ -453,7 +453,7 @@
                                                                                                                                                                                             format!(
                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_eq!(a_path, b_path)`\n",
                                                                                                                                                                                -                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_eq.html\n",
                                                                                                                                                                                +                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_eq.html\n",
                                                                                                                                                                                                     " a_path label: `&a`,\n",
                                                                                                                                                                                                     " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                     " b_path label: `&b`,\n",
                                                                                                                                                                                @@ -497,7 +497,7 @@
                                                                                                                                                                                 /// assert_fs_read_to_string_eq!(&a, &b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fs_read_to_string_eq!(a_path, b_path)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_eq.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_eq.html
                                                                                                                                                                                 /// //  a_path label: `&a`,
                                                                                                                                                                                 /// //  a_path debug: `\"alfa.txt\"`,
                                                                                                                                                                                 /// //  b_path label: `&b`,
                                                                                                                                                                                @@ -507,7 +507,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fs_read_to_string_eq!(a_path, b_path)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_eq.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_eq.html\n",
                                                                                                                                                                                 /// #     " a_path label: `&a`,\n",
                                                                                                                                                                                 /// #     " a_path debug: `\"alfa.txt\"`,\n",
                                                                                                                                                                                 /// #     " b_path label: `&b`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_eq_x.rs.html b/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_eq_x.rs.html
                                                                                                                                                                                index d7bd59720..c98760730 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_eq_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_eq_x.rs.html
                                                                                                                                                                                @@ -342,7 +342,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fs_read_to_string_eq_x!(a_path, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_eq_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_eq_x.html\n",
                                                                                                                                                                                                                         " a_path label: `{}`,\n",
                                                                                                                                                                                                                         " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                                         " b_expr label: `{}`,\n",
                                                                                                                                                                                @@ -365,7 +365,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_eq_x!(a_path, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_eq_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_eq_x.html\n",
                                                                                                                                                                                                                     " a_path label: `{}`,\n",
                                                                                                                                                                                                                     " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                                     " b_expr label: `{}`,\n",
                                                                                                                                                                                @@ -419,7 +419,7 @@
                                                                                                                                                                                             format!(
                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_eq_x!(a_path, b_expr)`\n",
                                                                                                                                                                                -                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_eq_x.html\n",
                                                                                                                                                                                +                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_eq_x.html\n",
                                                                                                                                                                                                     " a_path label: `&path`,\n",
                                                                                                                                                                                                     " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                     " b_expr label: `&value`,\n",
                                                                                                                                                                                @@ -442,7 +442,7 @@
                                                                                                                                                                                             format!(
                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_eq_x!(a_path, b_expr)`\n",
                                                                                                                                                                                -                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_eq_x.html\n",
                                                                                                                                                                                +                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_eq_x.html\n",
                                                                                                                                                                                                     " a_path label: `&path`,\n",
                                                                                                                                                                                                     " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                     " b_expr label: `&value`,\n",
                                                                                                                                                                                @@ -485,7 +485,7 @@
                                                                                                                                                                                 /// assert_fs_read_to_string_eq_x!(&path, &value);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fs_read_to_string_eq_x!(a_path, b_expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_eq_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_eq_x.html
                                                                                                                                                                                 /// //  a_path label: `&path`,
                                                                                                                                                                                 /// //  a_path debug: `\"alfa.txt\"`,
                                                                                                                                                                                 /// //  b_expr label: `&value`,
                                                                                                                                                                                @@ -495,7 +495,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fs_read_to_string_eq_x!(a_path, b_expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_eq_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_eq_x.html\n",
                                                                                                                                                                                 /// #     " a_path label: `&path`,\n",
                                                                                                                                                                                 /// #     " a_path debug: `\"alfa.txt\"`,\n",
                                                                                                                                                                                 /// #     " b_expr label: `&value`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_ge.rs.html b/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_ge.rs.html
                                                                                                                                                                                index 6da4c2cc3..ccb2bc202 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_ge.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_ge.rs.html
                                                                                                                                                                                @@ -334,7 +334,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fs_read_to_string_ge!(a_path, b_path)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ge.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ge.html\n",
                                                                                                                                                                                                                         " a_path label: `{}`,\n",
                                                                                                                                                                                                                         " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                                         " b_path label: `{}`,\n",
                                                                                                                                                                                @@ -357,7 +357,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_ge!(a_path, b_path)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ge.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ge.html\n",
                                                                                                                                                                                                                     " a_path label: `{}`,\n",
                                                                                                                                                                                                                     " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                                     " b_path label: `{}`,\n",
                                                                                                                                                                                @@ -427,7 +427,7 @@
                                                                                                                                                                                             format!(
                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_ge!(a_path, b_path)`\n",
                                                                                                                                                                                -                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ge.html\n",
                                                                                                                                                                                +                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ge.html\n",
                                                                                                                                                                                                     " a_path label: `&a`,\n",
                                                                                                                                                                                                     " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                     " b_path label: `&b`,\n",
                                                                                                                                                                                @@ -471,7 +471,7 @@
                                                                                                                                                                                 /// assert_fs_read_to_string_ge!(&a, &b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fs_read_to_string_ge!(a_path, b_path)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ge.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ge.html
                                                                                                                                                                                 /// //  a_path label: `&a`,
                                                                                                                                                                                 /// //  a_path debug: `\"alfa.txt\"`,
                                                                                                                                                                                 /// //  b_path label: `&b`,
                                                                                                                                                                                @@ -481,7 +481,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fs_read_to_string_ge!(a_path, b_path)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ge.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ge.html\n",
                                                                                                                                                                                 /// #     " a_path label: `&a`,\n",
                                                                                                                                                                                 /// #     " a_path debug: `\"alfa.txt\"`,\n",
                                                                                                                                                                                 /// #     " b_path label: `&b`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_ge_x.rs.html b/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_ge_x.rs.html
                                                                                                                                                                                index 63aaf4ff2..afe758f9b 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_ge_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_ge_x.rs.html
                                                                                                                                                                                @@ -327,7 +327,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fs_read_to_string_ge_x!(a_path, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ge_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ge_x.html\n",
                                                                                                                                                                                                                         " a_path label: `{}`,\n",
                                                                                                                                                                                                                         " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                                         " b_expr label: `{}`,\n",
                                                                                                                                                                                @@ -350,7 +350,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_ge_x!(a_path, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ge_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ge_x.html\n",
                                                                                                                                                                                                                     " a_path label: `{}`,\n",
                                                                                                                                                                                                                     " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                                     " b_expr label: `{}`,\n",
                                                                                                                                                                                @@ -412,7 +412,7 @@
                                                                                                                                                                                             format!(
                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_ge_x!(a_path, b_expr)`\n",
                                                                                                                                                                                -                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ge_x.html\n",
                                                                                                                                                                                +                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ge_x.html\n",
                                                                                                                                                                                                     " a_path label: `&path`,\n",
                                                                                                                                                                                                     " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                     " b_expr label: `&value`,\n",
                                                                                                                                                                                @@ -455,7 +455,7 @@
                                                                                                                                                                                 /// assert_fs_read_to_string_ge_x!(&path, &value);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fs_read_to_string_ge_x!(a_path, b_expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ge_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ge_x.html
                                                                                                                                                                                 /// //  a_path label: `&path`,
                                                                                                                                                                                 /// //  a_path debug: `\"alfa.txt\"`,
                                                                                                                                                                                 /// //  b_expr label: `&value`,
                                                                                                                                                                                @@ -465,7 +465,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fs_read_to_string_ge_x!(a_path, b_expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ge_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ge_x.html\n",
                                                                                                                                                                                 /// #     " a_path label: `&path`,\n",
                                                                                                                                                                                 /// #     " a_path debug: `\"alfa.txt\"`,\n",
                                                                                                                                                                                 /// #     " b_expr label: `&value`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_gt.rs.html b/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_gt.rs.html
                                                                                                                                                                                index 2380b9a9a..f137966dd 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_gt.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_gt.rs.html
                                                                                                                                                                                @@ -347,7 +347,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fs_read_to_string_gt!(a_path, b_path)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_gt.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_gt.html\n",
                                                                                                                                                                                                                         " a_path label: `{}`,\n",
                                                                                                                                                                                                                         " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                                         " b_path label: `{}`,\n",
                                                                                                                                                                                @@ -370,7 +370,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_gt!(a_path, b_path)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_gt.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_gt.html\n",
                                                                                                                                                                                                                     " a_path label: `{}`,\n",
                                                                                                                                                                                                                     " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                                     " b_path label: `{}`,\n",
                                                                                                                                                                                @@ -429,7 +429,7 @@
                                                                                                                                                                                             format!(
                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_gt!(a_path, b_path)`\n",
                                                                                                                                                                                -                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_gt.html\n",
                                                                                                                                                                                +                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_gt.html\n",
                                                                                                                                                                                                     " a_path label: `&a`,\n",
                                                                                                                                                                                                     " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                     " b_path label: `&b`,\n",
                                                                                                                                                                                @@ -453,7 +453,7 @@
                                                                                                                                                                                             format!(
                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_gt!(a_path, b_path)`\n",
                                                                                                                                                                                -                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_gt.html\n",
                                                                                                                                                                                +                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_gt.html\n",
                                                                                                                                                                                                     " a_path label: `&a`,\n",
                                                                                                                                                                                                     " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                     " b_path label: `&b`,\n",
                                                                                                                                                                                @@ -497,7 +497,7 @@
                                                                                                                                                                                 /// assert_fs_read_to_string_gt!(&a, &b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fs_read_to_string_gt!(a_path, b_path)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_gt.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_gt.html
                                                                                                                                                                                 /// //  a_path label: `&a`,
                                                                                                                                                                                 /// //  a_path debug: `\"alfa.txt\"`,
                                                                                                                                                                                 /// //  b_path label: `&b`,
                                                                                                                                                                                @@ -507,7 +507,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fs_read_to_string_gt!(a_path, b_path)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_gt.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_gt.html\n",
                                                                                                                                                                                 /// #     " a_path label: `&a`,\n",
                                                                                                                                                                                 /// #     " a_path debug: `\"alfa.txt\"`,\n",
                                                                                                                                                                                 /// #     " b_path label: `&b`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_gt_x.rs.html b/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_gt_x.rs.html
                                                                                                                                                                                index 94398afc8..42c617dfa 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_gt_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_gt_x.rs.html
                                                                                                                                                                                @@ -342,7 +342,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fs_read_to_string_gt_x!(a_path, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_gt_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_gt_x.html\n",
                                                                                                                                                                                                                         " a_path label: `{}`,\n",
                                                                                                                                                                                                                         " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                                         " b_expr label: `{}`,\n",
                                                                                                                                                                                @@ -365,7 +365,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_gt_x!(a_path, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_gt_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_gt_x.html\n",
                                                                                                                                                                                                                     " a_path label: `{}`,\n",
                                                                                                                                                                                                                     " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                                     " b_expr label: `{}`,\n",
                                                                                                                                                                                @@ -419,7 +419,7 @@
                                                                                                                                                                                            format!(
                                                                                                                                                                                                concat!(
                                                                                                                                                                                                    "assertion failed: `assert_fs_read_to_string_gt_x!(a_path, b_expr)`\n",
                                                                                                                                                                                -                   "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_gt_x.html\n",
                                                                                                                                                                                +                   "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_gt_x.html\n",
                                                                                                                                                                                                    " a_path label: `&path`,\n",
                                                                                                                                                                                                    " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                    " b_expr label: `&value`,\n",
                                                                                                                                                                                @@ -442,7 +442,7 @@
                                                                                                                                                                                             format!(
                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_gt_x!(a_path, b_expr)`\n",
                                                                                                                                                                                -                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_gt_x.html\n",
                                                                                                                                                                                +                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_gt_x.html\n",
                                                                                                                                                                                                     " a_path label: `&path`,\n",
                                                                                                                                                                                                     " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                     " b_expr label: `&value`,\n",
                                                                                                                                                                                @@ -485,7 +485,7 @@
                                                                                                                                                                                 /// assert_fs_read_to_string_gt_x!(&path, &value);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fs_read_to_string_gt_x!(a_path, b_expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_gt_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_gt_x.html
                                                                                                                                                                                 /// //  a_path label: `&path`,
                                                                                                                                                                                 /// //  a_path debug: `\"alfa.txt\"`,
                                                                                                                                                                                 /// //  b_expr label: `&value`,
                                                                                                                                                                                @@ -495,7 +495,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fs_read_to_string_gt_x!(a_path, b_expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_gt_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_gt_x.html\n",
                                                                                                                                                                                 /// #     " a_path label: `&path`,\n",
                                                                                                                                                                                 /// #     " a_path debug: `\"alfa.txt\"`,\n",
                                                                                                                                                                                 /// #     " b_expr label: `&value`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_is_match.rs.html b/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_is_match.rs.html
                                                                                                                                                                                index ba98b9023..1dd1179d2 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_is_match.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_is_match.rs.html
                                                                                                                                                                                @@ -314,7 +314,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fs_read_to_string_is_match!(path, matcher)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_is_match.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_is_match.html\n",
                                                                                                                                                                                                                         "    path label: `{}`,\n",
                                                                                                                                                                                                                         "    path debug: `{:?}`,\n",
                                                                                                                                                                                                                         " matcher label: `{}`,\n",
                                                                                                                                                                                @@ -335,7 +335,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_is_match!(path, matcher)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_is_match.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_is_match.html\n",
                                                                                                                                                                                                                     "    path label: `{}`,\n",
                                                                                                                                                                                                                     "    path debug: `{:?}`,\n",
                                                                                                                                                                                                                     " matcher label: `{}`,\n",
                                                                                                                                                                                @@ -388,7 +388,7 @@
                                                                                                                                                                                             format!(
                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_is_match!(path, matcher)`\n",
                                                                                                                                                                                -                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_is_match.html\n",
                                                                                                                                                                                +                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_is_match.html\n",
                                                                                                                                                                                                     "    path label: `&path`,\n",
                                                                                                                                                                                                     "    path debug: `{:?}`,\n",
                                                                                                                                                                                                     " matcher label: `&matcher`,\n",
                                                                                                                                                                                @@ -431,7 +431,7 @@
                                                                                                                                                                                 /// assert_fs_read_to_string_is_match!(&path, &matcher);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fs_read_to_string_is_match!(path, matcher)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_is_match.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_is_match.html
                                                                                                                                                                                 /// //     path label: `&path`,
                                                                                                                                                                                 /// //     path debug: `\"alfa.txt\"`,
                                                                                                                                                                                 /// //  matcher label: `&matcher`,
                                                                                                                                                                                @@ -440,7 +440,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fs_read_to_string_is_match!(path, matcher)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_is_match.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_is_match.html\n",
                                                                                                                                                                                 /// #     "    path label: `&path`,\n",
                                                                                                                                                                                 /// #     "    path debug: `\"alfa.txt\"`,\n",
                                                                                                                                                                                 /// #     " matcher label: `&matcher`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_le.rs.html b/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_le.rs.html
                                                                                                                                                                                index eb0e122e6..9dfdd669e 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_le.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_le.rs.html
                                                                                                                                                                                @@ -334,7 +334,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fs_read_to_string_le!(a_path, b_path)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_le.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_le.html\n",
                                                                                                                                                                                                                         " a_path label: `{}`,\n",
                                                                                                                                                                                                                         " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                                         " b_path label: `{}`,\n",
                                                                                                                                                                                @@ -357,7 +357,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_le!(a_path, b_path)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_le.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_le.html\n",
                                                                                                                                                                                                                     " a_path label: `{}`,\n",
                                                                                                                                                                                                                     " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                                     " b_path label: `{}`,\n",
                                                                                                                                                                                @@ -427,7 +427,7 @@
                                                                                                                                                                                             format!(
                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_le!(a_path, b_path)`\n",
                                                                                                                                                                                -                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_le.html\n",
                                                                                                                                                                                +                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_le.html\n",
                                                                                                                                                                                                     " a_path label: `&a`,\n",
                                                                                                                                                                                                     " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                     " b_path label: `&b`,\n",
                                                                                                                                                                                @@ -471,7 +471,7 @@
                                                                                                                                                                                 /// assert_fs_read_to_string_le!(&a, &b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fs_read_to_string_le!(a_path, b_path)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_le.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_le.html
                                                                                                                                                                                 /// //  a_path label: `&a`,
                                                                                                                                                                                 /// //  a_path debug: `\"bravo.txt\"`,
                                                                                                                                                                                 /// //  b_path label: `&b`,
                                                                                                                                                                                @@ -481,7 +481,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fs_read_to_string_le!(a_path, b_path)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_le.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_le.html\n",
                                                                                                                                                                                 /// #     " a_path label: `&a`,\n",
                                                                                                                                                                                 /// #     " a_path debug: `\"bravo.txt\"`,\n",
                                                                                                                                                                                 /// #     " b_path label: `&b`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_le_x.rs.html b/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_le_x.rs.html
                                                                                                                                                                                index f252bad30..b3b67fdde 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_le_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_le_x.rs.html
                                                                                                                                                                                @@ -327,7 +327,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fs_read_to_string_le_x!(a_path, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_le_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_le_x.html\n",
                                                                                                                                                                                                                         " a_path label: `{}`,\n",
                                                                                                                                                                                                                         " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                                         " b_expr label: `{}`,\n",
                                                                                                                                                                                @@ -350,7 +350,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_le_x!(a_path, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_le_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_le_x.html\n",
                                                                                                                                                                                                                     " a_path label: `{}`,\n",
                                                                                                                                                                                                                     " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                                     " b_expr label: `{}`,\n",
                                                                                                                                                                                @@ -412,7 +412,7 @@
                                                                                                                                                                                             format!(
                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_le_x!(a_path, b_expr)`\n",
                                                                                                                                                                                -                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_le_x.html\n",
                                                                                                                                                                                +                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_le_x.html\n",
                                                                                                                                                                                                     " a_path label: `&path`,\n",
                                                                                                                                                                                                     " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                     " b_expr label: `&value`,\n",
                                                                                                                                                                                @@ -455,7 +455,7 @@
                                                                                                                                                                                 /// assert_fs_read_to_string_le_x!(&path, &value);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fs_read_to_string_le_x!(a_path, b_expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_le_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_le_x.html
                                                                                                                                                                                 /// //  a_path label: `&path`,
                                                                                                                                                                                 /// //  a_path debug: `\"bravo.txt\"`,
                                                                                                                                                                                 /// //  b_expr label: `&value`,
                                                                                                                                                                                @@ -465,7 +465,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fs_read_to_string_le_x!(a_path, b_expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_le_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_le_x.html\n",
                                                                                                                                                                                 /// #     " a_path label: `&path`,\n",
                                                                                                                                                                                 /// #     " a_path debug: `\"bravo.txt\"`,\n",
                                                                                                                                                                                 /// #     " b_expr label: `&value`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_lt.rs.html b/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_lt.rs.html
                                                                                                                                                                                index 2d2366df9..99399a101 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_lt.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_lt.rs.html
                                                                                                                                                                                @@ -347,7 +347,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fs_read_to_string_lt!(a_path, b_path)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_lt.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_lt.html\n",
                                                                                                                                                                                                                         " a_path label: `{}`,\n",
                                                                                                                                                                                                                         " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                                         " b_path label: `{}`,\n",
                                                                                                                                                                                @@ -370,7 +370,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_lt!(a_path, b_path)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_lt.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_lt.html\n",
                                                                                                                                                                                                                     " a_path label: `{}`,\n",
                                                                                                                                                                                                                     " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                                     " b_path label: `{}`,\n",
                                                                                                                                                                                @@ -429,7 +429,7 @@
                                                                                                                                                                                             format!(
                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_lt!(a_path, b_path)`\n",
                                                                                                                                                                                -                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_lt.html\n",
                                                                                                                                                                                +                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_lt.html\n",
                                                                                                                                                                                                     " a_path label: `&a`,\n",
                                                                                                                                                                                                     " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                     " b_path label: `&b`,\n",
                                                                                                                                                                                @@ -453,7 +453,7 @@
                                                                                                                                                                                             format!(
                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_lt!(a_path, b_path)`\n",
                                                                                                                                                                                -                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_lt.html\n",
                                                                                                                                                                                +                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_lt.html\n",
                                                                                                                                                                                                     " a_path label: `&a`,\n",
                                                                                                                                                                                                     " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                     " b_path label: `&b`,\n",
                                                                                                                                                                                @@ -497,7 +497,7 @@
                                                                                                                                                                                 /// assert_fs_read_to_string_lt!(&a, &b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fs_read_to_string_lt!(a_path, b_path)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_lt.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_lt.html
                                                                                                                                                                                 /// //  a_path label: `&a`,
                                                                                                                                                                                 /// //  a_path debug: `\"bravo.txt\"`,
                                                                                                                                                                                 /// //  b_path label: `&b`,
                                                                                                                                                                                @@ -507,7 +507,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fs_read_to_string_lt!(a_path, b_path)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_lt.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_lt.html\n",
                                                                                                                                                                                 /// #     " a_path label: `&a`,\n",
                                                                                                                                                                                 /// #     " a_path debug: `\"bravo.txt\"`,\n",
                                                                                                                                                                                 /// #     " b_path label: `&b`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_lt_x.rs.html b/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_lt_x.rs.html
                                                                                                                                                                                index 9023e500f..95f1fe813 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_lt_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_lt_x.rs.html
                                                                                                                                                                                @@ -342,7 +342,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fs_read_to_string_lt_x!(a_path, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_lt_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_lt_x.html\n",
                                                                                                                                                                                                                         " a_path label: `{}`,\n",
                                                                                                                                                                                                                         " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                                         " b_expr label: `{}`,\n",
                                                                                                                                                                                @@ -365,7 +365,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_lt_x!(a_path, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_lt_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_lt_x.html\n",
                                                                                                                                                                                                                     " a_path label: `{}`,\n",
                                                                                                                                                                                                                     " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                                     " b_expr label: `{}`,\n",
                                                                                                                                                                                @@ -419,7 +419,7 @@
                                                                                                                                                                                             format!(
                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_lt_x!(a_path, b_expr)`\n",
                                                                                                                                                                                -                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_lt_x.html\n",
                                                                                                                                                                                +                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_lt_x.html\n",
                                                                                                                                                                                                     " a_path label: `&path`,\n",
                                                                                                                                                                                                     " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                     " b_expr label: `&value`,\n",
                                                                                                                                                                                @@ -442,7 +442,7 @@
                                                                                                                                                                                             format!(
                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_lt_x!(a_path, b_expr)`\n",
                                                                                                                                                                                -                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_lt_x.html\n",
                                                                                                                                                                                +                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_lt_x.html\n",
                                                                                                                                                                                                     " a_path label: `&path`,\n",
                                                                                                                                                                                                     " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                     " b_expr label: `&value`,\n",
                                                                                                                                                                                @@ -485,7 +485,7 @@
                                                                                                                                                                                 /// assert_fs_read_to_string_lt_x!(&path, &value);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fs_read_to_string_lt_x!(a_path, b_expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_lt_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_lt_x.html
                                                                                                                                                                                 /// //  a_path label: `&path`,
                                                                                                                                                                                 /// //  a_path debug: `\"bravo.txt\"`,
                                                                                                                                                                                 /// //  b_expr label: `&value`,
                                                                                                                                                                                @@ -495,7 +495,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fs_read_to_string_lt_x!(a_path, b_expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_lt_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_lt_x.html\n",
                                                                                                                                                                                 /// #     " a_path label: `&path`,\n",
                                                                                                                                                                                 /// #     " a_path debug: `\"bravo.txt\"`,\n",
                                                                                                                                                                                 /// #     " b_expr label: `&value`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_ne.rs.html b/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_ne.rs.html
                                                                                                                                                                                index ca2fcace5..4d469be22 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_ne.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_ne.rs.html
                                                                                                                                                                                @@ -334,7 +334,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fs_read_to_string_ne!(a_path, b_path)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ne.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ne.html\n",
                                                                                                                                                                                                                         " a_path label: `{}`,\n",
                                                                                                                                                                                                                         " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                                         " b_path label: `{}`,\n",
                                                                                                                                                                                @@ -357,7 +357,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_ne!(a_path, b_path)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ne.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ne.html\n",
                                                                                                                                                                                                                     " a_path label: `{}`,\n",
                                                                                                                                                                                                                     " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                                     " b_path label: `{}`,\n",
                                                                                                                                                                                @@ -427,7 +427,7 @@
                                                                                                                                                                                             format!(
                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_ne!(a_path, b_path)`\n",
                                                                                                                                                                                -                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ne.html\n",
                                                                                                                                                                                +                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ne.html\n",
                                                                                                                                                                                                     " a_path label: `&a`,\n",
                                                                                                                                                                                                     " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                     " b_path label: `&b`,\n",
                                                                                                                                                                                @@ -470,7 +470,7 @@
                                                                                                                                                                                 /// let b = "alfa.txt";
                                                                                                                                                                                 /// assert_fs_read_to_string_ne!(&a, &b);
                                                                                                                                                                                 /// // assertion failed: `assert_fs_read_to_string_ne!(a_path, b_path)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ne.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ne.html
                                                                                                                                                                                 /// //  a_path label: `&a`,
                                                                                                                                                                                 /// //  a_path debug: `\"alfa.txt\"`,
                                                                                                                                                                                 /// //  b_path label: `&b`,
                                                                                                                                                                                @@ -481,7 +481,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fs_read_to_string_ne!(a_path, b_path)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ne.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ne.html\n",
                                                                                                                                                                                 /// #     " a_path label: `&a`,\n",
                                                                                                                                                                                 /// #     " a_path debug: `\"alfa.txt\"`,\n",
                                                                                                                                                                                 /// #     " b_path label: `&b`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_ne_x.rs.html b/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_ne_x.rs.html
                                                                                                                                                                                index 69a44fb45..87958ebfc 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_ne_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_fs_read_to_string/assert_fs_read_to_string_ne_x.rs.html
                                                                                                                                                                                @@ -327,7 +327,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_fs_read_to_string_ne_x!(a_path, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ne_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ne_x.html\n",
                                                                                                                                                                                                                         " a_path label: `{}`,\n",
                                                                                                                                                                                                                         " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                                         " b_expr label: `{}`,\n",
                                                                                                                                                                                @@ -350,7 +350,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_ne_x!(a_path, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ne_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ne_x.html\n",
                                                                                                                                                                                                                     " a_path label: `{}`,\n",
                                                                                                                                                                                                                     " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                                     " b_expr label: `{}`,\n",
                                                                                                                                                                                @@ -412,7 +412,7 @@
                                                                                                                                                                                             format!(
                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                     "assertion failed: `assert_fs_read_to_string_ne_x!(a_path, b_expr)`\n",
                                                                                                                                                                                -                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ne_x.html\n",
                                                                                                                                                                                +                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ne_x.html\n",
                                                                                                                                                                                                     " a_path label: `&path`,\n",
                                                                                                                                                                                                     " a_path debug: `{:?}`,\n",
                                                                                                                                                                                                     " b_expr label: `&value`,\n",
                                                                                                                                                                                @@ -455,7 +455,7 @@
                                                                                                                                                                                 /// assert_fs_read_to_string_ne_x!(&path, &value);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_fs_read_to_string_ne_x!(a_path, b_expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ne_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ne_x.html
                                                                                                                                                                                 /// //  a_path label: `&path`,
                                                                                                                                                                                 /// //  a_path debug: `\"alfa.txt\"`,
                                                                                                                                                                                 /// //  b_expr label: `&value`,
                                                                                                                                                                                @@ -465,7 +465,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_fs_read_to_string_ne_x!(a_path, b_expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ne_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ne_x.html\n",
                                                                                                                                                                                 /// #     " a_path label: `&path`,\n",
                                                                                                                                                                                 /// #     " a_path debug: `\"alfa.txt\"`,\n",
                                                                                                                                                                                 /// #     " b_expr label: `&value`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_ge.rs.html b/doc/src/lib/assert_ge.rs.html
                                                                                                                                                                                index 67155f465..de6afe520 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_ge.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_ge.rs.html
                                                                                                                                                                                @@ -207,7 +207,7 @@
                                                                                                                                                                                 207
                                                                                                                                                                                 208
                                                                                                                                                                                 209
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert an expression is greater than or equal to another expression.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert an expression is greater than or equal to another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a ≥ b
                                                                                                                                                                                @@ -230,7 +230,7 @@
                                                                                                                                                                                 //! * [`assert_ge_as_result`](macro@crate::assert_ge_as_result)
                                                                                                                                                                                 //! * [`debug_assert_ge`](macro@crate::debug_assert_ge)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert an expression is greater than or equal to another expression.
                                                                                                                                                                                +/// Assert an expression is greater than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a ≥ b
                                                                                                                                                                                @@ -262,7 +262,7 @@
                                                                                                                                                                                                     Err(format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_ge!(a, b)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ge.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ge.html\n",
                                                                                                                                                                                                             " a label: `{}`,\n",
                                                                                                                                                                                                             " a debug: `{:?}`,\n",
                                                                                                                                                                                                             " b label: `{}`,\n",
                                                                                                                                                                                @@ -299,7 +299,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_ge!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ge.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ge.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `1`,\n",
                                                                                                                                                                                                 " b label: `b`,\n",
                                                                                                                                                                                @@ -309,7 +309,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert an expression is greater than or equal to another expression.
                                                                                                                                                                                +/// Assert an expression is greater than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a ≥ b
                                                                                                                                                                                @@ -337,7 +337,7 @@
                                                                                                                                                                                 /// assert_ge!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_ge!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_ge.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_ge.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `1`,
                                                                                                                                                                                 /// //  b label: `b`,
                                                                                                                                                                                @@ -345,7 +345,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_ge!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ge.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ge.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `1`,\n",
                                                                                                                                                                                 /// #     " b label: `b`,\n",
                                                                                                                                                                                @@ -377,7 +377,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert an expression is greater than or equal to another expression.
                                                                                                                                                                                +/// Assert an expression is greater than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a ≥ b
                                                                                                                                                                                diff --git a/doc/src/lib/assert_gt.rs.html b/doc/src/lib/assert_gt.rs.html
                                                                                                                                                                                index 46b95101f..1d213e182 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_gt.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_gt.rs.html
                                                                                                                                                                                @@ -207,7 +207,7 @@
                                                                                                                                                                                 207
                                                                                                                                                                                 208
                                                                                                                                                                                 209
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert an expression is greater than another expression.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert an expression is greater than another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a > b
                                                                                                                                                                                @@ -230,7 +230,7 @@
                                                                                                                                                                                 //! * [`assert_gt_as_result`](macro@crate::assert_gt_as_result)
                                                                                                                                                                                 //! * [`debug_assert_gt`](macro@crate::debug_assert_gt)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert an expression is greater than another expression.
                                                                                                                                                                                +/// Assert an expression is greater than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a > b
                                                                                                                                                                                @@ -262,7 +262,7 @@
                                                                                                                                                                                                     Err(format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_gt!(a, b)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_gt.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_gt.html\n",
                                                                                                                                                                                                             " a label: `{}`,\n",
                                                                                                                                                                                                             " a debug: `{:?}`,\n",
                                                                                                                                                                                                             " b label: `{}`,\n",
                                                                                                                                                                                @@ -299,7 +299,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_gt!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_gt.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_gt.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `1`,\n",
                                                                                                                                                                                                 " b label: `b`,\n",
                                                                                                                                                                                @@ -309,7 +309,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert an expression is greater than another expression.
                                                                                                                                                                                +/// Assert an expression is greater than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a > b
                                                                                                                                                                                @@ -337,7 +337,7 @@
                                                                                                                                                                                 /// assert_gt!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_gt!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_gt.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_gt.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `1`,
                                                                                                                                                                                 /// //  b label: `b`,
                                                                                                                                                                                @@ -345,7 +345,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_gt!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_gt.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_gt.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `1`,\n",
                                                                                                                                                                                 /// #     " b label: `b`,\n",
                                                                                                                                                                                @@ -377,7 +377,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert an expression is greater than another expression.
                                                                                                                                                                                +/// Assert an expression is greater than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a > b
                                                                                                                                                                                diff --git a/doc/src/lib/assert_in/assert_in_delta.rs.html b/doc/src/lib/assert_in/assert_in_delta.rs.html
                                                                                                                                                                                index ea64d5d6c..492e09cd7 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_in/assert_in_delta.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_in/assert_in_delta.rs.html
                                                                                                                                                                                @@ -294,7 +294,7 @@
                                                                                                                                                                                 294
                                                                                                                                                                                 295
                                                                                                                                                                                 296
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a number is within delta of another number.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a number is within delta of another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! | a - b | ≤ Δ
                                                                                                                                                                                @@ -358,7 +358,7 @@
                                                                                                                                                                                 //! * [`assert_in_delta_as_result`](macro@crate::assert_in_delta_as_result)
                                                                                                                                                                                 //! * [`debug_assert_in_delta`](macro@crate::debug_assert_in_delta)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a number is within delta of another number.
                                                                                                                                                                                +/// Assert a number is within delta of another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// | a - b | ≤ Δ
                                                                                                                                                                                @@ -393,7 +393,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_in_delta!(a, b, Δ)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_in_delta.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_in_delta.html\n",
                                                                                                                                                                                                                 "       a label: `{}`,\n",
                                                                                                                                                                                                                 "       a debug: `{:?}`,\n",
                                                                                                                                                                                                                 "       b label: `{}`,\n",
                                                                                                                                                                                @@ -441,7 +441,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_in_delta!(a, b, Δ)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_in_delta.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_in_delta.html\n",
                                                                                                                                                                                                 "       a label: `a`,\n",
                                                                                                                                                                                                 "       a debug: `10`,\n",
                                                                                                                                                                                                 "       b label: `b`,\n",
                                                                                                                                                                                @@ -455,7 +455,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a number is within delta of another number.
                                                                                                                                                                                +/// Assert a number is within delta of another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// | a - b | ≤ Δ
                                                                                                                                                                                @@ -485,7 +485,7 @@
                                                                                                                                                                                 /// assert_in_delta!(a, b, delta);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_in_delta!(a, b, Δ)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_in_delta.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_in_delta.html
                                                                                                                                                                                 /// //        a label: `a`,
                                                                                                                                                                                 /// //        a debug: `10`,
                                                                                                                                                                                 /// //        b label: `b`,
                                                                                                                                                                                @@ -497,7 +497,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_in_delta!(a, b, Δ)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_in_delta.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_in_delta.html\n",
                                                                                                                                                                                 /// #     "       a label: `a`,\n",
                                                                                                                                                                                 /// #     "       a debug: `10`,\n",
                                                                                                                                                                                 /// #     "       b label: `b`,\n",
                                                                                                                                                                                @@ -551,7 +551,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a number is within delta of another number.
                                                                                                                                                                                +/// Assert a number is within delta of another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// | a - b | ≤ Δ
                                                                                                                                                                                diff --git a/doc/src/lib/assert_in/assert_in_epsilon.rs.html b/doc/src/lib/assert_in/assert_in_epsilon.rs.html
                                                                                                                                                                                index 312515869..78930dbe8 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_in/assert_in_epsilon.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_in/assert_in_epsilon.rs.html
                                                                                                                                                                                @@ -301,7 +301,7 @@
                                                                                                                                                                                 301
                                                                                                                                                                                 302
                                                                                                                                                                                 303
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a number is within epsilon of another number.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a number is within epsilon of another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! | a - b | ≤ ε * min(a, b)
                                                                                                                                                                                @@ -365,7 +365,7 @@
                                                                                                                                                                                 //! * [`assert_in_epsilon_as_result`](macro@crate::assert_in_epsilon_as_result)
                                                                                                                                                                                 //! * [`debug_assert_in_epsilon`](macro@crate::debug_assert_in_epsilon)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a number is within epsilon of another number.
                                                                                                                                                                                +/// Assert a number is within epsilon of another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// | a - b | ≤ ε * min(a, b)
                                                                                                                                                                                @@ -402,7 +402,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_in_epsilon!(a, b, ε)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_in_epsilon.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_in_epsilon.html\n",
                                                                                                                                                                                                                 "                   a label: `{}`,\n",
                                                                                                                                                                                                                 "                   a debug: `{:?}`,\n",
                                                                                                                                                                                                                 "                   b label: `{}`,\n",
                                                                                                                                                                                @@ -452,7 +452,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_in_epsilon!(a, b, ε)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_in_epsilon.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_in_epsilon.html\n",
                                                                                                                                                                                                 "                   a label: `a`,\n",
                                                                                                                                                                                                 "                   a debug: `10`,\n",
                                                                                                                                                                                                 "                   b label: `b`,\n",
                                                                                                                                                                                @@ -467,7 +467,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a number is within epsilon of another number.
                                                                                                                                                                                +/// Assert a number is within epsilon of another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// | a - b | ≤ ε * min(a, b)
                                                                                                                                                                                @@ -497,7 +497,7 @@
                                                                                                                                                                                 /// assert_in_epsilon!(a, b, epsilon);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_in_epsilon!(a, b, epsilon)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_in_epsilon.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_in_epsilon.html
                                                                                                                                                                                 /// //                    a label: `a`,
                                                                                                                                                                                 /// //                    a debug: `10`,
                                                                                                                                                                                 /// //                    b label: `b`,
                                                                                                                                                                                @@ -510,7 +510,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_in_epsilon!(a, b, ε)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_in_epsilon.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_in_epsilon.html\n",
                                                                                                                                                                                 /// #     "                   a label: `a`,\n",
                                                                                                                                                                                 /// #     "                   a debug: `10`,\n",
                                                                                                                                                                                 /// #     "                   b label: `b`,\n",
                                                                                                                                                                                @@ -565,7 +565,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a number is within epsilon of another number.
                                                                                                                                                                                +/// Assert a number is within epsilon of another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// | a - b | ≤ ε * min(a, b)
                                                                                                                                                                                diff --git a/doc/src/lib/assert_infix.rs.html b/doc/src/lib/assert_infix.rs.html
                                                                                                                                                                                index cf1b31c80..4f25ebe4c 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_infix.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_infix.rs.html
                                                                                                                                                                                @@ -388,7 +388,7 @@
                                                                                                                                                                                                 format!(
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_infix!(a {} b)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_infix.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_infix.html\n",
                                                                                                                                                                                                         " a label: `{}`,\n",
                                                                                                                                                                                                         " a debug: `{:?}`,\n",
                                                                                                                                                                                                         " b label: `{}`,\n",
                                                                                                                                                                                @@ -427,7 +427,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_infix!(a == b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_infix.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_infix.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `1`,\n",
                                                                                                                                                                                                 " b label: `b`,\n",
                                                                                                                                                                                @@ -439,7 +439,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_infix!(a >= b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_infix.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_infix.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `1`,\n",
                                                                                                                                                                                                 " b label: `b`,\n",
                                                                                                                                                                                @@ -477,7 +477,7 @@
                                                                                                                                                                                 /// assert_infix!(a == b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_infix!(a == b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_infix.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_infix.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `1`,
                                                                                                                                                                                 /// //  b label: `b`,
                                                                                                                                                                                @@ -485,7 +485,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_infix!(a == b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_infix.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_infix.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `1`,\n",
                                                                                                                                                                                 /// #     " b label: `b`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_contains.rs.html b/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_contains.rs.html
                                                                                                                                                                                index 2be5896dc..fd403820e 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_contains.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_contains.rs.html
                                                                                                                                                                                @@ -303,7 +303,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_io_read_to_string_contains!(reader, &containee)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_contains.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_contains.html\n",
                                                                                                                                                                                                                         "    reader label: `{}`,\n",
                                                                                                                                                                                                                         "    reader debug: `{:?}`,\n",
                                                                                                                                                                                                                         " containee label: `{}`,\n",
                                                                                                                                                                                @@ -324,7 +324,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_io_read_to_string_contains!(reader, &containee)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_contains.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_contains.html\n",
                                                                                                                                                                                                                     "    reader label: `{}`,\n",
                                                                                                                                                                                                                     "    reader debug: `{:?}`,\n",
                                                                                                                                                                                                                     " containee label: `{}`,\n",
                                                                                                                                                                                @@ -367,7 +367,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_io_read_to_string_contains!(reader, &containee)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_contains.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_contains.html\n",
                                                                                                                                                                                                 "    reader label: `reader`,\n",
                                                                                                                                                                                                 "    reader debug: `[]`,\n",
                                                                                                                                                                                                 " containee label: `&containee`,\n",
                                                                                                                                                                                @@ -407,7 +407,7 @@
                                                                                                                                                                                 /// assert_io_read_to_string_contains!(reader, &containee);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_io_read_to_string_contains!(reader, &containee)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_contains.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_contains.html
                                                                                                                                                                                 /// //     reader label: `&reader`,
                                                                                                                                                                                 /// //     reader debug: `[]`,
                                                                                                                                                                                 /// //  containee label: `&containee`,
                                                                                                                                                                                @@ -416,7 +416,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_io_read_to_string_contains!(reader, &containee)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_contains.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_contains.html\n",
                                                                                                                                                                                 /// #     "    reader label: `reader`,\n",
                                                                                                                                                                                 /// #     "    reader debug: `[]`,\n",
                                                                                                                                                                                 /// #     " containee label: `&containee`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_eq.rs.html b/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_eq.rs.html
                                                                                                                                                                                index 66cee7954..8d18f11f3 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_eq.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_eq.rs.html
                                                                                                                                                                                @@ -332,7 +332,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_io_read_to_string_eq!(a_reader, b_reader)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_eq.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_eq.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " b label: `{}`,\n",
                                                                                                                                                                                @@ -355,7 +355,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_io_read_to_string_eq!(a_reader, b_reader)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_eq.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_eq.html\n",
                                                                                                                                                                                                             " a label: `{}`,\n",
                                                                                                                                                                                                             " a debug: `{:?}`,\n",
                                                                                                                                                                                                             " b label: `{}`,\n",
                                                                                                                                                                                @@ -398,7 +398,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_io_read_to_string_eq!(a_reader, b_reader)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_eq.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_eq.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `[]`,\n",
                                                                                                                                                                                                 " b label: `b`,\n",
                                                                                                                                                                                @@ -418,7 +418,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_io_read_to_string_eq!(a_reader, b_reader)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_eq.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_eq.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `[]`,\n",
                                                                                                                                                                                                 " b label: `b`,\n",
                                                                                                                                                                                @@ -459,7 +459,7 @@
                                                                                                                                                                                 /// assert_io_read_to_string_eq!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_io_read_to_string_eq!(a_reader, b_reader)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_eq.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_eq.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `[]`,
                                                                                                                                                                                 /// //  b label: `b`,
                                                                                                                                                                                @@ -469,7 +469,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_io_read_to_string_eq!(a_reader, b_reader)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_eq.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_eq.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `[]`,\n",
                                                                                                                                                                                 /// #     " b label: `b`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_eq_x.rs.html b/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_eq_x.rs.html
                                                                                                                                                                                index 8087d6a86..7460a919d 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_eq_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_eq_x.rs.html
                                                                                                                                                                                @@ -330,7 +330,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_io_read_to_string_eq_x!(a_reader, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_eq_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_eq_x.html\n",
                                                                                                                                                                                                                         " a_reader label: `{}`,\n",
                                                                                                                                                                                                                         " a_reader debug: `{:?}`,\n",
                                                                                                                                                                                                                         "   b_expr label: `{}`,\n",
                                                                                                                                                                                @@ -353,7 +353,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_io_read_to_string_eq_x!(a_reader, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_eq_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_eq_x.html\n",
                                                                                                                                                                                                                     " a_reader label: `{}`,\n",
                                                                                                                                                                                                                     " a_reader debug: `{:?}`,\n",
                                                                                                                                                                                                                     "   b_expr label: `{}`,\n",
                                                                                                                                                                                @@ -396,7 +396,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_io_read_to_string_eq_x!(a_reader, b_expr)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_eq_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_eq_x.html\n",
                                                                                                                                                                                                 " a_reader label: `reader`,\n",
                                                                                                                                                                                                 " a_reader debug: `[]`,\n",
                                                                                                                                                                                                 "   b_expr label: `&value`,\n",
                                                                                                                                                                                @@ -416,7 +416,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_io_read_to_string_eq_x!(a_reader, b_expr)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_eq_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_eq_x.html\n",
                                                                                                                                                                                                 " a_reader label: `reader`,\n",
                                                                                                                                                                                                 " a_reader debug: `[]`,\n",
                                                                                                                                                                                                 "   b_expr label: `&value`,\n",
                                                                                                                                                                                @@ -457,7 +457,7 @@
                                                                                                                                                                                 /// assert_io_read_to_string_eq_x!(reader, &value);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_io_read_to_string_eq_x!(a_reader, b_expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_eq_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_eq_x.html
                                                                                                                                                                                 /// //  a_reader label: `reader`,
                                                                                                                                                                                 /// //  a_reader debug: `[]`,
                                                                                                                                                                                 /// //    b_expr label: `&value`,
                                                                                                                                                                                @@ -467,7 +467,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_io_read_to_string_eq_x!(a_reader, b_expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_eq_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_eq_x.html\n",
                                                                                                                                                                                 /// #     " a_reader label: `reader`,\n",
                                                                                                                                                                                 /// #     " a_reader debug: `[]`,\n",
                                                                                                                                                                                 /// #     "   b_expr label: `&value`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_ge.rs.html b/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_ge.rs.html
                                                                                                                                                                                index add375471..281585302 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_ge.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_ge.rs.html
                                                                                                                                                                                @@ -326,7 +326,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_io_read_to_string_ge!(a_reader, b_reader)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ge.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ge.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " b label: `{}`,\n",
                                                                                                                                                                                @@ -349,7 +349,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_io_read_to_string_ge!(a_reader, b_reader)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ge.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ge.html\n",
                                                                                                                                                                                                             "  a label: `{}`,\n",
                                                                                                                                                                                                             "  a debug: `{:?}`,\n",
                                                                                                                                                                                                             "  b label: `{}`,\n",
                                                                                                                                                                                @@ -406,7 +406,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_io_read_to_string_ge!(a_reader, b_reader)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ge.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ge.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `[]`,\n",
                                                                                                                                                                                                 " b label: `b`,\n",
                                                                                                                                                                                @@ -447,7 +447,7 @@
                                                                                                                                                                                 /// assert_io_read_to_string_ge!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_io_read_to_string_ge!(a_reader, b_reader)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ge.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ge.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `[]`,
                                                                                                                                                                                 /// //  b label: `b`,
                                                                                                                                                                                @@ -457,7 +457,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_io_read_to_string_ge!(a_reader, b_reader)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ge.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ge.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `[]`,\n",
                                                                                                                                                                                 /// #     " b label: `b`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_ge_x.rs.html b/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_ge_x.rs.html
                                                                                                                                                                                index 47a70759b..8b018cb39 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_ge_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_ge_x.rs.html
                                                                                                                                                                                @@ -318,7 +318,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_io_read_to_string_ge_x!(a_reader, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ge_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ge_x.html\n",
                                                                                                                                                                                                                         " a_reader label: `{}`,\n",
                                                                                                                                                                                                                         " a_reader debug: `{:?}`,\n",
                                                                                                                                                                                                                         "   b_expr label: `{}`,\n",
                                                                                                                                                                                @@ -341,7 +341,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_io_read_to_string_ge_x!(a_reader, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ge_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ge_x.html\n",
                                                                                                                                                                                                                     " a_reader label: `{}`,\n",
                                                                                                                                                                                                                     " a_reader debug: `{:?}`,\n",
                                                                                                                                                                                                                     "   b_expr label: `{}`,\n",
                                                                                                                                                                                @@ -392,7 +392,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_io_read_to_string_ge_x!(a_reader, b_expr)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ge_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ge_x.html\n",
                                                                                                                                                                                                 " a_reader label: `reader`,\n",
                                                                                                                                                                                                 " a_reader debug: `[]`,\n",
                                                                                                                                                                                                 "   b_expr label: `&value`,\n",
                                                                                                                                                                                @@ -433,7 +433,7 @@
                                                                                                                                                                                 /// assert_io_read_to_string_ge_x!(reader, &value);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_io_read_to_string_ge_x!(a_reader, b_expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ge_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ge_x.html
                                                                                                                                                                                 /// //  a_reader label: `reader`,
                                                                                                                                                                                 /// //  a_reader debug: `[]`,
                                                                                                                                                                                 /// //    b_expr label: `&value`,
                                                                                                                                                                                @@ -443,7 +443,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_io_read_to_string_ge_x!(a_reader, b_expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ge_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ge_x.html\n",
                                                                                                                                                                                 /// #     " a_reader label: `reader`,\n",
                                                                                                                                                                                 /// #     " a_reader debug: `[]`,\n",
                                                                                                                                                                                 /// #     "   b_expr label: `&value`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_gt.rs.html b/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_gt.rs.html
                                                                                                                                                                                index c82ad4724..25d565f92 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_gt.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_gt.rs.html
                                                                                                                                                                                @@ -336,7 +336,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_io_read_to_string_gt!(a_reader, b_reader)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_gt.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_gt.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " b label: `{}`,\n",
                                                                                                                                                                                @@ -360,7 +360,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_io_read_to_string_gt!(a_reader, b_reader)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_gt.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_gt.html\n",
                                                                                                                                                                                                             "  a label: `{}`,\n",
                                                                                                                                                                                                             "  a debug: `{:?}`,\n",
                                                                                                                                                                                                             "  b label: `{}`,\n",
                                                                                                                                                                                @@ -406,7 +406,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_io_read_to_string_gt!(a_reader, b_reader)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_gt.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_gt.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `[]`,\n",
                                                                                                                                                                                                 " b label: `b`,\n",
                                                                                                                                                                                @@ -426,7 +426,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_io_read_to_string_gt!(a_reader, b_reader)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_gt.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_gt.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `[]`,\n",
                                                                                                                                                                                                 " b label: `b`,\n",
                                                                                                                                                                                @@ -467,7 +467,7 @@
                                                                                                                                                                                 /// assert_io_read_to_string_gt!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_io_read_to_string_gt!(a_reader, b_reader)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_gt.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_gt.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `[]`,
                                                                                                                                                                                 /// //  b label: `b`,
                                                                                                                                                                                @@ -477,7 +477,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_io_read_to_string_gt!(a_reader, b_reader)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_gt.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_gt.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `[]`,\n",
                                                                                                                                                                                 /// #     " b label: `b`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_gt_x.rs.html b/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_gt_x.rs.html
                                                                                                                                                                                index 97c9fbadb..eee366e67 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_gt_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_gt_x.rs.html
                                                                                                                                                                                @@ -330,7 +330,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_io_read_to_string_gt_x!(a_reader, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_gt_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_gt_x.html\n",
                                                                                                                                                                                                                         " a_reader label: `{}`,\n",
                                                                                                                                                                                                                         " a_reader debug: `{:?}`,\n",
                                                                                                                                                                                                                         "   b_expr label: `{}`,\n",
                                                                                                                                                                                @@ -353,7 +353,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_io_read_to_string_gt_x!(a_reader, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_gt_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_gt_x.html\n",
                                                                                                                                                                                                                     " a_reader label: `{}`,\n",
                                                                                                                                                                                                                     " a_reader debug: `{:?}`,\n",
                                                                                                                                                                                                                     "   b_expr label: `{}`,\n",
                                                                                                                                                                                @@ -396,7 +396,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_io_read_to_string_gt_x!(a_reader, b_expr)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_gt_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_gt_x.html\n",
                                                                                                                                                                                                 " a_reader label: `reader`,\n",
                                                                                                                                                                                                 " a_reader debug: `[]`,\n",
                                                                                                                                                                                                 "   b_expr label: `&value`,\n",
                                                                                                                                                                                @@ -416,7 +416,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_io_read_to_string_gt_x!(a_reader, b_expr)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_gt_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_gt_x.html\n",
                                                                                                                                                                                                 " a_reader label: `reader`,\n",
                                                                                                                                                                                                 " a_reader debug: `[]`,\n",
                                                                                                                                                                                                 "   b_expr label: `&value`,\n",
                                                                                                                                                                                @@ -457,7 +457,7 @@
                                                                                                                                                                                 /// assert_io_read_to_string_gt_x!(reader, &value);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_io_read_to_string_gt_x!(a_reader, b_expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_gt_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_gt_x.html
                                                                                                                                                                                 /// //  a_reader label: `reader`,
                                                                                                                                                                                 /// //  a_reader debug: `[]`,
                                                                                                                                                                                 /// //    b_expr label: `&value`,
                                                                                                                                                                                @@ -467,7 +467,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_io_read_to_string_gt_x!(a_reader, b_expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_gt_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_gt_x.html\n",
                                                                                                                                                                                 /// #     " a_reader label: `reader`,\n",
                                                                                                                                                                                 /// #     " a_reader debug: `[]`,\n",
                                                                                                                                                                                 /// #     "   b_expr label: `&value`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_is_match.rs.html b/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_is_match.rs.html
                                                                                                                                                                                index 8ca662a49..ebf0d19ef 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_is_match.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_is_match.rs.html
                                                                                                                                                                                @@ -311,7 +311,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_io_read_to_string_is_match!(a_reader, &matcher)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_is_match.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_is_match.html\n",
                                                                                                                                                                                                                         "  reader label: `{}`,\n",
                                                                                                                                                                                                                         "  reader debug: `{:?}`,\n",
                                                                                                                                                                                                                         " matcher label: `{}`,\n",
                                                                                                                                                                                @@ -334,7 +334,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_io_read_to_string_is_match!(a_reader, &matcher)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_is_match.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_is_match.html\n",
                                                                                                                                                                                                                     "  reader label: `{}`,\n",
                                                                                                                                                                                                                     "  reader debug: `{:?}`,\n",
                                                                                                                                                                                                                     " matcher label: `{}`,\n",
                                                                                                                                                                                @@ -377,7 +377,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_io_read_to_string_is_match!(a_reader, &matcher)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_is_match.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_is_match.html\n",
                                                                                                                                                                                                 "  reader label: `reader`,\n",
                                                                                                                                                                                                 "  reader debug: `[]`,\n",
                                                                                                                                                                                                 " matcher label: `&matcher`,\n",
                                                                                                                                                                                @@ -419,7 +419,7 @@
                                                                                                                                                                                 /// assert_io_read_to_string_is_match!(reader, &matcher);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_io_read_to_string_is_match!(a_reader, &matcher)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_is_match.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_is_match.html
                                                                                                                                                                                 /// //   reader label: `reader`,
                                                                                                                                                                                 /// //   reader debug: `[]`,
                                                                                                                                                                                 /// //  matcher label: `&matcher`,
                                                                                                                                                                                @@ -429,7 +429,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_io_read_to_string_is_match!(a_reader, &matcher)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_is_match.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_is_match.html\n",
                                                                                                                                                                                 /// #     "  reader label: `reader`,\n",
                                                                                                                                                                                 /// #     "  reader debug: `[]`,\n",
                                                                                                                                                                                 /// #     " matcher label: `&matcher`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_le.rs.html b/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_le.rs.html
                                                                                                                                                                                index 7fb04d1e5..c6783290e 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_le.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_le.rs.html
                                                                                                                                                                                @@ -315,7 +315,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_io_read_to_string_le!(a_reader, b_reader)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_le.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_le.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " b label: `{}`,\n",
                                                                                                                                                                                @@ -338,7 +338,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_io_read_to_string_le!(a_reader, b_reader)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_le.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_le.html\n",
                                                                                                                                                                                                             "  a label: `{}`,\n",
                                                                                                                                                                                                             "  a debug: `{:?}`,\n",
                                                                                                                                                                                                             "  b label: `{}`,\n",
                                                                                                                                                                                @@ -384,7 +384,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_io_read_to_string_le!(a_reader, b_reader)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_le.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_le.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `[]`,\n",
                                                                                                                                                                                                 " b label: `b`,\n",
                                                                                                                                                                                @@ -425,7 +425,7 @@
                                                                                                                                                                                 /// assert_io_read_to_string_le!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_io_read_to_string_le!(a_reader, b_reader)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_le.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_le.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `[]`,
                                                                                                                                                                                 /// //  b label: `b`,
                                                                                                                                                                                @@ -435,7 +435,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_io_read_to_string_le!(a_reader, b_reader)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_le.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_le.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `[]`,\n",
                                                                                                                                                                                 /// #     " b label: `b`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_le_x.rs.html b/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_le_x.rs.html
                                                                                                                                                                                index 65a9293fd..06dba88eb 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_le_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_le_x.rs.html
                                                                                                                                                                                @@ -310,7 +310,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_io_read_to_string_le_x!(a_reader, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_le_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_le_x.html\n",
                                                                                                                                                                                                                         " a_reader label: `{}`,\n",
                                                                                                                                                                                                                         " a_reader debug: `{:?}`,\n",
                                                                                                                                                                                                                         "   b_expr label: `{}`,\n",
                                                                                                                                                                                @@ -333,7 +333,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_io_read_to_string_le_x!(a_reader, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_le_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_le_x.html\n",
                                                                                                                                                                                                                     " a_reader label: `{}`,\n",
                                                                                                                                                                                                                     " a_reader debug: `{:?}`,\n",
                                                                                                                                                                                                                     "   b_expr label: `{}`,\n",
                                                                                                                                                                                @@ -376,7 +376,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_io_read_to_string_le_x!(a_reader, b_expr)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_le_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_le_x.html\n",
                                                                                                                                                                                                 " a_reader label: `reader`,\n",
                                                                                                                                                                                                 " a_reader debug: `[]`,\n",
                                                                                                                                                                                                 "   b_expr label: `&value`,\n",
                                                                                                                                                                                @@ -417,7 +417,7 @@
                                                                                                                                                                                 /// assert_io_read_to_string_le_x!(reader, &value);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_io_read_to_string_le_x!(a_reader, b_expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_le_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_le_x.html
                                                                                                                                                                                 /// //  a_reader label: `reader`,
                                                                                                                                                                                 /// //  a_reader debug: `[]`,
                                                                                                                                                                                 /// //    b_expr label: `&value`,
                                                                                                                                                                                @@ -427,7 +427,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_io_read_to_string_le_x!(a_reader, b_expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_le_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_le_x.html\n",
                                                                                                                                                                                 /// #     " a_reader label: `reader`,\n",
                                                                                                                                                                                 /// #     " a_reader debug: `[]`,\n",
                                                                                                                                                                                 /// #     "   b_expr label: `&value`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_lt.rs.html b/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_lt.rs.html
                                                                                                                                                                                index b78951b8d..7fcb3c106 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_lt.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_lt.rs.html
                                                                                                                                                                                @@ -315,7 +315,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_io_read_to_string_lt!(a_reader, b_reader)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_lt.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_lt.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " b label: `{}`,\n",
                                                                                                                                                                                @@ -338,7 +338,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_io_read_to_string_lt!(a_reader, b_reader)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_lt.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_lt.html\n",
                                                                                                                                                                                                             "  a label: `{}`,\n",
                                                                                                                                                                                                             "  a debug: `{:?}`,\n",
                                                                                                                                                                                                             "  b label: `{}`,\n",
                                                                                                                                                                                @@ -384,7 +384,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_io_read_to_string_lt!(a_reader, b_reader)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_lt.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_lt.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `[]`,\n",
                                                                                                                                                                                                 " b label: `b`,\n",
                                                                                                                                                                                @@ -425,7 +425,7 @@
                                                                                                                                                                                 /// assert_io_read_to_string_lt!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_io_read_to_string_lt!(a_reader, b_reader)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_lt.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_lt.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `[]`,
                                                                                                                                                                                 /// //  b label: `b`,
                                                                                                                                                                                @@ -435,7 +435,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_io_read_to_string_lt!(a_reader, b_reader)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_lt.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_lt.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `[]`,\n",
                                                                                                                                                                                 /// #     " b label: `b`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_lt_x.rs.html b/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_lt_x.rs.html
                                                                                                                                                                                index 2b2eb345d..9905e84fc 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_lt_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_lt_x.rs.html
                                                                                                                                                                                @@ -310,7 +310,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_io_read_to_string_lt_x!(a_reader, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_lt_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_lt_x.html\n",
                                                                                                                                                                                                                         " a_reader label: `{}`,\n",
                                                                                                                                                                                                                         " a_reader debug: `{:?}`,\n",
                                                                                                                                                                                                                         "   b_expr label: `{}`,\n",
                                                                                                                                                                                @@ -333,7 +333,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_io_read_to_string_lt_x!(a_reader, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_lt_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_lt_x.html\n",
                                                                                                                                                                                                                     " a_reader label: `{}`,\n",
                                                                                                                                                                                                                     " a_reader debug: `{:?}`,\n",
                                                                                                                                                                                                                     "   b_expr label: `{}`,\n",
                                                                                                                                                                                @@ -376,7 +376,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_io_read_to_string_lt_x!(a_reader, b_expr)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_lt_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_lt_x.html\n",
                                                                                                                                                                                                 " a_reader label: `reader`,\n",
                                                                                                                                                                                                 " a_reader debug: `[]`,\n",
                                                                                                                                                                                                 "   b_expr label: `&value`,\n",
                                                                                                                                                                                @@ -417,7 +417,7 @@
                                                                                                                                                                                 /// assert_io_read_to_string_lt_x!(reader, &value);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_io_read_to_string_lt_x!(a_reader, b_expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_lt_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_lt_x.html
                                                                                                                                                                                 /// //  a_reader label: `reader`,
                                                                                                                                                                                 /// //  a_reader debug: `[]`,
                                                                                                                                                                                 /// //    b_expr label: `&value`,
                                                                                                                                                                                @@ -427,7 +427,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_io_read_to_string_lt_x!(a_reader, b_expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_lt_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_lt_x.html\n",
                                                                                                                                                                                 /// #     " a_reader label: `reader`,\n",
                                                                                                                                                                                 /// #     " a_reader debug: `[]`,\n",
                                                                                                                                                                                 /// #     "   b_expr label: `&value`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_ne.rs.html b/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_ne.rs.html
                                                                                                                                                                                index e62f33567..04380f654 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_ne.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_ne.rs.html
                                                                                                                                                                                @@ -315,7 +315,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_io_read_to_string_ne!(a_reader, b_reader)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ne.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ne.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " b label: `{}`,\n",
                                                                                                                                                                                @@ -338,7 +338,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_io_read_to_string_ne!(a_reader, b_reader)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ne.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ne.html\n",
                                                                                                                                                                                                             "  a label: `{}`,\n",
                                                                                                                                                                                                             "  a debug: `{:?}`,\n",
                                                                                                                                                                                                             "  b label: `{}`,\n",
                                                                                                                                                                                @@ -384,7 +384,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_io_read_to_string_ne!(a_reader, b_reader)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ne.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ne.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `[]`,\n",
                                                                                                                                                                                                 " b label: `b`,\n",
                                                                                                                                                                                @@ -425,7 +425,7 @@
                                                                                                                                                                                 /// assert_io_read_to_string_ne!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_io_read_to_string_ne!(a_reader, b_reader)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ne.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ne.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `[]`,
                                                                                                                                                                                 /// //  b label: `b`,
                                                                                                                                                                                @@ -435,7 +435,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_io_read_to_string_ne!(a_reader, b_reader)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ne.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ne.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `[]`,\n",
                                                                                                                                                                                 /// #     " b label: `b`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_ne_x.rs.html b/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_ne_x.rs.html
                                                                                                                                                                                index e9c49529d..99dc009f3 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_ne_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_io_read_to_string/assert_io_read_to_string_ne_x.rs.html
                                                                                                                                                                                @@ -310,7 +310,7 @@
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                                         "assertion failed: `assert_io_read_to_string_ne_x!(a_reader, b_expr)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ne_x.html\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ne_x.html\n",
                                                                                                                                                                                                                         " a_reader label: `{}`,\n",
                                                                                                                                                                                                                         " a_reader debug: `{:?}`,\n",
                                                                                                                                                                                                                         "   b_expr label: `{}`,\n",
                                                                                                                                                                                @@ -333,7 +333,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_io_read_to_string_ne_x!(a_reader, b_expr)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ne_x.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ne_x.html\n",
                                                                                                                                                                                                                     " a_reader label: `{}`,\n",
                                                                                                                                                                                                                     " a_reader debug: `{:?}`,\n",
                                                                                                                                                                                                                     "   b_expr label: `{}`,\n",
                                                                                                                                                                                @@ -376,7 +376,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_io_read_to_string_ne_x!(a_reader, b_expr)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ne_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ne_x.html\n",
                                                                                                                                                                                                 " a_reader label: `reader`,\n",
                                                                                                                                                                                                 " a_reader debug: `[]`,\n",
                                                                                                                                                                                                 "   b_expr label: `&value`,\n",
                                                                                                                                                                                @@ -417,7 +417,7 @@
                                                                                                                                                                                 /// assert_io_read_to_string_ne_x!(reader, &value);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_io_read_to_string_ne_x!(a_reader, b_expr)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ne_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ne_x.html
                                                                                                                                                                                 /// //  a_reader label: `reader`,
                                                                                                                                                                                 /// //  a_reader debug: `[]`,
                                                                                                                                                                                 /// //    b_expr label: `&value`,
                                                                                                                                                                                @@ -427,7 +427,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_io_read_to_string_ne_x!(a_reader, b_expr)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ne_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ne_x.html\n",
                                                                                                                                                                                 /// #     " a_reader label: `reader`,\n",
                                                                                                                                                                                 /// #     " a_reader debug: `[]`,\n",
                                                                                                                                                                                 /// #     "   b_expr label: `&value`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_is_empty/assert_is_empty.rs.html b/doc/src/lib/assert_is_empty/assert_is_empty.rs.html
                                                                                                                                                                                index 5dc114175..6b399ef5d 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_is_empty/assert_is_empty.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_is_empty/assert_is_empty.rs.html
                                                                                                                                                                                @@ -248,7 +248,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_is_empty!(a)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_is_empty.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_is_empty.html\n",
                                                                                                                                                                                                                 " label: `{}`,\n",
                                                                                                                                                                                                                 " debug: `{:?}`",
                                                                                                                                                                                                             ),
                                                                                                                                                                                @@ -279,7 +279,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_is_empty!(a)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_is_empty.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_is_empty.html\n",
                                                                                                                                                                                             " label: `a`,\n",
                                                                                                                                                                                             " debug: `\"alfa\"`"
                                                                                                                                                                                         );
                                                                                                                                                                                @@ -313,13 +313,13 @@
                                                                                                                                                                                 /// assert_is_empty!(a);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_is_empty!(a)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_is_empty.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_is_empty.html
                                                                                                                                                                                 /// //  label: `a`,
                                                                                                                                                                                 /// //  debug: `\"alfa\"`
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_is_empty!(a)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_is_empty.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_is_empty.html\n",
                                                                                                                                                                                 /// #     " label: `a`,\n",
                                                                                                                                                                                 /// #     " debug: `\"alfa\"`"
                                                                                                                                                                                 /// # );
                                                                                                                                                                                diff --git a/doc/src/lib/assert_is_empty/assert_not_empty.rs.html b/doc/src/lib/assert_is_empty/assert_not_empty.rs.html
                                                                                                                                                                                index e584b238a..68525d263 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_is_empty/assert_not_empty.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_is_empty/assert_not_empty.rs.html
                                                                                                                                                                                @@ -248,7 +248,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_not_empty!(a)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_empty.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_empty.html\n",
                                                                                                                                                                                                                 " label: `{}`,\n",
                                                                                                                                                                                                                 " debug: `{:?}`"
                                                                                                                                                                                                             ),
                                                                                                                                                                                @@ -279,7 +279,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_not_empty!(a)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_empty.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_empty.html\n",
                                                                                                                                                                                             " label: `a`,\n",
                                                                                                                                                                                             " debug: `\"\"`",
                                                                                                                                                                                         );
                                                                                                                                                                                @@ -313,13 +313,13 @@
                                                                                                                                                                                 /// assert_not_empty!(a);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_not_empty!(a)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_empty.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_empty.html
                                                                                                                                                                                 /// //  label: `a`,
                                                                                                                                                                                 /// //  debug: `\"\"`
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_not_empty!(a)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_empty.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_empty.html\n",
                                                                                                                                                                                 /// #     " label: `a`,\n",
                                                                                                                                                                                 /// #     " debug: `\"\"`"
                                                                                                                                                                                 /// # );
                                                                                                                                                                                diff --git a/doc/src/lib/assert_is_match/assert_is_match.rs.html b/doc/src/lib/assert_is_match/assert_is_match.rs.html
                                                                                                                                                                                index a2a4c92d5..063c26902 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_is_match/assert_is_match.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_is_match/assert_is_match.rs.html
                                                                                                                                                                                @@ -269,7 +269,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_is_match!(matcher, matchee)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_is_match.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_is_match.html\n",
                                                                                                                                                                                                                 " matcher label: `{}`,\n",
                                                                                                                                                                                                                 " matcher debug: `{:?}`,\n",
                                                                                                                                                                                                                 " matchee label: `{}`,\n",
                                                                                                                                                                                @@ -308,7 +308,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_is_match!(matcher, matchee)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_is_match.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_is_match.html\n",
                                                                                                                                                                                             " matcher label: `a`,\n",
                                                                                                                                                                                             " matcher debug: `Regex(\"lf\")`,\n",
                                                                                                                                                                                             " matchee label: `b`,\n",
                                                                                                                                                                                @@ -347,7 +347,7 @@
                                                                                                                                                                                 /// assert_is_match!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_is_match!(matcher, matchee)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_is_match.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_is_match.html
                                                                                                                                                                                 /// //  matcher label: `a`,
                                                                                                                                                                                 /// //  matcher debug: `Regex(\"lf\")`,
                                                                                                                                                                                 /// //  matchee label: `b`,
                                                                                                                                                                                @@ -355,7 +355,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_is_match!(matcher, matchee)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_is_match.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_is_match.html\n",
                                                                                                                                                                                 /// #     " matcher label: `a`,\n",
                                                                                                                                                                                 /// #     " matcher debug: `Regex(\"lf\")`,\n",
                                                                                                                                                                                 /// #     " matchee label: `b`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_is_match/assert_not_match.rs.html b/doc/src/lib/assert_is_match/assert_not_match.rs.html
                                                                                                                                                                                index 2b4aea143..321398238 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_is_match/assert_not_match.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_is_match/assert_not_match.rs.html
                                                                                                                                                                                @@ -269,7 +269,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_not_match!(matcher, matchee)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_match.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_match.html\n",
                                                                                                                                                                                                                 " matcher label: `{}`,\n",
                                                                                                                                                                                                                 " matcher debug: `{:?}`,\n",
                                                                                                                                                                                                                 " matchee label: `{}`,\n",
                                                                                                                                                                                @@ -308,7 +308,7 @@
                                                                                                                                                                                         let actual = result.unwrap_err();
                                                                                                                                                                                         let expect = concat!(
                                                                                                                                                                                             "assertion failed: `assert_not_match!(matcher, matchee)`\n",
                                                                                                                                                                                -            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_match.html\n",
                                                                                                                                                                                +            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_match.html\n",
                                                                                                                                                                                             " matcher label: `a`,\n",
                                                                                                                                                                                             " matcher debug: `Regex(\"lf\")`,\n",
                                                                                                                                                                                             " matchee label: `b`,\n",
                                                                                                                                                                                @@ -347,7 +347,7 @@
                                                                                                                                                                                 /// assert_not_match!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_not_match!(matcher, matchee)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_match.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_match.html
                                                                                                                                                                                 /// //  matcher label: `a`,
                                                                                                                                                                                 /// //  matcher debug: `Regex(\"lf\")`,
                                                                                                                                                                                 /// //  matchee label: `b`,
                                                                                                                                                                                @@ -355,7 +355,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_not_match!(matcher, matchee)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_match.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_match.html\n",
                                                                                                                                                                                 /// #     " matcher label: `a`,\n",
                                                                                                                                                                                 /// #     " matcher debug: `Regex(\"lf\")`,\n",
                                                                                                                                                                                 /// #     " matchee label: `b`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_iter/assert_iter_eq.rs.html b/doc/src/lib/assert_iter/assert_iter_eq.rs.html
                                                                                                                                                                                index 33983a560..bef4b169b 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_iter/assert_iter_eq.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_iter/assert_iter_eq.rs.html
                                                                                                                                                                                @@ -279,7 +279,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_iter_eq!(a_collection, b_collection)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_eq.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_eq.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " b label: `{}`,\n",
                                                                                                                                                                                @@ -317,7 +317,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_iter_eq!(a_collection, b_collection)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_eq.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_eq.html\n",
                                                                                                                                                                                                 " a label: `&a`,\n",
                                                                                                                                                                                                 " a debug: `[1, 2]`,\n",
                                                                                                                                                                                                 " b label: `&b`,\n",
                                                                                                                                                                                @@ -355,7 +355,7 @@
                                                                                                                                                                                 /// assert_iter_eq!(&a, &b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_iter_eq!(a_collection, b_collection)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_eq.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_eq.html
                                                                                                                                                                                 /// //  a label: `&a`,
                                                                                                                                                                                 /// //  a debug: `[1, 2]`,
                                                                                                                                                                                 /// //  b label: `&b`,
                                                                                                                                                                                @@ -363,7 +363,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_iter_eq!(a_collection, b_collection)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_eq.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_eq.html\n",
                                                                                                                                                                                 /// #     " a label: `&a`,\n",
                                                                                                                                                                                 /// #     " a debug: `[1, 2]`,\n",
                                                                                                                                                                                 /// #     " b label: `&b`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_iter/assert_iter_ge.rs.html b/doc/src/lib/assert_iter/assert_iter_ge.rs.html
                                                                                                                                                                                index bd2f12936..5c98c4632 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_iter/assert_iter_ge.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_iter/assert_iter_ge.rs.html
                                                                                                                                                                                @@ -287,7 +287,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_iter_ge!(a_collection, b_collection)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_ge.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_ge.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " b label: `{}`,\n",
                                                                                                                                                                                @@ -333,7 +333,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_iter_ge!(a_collection, b_collection)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_ge.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_ge.html\n",
                                                                                                                                                                                                 " a label: `&a`,\n",
                                                                                                                                                                                                 " a debug: `[1, 2]`,\n",
                                                                                                                                                                                                 " b label: `&b`,\n",
                                                                                                                                                                                @@ -371,7 +371,7 @@
                                                                                                                                                                                 /// assert_iter_ge!(&a, &b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_iter_ge!(a_collection, b_collection)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_ge.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_ge.html
                                                                                                                                                                                 /// //  a label: `&a`,
                                                                                                                                                                                 /// //  a debug: `[1, 2]`,
                                                                                                                                                                                 /// //  b label: `&b`,
                                                                                                                                                                                @@ -379,7 +379,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_iter_ge!(a_collection, b_collection)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_ge.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_ge.html\n",
                                                                                                                                                                                 /// #     " a label: `&a`,\n",
                                                                                                                                                                                 /// #     " a debug: `[1, 2]`,\n",
                                                                                                                                                                                 /// #     " b label: `&b`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_iter/assert_iter_gt.rs.html b/doc/src/lib/assert_iter/assert_iter_gt.rs.html
                                                                                                                                                                                index 5a5884eb8..6798e0fde 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_iter/assert_iter_gt.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_iter/assert_iter_gt.rs.html
                                                                                                                                                                                @@ -297,7 +297,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_iter_gt!(a_collection, b_collection)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_gt.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_gt.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " b label: `{}`,\n",
                                                                                                                                                                                @@ -335,7 +335,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_iter_gt!(a_collection, b_collection)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_gt.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_gt.html\n",
                                                                                                                                                                                                 " a label: `&a`,\n",
                                                                                                                                                                                                 " a debug: `[1, 2]`,\n",
                                                                                                                                                                                                 " b label: `&b`,\n",
                                                                                                                                                                                @@ -353,7 +353,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_iter_gt!(a_collection, b_collection)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_gt.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_gt.html\n",
                                                                                                                                                                                                 " a label: `&a`,\n",
                                                                                                                                                                                                 " a debug: `[1, 2]`,\n",
                                                                                                                                                                                                 " b label: `&b`,\n",
                                                                                                                                                                                @@ -391,7 +391,7 @@
                                                                                                                                                                                 /// assert_iter_gt!(&a, &b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_iter_gt!(a_collection, b_collection)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_gt.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_gt.html
                                                                                                                                                                                 /// //  a label: `&a`,
                                                                                                                                                                                 /// //  a debug: `[1, 2]`,
                                                                                                                                                                                 /// //  b label: `&b`,
                                                                                                                                                                                @@ -399,7 +399,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_iter_gt!(a_collection, b_collection)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_gt.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_gt.html\n",
                                                                                                                                                                                 /// #     " a label: `&a`,\n",
                                                                                                                                                                                 /// #     " a debug: `[1, 2]`,\n",
                                                                                                                                                                                 /// #     " b label: `&b`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_iter/assert_iter_le.rs.html b/doc/src/lib/assert_iter/assert_iter_le.rs.html
                                                                                                                                                                                index d34196fa7..72684d0aa 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_iter/assert_iter_le.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_iter/assert_iter_le.rs.html
                                                                                                                                                                                @@ -287,7 +287,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_iter_le!(a_collection, b_collection)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_le.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_le.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " b label: `{}`,\n",
                                                                                                                                                                                @@ -333,7 +333,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_iter_le!(a_collection, b_collection)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_le.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_le.html\n",
                                                                                                                                                                                                 " a label: `&a`,\n",
                                                                                                                                                                                                 " a debug: `[3, 4]`,\n",
                                                                                                                                                                                                 " b label: `&b`,\n",
                                                                                                                                                                                @@ -371,7 +371,7 @@
                                                                                                                                                                                 /// assert_iter_le!(&a, &b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_iter_le!(a_collection, b_collection)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_le.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_le.html
                                                                                                                                                                                 /// //  a label: `&a`,
                                                                                                                                                                                 /// //  a debug: `[3, 4]`,
                                                                                                                                                                                 /// //  b label: `&b`,
                                                                                                                                                                                @@ -379,7 +379,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_iter_le!(a_collection, b_collection)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_le.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_le.html\n",
                                                                                                                                                                                 /// #     " a label: `&a`,\n",
                                                                                                                                                                                 /// #     " a debug: `[3, 4]`,\n",
                                                                                                                                                                                 /// #     " b label: `&b`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_iter/assert_iter_lt.rs.html b/doc/src/lib/assert_iter/assert_iter_lt.rs.html
                                                                                                                                                                                index 279743a4f..e0b66ab7c 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_iter/assert_iter_lt.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_iter/assert_iter_lt.rs.html
                                                                                                                                                                                @@ -297,7 +297,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_iter_lt!(a_collection, b_collection)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_lt.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_lt.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " b label: `{}`,\n",
                                                                                                                                                                                @@ -335,7 +335,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_iter_lt!(a_collection, b_collection)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_lt.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_lt.html\n",
                                                                                                                                                                                                 " a label: `&a`,\n",
                                                                                                                                                                                                 " a debug: `[1, 2]`,\n",
                                                                                                                                                                                                 " b label: `&b`,\n",
                                                                                                                                                                                @@ -353,7 +353,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_iter_lt!(a_collection, b_collection)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_lt.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_lt.html\n",
                                                                                                                                                                                                 " a label: `&a`,\n",
                                                                                                                                                                                                 " a debug: `[3, 4]`,\n",
                                                                                                                                                                                                 " b label: `&b`,\n",
                                                                                                                                                                                @@ -391,7 +391,7 @@
                                                                                                                                                                                 /// assert_iter_lt!(&a, &b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_iter_lt!(a_collection, b_collection)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_lt.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_lt.html
                                                                                                                                                                                 /// //  a label: `&a`,
                                                                                                                                                                                 /// //  a debug: `[3, 4]`,
                                                                                                                                                                                 /// //  b label: `&b`,
                                                                                                                                                                                @@ -399,7 +399,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_iter_lt!(a_collection, b_collection)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_lt.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_lt.html\n",
                                                                                                                                                                                 /// #     " a label: `&a`,\n",
                                                                                                                                                                                 /// #     " a debug: `[3, 4]`,\n",
                                                                                                                                                                                 /// #     " b label: `&b`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_iter/assert_iter_ne.rs.html b/doc/src/lib/assert_iter/assert_iter_ne.rs.html
                                                                                                                                                                                index 29cd69e7d..a3bd4c365 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_iter/assert_iter_ne.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_iter/assert_iter_ne.rs.html
                                                                                                                                                                                @@ -279,7 +279,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_iter_ne!(a_collection, b_collection)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_ne.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_ne.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " b label: `{}`,\n",
                                                                                                                                                                                @@ -317,7 +317,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_iter_ne!(a_collection, b_collection)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_ne.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_ne.html\n",
                                                                                                                                                                                                 " a label: `&a`,\n",
                                                                                                                                                                                                 " a debug: `[1, 2]`,\n",
                                                                                                                                                                                                 " b label: `&b`,\n",
                                                                                                                                                                                @@ -355,7 +355,7 @@
                                                                                                                                                                                 /// assert_iter_ne!(&a, &b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_iter_ne!(a_collection, b_collection)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_ne.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_ne.html
                                                                                                                                                                                 /// //  a label: `&a`,
                                                                                                                                                                                 /// //  a debug: `[1, 2]`,
                                                                                                                                                                                 /// //  b label: `&b`,
                                                                                                                                                                                @@ -363,7 +363,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_iter_ne!(a_collection, b_collection)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_ne.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_ne.html\n",
                                                                                                                                                                                 /// #     " a label: `&a`,\n",
                                                                                                                                                                                 /// #     " a debug: `[1, 2]`,\n",
                                                                                                                                                                                 /// #     " b label: `&b`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_le.rs.html b/doc/src/lib/assert_le.rs.html
                                                                                                                                                                                index 5d8eacae1..48df47df5 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_le.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_le.rs.html
                                                                                                                                                                                @@ -207,7 +207,7 @@
                                                                                                                                                                                 207
                                                                                                                                                                                 208
                                                                                                                                                                                 209
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert an expression is less than or equal to another expression.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert an expression is less than or equal to another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a ≤ b
                                                                                                                                                                                @@ -230,7 +230,7 @@
                                                                                                                                                                                 //! * [`assert_le_as_result`](macro@crate::assert_le_as_result)
                                                                                                                                                                                 //! * [`debug_assert_le`](macro@crate::debug_assert_le)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert an expression is less than or equal to another expression.
                                                                                                                                                                                +/// Assert an expression is less than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a ≤ b
                                                                                                                                                                                @@ -262,7 +262,7 @@
                                                                                                                                                                                                     Err(format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_le!(a, b)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_le.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_le.html\n",
                                                                                                                                                                                                             " a label: `{}`,\n",
                                                                                                                                                                                                             " a debug: `{:?}`,\n",
                                                                                                                                                                                                             " b label: `{}`,\n",
                                                                                                                                                                                @@ -299,7 +299,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_le!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_le.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_le.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `2`,\n",
                                                                                                                                                                                                 " b label: `b`,\n",
                                                                                                                                                                                @@ -309,7 +309,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert an expression is less than or equal to another expression.
                                                                                                                                                                                +/// Assert an expression is less than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a ≤ b
                                                                                                                                                                                @@ -337,7 +337,7 @@
                                                                                                                                                                                 /// assert_le!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_le!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_le.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_le.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `2`,
                                                                                                                                                                                 /// //  b label: `b`,
                                                                                                                                                                                @@ -345,7 +345,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_le!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_le.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_le.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `2`,\n",
                                                                                                                                                                                 /// #     " b label: `b`,\n",
                                                                                                                                                                                @@ -377,7 +377,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert an expression is less than or equal to another expression.
                                                                                                                                                                                +/// Assert an expression is less than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a ≤ b
                                                                                                                                                                                diff --git a/doc/src/lib/assert_len/assert_len_eq.rs.html b/doc/src/lib/assert_len/assert_len_eq.rs.html
                                                                                                                                                                                index 13b6cf64c..145510b3d 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_len/assert_len_eq.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_len/assert_len_eq.rs.html
                                                                                                                                                                                @@ -241,7 +241,7 @@
                                                                                                                                                                                 241
                                                                                                                                                                                 242
                                                                                                                                                                                 243
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a length is equal to another length.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a length is equal to another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a.len() = b.len()
                                                                                                                                                                                @@ -264,7 +264,7 @@
                                                                                                                                                                                 //! * [`assert_len_eq_as_result`](macro@crate::assert_len_eq_as_result)
                                                                                                                                                                                 //! * [`debug_assert_len_eq`](macro@crate::debug_assert_len_eq)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a length is equal to another length.
                                                                                                                                                                                +/// Assert a length is equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() = b.len()
                                                                                                                                                                                @@ -299,7 +299,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_len_eq!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_eq.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_eq.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " a.len(): `{:?}`,\n",
                                                                                                                                                                                @@ -341,7 +341,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_len_eq!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_eq.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_eq.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"x\"`,\n",
                                                                                                                                                                                                 " a.len(): `1`,\n",
                                                                                                                                                                                @@ -361,7 +361,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_len_eq!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_eq.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_eq.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"xx\"`,\n",
                                                                                                                                                                                                 " a.len(): `2`,\n",
                                                                                                                                                                                @@ -373,7 +373,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a length is equal to another length.
                                                                                                                                                                                +/// Assert a length is equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() = b.len()
                                                                                                                                                                                @@ -401,7 +401,7 @@
                                                                                                                                                                                 /// assert_len_eq!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_len_eq!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_eq.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_eq.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"x\"`,
                                                                                                                                                                                 /// //  a.len(): `1`",
                                                                                                                                                                                @@ -411,7 +411,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_len_eq!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_eq.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_eq.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"x\"`,\n",
                                                                                                                                                                                 /// #     " a.len(): `1`,\n",
                                                                                                                                                                                @@ -445,7 +445,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a length is equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() = b.len()
                                                                                                                                                                                diff --git a/doc/src/lib/assert_len/assert_len_eq_x.rs.html b/doc/src/lib/assert_len/assert_len_eq_x.rs.html
                                                                                                                                                                                index 89170e91c..3147feacb 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_len/assert_len_eq_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_len/assert_len_eq_x.rs.html
                                                                                                                                                                                @@ -291,7 +291,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_len_eq_x!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_eq_x.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_eq_x.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " a.len(): `{:?}`,\n",
                                                                                                                                                                                @@ -331,7 +331,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_len_eq_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_eq_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_eq_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"x\"`,\n",
                                                                                                                                                                                                 " a.len(): `1`,\n",
                                                                                                                                                                                @@ -350,7 +350,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_len_eq_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_eq_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_eq_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"xx\"`,\n",
                                                                                                                                                                                                 " a.len(): `2`,\n",
                                                                                                                                                                                @@ -389,7 +389,7 @@
                                                                                                                                                                                 /// assert_len_eq_x!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_len_eq_x!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_eq_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_eq_x.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"x\"`,
                                                                                                                                                                                 /// //  a.len(): `1`",
                                                                                                                                                                                @@ -398,7 +398,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_len_eq_x!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_eq_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_eq_x.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"x\"`,\n",
                                                                                                                                                                                 /// #     " a.len(): `1`,\n",
                                                                                                                                                                                @@ -431,7 +431,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a length is equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() = b
                                                                                                                                                                                diff --git a/doc/src/lib/assert_len/assert_len_ge.rs.html b/doc/src/lib/assert_len/assert_len_ge.rs.html
                                                                                                                                                                                index c44bbaae9..ef357df99 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_len/assert_len_ge.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_len/assert_len_ge.rs.html
                                                                                                                                                                                @@ -229,7 +229,7 @@
                                                                                                                                                                                 229
                                                                                                                                                                                 230
                                                                                                                                                                                 231
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a length is greater than or equal to another length.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a length is greater than or equal to another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a.len() ≥ b.len()
                                                                                                                                                                                @@ -252,7 +252,7 @@
                                                                                                                                                                                 //! * [`assert_len_ge_as_result`](macro@crate::assert_len_ge_as_result)
                                                                                                                                                                                 //! * [`debug_assert_len_ge`](macro@crate::debug_assert_len_ge)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a length is greater than or equal to another length.
                                                                                                                                                                                +/// Assert a length is greater than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() ≥ b.len()
                                                                                                                                                                                @@ -287,7 +287,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_len_ge!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ge.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ge.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " a.len(): `{:?}`,\n",
                                                                                                                                                                                @@ -337,7 +337,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_len_ge!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ge.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ge.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"x\"`,\n",
                                                                                                                                                                                                 " a.len(): `1`,\n",
                                                                                                                                                                                @@ -349,7 +349,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a length is greater than or equal to another length.
                                                                                                                                                                                +/// Assert a length is greater than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() ≥ b.len()
                                                                                                                                                                                @@ -377,7 +377,7 @@
                                                                                                                                                                                 /// assert_len_ge!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_len_ge!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ge.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ge.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"x\"`,
                                                                                                                                                                                 /// //  a.len(): `1`",
                                                                                                                                                                                @@ -387,7 +387,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_len_ge!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ge.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ge.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"x\"`,\n",
                                                                                                                                                                                 /// #     " a.len(): `1`,\n",
                                                                                                                                                                                @@ -421,7 +421,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a length is greater than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() ≥ b.len()
                                                                                                                                                                                diff --git a/doc/src/lib/assert_len/assert_len_ge_x.rs.html b/doc/src/lib/assert_len/assert_len_ge_x.rs.html
                                                                                                                                                                                index 501b0c305..d86a5e6b9 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_len/assert_len_ge_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_len/assert_len_ge_x.rs.html
                                                                                                                                                                                @@ -280,7 +280,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_len_ge_x!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ge_x.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ge_x.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " a.len(): `{:?}`,\n",
                                                                                                                                                                                @@ -328,7 +328,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_len_ge_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ge_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ge_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"x\"`,\n",
                                                                                                                                                                                                 " a.len(): `1`,\n",
                                                                                                                                                                                @@ -367,7 +367,7 @@
                                                                                                                                                                                 /// assert_len_ge_x!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_len_ge_x!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ge_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ge_x.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"x\"`,
                                                                                                                                                                                 /// //  a.len(): `1`",
                                                                                                                                                                                @@ -376,7 +376,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_len_ge_x!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ge_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ge_x.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"x\"`,\n",
                                                                                                                                                                                 /// #     " a.len(): `1`,\n",
                                                                                                                                                                                @@ -409,7 +409,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a length is greater than or equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() ≥ b
                                                                                                                                                                                diff --git a/doc/src/lib/assert_len/assert_len_gt.rs.html b/doc/src/lib/assert_len/assert_len_gt.rs.html
                                                                                                                                                                                index cb0d4feec..2ca2ef257 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_len/assert_len_gt.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_len/assert_len_gt.rs.html
                                                                                                                                                                                @@ -241,7 +241,7 @@
                                                                                                                                                                                 241
                                                                                                                                                                                 242
                                                                                                                                                                                 243
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a length is greater than another length.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a length is greater than another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a.len() > b.len()
                                                                                                                                                                                @@ -264,7 +264,7 @@
                                                                                                                                                                                 //! * [`assert_len_gt_as_result`](macro@crate::assert_len_gt_as_result)
                                                                                                                                                                                 //! * [`debug_assert_len_gt`](macro@crate::debug_assert_len_gt)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a length is greater than another length.
                                                                                                                                                                                +/// Assert a length is greater than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() > b.len()
                                                                                                                                                                                @@ -299,7 +299,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_len_gt!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_gt.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_gt.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " a.len(): `{:?}`,\n",
                                                                                                                                                                                @@ -341,7 +341,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_len_gt!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_gt.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_gt.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"x\"`,\n",
                                                                                                                                                                                                 " a.len(): `1`,\n",
                                                                                                                                                                                @@ -361,7 +361,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_len_gt!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_gt.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_gt.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"x\"`,\n",
                                                                                                                                                                                                 " a.len(): `1`,\n",
                                                                                                                                                                                @@ -373,7 +373,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a length is greater than another length.
                                                                                                                                                                                +/// Assert a length is greater than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() > b.len()
                                                                                                                                                                                @@ -401,7 +401,7 @@
                                                                                                                                                                                 /// assert_len_gt!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_len_gt!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_gt.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_gt.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"x\"`,
                                                                                                                                                                                 /// //  a.len(): `1`",
                                                                                                                                                                                @@ -411,7 +411,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_len_gt!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_gt.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_gt.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"x\"`,\n",
                                                                                                                                                                                 /// #     " a.len(): `1`,\n",
                                                                                                                                                                                @@ -445,7 +445,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a length is greater than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() > b.len()
                                                                                                                                                                                diff --git a/doc/src/lib/assert_len/assert_len_gt_x.rs.html b/doc/src/lib/assert_len/assert_len_gt_x.rs.html
                                                                                                                                                                                index 88d9374f4..de19708cd 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_len/assert_len_gt_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_len/assert_len_gt_x.rs.html
                                                                                                                                                                                @@ -291,7 +291,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_len_gt_x!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_gt_x.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_gt_x.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " a.len(): `{:?}`,\n",
                                                                                                                                                                                @@ -331,7 +331,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_len_gt_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_gt_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_gt_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"x\"`,\n",
                                                                                                                                                                                                 " a.len(): `1`,\n",
                                                                                                                                                                                @@ -350,7 +350,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_len_gt_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_gt_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_gt_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"x\"`,\n",
                                                                                                                                                                                                 " a.len(): `1`,\n",
                                                                                                                                                                                @@ -389,7 +389,7 @@
                                                                                                                                                                                 /// assert_len_gt_x!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_len_gt_x!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_gt_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_gt_x.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"x\"`,
                                                                                                                                                                                 /// //  a.len(): `1`",
                                                                                                                                                                                @@ -398,7 +398,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_len_gt_x!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_gt_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_gt_x.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"x\"`,\n",
                                                                                                                                                                                 /// #     " a.len(): `1`,\n",
                                                                                                                                                                                @@ -431,7 +431,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a length is greater than an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() > b
                                                                                                                                                                                diff --git a/doc/src/lib/assert_len/assert_len_le.rs.html b/doc/src/lib/assert_len/assert_len_le.rs.html
                                                                                                                                                                                index f7fcbe8cb..6ed9a39e9 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_len/assert_len_le.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_len/assert_len_le.rs.html
                                                                                                                                                                                @@ -229,7 +229,7 @@
                                                                                                                                                                                 229
                                                                                                                                                                                 230
                                                                                                                                                                                 231
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a length is less than or equal to another length.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a length is less than or equal to another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a.len() ≤ b.len()
                                                                                                                                                                                @@ -252,7 +252,7 @@
                                                                                                                                                                                 //! * [`assert_len_le_as_result`](macro@crate::assert_len_le_as_result)
                                                                                                                                                                                 //! * [`debug_assert_len_le`](macro@crate::debug_assert_len_le)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a length is less than or equal to another length.
                                                                                                                                                                                +/// Assert a length is less than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() ≤ b.len()
                                                                                                                                                                                @@ -287,7 +287,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_len_le!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_le.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_le.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " a.len(): `{:?}`,\n",
                                                                                                                                                                                @@ -337,7 +337,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_len_le!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_le.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_le.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"xx\"`,\n",
                                                                                                                                                                                                 " a.len(): `2`,\n",
                                                                                                                                                                                @@ -349,7 +349,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a length is less than or equal to another length.
                                                                                                                                                                                +/// Assert a length is less than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() ≤ b.len()
                                                                                                                                                                                @@ -377,7 +377,7 @@
                                                                                                                                                                                 /// assert_len_le!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_len_le!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_le.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_le.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"xx\"`,
                                                                                                                                                                                 /// //  a.len(): `2`",
                                                                                                                                                                                @@ -387,7 +387,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_len_le!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_le.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_le.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"xx\"`,\n",
                                                                                                                                                                                 /// #     " a.len(): `2`,\n",
                                                                                                                                                                                @@ -421,7 +421,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a length is less than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() ≤ b.len()
                                                                                                                                                                                diff --git a/doc/src/lib/assert_len/assert_len_le_x.rs.html b/doc/src/lib/assert_len/assert_len_le_x.rs.html
                                                                                                                                                                                index 003af9630..8e0572ae6 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_len/assert_len_le_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_len/assert_len_le_x.rs.html
                                                                                                                                                                                @@ -280,7 +280,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_len_le_x!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_le_x.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_le_x.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " a.len(): `{:?}`,\n",
                                                                                                                                                                                @@ -328,7 +328,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_len_le_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_le_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_le_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"xx\"`,\n",
                                                                                                                                                                                                 " a.len(): `2`,\n",
                                                                                                                                                                                @@ -367,7 +367,7 @@
                                                                                                                                                                                 /// assert_len_le_x!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_len_le_x!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_le_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_le_x.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"xx\"`,
                                                                                                                                                                                 /// //  a.len(): `2`",
                                                                                                                                                                                @@ -376,7 +376,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_len_le_x!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_le_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_le_x.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"xx\"`,\n",
                                                                                                                                                                                 /// #     " a.len(): `2`,\n",
                                                                                                                                                                                @@ -409,7 +409,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a length is less than or equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() ≤ b
                                                                                                                                                                                diff --git a/doc/src/lib/assert_len/assert_len_lt.rs.html b/doc/src/lib/assert_len/assert_len_lt.rs.html
                                                                                                                                                                                index 424ccadce..d6c510144 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_len/assert_len_lt.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_len/assert_len_lt.rs.html
                                                                                                                                                                                @@ -241,7 +241,7 @@
                                                                                                                                                                                 241
                                                                                                                                                                                 242
                                                                                                                                                                                 243
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a length is less than another length.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a length is less than another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a.len() < b.len()
                                                                                                                                                                                @@ -264,7 +264,7 @@
                                                                                                                                                                                 //! * [`assert_len_lt_as_result`](macro@crate::assert_len_lt_as_result)
                                                                                                                                                                                 //! * [`debug_assert_len_lt`](macro@crate::debug_assert_len_lt)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a length is less than another length.
                                                                                                                                                                                +/// Assert a length is less than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() < b.len()
                                                                                                                                                                                @@ -299,7 +299,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_len_lt!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_lt.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_lt.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " a.len(): `{:?}`,\n",
                                                                                                                                                                                @@ -341,7 +341,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_len_lt!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_lt.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_lt.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"x\"`,\n",
                                                                                                                                                                                                 " a.len(): `1`,\n",
                                                                                                                                                                                @@ -361,7 +361,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_len_lt!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_lt.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_lt.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"xx\"`,\n",
                                                                                                                                                                                                 " a.len(): `2`,\n",
                                                                                                                                                                                @@ -373,7 +373,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a length is less than another length.
                                                                                                                                                                                +/// Assert a length is less than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() < b.len()
                                                                                                                                                                                @@ -401,7 +401,7 @@
                                                                                                                                                                                 /// assert_len_lt!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_len_lt!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_lt.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_lt.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"xx\"`,
                                                                                                                                                                                 /// //  a.len(): `2`",
                                                                                                                                                                                @@ -411,7 +411,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_len_lt!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_lt.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_lt.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"xx\"`,\n",
                                                                                                                                                                                 /// #     " a.len(): `2`,\n",
                                                                                                                                                                                @@ -445,7 +445,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a length is less than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() < b.len()
                                                                                                                                                                                diff --git a/doc/src/lib/assert_len/assert_len_lt_x.rs.html b/doc/src/lib/assert_len/assert_len_lt_x.rs.html
                                                                                                                                                                                index 009fdc9bb..a4c4cd503 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_len/assert_len_lt_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_len/assert_len_lt_x.rs.html
                                                                                                                                                                                @@ -291,7 +291,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_len_lt_x!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_lt_x.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_lt_x.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " a.len(): `{:?}`,\n",
                                                                                                                                                                                @@ -331,7 +331,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_len_lt_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_lt_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_lt_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"x\"`,\n",
                                                                                                                                                                                                 " a.len(): `1`,\n",
                                                                                                                                                                                @@ -350,7 +350,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_len_lt_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_lt_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_lt_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"xx\"`,\n",
                                                                                                                                                                                                 " a.len(): `2`,\n",
                                                                                                                                                                                @@ -389,7 +389,7 @@
                                                                                                                                                                                 /// assert_len_lt_x!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_len_lt_x!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_lt_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_lt_x.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"xx\"`,
                                                                                                                                                                                 /// //  a.len(): `2`",
                                                                                                                                                                                @@ -398,7 +398,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_len_lt_x!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_lt_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_lt_x.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"xx\"`,\n",
                                                                                                                                                                                 /// #     " a.len(): `2`,\n",
                                                                                                                                                                                @@ -431,7 +431,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a length is less than an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() < b
                                                                                                                                                                                diff --git a/doc/src/lib/assert_len/assert_len_ne.rs.html b/doc/src/lib/assert_len/assert_len_ne.rs.html
                                                                                                                                                                                index 91faa0dfe..c9d992091 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_len/assert_len_ne.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_len/assert_len_ne.rs.html
                                                                                                                                                                                @@ -229,7 +229,7 @@
                                                                                                                                                                                 229
                                                                                                                                                                                 230
                                                                                                                                                                                 231
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a length is equal to another length.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a length is not equal to another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a.len() ≠ b.len()
                                                                                                                                                                                @@ -252,7 +252,7 @@
                                                                                                                                                                                 //! * [`assert_len_ne_as_result`](macro@crate::assert_len_ne_as_result)
                                                                                                                                                                                 //! * [`debug_assert_len_ne`](macro@crate::debug_assert_len_ne)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a length is equal to another length.
                                                                                                                                                                                +/// Assert a length is not equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() ≠ b.len()
                                                                                                                                                                                @@ -287,7 +287,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_len_ne!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ne.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ne.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " a.len(): `{:?}`,\n",
                                                                                                                                                                                @@ -337,7 +337,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_len_ne!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ne.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ne.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"x\"`,\n",
                                                                                                                                                                                                 " a.len(): `1`,\n",
                                                                                                                                                                                @@ -349,7 +349,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a length is equal to another length.
                                                                                                                                                                                +/// Assert a length is not equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() ≠ b.len()
                                                                                                                                                                                @@ -377,7 +377,7 @@
                                                                                                                                                                                 /// assert_len_ne!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_len_ne!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ne.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ne.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"x\"`,
                                                                                                                                                                                 /// //  a.len(): `1`",
                                                                                                                                                                                @@ -387,7 +387,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_len_ne!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ne.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ne.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"x\"`,\n",
                                                                                                                                                                                 /// #     " a.len(): `1`,\n",
                                                                                                                                                                                @@ -421,7 +421,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a length is not equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() ≠ b.len()
                                                                                                                                                                                diff --git a/doc/src/lib/assert_len/assert_len_ne_x.rs.html b/doc/src/lib/assert_len/assert_len_ne_x.rs.html
                                                                                                                                                                                index 97ca4693f..93ac266ab 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_len/assert_len_ne_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_len/assert_len_ne_x.rs.html
                                                                                                                                                                                @@ -223,7 +223,7 @@
                                                                                                                                                                                 223
                                                                                                                                                                                 224
                                                                                                                                                                                 225
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a length is equal to an expression.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a length is not equal to an expression.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a.len() ≠ b
                                                                                                                                                                                @@ -246,7 +246,7 @@
                                                                                                                                                                                 //! * [`assert_len_ne_x_as_result`](macro@crate::assert_len_ne_x_as_result)
                                                                                                                                                                                 //! * [`debug_assert_len_ne_x`](macro@crate::debug_assert_len_ne_x)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a length is equal to an expression.
                                                                                                                                                                                +/// Assert a length is not equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() ≠ b
                                                                                                                                                                                @@ -280,7 +280,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_len_ne_x!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ne_x.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ne_x.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " a.len(): `{:?}`,\n",
                                                                                                                                                                                @@ -328,7 +328,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_len_ne_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ne_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ne_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"x\"`,\n",
                                                                                                                                                                                                 " a.len(): `1`,\n",
                                                                                                                                                                                @@ -339,7 +339,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a length is equal to an expression.
                                                                                                                                                                                +/// Assert a length is not equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() ≠ b
                                                                                                                                                                                @@ -367,7 +367,7 @@
                                                                                                                                                                                 /// assert_len_ne_x!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_len_ne_x!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ne_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ne_x.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"x\"`,
                                                                                                                                                                                 /// //  a.len(): `1`",
                                                                                                                                                                                @@ -376,7 +376,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_len_ne_x!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ne_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ne_x.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"x\"`,\n",
                                                                                                                                                                                 /// #     " a.len(): `1`,\n",
                                                                                                                                                                                @@ -409,7 +409,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a length is not equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() ≠ b
                                                                                                                                                                                diff --git a/doc/src/lib/assert_lt.rs.html b/doc/src/lib/assert_lt.rs.html
                                                                                                                                                                                index e3f83a7a5..9fda0f6de 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_lt.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_lt.rs.html
                                                                                                                                                                                @@ -208,7 +208,7 @@
                                                                                                                                                                                 208
                                                                                                                                                                                 209
                                                                                                                                                                                 210
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert an expression is less than another expression.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert an expression is less than another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a < b
                                                                                                                                                                                @@ -231,7 +231,7 @@
                                                                                                                                                                                 //! * [`assert_lt_as_result`](macro@crate::assert_lt_as_result)
                                                                                                                                                                                 //! * [`debug_assert_lt`](macro@crate::debug_assert_lt)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert an expression is less than another expression.
                                                                                                                                                                                +/// Assert an expression is less than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a < b
                                                                                                                                                                                @@ -264,7 +264,7 @@
                                                                                                                                                                                                     Err(format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_lt!(a, b)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_lt.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_lt.html\n",
                                                                                                                                                                                                             " a label: `{}`,\n",
                                                                                                                                                                                                             " a debug: `{:?}`,\n",
                                                                                                                                                                                                             " b label: `{}`,\n",
                                                                                                                                                                                @@ -301,7 +301,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_lt!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_lt.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_lt.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `2`,\n",
                                                                                                                                                                                                 " b label: `b`,\n",
                                                                                                                                                                                @@ -311,7 +311,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert an expression is less than another expression.
                                                                                                                                                                                +/// Assert an expression is less than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a < b
                                                                                                                                                                                @@ -339,7 +339,7 @@
                                                                                                                                                                                 /// assert_lt!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_lt!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_lt.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_lt.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `2`,
                                                                                                                                                                                 /// //  b label: `b`,
                                                                                                                                                                                @@ -347,7 +347,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_lt!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_lt.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_lt.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `2`,\n",
                                                                                                                                                                                 /// #     " b label: `b`,\n",
                                                                                                                                                                                @@ -379,7 +379,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert an expression is less than another expression.
                                                                                                                                                                                +/// Assert an expression is less than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a < b
                                                                                                                                                                                diff --git a/doc/src/lib/assert_matches/assert_matches.rs.html b/doc/src/lib/assert_matches/assert_matches.rs.html
                                                                                                                                                                                index 1e89a270a..01456b0a1 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_matches/assert_matches.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_matches/assert_matches.rs.html
                                                                                                                                                                                @@ -269,7 +269,7 @@
                                                                                                                                                                                                 format!(
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_matches!(a)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_matches.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_matches.html\n",
                                                                                                                                                                                                         " args: `{}`",
                                                                                                                                                                                                     ),
                                                                                                                                                                                                     stringify!($($arg)*)
                                                                                                                                                                                @@ -299,7 +299,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_matches!(a)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_matches.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_matches.html\n",
                                                                                                                                                                                                 " args: `a, 'b'..='z'`",
                                                                                                                                                                                             )
                                                                                                                                                                                         );
                                                                                                                                                                                @@ -322,7 +322,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_matches!(a)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_matches.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_matches.html\n",
                                                                                                                                                                                                 " args: `a, Some(x) if x < 2`",
                                                                                                                                                                                             )
                                                                                                                                                                                         );
                                                                                                                                                                                @@ -352,12 +352,12 @@
                                                                                                                                                                                 /// assert_matches!(a, 'b'..='z');
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_matches!(a)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_matches.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_matches.html
                                                                                                                                                                                 /// //  args: `a, 'b'..='z'`
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_matches!(a)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_matches.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_matches.html\n",
                                                                                                                                                                                 /// #     " args: `a, 'b'..='z'`",
                                                                                                                                                                                 /// # );
                                                                                                                                                                                 /// # assert_eq!(actual, expect);
                                                                                                                                                                                diff --git a/doc/src/lib/assert_matches/assert_not_matches.rs.html b/doc/src/lib/assert_matches/assert_not_matches.rs.html
                                                                                                                                                                                index 07ba73a66..a064411ab 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_matches/assert_not_matches.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_matches/assert_not_matches.rs.html
                                                                                                                                                                                @@ -269,7 +269,7 @@
                                                                                                                                                                                                 format!(
                                                                                                                                                                                                     concat!(
                                                                                                                                                                                                         "assertion failed: `assert_not_matches!(a)`\n",
                                                                                                                                                                                -                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_matches.html\n",
                                                                                                                                                                                +                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_matches.html\n",
                                                                                                                                                                                                         " args: `{}`",
                                                                                                                                                                                                     ),
                                                                                                                                                                                                     stringify!($($arg)*)
                                                                                                                                                                                @@ -299,7 +299,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_not_matches!(a)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_matches.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_matches.html\n",
                                                                                                                                                                                                 " args: `a, 'a'..='z'`",
                                                                                                                                                                                             )
                                                                                                                                                                                         );
                                                                                                                                                                                @@ -322,7 +322,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_not_matches!(a)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_matches.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_matches.html\n",
                                                                                                                                                                                                 " args: `a, Some(x) if x < 2`",
                                                                                                                                                                                             )
                                                                                                                                                                                         );
                                                                                                                                                                                @@ -352,12 +352,12 @@
                                                                                                                                                                                 /// assert_not_matches!(a, 'a'..='z');
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_not_matches!(a)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_matches.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_matches.html
                                                                                                                                                                                 /// //  args: `a, 'a'..='z'`
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_not_matches!(a)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_matches.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_matches.html\n",
                                                                                                                                                                                 /// #     " args: `a, 'a'..='z'`",
                                                                                                                                                                                 /// # );
                                                                                                                                                                                 /// # assert_eq!(actual, expect);
                                                                                                                                                                                diff --git a/doc/src/lib/assert_ne.rs.html b/doc/src/lib/assert_ne.rs.html
                                                                                                                                                                                index 992e2078b..21417caea 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_ne.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_ne.rs.html
                                                                                                                                                                                @@ -94,7 +94,7 @@
                                                                                                                                                                                 94
                                                                                                                                                                                 95
                                                                                                                                                                                 96
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert an expression is not equal to another expression.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert an expression is not equal to another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a ≠ b
                                                                                                                                                                                @@ -108,7 +108,7 @@
                                                                                                                                                                                 //! * [`assert_ne`](https://doc.rust-lang.org/std/macro.assert_ne.html)
                                                                                                                                                                                 //! * [`debug_assert_ne`](https://doc.rust-lang.org/std/macro.debug_assert_ne.html)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert an expression is not equal to another expression.
                                                                                                                                                                                +/// Assert an expression is not equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a ≠ b
                                                                                                                                                                                @@ -144,7 +144,7 @@
                                                                                                                                                                                                     Err(format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_ne!(a, b)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ne.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ne.html\n",
                                                                                                                                                                                                             " a label: `{}`,\n",
                                                                                                                                                                                                             " a debug: `{:?}`,\n",
                                                                                                                                                                                                             " b label: `{}`,\n",
                                                                                                                                                                                @@ -181,7 +181,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_ne!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ne.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ne.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `1`,\n",
                                                                                                                                                                                                 " b label: `b`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_none/assert_none.rs.html b/doc/src/lib/assert_none/assert_none.rs.html
                                                                                                                                                                                index cc78fc44e..55ffc7f99 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_none/assert_none.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_none/assert_none.rs.html
                                                                                                                                                                                @@ -254,7 +254,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_none!(a)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_none.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_none.html\n",
                                                                                                                                                                                                                     " a label: `{}`,\n",
                                                                                                                                                                                                                     " a debug: `{:?}`",
                                                                                                                                                                                                                 ),
                                                                                                                                                                                @@ -287,7 +287,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_none!(a)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_none.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_none.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Some(1)`",
                                                                                                                                                                                             )
                                                                                                                                                                                @@ -321,13 +321,13 @@
                                                                                                                                                                                 /// assert_none!(a);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_none!(a)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_none.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_none.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `Some(1)`
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_none!(a)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_none.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_none.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `Some(1)`",
                                                                                                                                                                                 /// # );
                                                                                                                                                                                diff --git a/doc/src/lib/assert_ok/assert_ok.rs.html b/doc/src/lib/assert_ok/assert_ok.rs.html
                                                                                                                                                                                index 4a0fb17b5..01393dfac 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_ok/assert_ok.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_ok/assert_ok.rs.html
                                                                                                                                                                                @@ -238,7 +238,7 @@
                                                                                                                                                                                             _ => Err(format!(
                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                     "assertion failed: `assert_ok!(a)`\n",
                                                                                                                                                                                -                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok.html\n",
                                                                                                                                                                                +                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok.html\n",
                                                                                                                                                                                                     " a label: `{}`,\n",
                                                                                                                                                                                                     " a debug: `{:?}`",
                                                                                                                                                                                                 ),
                                                                                                                                                                                @@ -267,7 +267,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_ok!(a)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Err(1)`",
                                                                                                                                                                                             )
                                                                                                                                                                                @@ -301,13 +301,13 @@
                                                                                                                                                                                 /// assert_ok!(a);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_ok!(a)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `Err(1)`
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_ok!(a)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `Err(1)`",
                                                                                                                                                                                 /// # );
                                                                                                                                                                                diff --git a/doc/src/lib/assert_ok/assert_ok_eq.rs.html b/doc/src/lib/assert_ok/assert_ok_eq.rs.html
                                                                                                                                                                                index dbcef27d7..93f15fbc8 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_ok/assert_ok_eq.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_ok/assert_ok_eq.rs.html
                                                                                                                                                                                @@ -311,7 +311,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_ok_eq!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_eq.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_eq.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " a inner: `{:?}`,\n",
                                                                                                                                                                                @@ -334,7 +334,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_ok_eq!(a, b)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_eq.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_eq.html\n",
                                                                                                                                                                                                             " a label: `{}`,\n",
                                                                                                                                                                                                             " a debug: `{:?}`,\n",
                                                                                                                                                                                                             " b label: `{}`,\n",
                                                                                                                                                                                @@ -371,7 +371,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_ok_eq!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_eq.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_eq.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Ok(1)`,\n",
                                                                                                                                                                                                 " a inner: `1`,\n",
                                                                                                                                                                                @@ -391,7 +391,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_ok_eq!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_eq.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_eq.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Err(1)`,\n",
                                                                                                                                                                                                 " b label: `b`,\n",
                                                                                                                                                                                @@ -429,7 +429,7 @@
                                                                                                                                                                                 /// assert_ok_eq!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_ok_eq!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_eq.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_eq.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `Ok(1)`,
                                                                                                                                                                                 /// //  a inner: `1`,
                                                                                                                                                                                @@ -439,7 +439,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_ok_eq!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_eq.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_eq.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `Ok(1)`,\n",
                                                                                                                                                                                 /// #     " a inner: `1`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_ok/assert_ok_eq_x.rs.html b/doc/src/lib/assert_ok/assert_ok_eq_x.rs.html
                                                                                                                                                                                index 9c8dad317..bf32cbe62 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_ok/assert_ok_eq_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_ok/assert_ok_eq_x.rs.html
                                                                                                                                                                                @@ -306,7 +306,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_ok_eq_x!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_eq_x.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_eq_x.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " a inner: `{:?}`,\n",
                                                                                                                                                                                @@ -327,7 +327,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_ok_eq_x!(a, b)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_eq_x.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_eq_x.html\n",
                                                                                                                                                                                                             " a label: `{}`,\n",
                                                                                                                                                                                                             " a debug: `{:?}`,\n",
                                                                                                                                                                                                             " b label: `{}`,\n",
                                                                                                                                                                                @@ -364,7 +364,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_ok_eq_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_eq_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_eq_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Ok(1)`,\n",
                                                                                                                                                                                                 " a inner: `1`,\n",
                                                                                                                                                                                @@ -383,7 +383,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_ok_eq_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_eq_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_eq_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Err(1)`,\n",
                                                                                                                                                                                                 " b label: `b`,\n",
                                                                                                                                                                                @@ -421,7 +421,7 @@
                                                                                                                                                                                 /// assert_ok_eq_x!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_ok_eq_x!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_eq_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_eq_x.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `Ok(1)`,
                                                                                                                                                                                 /// //  a inner: `1`,
                                                                                                                                                                                @@ -430,7 +430,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_ok_eq_x!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_eq_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_eq_x.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `Ok(1)`,\n",
                                                                                                                                                                                 /// #     " a inner: `1`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_ok/assert_ok_ne.rs.html b/doc/src/lib/assert_ok/assert_ok_ne.rs.html
                                                                                                                                                                                index 312baf8a8..633198ef8 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_ok/assert_ok_ne.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_ok/assert_ok_ne.rs.html
                                                                                                                                                                                @@ -308,7 +308,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_ok_ne!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_ne.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_ne.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " a inner: `{:?}`,\n",
                                                                                                                                                                                @@ -331,7 +331,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_ok_ne!(a, b)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_ne.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_ne.html\n",
                                                                                                                                                                                                             " a label: `{}`,\n",
                                                                                                                                                                                                             " a debug: `{:?}`,\n",
                                                                                                                                                                                                             " b label: `{}`,\n",
                                                                                                                                                                                @@ -368,7 +368,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_ok_ne!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_ne.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_ne.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Ok(1)`,\n",
                                                                                                                                                                                                 " a inner: `1`,\n",
                                                                                                                                                                                @@ -388,7 +388,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_ok_ne!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_ne.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_ne.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Err(1)`,\n",
                                                                                                                                                                                                 " b label: `b`,\n",
                                                                                                                                                                                @@ -426,7 +426,7 @@
                                                                                                                                                                                 /// assert_ok_ne!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_ok_ne!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_ne.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_ne.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `Ok(1)`,
                                                                                                                                                                                 /// //  a inner: `1`,
                                                                                                                                                                                @@ -436,7 +436,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_ok_ne!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_ne.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_ne.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `Ok(1)`,\n",
                                                                                                                                                                                 /// #     " a inner: `1`,\n",
                                                                                                                                                                                diff --git a/doc/src/lib/assert_ok/assert_ok_ne_x.rs.html b/doc/src/lib/assert_ok/assert_ok_ne_x.rs.html
                                                                                                                                                                                index da51bd58d..b962726c6 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_ok/assert_ok_ne_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_ok/assert_ok_ne_x.rs.html
                                                                                                                                                                                @@ -273,7 +273,7 @@
                                                                                                                                                                                 //! * [`assert_ok_ne_x_as_result`](macro@crate::assert_ok_ne_x_as_result)
                                                                                                                                                                                 //! * [`debug_assert_ok_ne_x`](macro@crate::debug_assert_ok_ne_x)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert an expression is Ok and its value is equal to an expression.
                                                                                                                                                                                +/// Assert an expression is Ok and its value is not equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (a ⇒ Ok(a1) ⇒ a1) = b
                                                                                                                                                                                @@ -306,7 +306,7 @@
                                                                                                                                                                                                         format!(
                                                                                                                                                                                                             concat!(
                                                                                                                                                                                                                 "assertion failed: `assert_ok_ne_x!(a, b)`\n",
                                                                                                                                                                                -                                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_ne_x.html\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_ne_x.html\n",
                                                                                                                                                                                                                 " a label: `{}`,\n",
                                                                                                                                                                                                                 " a debug: `{:?}`,\n",
                                                                                                                                                                                                                 " a inner: `{:?}`,\n",
                                                                                                                                                                                @@ -327,7 +327,7 @@
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                                             "assertion failed: `assert_ok_ne_x!(a, b)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_ne_x.html\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_ne_x.html\n",
                                                                                                                                                                                                             " a label: `{}`,\n",
                                                                                                                                                                                                             " a debug: `{:?}`,\n",
                                                                                                                                                                                                             " b label: `{}`,\n",
                                                                                                                                                                                @@ -364,7 +364,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_ok_ne_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_ne_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_ne_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Ok(1)`,\n",
                                                                                                                                                                                                 " a inner: `1`,\n",
                                                                                                                                                                                @@ -383,7 +383,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_ok_ne_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_ne_x.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_ne_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Err(1)`,\n",
                                                                                                                                                                                                 " b label: `b`,\n",
                                                                                                                                                                                @@ -393,7 +393,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert an expression is Ok and its value is equal to an expression.
                                                                                                                                                                                +/// Assert an expression is Ok and its value is not equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (a ⇒ Ok(a1) ⇒ a1) ≠ b
                                                                                                                                                                                @@ -421,7 +421,7 @@
                                                                                                                                                                                 /// assert_ok_ne_x!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_ok_ne_x!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_ne_x.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_ne_x.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `Ok(1)`,
                                                                                                                                                                                 /// //  a inner: `1`,
                                                                                                                                                                                @@ -430,7 +430,7 @@
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_ok_ne_x!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_ne_x.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_ne_x.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `Ok(1)`,\n",
                                                                                                                                                                                 /// #     " a inner: `1`,\n",
                                                                                                                                                                                @@ -463,7 +463,7 @@
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert an expression is Ok and its value is equal to an expression.
                                                                                                                                                                                +/// Assert an expression is Ok and its value is not equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// (a ⇒ Ok(a1) ⇒ a1) ≠ b
                                                                                                                                                                                diff --git a/doc/src/lib/assert_pending/assert_pending.rs.html b/doc/src/lib/assert_pending/assert_pending.rs.html
                                                                                                                                                                                index c2ef39f16..9695929cb 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_pending/assert_pending.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_pending/assert_pending.rs.html
                                                                                                                                                                                @@ -261,7 +261,7 @@
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                                                     "assertion failed: `assert_pending!(a)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_pending.html\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_pending.html\n",
                                                                                                                                                                                                                     " a label: `{}`,\n",
                                                                                                                                                                                                                     " a debug: `{:?}`",
                                                                                                                                                                                                                 ),
                                                                                                                                                                                @@ -296,7 +296,7 @@
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                                 "assertion failed: `assert_pending!(a)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_pending.html\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_pending.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `Ready(1)`"
                                                                                                                                                                                             )
                                                                                                                                                                                @@ -331,13 +331,13 @@
                                                                                                                                                                                 /// assert_pending!(a);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                 /// // assertion failed: `assert_pending!(a)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_pending.html
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_pending.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `Ready(1)`
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                 /// #     "assertion failed: `assert_pending!(a)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_pending.html\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_pending.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `Ready(1)`",
                                                                                                                                                                                 /// # );
                                                                                                                                                                                diff --git a/doc/src/lib/assert_process/mod.rs.html b/doc/src/lib/assert_process/mod.rs.html
                                                                                                                                                                                deleted file mode 100644
                                                                                                                                                                                index 44b402548..000000000
                                                                                                                                                                                --- a/doc/src/lib/assert_process/mod.rs.html
                                                                                                                                                                                +++ /dev/null
                                                                                                                                                                                @@ -1,105 +0,0 @@
                                                                                                                                                                                -mod.rs - source
                                                                                                                                                                                1
                                                                                                                                                                                -2
                                                                                                                                                                                -3
                                                                                                                                                                                -4
                                                                                                                                                                                -5
                                                                                                                                                                                -6
                                                                                                                                                                                -7
                                                                                                                                                                                -8
                                                                                                                                                                                -9
                                                                                                                                                                                -10
                                                                                                                                                                                -11
                                                                                                                                                                                -12
                                                                                                                                                                                -13
                                                                                                                                                                                -14
                                                                                                                                                                                -15
                                                                                                                                                                                -16
                                                                                                                                                                                -17
                                                                                                                                                                                -18
                                                                                                                                                                                -19
                                                                                                                                                                                -20
                                                                                                                                                                                -21
                                                                                                                                                                                -22
                                                                                                                                                                                -23
                                                                                                                                                                                -24
                                                                                                                                                                                -25
                                                                                                                                                                                -26
                                                                                                                                                                                -27
                                                                                                                                                                                -28
                                                                                                                                                                                -29
                                                                                                                                                                                -30
                                                                                                                                                                                -31
                                                                                                                                                                                -32
                                                                                                                                                                                -33
                                                                                                                                                                                -34
                                                                                                                                                                                -35
                                                                                                                                                                                -36
                                                                                                                                                                                -37
                                                                                                                                                                                -38
                                                                                                                                                                                -39
                                                                                                                                                                                -40
                                                                                                                                                                                -41
                                                                                                                                                                                -42
                                                                                                                                                                                -43
                                                                                                                                                                                -44
                                                                                                                                                                                -45
                                                                                                                                                                                -46
                                                                                                                                                                                -47
                                                                                                                                                                                -48
                                                                                                                                                                                -49
                                                                                                                                                                                -50
                                                                                                                                                                                -51
                                                                                                                                                                                -52
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert for comparing lengths.
                                                                                                                                                                                -//!
                                                                                                                                                                                -//! These macros help with collection lengths, such as for strings, arrays,
                                                                                                                                                                                -//! vectors, iterators, and anything that has a typical `.len()` method.
                                                                                                                                                                                -//!
                                                                                                                                                                                -//! Compare a length with another length:
                                                                                                                                                                                -//!
                                                                                                                                                                                -//! * [`assert_process_status_code_value_eq!(a, b)`](macro@crate::assert_process_status_code_value_eq) ≈ a.len() = b.len()
                                                                                                                                                                                -//! * [`assert_process_status_code_value_ne!(a, b)`](macro@crate::assert_process_status_code_value_ne) ≈ a.len() ≠ b.len()
                                                                                                                                                                                -//! * [`assert_process_status_code_value_lt!(a, b)`](macro@crate::assert_process_status_code_value_lt) ≈ a.len() < b.len()
                                                                                                                                                                                -//! * [`assert_process_status_code_value_le!(a, b)`](macro@crate::assert_process_status_code_value_le) ≈ a.len() ≤ b.len()
                                                                                                                                                                                -//! * [`assert_process_status_code_value_gt!(a, b)`](macro@crate::assert_process_status_code_value_gt) ≈ a.len() > b.len()
                                                                                                                                                                                -//! * [`assert_process_status_code_value_ge!(a, b)`](macro@crate::assert_process_status_code_value_ge) ≈ a.len() ≥ b.len()
                                                                                                                                                                                -//!
                                                                                                                                                                                -//! Compare a length with an expression:
                                                                                                                                                                                -//!
                                                                                                                                                                                -//! * [`assert_process_status_code_value_eq_x!(a, expr)`](macro@crate::assert_process_status_code_value_eq_x) ≈ a.len() = expr
                                                                                                                                                                                -//! * [`assert_process_status_code_value_ne_x!(a, expr)`](macro@crate::assert_process_status_code_value_ne_x) ≈ a.len() ≠ expr
                                                                                                                                                                                -//! * [`assert_process_status_code_value_lt_x!(a, expr)`](macro@crate::assert_process_status_code_value_lt_x) ≈ a.len() < expr
                                                                                                                                                                                -//! * [`assert_process_status_code_value_le_x!(a, expr)`](macro@crate::assert_process_status_code_value_le_x) ≈ a.len() ≤ expr
                                                                                                                                                                                -//! * [`assert_process_status_code_value_gt_x!(a, expr)`](macro@crate::assert_process_status_code_value_gt_x) ≈ a.len() > expr
                                                                                                                                                                                -//! * [`assert_process_status_code_value_ge_x!(a, expr)`](macro@crate::assert_process_status_code_value_ge_x) ≈ a.len() ≥ expr
                                                                                                                                                                                -//!
                                                                                                                                                                                -//! # Example
                                                                                                                                                                                -//!
                                                                                                                                                                                -//! ```rust
                                                                                                                                                                                -//! use assertables::*;
                                                                                                                                                                                -//! use std::process::Command;
                                                                                                                                                                                -//!
                                                                                                                                                                                -//! # fn main() {
                                                                                                                                                                                -//! let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                -//! let mut b = Command::new("bin/exit-with-arg"); b.arg("1");
                                                                                                                                                                                -//! assert_process_status_code_value_eq!(a, b);
                                                                                                                                                                                -//! # }
                                                                                                                                                                                -//! ```
                                                                                                                                                                                -
                                                                                                                                                                                -// Compare another
                                                                                                                                                                                -pub mod assert_process_status_code_value_eq;
                                                                                                                                                                                -pub mod assert_process_status_code_value_lt;
                                                                                                                                                                                -pub mod assert_process_status_code_value_ne;
                                                                                                                                                                                -
                                                                                                                                                                                -pub mod assert_process_status_code_value_ge;
                                                                                                                                                                                -pub mod assert_process_status_code_value_gt;
                                                                                                                                                                                -pub mod assert_process_status_code_value_le;
                                                                                                                                                                                -
                                                                                                                                                                                -// Compare expression
                                                                                                                                                                                -pub mod assert_process_status_code_value_eq_x;
                                                                                                                                                                                -pub mod assert_process_status_code_value_ge_x;
                                                                                                                                                                                -pub mod assert_process_status_code_value_gt_x;
                                                                                                                                                                                -pub mod assert_process_status_code_value_le_x;
                                                                                                                                                                                -pub mod assert_process_status_code_value_lt_x;
                                                                                                                                                                                -pub mod assert_process_status_code_value_ne_x;
                                                                                                                                                                                -
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/src/lib/assert_program_args/assert_program_args_stderr_eq.rs.html b/doc/src/lib/assert_program_args/assert_program_args_stderr_eq.rs.html index e17e487db..f62443816 100644 --- a/doc/src/lib/assert_program_args/assert_program_args_stderr_eq.rs.html +++ b/doc/src/lib/assert_program_args/assert_program_args_stderr_eq.rs.html @@ -357,7 +357,7 @@ format!( concat!( "assertion failed: `assert_program_args_stderr_eq!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_eq.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -388,7 +388,7 @@ format!( concat!( "assertion failed: `assert_program_args_stderr_eq!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_eq.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -447,7 +447,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_eq!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_eq.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -495,7 +495,7 @@ /// assert_program_args_stderr_eq!(&a_program, &a_args, &b_program, &b_args); /// # }); /// // assertion failed: `assert_program_args_stderr_eq!(a_program, a_args, b_program, b_args)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_eq.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_eq.html /// // a_program label: `&a_program`, /// // a_program debug: `\"bin/printf-stderr\"`, /// // a_args label: `&a_args`, @@ -509,7 +509,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stderr_eq!(a_program, a_args, b_program, b_args)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_eq.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_eq.html\n", /// # " a_program label: `&a_program`,\n", /// # " a_program debug: `\"bin/printf-stderr\"`,\n", /// # " a_args label: `&a_args`,\n", diff --git a/doc/src/lib/assert_program_args/assert_program_args_stderr_eq_x.rs.html b/doc/src/lib/assert_program_args/assert_program_args_stderr_eq_x.rs.html index 3d7dc23a8..0be90c506 100644 --- a/doc/src/lib/assert_program_args/assert_program_args_stderr_eq_x.rs.html +++ b/doc/src/lib/assert_program_args/assert_program_args_stderr_eq_x.rs.html @@ -342,7 +342,7 @@ format!( concat!( "assertion failed: `assert_program_args_stderr_eq_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_eq_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -369,7 +369,7 @@ format!( concat!( "assertion failed: `assert_program_args_stderr_eq_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_eq_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -415,7 +415,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_eq_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_eq_x.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -436,7 +436,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_eq_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_eq_x.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -479,7 +479,7 @@ /// assert_program_args_stderr_eq_x!(&program, &args, bytes); /// # }); /// // assertion failed: `assert_program_args_stderr_eq_x!(a_program, a_args, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_eq_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_eq_x.html /// // a_program label: `&program`, /// // a_program debug: `\"bin/printf-stderr\"`, /// // a_args label: `&args`, @@ -491,7 +491,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stderr_eq_x!(a_program, a_args, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_eq_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_eq_x.html\n", /// # " a_program label: `&program`,\n", /// # " a_program debug: `\"bin/printf-stderr\"`,\n", /// # " a_args label: `&args`,\n", diff --git a/doc/src/lib/assert_program_args/assert_program_args_stderr_ge.rs.html b/doc/src/lib/assert_program_args/assert_program_args_stderr_ge.rs.html index 779654fe2..29064412d 100644 --- a/doc/src/lib/assert_program_args/assert_program_args_stderr_ge.rs.html +++ b/doc/src/lib/assert_program_args/assert_program_args_stderr_ge.rs.html @@ -371,7 +371,7 @@ format!( concat!( "assertion failed: `assert_program_args_stderr_ge!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ge.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -402,7 +402,7 @@ format!( concat!( "assertion failed: `assert_program_args_stderr_ge!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ge.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -475,7 +475,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_ge!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ge.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -523,7 +523,7 @@ /// assert_program_args_stderr_ge!(&a_program, &a_args, &b_program, &b_args); /// # }); /// // assertion failed: `assert_program_args_stderr_ge!(a_program, a_args, b_program, b_args)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ge.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ge.html /// // a_program label: `&a_program`, /// // a_program debug: `\"bin/printf-stderr\"`, /// // a_args label: `&a_args`, @@ -537,7 +537,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stderr_ge!(a_program, a_args, b_program, b_args)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ge.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ge.html\n", /// # " a_program label: `&a_program`,\n", /// # " a_program debug: `\"bin/printf-stderr\"`,\n", /// # " a_args label: `&a_args`,\n", diff --git a/doc/src/lib/assert_program_args/assert_program_args_stderr_ge_x.rs.html b/doc/src/lib/assert_program_args/assert_program_args_stderr_ge_x.rs.html index 55d053ee4..9ec97accd 100644 --- a/doc/src/lib/assert_program_args/assert_program_args_stderr_ge_x.rs.html +++ b/doc/src/lib/assert_program_args/assert_program_args_stderr_ge_x.rs.html @@ -321,7 +321,7 @@ format!( concat!( "assertion failed: `assert_program_args_stderr_ge_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ge_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -348,7 +348,7 @@ format!( concat!( "assertion failed: `assert_program_args_stderr_ge_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ge_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -394,7 +394,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_ge_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ge_x.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -437,7 +437,7 @@ /// assert_program_args_stderr_ge_x!(&program, &args, bytes); /// # }); /// // assertion failed: `assert_program_args_stderr_ge_x!(a_program, a_args, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ge_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ge_x.html /// // a_program label: `&program`, /// // a_program debug: `\"bin/printf-stderr\"`, /// // a_args label: `&args`, @@ -449,7 +449,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stderr_ge_x!(a_program, a_args, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ge_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ge_x.html\n", /// # " a_program label: `&program`,\n", /// # " a_program debug: `\"bin/printf-stderr\"`,\n", /// # " a_args label: `&args`,\n", diff --git a/doc/src/lib/assert_program_args/assert_program_args_stderr_gt.rs.html b/doc/src/lib/assert_program_args/assert_program_args_stderr_gt.rs.html index a5245f424..598e840f3 100644 --- a/doc/src/lib/assert_program_args/assert_program_args_stderr_gt.rs.html +++ b/doc/src/lib/assert_program_args/assert_program_args_stderr_gt.rs.html @@ -383,7 +383,7 @@ format!( concat!( "assertion failed: `assert_program_args_stderr_gt!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_gt.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -414,7 +414,7 @@ format!( concat!( "assertion failed: `assert_program_args_stderr_gt!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_gt.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -473,7 +473,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_gt!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_gt.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -499,7 +499,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_gt!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_gt.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -547,7 +547,7 @@ /// assert_program_args_stderr_gt!(&a_program, &a_args, &b_program, &b_args); /// # }); /// // assertion failed: `assert_program_args_stderr_gt!(a_program, a_args, b_program, b_args)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_gt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_gt.html /// // a_program label: `&a_program`, /// // a_program debug: `\"bin/printf-stderr\"`, /// // a_args label: `&a_args`, @@ -561,7 +561,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stderr_gt!(a_program, a_args, b_program, b_args)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_gt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_gt.html\n", /// # " a_program label: `&a_program`,\n", /// # " a_program debug: `\"bin/printf-stderr\"`,\n", /// # " a_args label: `&a_args`,\n", @@ -599,7 +599,7 @@ }}; } -/// Assert a command (built with program and args) stderr string is equal to another. +/// Assert a command (built with program and args) stderr string is greater than another. /// /// Pseudocode:<br> /// (program1 + args1 ⇒ command ⇒ stderr) > (program2 + args2 ⇒ command ⇒ stderr) diff --git a/doc/src/lib/assert_program_args/assert_program_args_stderr_gt_x.rs.html b/doc/src/lib/assert_program_args/assert_program_args_stderr_gt_x.rs.html index f503b5aa3..d9ce46b4e 100644 --- a/doc/src/lib/assert_program_args/assert_program_args_stderr_gt_x.rs.html +++ b/doc/src/lib/assert_program_args/assert_program_args_stderr_gt_x.rs.html @@ -321,7 +321,7 @@ format!( concat!( "assertion failed: `assert_program_args_stderr_gt_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_gt_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -348,7 +348,7 @@ format!( concat!( "assertion failed: `assert_program_args_stderr_gt_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_gt_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -394,7 +394,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_gt_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_gt_x.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -437,7 +437,7 @@ /// assert_program_args_stderr_gt_x!(&program, &args, bytes); /// # }); /// // assertion failed: `assert_program_args_stderr_gt_x!(a_program, a_args, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_gt_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_gt_x.html /// // a_program label: `&program`, /// // a_program debug: `\"bin/printf-stderr\"`, /// // a_args label: `&args`, @@ -449,7 +449,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stderr_gt_x!(a_program, a_args, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_gt_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_gt_x.html\n", /// # " a_program label: `&program`,\n", /// # " a_program debug: `\"bin/printf-stderr\"`,\n", /// # " a_args label: `&args`,\n", diff --git a/doc/src/lib/assert_program_args/assert_program_args_stderr_le.rs.html b/doc/src/lib/assert_program_args/assert_program_args_stderr_le.rs.html index 69d73b6c1..598a760bd 100644 --- a/doc/src/lib/assert_program_args/assert_program_args_stderr_le.rs.html +++ b/doc/src/lib/assert_program_args/assert_program_args_stderr_le.rs.html @@ -371,7 +371,7 @@ format!( concat!( "assertion failed: `assert_program_args_stderr_le!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_le.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -402,7 +402,7 @@ format!( concat!( "assertion failed: `assert_program_args_stderr_le!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_le.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -475,7 +475,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_le!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_le.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -523,7 +523,7 @@ /// assert_program_args_stderr_le!(&a_program, &a_args, &b_program, &b_args); /// # }); /// // assertion failed: `assert_program_args_stderr_le!(a_program, a_args, b_program, b_args)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_le.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_le.html /// // a_program label: `&a_program`, /// // a_program debug: `\"bin/printf-stderr\"`, /// // a_args label: `&a_args`, @@ -537,7 +537,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stderr_le!(a_program, a_args, b_program, b_args)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_le.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_le.html\n", /// # " a_program label: `&a_program`,\n", /// # " a_program debug: `\"bin/printf-stderr\"`,\n", /// # " a_args label: `&a_args`,\n", diff --git a/doc/src/lib/assert_program_args/assert_program_args_stderr_le_x.rs.html b/doc/src/lib/assert_program_args/assert_program_args_stderr_le_x.rs.html index 7f4891a49..c3cdf8dd3 100644 --- a/doc/src/lib/assert_program_args/assert_program_args_stderr_le_x.rs.html +++ b/doc/src/lib/assert_program_args/assert_program_args_stderr_le_x.rs.html @@ -321,7 +321,7 @@ format!( concat!( "assertion failed: `assert_program_args_stderr_le_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_le_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -348,7 +348,7 @@ format!( concat!( "assertion failed: `assert_program_args_stderr_le_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_le_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -394,7 +394,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_le_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_le_x.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -437,7 +437,7 @@ /// assert_program_args_stderr_le_x!(&program, &args, bytes); /// # }); /// // assertion failed: `assert_program_args_stderr_le_x!(a_program, a_args, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_le_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_le_x.html /// // a_program label: `&program`, /// // a_program debug: `\"bin/printf-stderr\"`, /// // a_args label: `&args`, @@ -449,7 +449,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stderr_le_x!(a_program, a_args, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_le_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_le_x.html\n", /// # " a_program label: `&program`,\n", /// # " a_program debug: `\"bin/printf-stderr\"`,\n", /// # " a_args label: `&args`,\n", @@ -485,7 +485,7 @@ }}; } -/// Assert a command (built with program and args) stderr string is equal to an expression. +/// Assert a command (built with program and args) stderr string is less than or equal to an expression. /// /// Pseudocode:<br> /// (program1 + args1 ⇒ command ⇒ stderr) ≤ (expr into string) diff --git a/doc/src/lib/assert_program_args/assert_program_args_stderr_lt.rs.html b/doc/src/lib/assert_program_args/assert_program_args_stderr_lt.rs.html index 74ba28b05..64a233f3a 100644 --- a/doc/src/lib/assert_program_args/assert_program_args_stderr_lt.rs.html +++ b/doc/src/lib/assert_program_args/assert_program_args_stderr_lt.rs.html @@ -383,7 +383,7 @@ format!( concat!( "assertion failed: `assert_program_args_stderr_lt!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_lt.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -414,7 +414,7 @@ format!( concat!( "assertion failed: `assert_program_args_stderr_lt!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_lt.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -473,7 +473,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_lt!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_lt.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -499,7 +499,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_lt!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_lt.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -547,7 +547,7 @@ /// assert_program_args_stderr_lt!(&a_program, &a_args, &b_program, &b_args); /// # }); /// // assertion failed: `assert_program_args_stderr_lt!(a_program, a_args, b_program, b_args)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_lt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_lt.html /// // a_program label: `&a_program`, /// // a_program debug: `\"bin/printf-stderr\"`, /// // a_args label: `&a_args`, @@ -561,7 +561,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stderr_lt!(a_program, a_args, b_program, b_args)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_lt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_lt.html\n", /// # " a_program label: `&a_program`,\n", /// # " a_program debug: `\"bin/printf-stderr\"`,\n", /// # " a_args label: `&a_args`,\n", diff --git a/doc/src/lib/assert_program_args/assert_program_args_stderr_lt_x.rs.html b/doc/src/lib/assert_program_args/assert_program_args_stderr_lt_x.rs.html index cc03b9172..d2dcd659e 100644 --- a/doc/src/lib/assert_program_args/assert_program_args_stderr_lt_x.rs.html +++ b/doc/src/lib/assert_program_args/assert_program_args_stderr_lt_x.rs.html @@ -321,7 +321,7 @@ format!( concat!( "assertion failed: `assert_program_args_stderr_lt_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_lt_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -348,7 +348,7 @@ format!( concat!( "assertion failed: `assert_program_args_stderr_lt_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_lt_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -394,7 +394,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_lt_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_lt_x.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -437,7 +437,7 @@ /// assert_program_args_stderr_lt_x!(&program, &args, bytes); /// # }); /// // assertion failed: `assert_program_args_stderr_lt_x!(a_program, a_args, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_lt_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_lt_x.html /// // a_program label: `&program`, /// // a_program debug: `\"bin/printf-stderr\"`, /// // a_args label: `&args`, @@ -449,7 +449,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stderr_lt_x!(a_program, a_args, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_lt_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_lt_x.html\n", /// # " a_program label: `&program`,\n", /// # " a_program debug: `\"bin/printf-stderr\"`,\n", /// # " a_args label: `&args`,\n", diff --git a/doc/src/lib/assert_program_args/assert_program_args_stderr_ne.rs.html b/doc/src/lib/assert_program_args/assert_program_args_stderr_ne.rs.html index 0949c886c..2bba0a92f 100644 --- a/doc/src/lib/assert_program_args/assert_program_args_stderr_ne.rs.html +++ b/doc/src/lib/assert_program_args/assert_program_args_stderr_ne.rs.html @@ -371,7 +371,7 @@ format!( concat!( "assertion failed: `assert_program_args_stderr_ne!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ne.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -402,7 +402,7 @@ format!( concat!( "assertion failed: `assert_program_args_stderr_ne!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ne.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -475,7 +475,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_ne!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ne.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -523,7 +523,7 @@ /// assert_program_args_stderr_ne!(&a_program, &a_args, &b_program, &b_args); /// # }); /// // assertion failed: `assert_program_args_stderr_ne!(a_program, a_args, b_program, b_args)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ne.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ne.html /// // a_program label: `&a_program`, /// // a_program debug: `\"bin/printf-stderr\"`, /// // a_args label: `&a_args`, @@ -537,7 +537,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stderr_ne!(a_program, a_args, b_program, b_args)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ne.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ne.html\n", /// # " a_program label: `&a_program`,\n", /// # " a_program debug: `\"bin/printf-stderr\"`,\n", /// # " a_args label: `&a_args`,\n", diff --git a/doc/src/lib/assert_program_args/assert_program_args_stderr_ne_x.rs.html b/doc/src/lib/assert_program_args/assert_program_args_stderr_ne_x.rs.html index 4b7d23d7b..e9a4eeebe 100644 --- a/doc/src/lib/assert_program_args/assert_program_args_stderr_ne_x.rs.html +++ b/doc/src/lib/assert_program_args/assert_program_args_stderr_ne_x.rs.html @@ -321,7 +321,7 @@ format!( concat!( "assertion failed: `assert_program_args_stderr_ne_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ne_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -348,7 +348,7 @@ format!( concat!( "assertion failed: `assert_program_args_stderr_ne_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ne_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -394,7 +394,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_ne_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ne_x.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -437,7 +437,7 @@ /// assert_program_args_stderr_ne_x!(&program, &args, bytes); /// # }); /// // assertion failed: `assert_program_args_stderr_ne_x!(a_program, a_args, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ne_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ne_x.html /// // a_program label: `&program`, /// // a_program debug: `\"bin/printf-stderr\"`, /// // a_args label: `&args`, @@ -449,7 +449,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stderr_ne_x!(a_program, a_args, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ne_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ne_x.html\n", /// # " a_program label: `&program`,\n", /// # " a_program debug: `\"bin/printf-stderr\"`,\n", /// # " a_args label: `&args`,\n", diff --git a/doc/src/lib/assert_program_args/assert_program_args_stderr_string_contains.rs.html b/doc/src/lib/assert_program_args/assert_program_args_stderr_string_contains.rs.html index 43bd57600..d03e0faa0 100644 --- a/doc/src/lib/assert_program_args/assert_program_args_stderr_string_contains.rs.html +++ b/doc/src/lib/assert_program_args/assert_program_args_stderr_string_contains.rs.html @@ -337,7 +337,7 @@ format!( concat!( "assertion failed: `assert_program_args_stderr_string_contains!(a_program, a_args, containee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_string_contains.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_string_contains.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -364,7 +364,7 @@ format!( concat!( "assertion failed: `assert_program_args_stderr_string_contains!(a_program, a_args, containee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_string_contains.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_string_contains.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -410,7 +410,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_string_contains!(a_program, a_args, containee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_string_contains.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_string_contains.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -459,7 +459,7 @@ /// assert_program_args_stderr_string_contains!(&program, &args, &containee); /// # }); /// // assertion failed: `assert_program_args_stderr_string_contains!(a_program, a_args, containee)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_string_contains.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_string_contains.html /// // a_program label: `&program`, /// // a_program debug: `\"bin/printf-stderr\"`, /// // a_args label: `&args`, @@ -471,7 +471,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stderr_string_contains!(a_program, a_args, containee)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_string_contains.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_string_contains.html\n", /// # " a_program label: `&program`,\n", /// # " a_program debug: `\"bin/printf-stderr\"`,\n", /// # " a_args label: `&args`,\n", diff --git a/doc/src/lib/assert_program_args/assert_program_args_stderr_string_is_match.rs.html b/doc/src/lib/assert_program_args/assert_program_args_stderr_string_is_match.rs.html index 810b20702..35275d776 100644 --- a/doc/src/lib/assert_program_args/assert_program_args_stderr_string_is_match.rs.html +++ b/doc/src/lib/assert_program_args/assert_program_args_stderr_string_is_match.rs.html @@ -327,7 +327,7 @@ format!( concat!( "assertion failed: `assert_program_args_stderr_string_is_match!(a_program, b_matcher)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_string_is_match.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_string_is_match.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -354,7 +354,7 @@ format!( concat!( "assertion failed: `assert_program_args_stderr_string_is_match!(a_program, b_matcher)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_string_is_match.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_string_is_match.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -402,7 +402,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_string_is_match!(a_program, b_matcher)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_string_is_match.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_string_is_match.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -447,7 +447,7 @@ /// assert_program_args_stderr_string_is_match!(&program, &args, &matcher); /// # }); /// // assertion failed: `assert_program_args_stderr_string_is_match!(a_program, b_matcher)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_string_is_match.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_string_is_match.html /// // a_program label: `&program`, /// // a_program debug: `\"bin/printf-stderr\"`, /// // a_args label: `&args`, @@ -459,7 +459,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stderr_string_is_match!(a_program, b_matcher)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_string_is_match.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_string_is_match.html\n", /// # " a_program label: `&program`,\n", /// # " a_program debug: `\"bin/printf-stderr\"`,\n", /// # " a_args label: `&args`,\n", diff --git a/doc/src/lib/assert_program_args/assert_program_args_stdout_eq.rs.html b/doc/src/lib/assert_program_args/assert_program_args_stdout_eq.rs.html index 8f93adb64..5dc3bac9c 100644 --- a/doc/src/lib/assert_program_args/assert_program_args_stdout_eq.rs.html +++ b/doc/src/lib/assert_program_args/assert_program_args_stdout_eq.rs.html @@ -359,7 +359,7 @@ format!( concat!( "assertion failed: `assert_program_args_stdout_eq!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_eq.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -390,7 +390,7 @@ format!( concat!( "assertion failed: `assert_program_args_stdout_eq!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_eq.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -449,7 +449,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stdout_eq!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_eq.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stdout\"`,\n", " a_args label: `&a_args`,\n", @@ -497,7 +497,7 @@ /// assert_program_args_stdout_eq!(&a_program, &a_args, &b_program, &b_args); /// # }); /// // assertion failed: `assert_program_args_stdout_eq!(a_program, a_args, b_program, b_args)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_eq.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_eq.html /// // a_program label: `&a_program`, /// // a_program debug: `\"bin/printf-stdout\"`, /// // a_args label: `&a_args`, @@ -511,7 +511,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stdout_eq!(a_program, a_args, b_program, b_args)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_eq.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_eq.html\n", /// # " a_program label: `&a_program`,\n", /// # " a_program debug: `\"bin/printf-stdout\"`,\n", /// # " a_args label: `&a_args`,\n", diff --git a/doc/src/lib/assert_program_args/assert_program_args_stdout_eq_x.rs.html b/doc/src/lib/assert_program_args/assert_program_args_stdout_eq_x.rs.html index 65fdc9775..775f30ab7 100644 --- a/doc/src/lib/assert_program_args/assert_program_args_stdout_eq_x.rs.html +++ b/doc/src/lib/assert_program_args/assert_program_args_stdout_eq_x.rs.html @@ -323,7 +323,7 @@ format!( concat!( "assertion failed: `assert_program_args_stdout_eq_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_eq_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -350,7 +350,7 @@ format!( concat!( "assertion failed: `assert_program_args_stdout_eq_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_eq_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -397,7 +397,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stdout_eq_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_eq_x.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stdout\"`,\n", " a_args label: `&a_args`,\n", @@ -441,7 +441,7 @@ /// assert_program_args_stdout_eq_x!(&program, &args, bytes); /// # }); /// // assertion failed: `assert_program_args_stdout_eq_x!(a_program, a_args, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_eq_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_eq_x.html /// // a_program label: `&program`, /// // a_program debug: `\"bin/printf-stdout\"`, /// // a_args label: `&args`, @@ -453,7 +453,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stdout_eq_x!(a_program, a_args, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_eq_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_eq_x.html\n", /// # " a_program label: `&program`,\n", /// # " a_program debug: `\"bin/printf-stdout\"`,\n", /// # " a_args label: `&args`,\n", diff --git a/doc/src/lib/assert_program_args/assert_program_args_stdout_ge.rs.html b/doc/src/lib/assert_program_args/assert_program_args_stdout_ge.rs.html index 578e35ff7..7dbf2469b 100644 --- a/doc/src/lib/assert_program_args/assert_program_args_stdout_ge.rs.html +++ b/doc/src/lib/assert_program_args/assert_program_args_stdout_ge.rs.html @@ -373,7 +373,7 @@ format!( concat!( "assertion failed: `assert_program_args_stdout_ge!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ge.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -404,7 +404,7 @@ format!( concat!( "assertion failed: `assert_program_args_stdout_ge!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ge.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -477,7 +477,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stdout_ge!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ge.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stdout\"`,\n", " a_args label: `&a_args`,\n", @@ -525,7 +525,7 @@ /// assert_program_args_stdout_ge!(&a_program, &a_args, &b_program, &b_args); /// # }); /// // assertion failed: `assert_program_args_stdout_ge!(a_program, a_args, b_program, b_args)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ge.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ge.html /// // a_program label: `&a_program`, /// // a_program debug: `\"bin/printf-stdout\"`, /// // a_args label: `&a_args`, @@ -539,7 +539,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stdout_ge!(a_program, a_args, b_program, b_args)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ge.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ge.html\n", /// # " a_program label: `&a_program`,\n", /// # " a_program debug: `\"bin/printf-stdout\"`,\n", /// # " a_args label: `&a_args`,\n", diff --git a/doc/src/lib/assert_program_args/assert_program_args_stdout_ge_x.rs.html b/doc/src/lib/assert_program_args/assert_program_args_stdout_ge_x.rs.html index d29a2283c..d23f8098d 100644 --- a/doc/src/lib/assert_program_args/assert_program_args_stdout_ge_x.rs.html +++ b/doc/src/lib/assert_program_args/assert_program_args_stdout_ge_x.rs.html @@ -331,7 +331,7 @@ format!( concat!( "assertion failed: `assert_program_args_stdout_ge_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ge_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -358,7 +358,7 @@ format!( concat!( "assertion failed: `assert_program_args_stdout_ge_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ge_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -413,7 +413,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stdout_ge_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ge_x.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stdout\"`,\n", " a_args label: `&a_args`,\n", @@ -457,7 +457,7 @@ /// assert_program_args_stdout_ge_x!(&program, &args, bytes); /// # }); /// // assertion failed: `assert_program_args_stdout_ge_x!(a_program, a_args, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ge_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ge_x.html /// // a_program label: `&program`, /// // a_program debug: `\"bin/printf-stdout\"`, /// // a_args label: `&args`, @@ -469,7 +469,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stdout_ge_x!(a_program, a_args, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ge_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ge_x.html\n", /// # " a_program label: `&program`,\n", /// # " a_program debug: `\"bin/printf-stdout\"`,\n", /// # " a_args label: `&args`,\n", diff --git a/doc/src/lib/assert_program_args/assert_program_args_stdout_gt.rs.html b/doc/src/lib/assert_program_args/assert_program_args_stdout_gt.rs.html index 516c2db77..aa8a81e55 100644 --- a/doc/src/lib/assert_program_args/assert_program_args_stdout_gt.rs.html +++ b/doc/src/lib/assert_program_args/assert_program_args_stdout_gt.rs.html @@ -359,7 +359,7 @@ format!( concat!( "assertion failed: `assert_program_args_stdout_gt!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_gt.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -390,7 +390,7 @@ format!( concat!( "assertion failed: `assert_program_args_stdout_gt!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_gt.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -449,7 +449,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stdout_gt!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_gt.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stdout\"`,\n", " a_args label: `&a_args`,\n", @@ -497,7 +497,7 @@ /// assert_program_args_stdout_gt!(&a_program, &a_args, &b_program, &b_args); /// # }); /// // assertion failed: `assert_program_args_stdout_gt!(a_program, a_args, b_program, b_args)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_gt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_gt.html /// // a_program label: `&a_program`, /// // a_program debug: `\"bin/printf-stdout\"`, /// // a_args label: `&a_args`, @@ -511,7 +511,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stdout_gt!(a_program, a_args, b_program, b_args)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_gt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_gt.html\n", /// # " a_program label: `&a_program`,\n", /// # " a_program debug: `\"bin/printf-stdout\"`,\n", /// # " a_args label: `&a_args`,\n", diff --git a/doc/src/lib/assert_program_args/assert_program_args_stdout_gt_x.rs.html b/doc/src/lib/assert_program_args/assert_program_args_stdout_gt_x.rs.html index bc4ad6b87..a946048ef 100644 --- a/doc/src/lib/assert_program_args/assert_program_args_stdout_gt_x.rs.html +++ b/doc/src/lib/assert_program_args/assert_program_args_stdout_gt_x.rs.html @@ -322,7 +322,7 @@ format!( concat!( "assertion failed: `assert_program_args_stdout_gt_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_gt_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -349,7 +349,7 @@ format!( concat!( "assertion failed: `assert_program_args_stdout_gt_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_gt_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -395,7 +395,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stdout_gt_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_gt_x.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stdout\"`,\n", " a_args label: `&a_args`,\n", @@ -439,7 +439,7 @@ /// assert_program_args_stdout_gt_x!(&program, &args, bytes); /// # }); /// // assertion failed: `assert_program_args_stdout_gt_x!(a_program, a_args, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_gt_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_gt_x.html /// // a_program label: `&program`, /// // a_program debug: `\"bin/printf-stdout\"`, /// // a_args label: `&args`, @@ -451,7 +451,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stdout_gt_x!(a_program, a_args, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_gt_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_gt_x.html\n", /// # " a_program label: `&program`,\n", /// # " a_program debug: `\"bin/printf-stdout\"`,\n", /// # " a_args label: `&args`,\n", diff --git a/doc/src/lib/assert_program_args/assert_program_args_stdout_le.rs.html b/doc/src/lib/assert_program_args/assert_program_args_stdout_le.rs.html index f81fd2658..852931ae8 100644 --- a/doc/src/lib/assert_program_args/assert_program_args_stdout_le.rs.html +++ b/doc/src/lib/assert_program_args/assert_program_args_stdout_le.rs.html @@ -373,7 +373,7 @@ format!( concat!( "assertion failed: `assert_program_args_stdout_le!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_le.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -404,7 +404,7 @@ format!( concat!( "assertion failed: `assert_program_args_stdout_le!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_le.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -477,7 +477,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stdout_le!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_le.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stdout\"`,\n", " a_args label: `&a_args`,\n", @@ -525,7 +525,7 @@ /// assert_program_args_stdout_le!(&a_program, &a_args, &b_program, &b_args); /// # }); /// // assertion failed: `assert_program_args_stdout_le!(a_program, a_args, b_program, b_args)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_le.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_le.html /// // a_program label: `&a_program`, /// // a_program debug: `\"bin/printf-stdout\"`, /// // a_args label: `&a_args`, @@ -539,7 +539,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stdout_le!(a_program, a_args, b_program, b_args)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_le.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_le.html\n", /// # " a_program label: `&a_program`,\n", /// # " a_program debug: `\"bin/printf-stdout\"`,\n", /// # " a_args label: `&a_args`,\n", diff --git a/doc/src/lib/assert_program_args/assert_program_args_stdout_le_x.rs.html b/doc/src/lib/assert_program_args/assert_program_args_stdout_le_x.rs.html index aff9f1809..e7b5b8361 100644 --- a/doc/src/lib/assert_program_args/assert_program_args_stdout_le_x.rs.html +++ b/doc/src/lib/assert_program_args/assert_program_args_stdout_le_x.rs.html @@ -331,7 +331,7 @@ format!( concat!( "assertion failed: `assert_program_args_stdout_le_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_le_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -358,7 +358,7 @@ format!( concat!( "assertion failed: `assert_program_args_stdout_le_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_le_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -413,7 +413,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stdout_le_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_le_x.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stdout\"`,\n", " a_args label: `&a_args`,\n", @@ -457,7 +457,7 @@ /// assert_program_args_stdout_le_x!(&program, &args, bytes); /// # }); /// // assertion failed: `assert_program_args_stdout_le_x!(a_program, a_args, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_le_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_le_x.html /// // a_program label: `&program`, /// // a_program debug: `\"bin/printf-stdout\"`, /// // a_args label: `&args`, @@ -469,7 +469,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stdout_le_x!(a_program, a_args, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_le_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_le_x.html\n", /// # " a_program label: `&program`,\n", /// # " a_program debug: `\"bin/printf-stdout\"`,\n", /// # " a_args label: `&args`,\n", diff --git a/doc/src/lib/assert_program_args/assert_program_args_stdout_lt.rs.html b/doc/src/lib/assert_program_args/assert_program_args_stdout_lt.rs.html index 34048e1c4..8ed439d0d 100644 --- a/doc/src/lib/assert_program_args/assert_program_args_stdout_lt.rs.html +++ b/doc/src/lib/assert_program_args/assert_program_args_stdout_lt.rs.html @@ -359,7 +359,7 @@ format!( concat!( "assertion failed: `assert_program_args_stdout_lt!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_lt.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -390,7 +390,7 @@ format!( concat!( "assertion failed: `assert_program_args_stdout_lt!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_lt.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -449,7 +449,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stdout_lt!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_lt.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stdout\"`,\n", " a_args label: `&a_args`,\n", @@ -497,7 +497,7 @@ /// assert_program_args_stdout_lt!(&a_program, &a_args, &b_program, &b_args); /// # }); /// // assertion failed: `assert_program_args_stdout_lt!(a_program, a_args, b_program, b_args)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_lt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_lt.html /// // a_program label: `&a_program`, /// // a_program debug: `\"bin/printf-stdout\"`, /// // a_args label: `&a_args`, @@ -511,7 +511,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stdout_lt!(a_program, a_args, b_program, b_args)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_lt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_lt.html\n", /// # " a_program label: `&a_program`,\n", /// # " a_program debug: `\"bin/printf-stdout\"`,\n", /// # " a_args label: `&a_args`,\n", diff --git a/doc/src/lib/assert_program_args/assert_program_args_stdout_lt_x.rs.html b/doc/src/lib/assert_program_args/assert_program_args_stdout_lt_x.rs.html index 6c3bfc3c6..e3697ab1f 100644 --- a/doc/src/lib/assert_program_args/assert_program_args_stdout_lt_x.rs.html +++ b/doc/src/lib/assert_program_args/assert_program_args_stdout_lt_x.rs.html @@ -322,7 +322,7 @@ format!( concat!( "assertion failed: `assert_program_args_stdout_lt_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_lt_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -349,7 +349,7 @@ format!( concat!( "assertion failed: `assert_program_args_stdout_lt_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_lt_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -395,7 +395,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stdout_lt_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_lt_x.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stdout\"`,\n", " a_args label: `&a_args`,\n", @@ -439,7 +439,7 @@ /// assert_program_args_stdout_lt_x!(&program, &args, bytes); /// # }); /// // assertion failed: `assert_program_args_stdout_lt_x!(a_program, a_args, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_lt_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_lt_x.html /// // a_program label: `&program`, /// // a_program debug: `\"bin/printf-stdout\"`, /// // a_args label: `&args`, @@ -451,7 +451,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stdout_lt_x!(a_program, a_args, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_lt_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_lt_x.html\n", /// # " a_program label: `&program`,\n", /// # " a_program debug: `\"bin/printf-stdout\"`,\n", /// # " a_args label: `&args`,\n", diff --git a/doc/src/lib/assert_program_args/assert_program_args_stdout_ne.rs.html b/doc/src/lib/assert_program_args/assert_program_args_stdout_ne.rs.html index f4aae36b8..5b492db3f 100644 --- a/doc/src/lib/assert_program_args/assert_program_args_stdout_ne.rs.html +++ b/doc/src/lib/assert_program_args/assert_program_args_stdout_ne.rs.html @@ -356,7 +356,7 @@ format!( concat!( "assertion failed: `assert_program_args_stdout_ne!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ne.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -387,7 +387,7 @@ format!( concat!( "assertion failed: `assert_program_args_stdout_ne!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ne.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -446,7 +446,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stdout_ne!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ne.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stdout\"`,\n", " a_args label: `&a_args`,\n", @@ -494,7 +494,7 @@ /// assert_program_args_stdout_ne!(&a_program, &a_args, &b_program, &b_args); /// # }); /// // assertion failed: `assert_program_args_stdout_ne!(a_program, a_args, b_program, b_args)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ne.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ne.html /// // a_program label: `&a_program`, /// // a_program debug: `\"bin/printf-stdout\"`, /// // a_args label: `&a_args`, @@ -508,7 +508,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stdout_ne!(a_program, a_args, b_program, b_args)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ne.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ne.html\n", /// # " a_program label: `&a_program`,\n", /// # " a_program debug: `\"bin/printf-stdout\"`,\n", /// # " a_args label: `&a_args`,\n", diff --git a/doc/src/lib/assert_program_args/assert_program_args_stdout_ne_x.rs.html b/doc/src/lib/assert_program_args/assert_program_args_stdout_ne_x.rs.html index f3b2291b0..826e8d1de 100644 --- a/doc/src/lib/assert_program_args/assert_program_args_stdout_ne_x.rs.html +++ b/doc/src/lib/assert_program_args/assert_program_args_stdout_ne_x.rs.html @@ -322,7 +322,7 @@ format!( concat!( "assertion failed: `assert_program_args_stdout_ne_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ne_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -349,7 +349,7 @@ format!( concat!( "assertion failed: `assert_program_args_stdout_ne_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ne_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -395,7 +395,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stdout_ne_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ne_x.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stdout\"`,\n", " a_args label: `&a_args`,\n", @@ -439,7 +439,7 @@ /// assert_program_args_stdout_ne_x!(&program, &args, bytes); /// # }); /// // assertion failed: `assert_program_args_stdout_ne_x!(a_program, a_args, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ne_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ne_x.html /// // a_program label: `&program`, /// // a_program debug: `\"bin/printf-stdout\"`, /// // a_args label: `&args`, @@ -451,7 +451,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stdout_ne_x!(a_program, a_args, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ne_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ne_x.html\n", /// # " a_program label: `&program`,\n", /// # " a_program debug: `\"bin/printf-stdout\"`,\n", /// # " a_args label: `&args`,\n", diff --git a/doc/src/lib/assert_program_args/assert_program_args_stdout_string_contains.rs.html b/doc/src/lib/assert_program_args/assert_program_args_stdout_string_contains.rs.html index f3d362f84..9dd473cc5 100644 --- a/doc/src/lib/assert_program_args/assert_program_args_stdout_string_contains.rs.html +++ b/doc/src/lib/assert_program_args/assert_program_args_stdout_string_contains.rs.html @@ -334,7 +334,7 @@ format!( concat!( "assertion failed: `assert_program_args_stdout_string_contains!(a_program, a_args, containee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_string_contains.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_string_contains.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -361,7 +361,7 @@ format!( concat!( "assertion failed: `assert_program_args_stdout_string_contains!(a_program, a_args, containee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_string_contains.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_string_contains.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -407,7 +407,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stdout_string_contains!(a_program, a_args, containee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_string_contains.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_string_contains.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stdout\"`,\n", " a_args label: `&a_args`,\n", @@ -456,7 +456,7 @@ /// assert_program_args_stdout_string_contains!(&program, &args, &containee); /// # }); /// // assertion failed: `assert_program_args_stdout_string_contains!(a_program, a_args, containee)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_string_contains.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_string_contains.html /// // a_program label: `&program`, /// // a_program debug: `\"bin/printf-stdout\"`, /// // a_args label: `&args`, @@ -468,7 +468,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stdout_string_contains!(a_program, a_args, containee)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_string_contains.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_string_contains.html\n", /// # " a_program label: `&program`,\n", /// # " a_program debug: `\"bin/printf-stdout\"`,\n", /// # " a_args label: `&args`,\n", diff --git a/doc/src/lib/assert_program_args/assert_program_args_stdout_string_is_match.rs.html b/doc/src/lib/assert_program_args/assert_program_args_stdout_string_is_match.rs.html index 4033f2378..e7052dc48 100644 --- a/doc/src/lib/assert_program_args/assert_program_args_stdout_string_is_match.rs.html +++ b/doc/src/lib/assert_program_args/assert_program_args_stdout_string_is_match.rs.html @@ -327,7 +327,7 @@ format!( concat!( "assertion failed: `assert_program_args_stdout_string_is_match!(a_program, b_matcher)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_string_is_match.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_string_is_match.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -354,7 +354,7 @@ format!( concat!( "assertion failed: `assert_program_args_stdout_string_is_match!(a_program, b_matcher)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_string_is_match.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_string_is_match.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -402,7 +402,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stdout_string_is_match!(a_program, b_matcher)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_string_is_match.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_string_is_match.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stdout\"`,\n", " a_args label: `&a_args`,\n", @@ -447,7 +447,7 @@ /// assert_program_args_stdout_string_is_match!(&program, &args, &matcher); /// # }); /// // assertion failed: `assert_program_args_stdout_string_is_match!(a_program, b_matcher)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_string_is_match.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_string_is_match.html /// // a_program label: `&program`, /// // a_program debug: `\"bin/printf-stdout\"`, /// // a_args label: `&args`, @@ -459,7 +459,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stdout_string_is_match!(a_program, b_matcher)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_string_is_match.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_string_is_match.html\n", /// # " a_program label: `&program`,\n", /// # " a_program debug: `\"bin/printf-stdout\"`,\n", /// # " a_args label: `&args`,\n", diff --git a/doc/src/lib/assert_ready/assert_ready.rs.html b/doc/src/lib/assert_ready/assert_ready.rs.html index d4ac1fa1f..d2e2ad26d 100644 --- a/doc/src/lib/assert_ready/assert_ready.rs.html +++ b/doc/src/lib/assert_ready/assert_ready.rs.html @@ -245,7 +245,7 @@ _ => Err(format!( concat!( "assertion failed: `assert_ready!(a)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready.html\n", " a label: `{}`,\n", " a debug: `{:?}`", ), @@ -276,7 +276,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_ready!(a)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready.html\n", " a label: `a`,\n", " a debug: `Pending`", ) @@ -311,13 +311,13 @@ /// assert_ready!(a); /// # }); /// // assertion failed: `assert_ready!(a)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready.html /// // a label: `a`, /// // a debug: `Pending` /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_ready!(a)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready.html\n", /// # " a label: `a`,\n", /// # " a debug: `Pending`", /// # ); diff --git a/doc/src/lib/assert_ready/assert_ready_eq.rs.html b/doc/src/lib/assert_ready/assert_ready_eq.rs.html index 7f29c23c0..bc2df885e 100644 --- a/doc/src/lib/assert_ready/assert_ready_eq.rs.html +++ b/doc/src/lib/assert_ready/assert_ready_eq.rs.html @@ -316,7 +316,7 @@ format!( concat!( "assertion failed: `assert_ready_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_eq.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a inner: `{:?}`,\n", @@ -339,7 +339,7 @@ format!( concat!( "assertion failed: `assert_ready_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_eq.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -378,7 +378,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_ready_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_eq.html\n", " a label: `a`,\n", " a debug: `Ready(1)`,\n", " a inner: `1`,\n", @@ -398,7 +398,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_ready_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_eq.html\n", " a label: `a`,\n", " a debug: `Pending`,\n", " b label: `b`,\n", @@ -437,7 +437,7 @@ /// assert_ready_eq!(a, b); /// # }); /// // assertion failed: `assert_ready_eq!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_eq.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_eq.html /// // a label: `a`, /// // a debug: `Ready(1)`, /// // a inner: `1`, @@ -447,7 +447,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_ready_eq!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_eq.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_eq.html\n", /// # " a label: `a`,\n", /// # " a debug: `Ready(1)`,\n", /// # " a inner: `1`,\n", diff --git a/doc/src/lib/assert_ready/assert_ready_eq_x.rs.html b/doc/src/lib/assert_ready/assert_ready_eq_x.rs.html index fef553cfc..9adff43c8 100644 --- a/doc/src/lib/assert_ready/assert_ready_eq_x.rs.html +++ b/doc/src/lib/assert_ready/assert_ready_eq_x.rs.html @@ -311,7 +311,7 @@ format!( concat!( "assertion failed: `assert_ready_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_eq_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a inner: `{:?}`,\n", @@ -332,7 +332,7 @@ format!( concat!( "assertion failed: `assert_ready_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_eq_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -371,7 +371,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_ready_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_eq_x.html\n", " a label: `a`,\n", " a debug: `Ready(1)`,\n", " a inner: `1`,\n", @@ -390,7 +390,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_ready_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_eq_x.html\n", " a label: `a`,\n", " a debug: `Pending`,\n", " b label: `b`,\n", @@ -429,7 +429,7 @@ /// assert_ready_eq_x!(a, b); /// # }); /// // assertion failed: `assert_ready_eq_x!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_eq_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_eq_x.html /// // a label: `a`, /// // a debug: `Ready(1)`, /// // a inner: `1`, @@ -438,7 +438,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_ready_eq_x!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_eq_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_eq_x.html\n", /// # " a label: `a`,\n", /// # " a debug: `Ready(1)`,\n", /// # " a inner: `1`,\n", diff --git a/doc/src/lib/assert_ready/assert_ready_ne.rs.html b/doc/src/lib/assert_ready/assert_ready_ne.rs.html index 74229a06b..a0f00503f 100644 --- a/doc/src/lib/assert_ready/assert_ready_ne.rs.html +++ b/doc/src/lib/assert_ready/assert_ready_ne.rs.html @@ -316,7 +316,7 @@ format!( concat!( "assertion failed: `assert_ready_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_ne.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a inner: `{:?}`,\n", @@ -339,7 +339,7 @@ format!( concat!( "assertion failed: `assert_ready_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_ne.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -378,7 +378,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_ready_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_ne.html\n", " a label: `a`,\n", " a debug: `Ready(1)`,\n", " a inner: `1`,\n", @@ -398,7 +398,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_ready_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_ne.html\n", " a label: `a`,\n", " a debug: `Pending`,\n", " b label: `b`,\n", @@ -437,7 +437,7 @@ /// assert_ready_ne!(a, b); /// # }); /// // assertion failed: `assert_ready_ne!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_ne.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_ne.html /// // a label: `a`, /// // a debug: `Ready(1)`, /// // a inner: `1`, @@ -447,7 +447,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_ready_ne!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_ne.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_ne.html\n", /// # " a label: `a`,\n", /// # " a debug: `Ready(1)`,\n", /// # " a inner: `1`,\n", diff --git a/doc/src/lib/assert_ready/assert_ready_ne_x.rs.html b/doc/src/lib/assert_ready/assert_ready_ne_x.rs.html index 14ccead9a..e8eb5762b 100644 --- a/doc/src/lib/assert_ready/assert_ready_ne_x.rs.html +++ b/doc/src/lib/assert_ready/assert_ready_ne_x.rs.html @@ -311,7 +311,7 @@ format!( concat!( "assertion failed: `assert_ready_ne_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_ne_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a inner: `{:?}`,\n", @@ -332,7 +332,7 @@ format!( concat!( "assertion failed: `assert_ready_ne_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_ne_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -371,7 +371,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_ready_ne_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_ne_x.html\n", " a label: `a`,\n", " a debug: `Ready(1)`,\n", " a inner: `1`,\n", @@ -390,7 +390,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_ready_ne_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_ne_x.html\n", " a label: `a`,\n", " a debug: `Pending`,\n", " b label: `b`,\n", @@ -429,7 +429,7 @@ /// assert_ready_ne_x!(a, b); /// # }); /// // assertion failed: `assert_ready_ne_x!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_ne_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_ne_x.html /// // a label: `a`, /// // a debug: `Ready(1)`, /// // a inner: `1`, @@ -438,7 +438,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_ready_ne_x!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_ne_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_ne_x.html\n", /// # " a label: `a`,\n", /// # " a debug: `Ready(1)`,\n", /// # " a inner: `1`,\n", diff --git a/doc/src/lib/assert_set/assert_set_disjoint.rs.html b/doc/src/lib/assert_set/assert_set_disjoint.rs.html index 9c61c6a53..232efa4f1 100644 --- a/doc/src/lib/assert_set/assert_set_disjoint.rs.html +++ b/doc/src/lib/assert_set/assert_set_disjoint.rs.html @@ -289,7 +289,7 @@ format!( concat!( "assertion failed: `assert_set_disjoint!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_disjoint.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_disjoint.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -335,7 +335,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_set_disjoint!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_disjoint.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_disjoint.html\n", " a label: `&a`,\n", " a debug: `[1, 2]`,\n", " b label: `&b`,\n", @@ -375,7 +375,7 @@ /// assert_set_disjoint!(&a, &b); /// # }); /// // assertion failed: `assert_set_disjoint!(a_collection, b_collection)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_disjoint.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_disjoint.html /// // a label: `&a`, /// // a debug: `[1, 2]`, /// // b label: `&b`, @@ -385,7 +385,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_set_disjoint!(a_collection, b_collection)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_disjoint.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_disjoint.html\n", /// # " a label: `&a`,\n", /// # " a debug: `[1, 2]`,\n", /// # " b label: `&b`,\n", diff --git a/doc/src/lib/assert_set/assert_set_eq.rs.html b/doc/src/lib/assert_set/assert_set_eq.rs.html index 37b404cc5..f52e96d95 100644 --- a/doc/src/lib/assert_set/assert_set_eq.rs.html +++ b/doc/src/lib/assert_set/assert_set_eq.rs.html @@ -293,7 +293,7 @@ format!( concat!( "assertion failed: `assert_set_eq!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_eq.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -339,7 +339,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_set_eq!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_eq.html\n", " a label: `&a`,\n", " a debug: `[1, 2]`,\n", " b label: `&b`,\n", @@ -379,7 +379,7 @@ /// assert_set_eq!(&a, &b); /// # }); /// // assertion failed: `assert_set_eq!(a_collection, b_collection)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_eq.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_eq.html /// // a label: `&a`, /// // a debug: `[1, 2]`, /// // b label: `&b`, @@ -389,7 +389,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_set_eq!(a_collection, b_collection)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_eq.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_eq.html\n", /// # " a label: `&a`,\n", /// # " a debug: `[1, 2]`,\n", /// # " b label: `&b`,\n", diff --git a/doc/src/lib/assert_set/assert_set_joint.rs.html b/doc/src/lib/assert_set/assert_set_joint.rs.html index b462f2ebd..9d39b7b39 100644 --- a/doc/src/lib/assert_set/assert_set_joint.rs.html +++ b/doc/src/lib/assert_set/assert_set_joint.rs.html @@ -289,7 +289,7 @@ format!( concat!( "assertion failed: `assert_set_joint!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_joint.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_joint.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -335,7 +335,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_set_joint!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_joint.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_joint.html\n", " a label: `&a`,\n", " a debug: `[1, 2]`,\n", " b label: `&b`,\n", @@ -375,7 +375,7 @@ /// assert_set_joint!(&a, &b); /// # }); /// // assertion failed: `assert_set_joint!(a_collection, b_collection)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_joint.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_joint.html /// // a label: `&a`, /// // a debug: `[1, 2]`, /// // b label: `&b`, @@ -385,7 +385,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_set_joint!(a_collection, b_collection)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_joint.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_joint.html\n", /// # " a label: `&a`,\n", /// # " a debug: `[1, 2]`,\n", /// # " b label: `&b`,\n", diff --git a/doc/src/lib/assert_set/assert_set_ne.rs.html b/doc/src/lib/assert_set/assert_set_ne.rs.html index 1a83d8396..a230b6403 100644 --- a/doc/src/lib/assert_set/assert_set_ne.rs.html +++ b/doc/src/lib/assert_set/assert_set_ne.rs.html @@ -291,7 +291,7 @@ format!( concat!( "assertion failed: `assert_set_ne!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_ne.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -337,7 +337,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_set_ne!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_ne.html\n", " a label: `&a`,\n", " a debug: `[1, 2]`,\n", " b label: `&b`,\n", @@ -377,7 +377,7 @@ /// assert_set_ne!(&a, &b); /// # }); /// // assertion failed: `assert_set_ne!(a_collection, b_collection)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_ne.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_ne.html /// // a label: `&a`, /// // a debug: `[1, 2]`, /// // b label: `&b`, @@ -387,7 +387,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_set_ne!(a_collection, b_collection)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_ne.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_ne.html\n", /// # " a label: `&a`,\n", /// # " a debug: `[1, 2]`,\n", /// # " b label: `&b`,\n", diff --git a/doc/src/lib/assert_set/assert_set_subset.rs.html b/doc/src/lib/assert_set/assert_set_subset.rs.html index efcb9260e..2d1dd8bf6 100644 --- a/doc/src/lib/assert_set/assert_set_subset.rs.html +++ b/doc/src/lib/assert_set/assert_set_subset.rs.html @@ -289,7 +289,7 @@ format!( concat!( "assertion failed: `assert_set_subset!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_subset.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_subset.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -335,7 +335,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_set_subset!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_subset.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_subset.html\n", " a label: `&a`,\n", " a debug: `[1, 2, 3]`,\n", " b label: `&b`,\n", @@ -375,7 +375,7 @@ /// assert_set_subset!(&a, &b); /// # }); /// // assertion failed: `assert_set_subset!(a_collection, b_collection)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_subset.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_subset.html /// // a label: `&a`, /// // a debug: `[1, 2, 3]`, /// // b label: `&b`, @@ -385,7 +385,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_set_subset!(a_collection, b_collection)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_subset.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_subset.html\n", /// # " a label: `&a`,\n", /// # " a debug: `[1, 2, 3]`,\n", /// # " b label: `&b`,\n", diff --git a/doc/src/lib/assert_set/assert_set_superset.rs.html b/doc/src/lib/assert_set/assert_set_superset.rs.html index 51cb1a97a..f14526ed6 100644 --- a/doc/src/lib/assert_set/assert_set_superset.rs.html +++ b/doc/src/lib/assert_set/assert_set_superset.rs.html @@ -293,7 +293,7 @@ format!( concat!( "assertion failed: `assert_set_superset!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_superset.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_superset.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -339,7 +339,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_set_superset!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_superset.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_superset.html\n", " a label: `&a`,\n", " a debug: `[1, 2]`,\n", " b label: `&b`,\n", @@ -379,7 +379,7 @@ /// assert_set_superset!(&a, &b); /// # }); /// // assertion failed: `assert_set_superset!(a_collection, b_collection)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_superset.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_superset.html /// // a label: `&a`, /// // a debug: `[1, 2]`, /// // b label: `&b`, @@ -389,7 +389,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_set_superset!(a_collection, b_collection)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_superset.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_superset.html\n", /// # " a label: `&a`,\n", /// # " a debug: `[1, 2]`,\n", /// # " b label: `&b`,\n", diff --git a/doc/src/lib/assert_some/assert_some.rs.html b/doc/src/lib/assert_some/assert_some.rs.html index daaf71026..0d23c8730 100644 --- a/doc/src/lib/assert_some/assert_some.rs.html +++ b/doc/src/lib/assert_some/assert_some.rs.html @@ -238,7 +238,7 @@ _ => Err(format!( concat!( "assertion failed: `assert_some!(a)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some.html\n", " option label: `{}`,\n", " option debug: `{:?}`", ), @@ -267,7 +267,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_some!(a)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some.html\n", " option label: `a`,\n", " option debug: `None`", ) @@ -301,13 +301,13 @@ /// assert_some!(a); /// # }); /// // assertion failed: `assert_some!(a)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_some.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_some.html /// // option label: `a`, /// // option debug: `None` /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_some!(a)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some.html\n", /// # " option label: `a`,\n", /// # " option debug: `None`", /// # ); diff --git a/doc/src/lib/assert_some/assert_some_eq.rs.html b/doc/src/lib/assert_some/assert_some_eq.rs.html index b4285cb97..586952efa 100644 --- a/doc/src/lib/assert_some/assert_some_eq.rs.html +++ b/doc/src/lib/assert_some/assert_some_eq.rs.html @@ -311,7 +311,7 @@ format!( concat!( "assertion failed: `assert_some_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_eq.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a inner: `{:?}`,\n", @@ -334,7 +334,7 @@ format!( concat!( "assertion failed: `assert_some_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_eq.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -371,7 +371,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_some_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_eq.html\n", " a label: `a`,\n", " a debug: `Some(1)`,\n", " a inner: `1`,\n", @@ -391,7 +391,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_some_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_eq.html\n", " a label: `a`,\n", " a debug: `None`,\n", " b label: `b`,\n", @@ -429,7 +429,7 @@ /// assert_some_eq!(a, b); /// # }); /// // assertion failed: `assert_some_eq!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_eq.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_eq.html /// // a label: `a`, /// // a debug: `Some(1)`, /// // a inner: `1`, @@ -439,7 +439,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_some_eq!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_eq.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_eq.html\n", /// # " a label: `a`,\n", /// # " a debug: `Some(1)`,\n", /// # " a inner: `1`,\n", diff --git a/doc/src/lib/assert_some/assert_some_eq_x.rs.html b/doc/src/lib/assert_some/assert_some_eq_x.rs.html index b9b2d660b..de9fa0699 100644 --- a/doc/src/lib/assert_some/assert_some_eq_x.rs.html +++ b/doc/src/lib/assert_some/assert_some_eq_x.rs.html @@ -306,7 +306,7 @@ format!( concat!( "assertion failed: `assert_some_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_eq_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a inner: `{:?}`,\n", @@ -327,7 +327,7 @@ format!( concat!( "assertion failed: `assert_some_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_eq_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -364,7 +364,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_some_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_eq_x.html\n", " a label: `a`,\n", " a debug: `Some(1)`,\n", " a inner: `1`,\n", @@ -383,7 +383,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_some_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_eq_x.html\n", " a label: `a`,\n", " a debug: `None`,\n", " b label: `b`,\n", @@ -421,7 +421,7 @@ /// assert_some_eq_x!(a, b); /// # }); /// // assertion failed: `assert_some_eq_x!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_eq_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_eq_x.html /// // a label: `a`, /// // a debug: `Some(1)`, /// // a inner: `1`, @@ -430,7 +430,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_some_eq_x!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_eq_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_eq_x.html\n", /// # " a label: `a`,\n", /// # " a debug: `Some(1)`,\n", /// # " a inner: `1`,\n", diff --git a/doc/src/lib/assert_some/assert_some_ne.rs.html b/doc/src/lib/assert_some/assert_some_ne.rs.html index ade81047a..e7fbda735 100644 --- a/doc/src/lib/assert_some/assert_some_ne.rs.html +++ b/doc/src/lib/assert_some/assert_some_ne.rs.html @@ -311,7 +311,7 @@ format!( concat!( "assertion failed: `assert_some_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_ne.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a inner: `{:?}`,\n", @@ -334,7 +334,7 @@ format!( concat!( "assertion failed: `assert_some_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_ne.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -371,7 +371,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_some_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_ne.html\n", " a label: `a`,\n", " a debug: `Some(1)`,\n", " a inner: `1`,\n", @@ -391,7 +391,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_some_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_ne.html\n", " a label: `a`,\n", " a debug: `None`,\n", " b label: `b`,\n", @@ -429,7 +429,7 @@ /// assert_some_ne!(a, b); /// # }); /// // assertion failed: `assert_some_ne!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_ne.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_ne.html /// // a label: `a`, /// // a debug: `Some(1)`, /// // b label: `b`, @@ -439,7 +439,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_some_ne!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_ne.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_ne.html\n", /// # " a label: `a`,\n", /// # " a debug: `Some(1)`,\n", /// # " a inner: `1`,\n", diff --git a/doc/src/lib/assert_some/assert_some_ne_x.rs.html b/doc/src/lib/assert_some/assert_some_ne_x.rs.html index 880eeac21..5f686f2d4 100644 --- a/doc/src/lib/assert_some/assert_some_ne_x.rs.html +++ b/doc/src/lib/assert_some/assert_some_ne_x.rs.html @@ -306,7 +306,7 @@ format!( concat!( "assertion failed: `assert_some_ne_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_ne_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a inner: `{:?}`,\n", @@ -327,7 +327,7 @@ format!( concat!( "assertion failed: `assert_some_ne_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_ne_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -364,7 +364,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_some_ne_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_ne_x.html\n", " a label: `a`,\n", " a debug: `Some(1)`,\n", " a inner: `1`,\n", @@ -383,7 +383,7 @@ result.unwrap_err(), concat!( "assertion failed: `assert_some_ne_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_ne_x.html\n", " a label: `a`,\n", " a debug: `None`,\n", " b label: `b`,\n", @@ -421,7 +421,7 @@ /// assert_some_ne_x!(a, b); /// # }); /// // assertion failed: `assert_some_ne_x!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_ne_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_ne_x.html /// // a label: `a`, /// // a debug: `Some(1)`, /// // a inner: `1`, @@ -430,7 +430,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_some_ne_x!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_ne_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_ne_x.html\n", /// # " a label: `a`,\n", /// # " a debug: `Some(1)`,\n", /// # " a inner: `1`,\n", diff --git a/doc/src/lib/assert_starts_with/assert_not_starts_with.rs.html b/doc/src/lib/assert_starts_with/assert_not_starts_with.rs.html index ccd98f987..3cd41a1bd 100644 --- a/doc/src/lib/assert_starts_with/assert_not_starts_with.rs.html +++ b/doc/src/lib/assert_starts_with/assert_not_starts_with.rs.html @@ -282,7 +282,7 @@ format!( concat!( "assertion failed: `assert_not_starts_with!(sequence, subsequence)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_starts_with.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_starts_with.html\n", " sequence label: `{}`,\n", " sequence debug: `{:?}`,\n", " subsequence label: `{}`,\n", @@ -319,7 +319,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_not_starts_with!(sequence, subsequence)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_starts_with.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_starts_with.html\n", " sequence label: `sequence`,\n", " sequence debug: `\"alfa\"`,\n", " subsequence label: `subsequence`,\n", @@ -363,7 +363,7 @@ /// assert_not_starts_with!(sequence, subsequence); /// # }); /// // assertion failed: `assert_not_starts_with!(sequence, subsequence)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_starts_with.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_starts_with.html /// // sequence label: `sequence`, /// // sequence debug: `\"alfa\"`, /// // part label: `subsequence`, @@ -371,7 +371,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_not_starts_with!(sequence, subsequence)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_starts_with.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_starts_with.html\n", /// # " sequence label: `sequence`,\n", /// # " sequence debug: `\"alfa\"`,\n", /// # " subsequence label: `subsequence`,\n", diff --git a/doc/src/lib/assert_starts_with/assert_starts_with.rs.html b/doc/src/lib/assert_starts_with/assert_starts_with.rs.html index 1b93dcdd2..1eb1ec3fa 100644 --- a/doc/src/lib/assert_starts_with/assert_starts_with.rs.html +++ b/doc/src/lib/assert_starts_with/assert_starts_with.rs.html @@ -282,7 +282,7 @@ format!( concat!( "assertion failed: `assert_starts_with!(sequence, subsequence)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_starts_with.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_starts_with.html\n", " sequence label: `{}`,\n", " sequence debug: `{:?}`,\n", " subsequence label: `{}`,\n", @@ -319,7 +319,7 @@ let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_starts_with!(sequence, subsequence)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_starts_with.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_starts_with.html\n", " sequence label: `sequence`,\n", " sequence debug: `\"alfa\"`,\n", " subsequence label: `subsequence`,\n", @@ -362,7 +362,7 @@ /// let subsequence = "fa"; /// assert_starts_with!(sequence, subsequence); /// // assertion failed: `assert_starts_with!(sequence, subsequence)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_starts_with.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_starts_with.html /// // sequence label: `sequence`, /// // sequence debug: `\"alfa\"`, /// // part label: `subsequence`, @@ -371,7 +371,7 @@ /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_starts_with!(sequence, subsequence)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_starts_with.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_starts_with.html\n", /// # " sequence label: `sequence`,\n", /// # " sequence debug: `\"alfa\"`,\n", /// # " subsequence label: `subsequence`,\n", diff --git a/doc/src/lib/assert_process/assert_process_status_code_value_eq.rs.html b/doc/src/lib/assert_status/assert_status_code_value_eq.rs.html similarity index 79% rename from doc/src/lib/assert_process/assert_process_status_code_value_eq.rs.html rename to doc/src/lib/assert_status/assert_status_code_value_eq.rs.html index 7bb3278aa..566848e02 100644 --- a/doc/src/lib/assert_process/assert_process_status_code_value_eq.rs.html +++ b/doc/src/lib/assert_status/assert_status_code_value_eq.rs.html @@ -1,4 +1,4 @@ -assert_process_status_code_value_eq.rs - source
                                                                                                                                                                                1
                                                                                                                                                                                +assert_status_code_value_eq.rs - source
                                                                                                                                                                                1
                                                                                                                                                                                 2
                                                                                                                                                                                 3
                                                                                                                                                                                 4
                                                                                                                                                                                @@ -296,7 +296,7 @@
                                                                                                                                                                                 296
                                                                                                                                                                                 297
                                                                                                                                                                                 298
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a process status code value is equal to another.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a status code value is equal to another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a ⇒ status ⇒ code ⇒ value = b ⇒ status ⇒ code ⇒ value
                                                                                                                                                                                @@ -310,17 +310,17 @@
                                                                                                                                                                                 //! # fn main() {
                                                                                                                                                                                 //! let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                 //! let mut b = Command::new("bin/exit-with-arg"); b.arg("1");
                                                                                                                                                                                -//! assert_process_status_code_value_eq!(a, b);
                                                                                                                                                                                +//! assert_status_code_value_eq!(a, b);
                                                                                                                                                                                 //! # }
                                                                                                                                                                                 //! ```
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! # Module macros
                                                                                                                                                                                 //!
                                                                                                                                                                                -//! * [`assert_process_status_code_value_eq`](macro@crate::assert_process_status_code_value_eq)
                                                                                                                                                                                -//! * [`assert_process_status_code_value_eq_as_result`](macro@crate::assert_process_status_code_value_eq_as_result)
                                                                                                                                                                                -//! * [`debug_assert_process_status_code_value_eq`](macro@crate::debug_assert_process_status_code_value_eq)
                                                                                                                                                                                +//! * [`assert_status_code_value_eq`](macro@crate::assert_status_code_value_eq)
                                                                                                                                                                                +//! * [`assert_status_code_value_eq_as_result`](macro@crate::assert_status_code_value_eq_as_result)
                                                                                                                                                                                +//! * [`debug_assert_status_code_value_eq`](macro@crate::debug_assert_status_code_value_eq)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a process status code value is equal to another.
                                                                                                                                                                                +/// Assert a status code value is equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a ⇒ status ⇒ code ⇒ value = b ⇒ status ⇒ code ⇒ value
                                                                                                                                                                                @@ -337,12 +337,12 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_eq`](macro@crate::assert_process_status_code_value_eq)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_eq_as_result`](macro@crate::assert_process_status_code_value_eq_as_result)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_eq`](macro@crate::debug_assert_process_status_code_value_eq)
                                                                                                                                                                                +/// * [`assert_status_code_value_eq`](macro@crate::assert_status_code_value_eq)
                                                                                                                                                                                +/// * [`assert_status_code_value_eq_as_result`](macro@crate::assert_status_code_value_eq_as_result)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_eq`](macro@crate::debug_assert_status_code_value_eq)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! assert_process_status_code_value_eq_as_result {
                                                                                                                                                                                +macro_rules! assert_status_code_value_eq_as_result {
                                                                                                                                                                                     ($a_process:expr, $b_process:expr $(,)?) => {{
                                                                                                                                                                                         match ($a_process.status(), $b_process.status()) {
                                                                                                                                                                                             (Ok(a1), Ok(b1)) => {
                                                                                                                                                                                @@ -354,8 +354,8 @@
                                                                                                                                                                                                             Err(
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                -                                        "assertion failed: `assert_process_status_code_value_eq!(a, b)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_eq.html\n",
                                                                                                                                                                                +                                        "assertion failed: `assert_status_code_value_eq!(a, b)`\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_eq.html\n",
                                                                                                                                                                                                                         " a label: `{}`,\n",
                                                                                                                                                                                                                         " a debug: `{:?}`,\n",
                                                                                                                                                                                                                         " a value: `{:?}`,\n",
                                                                                                                                                                                @@ -377,8 +377,8 @@
                                                                                                                                                                                                         Err(
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                -                                    "assertion failed: `assert_process_status_code_value_eq!(a, b)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_eq.html\n",
                                                                                                                                                                                +                                    "assertion failed: `assert_status_code_value_eq!(a, b)`\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_eq.html\n",
                                                                                                                                                                                                                     " a label: `{}`,\n",
                                                                                                                                                                                                                     " a debug: `{:?}`,\n",
                                                                                                                                                                                                                     "  a code: `{:?}`,\n",
                                                                                                                                                                                @@ -401,8 +401,8 @@
                                                                                                                                                                                                 Err(
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                -                            "assertion failed: `assert_process_status_code_value_eq!(a, b)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_eq.html\n",
                                                                                                                                                                                +                            "assertion failed: `assert_status_code_value_eq!(a, b)`\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_eq.html\n",
                                                                                                                                                                                                             "  a label: `{}`,\n",
                                                                                                                                                                                                             "  a debug: `{:?}`,\n",
                                                                                                                                                                                                             " a status: `{:?}`,\n",
                                                                                                                                                                                @@ -433,7 +433,7 @@
                                                                                                                                                                                         a.arg("1");
                                                                                                                                                                                         let mut b = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         b.arg("1");
                                                                                                                                                                                -        let result = assert_process_status_code_value_eq_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_eq_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(result.unwrap(), (1, 1));
                                                                                                                                                                                     }
                                                                                                                                                                                 
                                                                                                                                                                                @@ -443,12 +443,12 @@
                                                                                                                                                                                         a.arg("1");
                                                                                                                                                                                         let mut b = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         b.arg("2");
                                                                                                                                                                                -        let result = assert_process_status_code_value_eq_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_eq_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                -                "assertion failed: `assert_process_status_code_value_eq!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_eq.html\n",
                                                                                                                                                                                +                "assertion failed: `assert_status_code_value_eq!(a, b)`\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_eq.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"bin/exit-with-arg\" \"1\"`,\n",
                                                                                                                                                                                                 " a value: `1`,\n",
                                                                                                                                                                                @@ -465,12 +465,12 @@
                                                                                                                                                                                         a.arg("2");
                                                                                                                                                                                         let mut b = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         b.arg("1");
                                                                                                                                                                                -        let result = assert_process_status_code_value_eq_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_eq_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                -                "assertion failed: `assert_process_status_code_value_eq!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_eq.html\n",
                                                                                                                                                                                +                "assertion failed: `assert_status_code_value_eq!(a, b)`\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_eq.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"bin/exit-with-arg\" \"2\"`,\n",
                                                                                                                                                                                                 " a value: `2`,\n",
                                                                                                                                                                                @@ -482,7 +482,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a process status code value is equal to another.
                                                                                                                                                                                +/// Assert a status code value is equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a ⇒ status ⇒ code ⇒ value = b ⇒ status ⇒ code ⇒ value
                                                                                                                                                                                @@ -502,16 +502,16 @@
                                                                                                                                                                                 /// # fn main() {
                                                                                                                                                                                 /// let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                 /// let mut b = Command::new("bin/exit-with-arg"); b.arg("1");
                                                                                                                                                                                -/// assert_process_status_code_value_eq!(a, b);
                                                                                                                                                                                +/// assert_status_code_value_eq!(a, b);
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # let result = panic::catch_unwind(|| {
                                                                                                                                                                                 /// // This will panic
                                                                                                                                                                                 /// let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                 /// let mut b = Command::new("bin/exit-with-arg"); b.arg("2");
                                                                                                                                                                                -/// assert_process_status_code_value_eq!(a, b);
                                                                                                                                                                                +/// assert_status_code_value_eq!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                -/// // assertion failed: `assert_process_status_code_value_eq!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_eq.html
                                                                                                                                                                                +/// // assertion failed: `assert_status_code_value_eq!(a, b)`
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_eq.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                 /// //  a value: `1`",
                                                                                                                                                                                @@ -520,8 +520,8 @@
                                                                                                                                                                                 /// //  b value: `2`"
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                -/// #     "assertion failed: `assert_process_status_code_value_eq!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_eq.html\n",
                                                                                                                                                                                +/// #     "assertion failed: `assert_status_code_value_eq!(a, b)`\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_eq.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"bin/exit-with-arg\" \"1\"`,\n",
                                                                                                                                                                                 /// #     " a value: `1`,\n",
                                                                                                                                                                                @@ -535,32 +535,32 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_eq`](macro@crate::assert_process_status_code_value_eq)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_eq_as_result`](macro@crate::assert_process_status_code_value_eq_as_result)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_eq`](macro@crate::debug_assert_process_status_code_value_eq)
                                                                                                                                                                                +/// * [`assert_status_code_value_eq`](macro@crate::assert_status_code_value_eq)
                                                                                                                                                                                +/// * [`assert_status_code_value_eq_as_result`](macro@crate::assert_status_code_value_eq_as_result)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_eq`](macro@crate::debug_assert_status_code_value_eq)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! assert_process_status_code_value_eq {
                                                                                                                                                                                +macro_rules! assert_status_code_value_eq {
                                                                                                                                                                                     ($a_process:expr, $b_process:expr $(,)?) => {{
                                                                                                                                                                                -        match $crate::assert_process_status_code_value_eq_as_result!($a_process, $b_process) {
                                                                                                                                                                                +        match $crate::assert_status_code_value_eq_as_result!($a_process, $b_process) {
                                                                                                                                                                                             Ok(x) => x,
                                                                                                                                                                                             Err(err) => panic!("{}", err),
                                                                                                                                                                                         }
                                                                                                                                                                                     }};
                                                                                                                                                                                     ($a_process:expr, $b_process:expr, $($message:tt)+) => {{
                                                                                                                                                                                -        match $crate::assert_process_status_code_value_eq_as_result!($a_process, $b_process) {
                                                                                                                                                                                +        match $crate::assert_status_code_value_eq_as_result!($a_process, $b_process) {
                                                                                                                                                                                             Ok(x) => x,
                                                                                                                                                                                             Err(_err) => panic!("{}", $($message)+),
                                                                                                                                                                                         }
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a status code value is equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a ⇒ status ⇒ code ⇒ value = b ⇒ status ⇒ code ⇒ value
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// This macro provides the same statements as [`assert_process_status_code_value_eq`](macro.assert_process_status_code_value_eq.html),
                                                                                                                                                                                +/// This macro provides the same statements as [`assert_status_code_value_eq`](macro.assert_status_code_value_eq.html),
                                                                                                                                                                                 /// except this macro's statements are only enabled in non-optimized
                                                                                                                                                                                 /// builds by default. An optimized build will not execute this macro's
                                                                                                                                                                                 /// statements unless `-C debug-assertions` is passed to the compiler.
                                                                                                                                                                                @@ -582,15 +582,15 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_eq`](macro@crate::assert_process_status_code_value_eq)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_eq`](macro@crate::assert_process_status_code_value_eq)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_eq`](macro@crate::debug_assert_process_status_code_value_eq)
                                                                                                                                                                                +/// * [`assert_status_code_value_eq`](macro@crate::assert_status_code_value_eq)
                                                                                                                                                                                +/// * [`assert_status_code_value_eq`](macro@crate::assert_status_code_value_eq)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_eq`](macro@crate::debug_assert_status_code_value_eq)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! debug_assert_process_status_code_value_eq {
                                                                                                                                                                                +macro_rules! debug_assert_status_code_value_eq {
                                                                                                                                                                                     ($($arg:tt)*) => {
                                                                                                                                                                                         if $crate::cfg!(debug_assertions) {
                                                                                                                                                                                -            $crate::assert_process_status_code_value_eq!($($arg)*);
                                                                                                                                                                                +            $crate::assert_status_code_value_eq!($($arg)*);
                                                                                                                                                                                         }
                                                                                                                                                                                     };
                                                                                                                                                                                 }
                                                                                                                                                                                diff --git a/doc/src/lib/assert_process/assert_process_status_code_value_eq_x.rs.html b/doc/src/lib/assert_status/assert_status_code_value_eq_x.rs.html
                                                                                                                                                                                similarity index 77%
                                                                                                                                                                                rename from doc/src/lib/assert_process/assert_process_status_code_value_eq_x.rs.html
                                                                                                                                                                                rename to doc/src/lib/assert_status/assert_status_code_value_eq_x.rs.html
                                                                                                                                                                                index 156dc6aa7..d48bdca8a 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_process/assert_process_status_code_value_eq_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_status/assert_status_code_value_eq_x.rs.html
                                                                                                                                                                                @@ -1,4 +1,4 @@
                                                                                                                                                                                -assert_process_status_code_value_eq_x.rs - source
                                                                                                                                                                                1
                                                                                                                                                                                +assert_status_code_value_eq_x.rs - source
                                                                                                                                                                                1
                                                                                                                                                                                 2
                                                                                                                                                                                 3
                                                                                                                                                                                 4
                                                                                                                                                                                @@ -283,7 +283,7 @@
                                                                                                                                                                                 283
                                                                                                                                                                                 284
                                                                                                                                                                                 285
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a process status code value is equal to an expression.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a status code value is equal to an expression.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a ⇒ status ⇒ code ⇒ value = b
                                                                                                                                                                                @@ -297,17 +297,17 @@
                                                                                                                                                                                 //! # fn main() {
                                                                                                                                                                                 //! let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                 //! let b = 1;
                                                                                                                                                                                -//! assert_process_status_code_value_eq_x!(a, b);
                                                                                                                                                                                +//! assert_status_code_value_eq_x!(a, b);
                                                                                                                                                                                 //! # }
                                                                                                                                                                                 //! ```
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! # Module macros
                                                                                                                                                                                 //!
                                                                                                                                                                                -//! * [`assert_process_status_code_value_eq_x`](macro@crate::assert_process_status_code_value_eq_x)
                                                                                                                                                                                -//! * [`assert_process_status_code_value_eq_x_as_result`](macro@crate::assert_process_status_code_value_eq_x_as_result)
                                                                                                                                                                                -//! * [`debug_assert_process_status_code_value_eq_x`](macro@crate::debug_assert_process_status_code_value_eq_x)
                                                                                                                                                                                +//! * [`assert_status_code_value_eq_x`](macro@crate::assert_status_code_value_eq_x)
                                                                                                                                                                                +//! * [`assert_status_code_value_eq_x_as_result`](macro@crate::assert_status_code_value_eq_x_as_result)
                                                                                                                                                                                +//! * [`debug_assert_status_code_value_eq_x`](macro@crate::debug_assert_status_code_value_eq_x)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a process status code value is equal to an expression.
                                                                                                                                                                                +/// Assert a status code value is equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a ⇒ status ⇒ code ⇒ value = b
                                                                                                                                                                                @@ -324,12 +324,12 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_eq_x`](macro@crate::assert_process_status_code_value_eq_x)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_eq_x_as_result`](macro@crate::assert_process_status_code_value_eq_x_as_result)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_eq_x`](macro@crate::debug_assert_process_status_code_value_eq_x)
                                                                                                                                                                                +/// * [`assert_status_code_value_eq_x`](macro@crate::assert_status_code_value_eq_x)
                                                                                                                                                                                +/// * [`assert_status_code_value_eq_x_as_result`](macro@crate::assert_status_code_value_eq_x_as_result)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_eq_x`](macro@crate::debug_assert_status_code_value_eq_x)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! assert_process_status_code_value_eq_x_as_result {
                                                                                                                                                                                +macro_rules! assert_status_code_value_eq_x_as_result {
                                                                                                                                                                                     ($a_process:expr, $b:expr $(,)?) => {{
                                                                                                                                                                                         match ($a_process.status()) {
                                                                                                                                                                                             Ok(a1) => {
                                                                                                                                                                                @@ -341,8 +341,8 @@
                                                                                                                                                                                                             Err(
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                -                                        "assertion failed: `assert_process_status_code_value_eq_x!(a, b)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_eq_x.html\n",
                                                                                                                                                                                +                                        "assertion failed: `assert_status_code_value_eq_x!(a, b)`\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_eq_x.html\n",
                                                                                                                                                                                                                         " a label: `{}`,\n",
                                                                                                                                                                                                                         " a debug: `{:?}`,\n",
                                                                                                                                                                                                                         " a value: `{:?}`,\n",
                                                                                                                                                                                @@ -362,8 +362,8 @@
                                                                                                                                                                                                         Err(
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                -                                    "assertion failed: `assert_process_status_code_value_eq_x!(a, b)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_eq_x.html\n",
                                                                                                                                                                                +                                    "assertion failed: `assert_status_code_value_eq_x!(a, b)`\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_eq_x.html\n",
                                                                                                                                                                                                                     " a label: `{}`,\n",
                                                                                                                                                                                                                     " a debug: `{:?}`,\n",
                                                                                                                                                                                                                     "  a code: `{:?}`,\n",
                                                                                                                                                                                @@ -384,8 +384,8 @@
                                                                                                                                                                                                 Err(
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                -                            "assertion failed: `assert_process_status_code_value_eq_x!(a, b)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_eq_x.html\n",
                                                                                                                                                                                +                            "assertion failed: `assert_status_code_value_eq_x!(a, b)`\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_eq_x.html\n",
                                                                                                                                                                                                             "  a label: `{}`,\n",
                                                                                                                                                                                                             "  a debug: `{:?}`,\n",
                                                                                                                                                                                                             " a status: `{:?}`,\n",
                                                                                                                                                                                @@ -413,7 +413,7 @@
                                                                                                                                                                                         let mut a = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         a.arg("1");
                                                                                                                                                                                         let b = 1;
                                                                                                                                                                                -        let result = assert_process_status_code_value_eq_x_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_eq_x_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(result.unwrap(), 1);
                                                                                                                                                                                     }
                                                                                                                                                                                 
                                                                                                                                                                                @@ -422,12 +422,12 @@
                                                                                                                                                                                         let mut a = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         a.arg("1");
                                                                                                                                                                                         let b = 2;
                                                                                                                                                                                -        let result = assert_process_status_code_value_eq_x_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_eq_x_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                -                "assertion failed: `assert_process_status_code_value_eq_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_eq_x.html\n",
                                                                                                                                                                                +                "assertion failed: `assert_status_code_value_eq_x!(a, b)`\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_eq_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"bin/exit-with-arg\" \"1\"`,\n",
                                                                                                                                                                                                 " a value: `1`,\n",
                                                                                                                                                                                @@ -442,12 +442,12 @@
                                                                                                                                                                                         let mut a = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         a.arg("2");
                                                                                                                                                                                         let b = 1;
                                                                                                                                                                                -        let result = assert_process_status_code_value_eq_x_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_eq_x_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                -                "assertion failed: `assert_process_status_code_value_eq_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_eq_x.html\n",
                                                                                                                                                                                +                "assertion failed: `assert_status_code_value_eq_x!(a, b)`\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_eq_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"bin/exit-with-arg\" \"2\"`,\n",
                                                                                                                                                                                                 " a value: `2`,\n",
                                                                                                                                                                                @@ -458,7 +458,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a process status code value is equal to an expression.
                                                                                                                                                                                +/// Assert a status code value is equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a ⇒ status ⇒ code ⇒ value = b
                                                                                                                                                                                @@ -478,16 +478,16 @@
                                                                                                                                                                                 /// # fn main() {
                                                                                                                                                                                 /// let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                 /// let b = 1;
                                                                                                                                                                                -/// assert_process_status_code_value_eq_x!(a, b);
                                                                                                                                                                                +/// assert_status_code_value_eq_x!(a, b);
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # let result = panic::catch_unwind(|| {
                                                                                                                                                                                 /// // This will panic
                                                                                                                                                                                 /// let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                 /// let b = 2;
                                                                                                                                                                                -/// assert_process_status_code_value_eq_x!(a, b);
                                                                                                                                                                                +/// assert_status_code_value_eq_x!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                -/// // assertion failed: `assert_process_status_code_value_eq_x!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_eq_x.html
                                                                                                                                                                                +/// // assertion failed: `assert_status_code_value_eq_x!(a, b)`
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_eq_x.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                 /// //  a value: `1`",
                                                                                                                                                                                @@ -495,8 +495,8 @@
                                                                                                                                                                                 /// //  b debug: `2`
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                -/// #     "assertion failed: `assert_process_status_code_value_eq_x!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_eq_x.html\n",
                                                                                                                                                                                +/// #     "assertion failed: `assert_status_code_value_eq_x!(a, b)`\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_eq_x.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"bin/exit-with-arg\" \"1\"`,\n",
                                                                                                                                                                                 /// #     " a value: `1`,\n",
                                                                                                                                                                                @@ -509,32 +509,32 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_eq_x`](macro@crate::assert_process_status_code_value_eq_x)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_eq_x_as_result`](macro@crate::assert_process_status_code_value_eq_x_as_result)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_eq_x`](macro@crate::debug_assert_process_status_code_value_eq_x)
                                                                                                                                                                                +/// * [`assert_status_code_value_eq_x`](macro@crate::assert_status_code_value_eq_x)
                                                                                                                                                                                +/// * [`assert_status_code_value_eq_x_as_result`](macro@crate::assert_status_code_value_eq_x_as_result)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_eq_x`](macro@crate::debug_assert_status_code_value_eq_x)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! assert_process_status_code_value_eq_x {
                                                                                                                                                                                +macro_rules! assert_status_code_value_eq_x {
                                                                                                                                                                                     ($a_process:expr, $b:expr $(,)?) => {{
                                                                                                                                                                                -        match $crate::assert_process_status_code_value_eq_x_as_result!($a_process, $b) {
                                                                                                                                                                                +        match $crate::assert_status_code_value_eq_x_as_result!($a_process, $b) {
                                                                                                                                                                                             Ok(x) => x,
                                                                                                                                                                                             Err(err) => panic!("{}", err),
                                                                                                                                                                                         }
                                                                                                                                                                                     }};
                                                                                                                                                                                     ($a_process:expr, $b:expr, $($message:tt)+) => {{
                                                                                                                                                                                -        match $crate::assert_process_status_code_value_eq_x_as_result!($a_process, $b) {
                                                                                                                                                                                +        match $crate::assert_status_code_value_eq_x_as_result!($a_process, $b) {
                                                                                                                                                                                             Ok(x) => x,
                                                                                                                                                                                             Err(_err) => panic!("{}", $($message)+),
                                                                                                                                                                                         }
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a status code value is equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a ⇒ status ⇒ code ⇒ value = b
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// This macro provides the same statements as [`assert_process_status_code_value_eq_x`](macro.assert_process_status_code_value_eq_x.html),
                                                                                                                                                                                +/// This macro provides the same statements as [`assert_status_code_value_eq_x`](macro.assert_status_code_value_eq_x.html),
                                                                                                                                                                                 /// except this macro's statements are only enabled in non-optimized
                                                                                                                                                                                 /// builds by default. An optimized build will not execute this macro's
                                                                                                                                                                                 /// statements unless `-C debug-assertions` is passed to the compiler.
                                                                                                                                                                                @@ -556,15 +556,15 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_eq_x`](macro@crate::assert_process_status_code_value_eq_x)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_eq_x`](macro@crate::assert_process_status_code_value_eq_x)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_eq_x`](macro@crate::debug_assert_process_status_code_value_eq_x)
                                                                                                                                                                                +/// * [`assert_status_code_value_eq_x`](macro@crate::assert_status_code_value_eq_x)
                                                                                                                                                                                +/// * [`assert_status_code_value_eq_x`](macro@crate::assert_status_code_value_eq_x)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_eq_x`](macro@crate::debug_assert_status_code_value_eq_x)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! debug_assert_process_status_code_value_eq_x {
                                                                                                                                                                                +macro_rules! debug_assert_status_code_value_eq_x {
                                                                                                                                                                                     ($($arg:tt)*) => {
                                                                                                                                                                                         if $crate::cfg!(debug_assertions) {
                                                                                                                                                                                -            $crate::assert_process_status_code_value_eq_x!($($arg)*);
                                                                                                                                                                                +            $crate::assert_status_code_value_eq_x!($($arg)*);
                                                                                                                                                                                         }
                                                                                                                                                                                     };
                                                                                                                                                                                 }
                                                                                                                                                                                diff --git a/doc/src/lib/assert_process/assert_process_status_code_value_ge.rs.html b/doc/src/lib/assert_status/assert_status_code_value_ge.rs.html
                                                                                                                                                                                similarity index 78%
                                                                                                                                                                                rename from doc/src/lib/assert_process/assert_process_status_code_value_ge.rs.html
                                                                                                                                                                                rename to doc/src/lib/assert_status/assert_status_code_value_ge.rs.html
                                                                                                                                                                                index e739efcab..0ff9e41ca 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_process/assert_process_status_code_value_ge.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_status/assert_status_code_value_ge.rs.html
                                                                                                                                                                                @@ -1,4 +1,4 @@
                                                                                                                                                                                -assert_process_status_code_value_ge.rs - source
                                                                                                                                                                                1
                                                                                                                                                                                +assert_status_code_value_ge.rs - source
                                                                                                                                                                                1
                                                                                                                                                                                 2
                                                                                                                                                                                 3
                                                                                                                                                                                 4
                                                                                                                                                                                @@ -284,7 +284,7 @@
                                                                                                                                                                                 284
                                                                                                                                                                                 285
                                                                                                                                                                                 286
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a process status code value is greater than or equal to another.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a status code value is greater than or equal to another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a ⇒ status ⇒ code ⇒ value ≥ b ⇒ status ⇒ code ⇒ value
                                                                                                                                                                                @@ -298,17 +298,17 @@
                                                                                                                                                                                 //! # fn main() {
                                                                                                                                                                                 //! let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
                                                                                                                                                                                 //! let mut b = Command::new("bin/exit-with-arg"); b.arg("1");
                                                                                                                                                                                -//! assert_process_status_code_value_ge!(a, b);
                                                                                                                                                                                +//! assert_status_code_value_ge!(a, b);
                                                                                                                                                                                 //! # }
                                                                                                                                                                                 //! ```
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! # Module macros
                                                                                                                                                                                 //!
                                                                                                                                                                                -//! * [`assert_process_status_code_value_ge`](macro@crate::assert_process_status_code_value_ge)
                                                                                                                                                                                -//! * [`assert_process_status_code_value_ge_as_result`](macro@crate::assert_process_status_code_value_ge_as_result)
                                                                                                                                                                                -//! * [`debug_assert_process_status_code_value_ge`](macro@crate::debug_assert_process_status_code_value_ge)
                                                                                                                                                                                +//! * [`assert_status_code_value_ge`](macro@crate::assert_status_code_value_ge)
                                                                                                                                                                                +//! * [`assert_status_code_value_ge_as_result`](macro@crate::assert_status_code_value_ge_as_result)
                                                                                                                                                                                +//! * [`debug_assert_status_code_value_ge`](macro@crate::debug_assert_status_code_value_ge)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a process status code value is greater than or equal to another.
                                                                                                                                                                                +/// Assert a status code value is greater than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a ⇒ status ⇒ code ⇒ value ≥ b ⇒ status ⇒ code ⇒ value
                                                                                                                                                                                @@ -325,12 +325,12 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_ge`](macro@crate::assert_process_status_code_value_ge)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_ge_as_result`](macro@crate::assert_process_status_code_value_ge_as_result)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_ge`](macro@crate::debug_assert_process_status_code_value_ge)
                                                                                                                                                                                +/// * [`assert_status_code_value_ge`](macro@crate::assert_status_code_value_ge)
                                                                                                                                                                                +/// * [`assert_status_code_value_ge_as_result`](macro@crate::assert_status_code_value_ge_as_result)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_ge`](macro@crate::debug_assert_status_code_value_ge)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! assert_process_status_code_value_ge_as_result {
                                                                                                                                                                                +macro_rules! assert_status_code_value_ge_as_result {
                                                                                                                                                                                     ($a_process:expr, $b_process:expr $(,)?) => {{
                                                                                                                                                                                         match ($a_process.status(), $b_process.status()) {
                                                                                                                                                                                             (Ok(a1), Ok(b1)) => {
                                                                                                                                                                                @@ -342,8 +342,8 @@
                                                                                                                                                                                                             Err(
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                -                                        "assertion failed: `assert_process_status_code_value_ge!(a, b)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ge.html\n",
                                                                                                                                                                                +                                        "assertion failed: `assert_status_code_value_ge!(a, b)`\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ge.html\n",
                                                                                                                                                                                                                         " a label: `{}`,\n",
                                                                                                                                                                                                                         " a debug: `{:?}`,\n",
                                                                                                                                                                                                                         " a value: `{:?}`,\n",
                                                                                                                                                                                @@ -365,8 +365,8 @@
                                                                                                                                                                                                         Err(
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                -                                    "assertion failed: `assert_process_status_code_value_ge!(a, b)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ge.html\n",
                                                                                                                                                                                +                                    "assertion failed: `assert_status_code_value_ge!(a, b)`\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ge.html\n",
                                                                                                                                                                                                                     " a label: `{}`,\n",
                                                                                                                                                                                                                     " a debug: `{:?}`,\n",
                                                                                                                                                                                                                     "  a code: `{:?}`,\n",
                                                                                                                                                                                @@ -389,8 +389,8 @@
                                                                                                                                                                                                 Err(
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                -                            "assertion failed: `assert_process_status_code_value_ge!(a, b)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ge.html\n",
                                                                                                                                                                                +                            "assertion failed: `assert_status_code_value_ge!(a, b)`\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ge.html\n",
                                                                                                                                                                                                             "  a label: `{}`,\n",
                                                                                                                                                                                                             "  a debug: `{:?}`,\n",
                                                                                                                                                                                                             " a status: `{:?}`,\n",
                                                                                                                                                                                @@ -421,7 +421,7 @@
                                                                                                                                                                                         a.arg("2");
                                                                                                                                                                                         let mut b = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         b.arg("1");
                                                                                                                                                                                -        let result = assert_process_status_code_value_ge_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_ge_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(result, Ok((2, 1)));
                                                                                                                                                                                     }
                                                                                                                                                                                 
                                                                                                                                                                                @@ -431,7 +431,7 @@
                                                                                                                                                                                         a.arg("1");
                                                                                                                                                                                         let mut b = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         b.arg("1");
                                                                                                                                                                                -        let result = assert_process_status_code_value_ge_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_ge_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(result.unwrap(), (1, 1));
                                                                                                                                                                                     }
                                                                                                                                                                                 
                                                                                                                                                                                @@ -441,12 +441,12 @@
                                                                                                                                                                                         a.arg("1");
                                                                                                                                                                                         let mut b = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         b.arg("2");
                                                                                                                                                                                -        let result = assert_process_status_code_value_ge_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_ge_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                -                "assertion failed: `assert_process_status_code_value_ge!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ge.html\n",
                                                                                                                                                                                +                "assertion failed: `assert_status_code_value_ge!(a, b)`\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ge.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"bin/exit-with-arg\" \"1\"`,\n",
                                                                                                                                                                                                 " a value: `1`,\n",
                                                                                                                                                                                @@ -458,7 +458,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a process status code value is greater than or equal to another.
                                                                                                                                                                                +/// Assert a status code value is greater than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a ⇒ status ⇒ code ⇒ value ≥ b ⇒ status ⇒ code ⇒ value
                                                                                                                                                                                @@ -478,16 +478,16 @@
                                                                                                                                                                                 /// # fn main() {
                                                                                                                                                                                 /// let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
                                                                                                                                                                                 /// let mut b = Command::new("bin/exit-with-arg"); b.arg("1");
                                                                                                                                                                                -/// assert_process_status_code_value_ge!(a, b);
                                                                                                                                                                                +/// assert_status_code_value_ge!(a, b);
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # let result = panic::catch_unwind(|| {
                                                                                                                                                                                 /// // This will panic
                                                                                                                                                                                 /// let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                 /// let mut b = Command::new("bin/exit-with-arg"); b.arg("2");
                                                                                                                                                                                -/// assert_process_status_code_value_ge!(a, b);
                                                                                                                                                                                +/// assert_status_code_value_ge!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                -/// // assertion failed: `assert_process_status_code_value_ge!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ge.html
                                                                                                                                                                                +/// // assertion failed: `assert_status_code_value_ge!(a, b)`
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ge.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                 /// //  a value: `1`",
                                                                                                                                                                                @@ -496,8 +496,8 @@
                                                                                                                                                                                 /// //  b value: `2`"
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                -/// #     "assertion failed: `assert_process_status_code_value_ge!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ge.html\n",
                                                                                                                                                                                +/// #     "assertion failed: `assert_status_code_value_ge!(a, b)`\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ge.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"bin/exit-with-arg\" \"1\"`,\n",
                                                                                                                                                                                 /// #     " a value: `1`,\n",
                                                                                                                                                                                @@ -511,32 +511,32 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_ge`](macro@crate::assert_process_status_code_value_ge)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_ge_as_result`](macro@crate::assert_process_status_code_value_ge_as_result)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_ge`](macro@crate::debug_assert_process_status_code_value_ge)
                                                                                                                                                                                +/// * [`assert_status_code_value_ge`](macro@crate::assert_status_code_value_ge)
                                                                                                                                                                                +/// * [`assert_status_code_value_ge_as_result`](macro@crate::assert_status_code_value_ge_as_result)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_ge`](macro@crate::debug_assert_status_code_value_ge)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! assert_process_status_code_value_ge {
                                                                                                                                                                                +macro_rules! assert_status_code_value_ge {
                                                                                                                                                                                     ($a_process:expr, $b_process:expr $(,)?) => {{
                                                                                                                                                                                -        match $crate::assert_process_status_code_value_ge_as_result!($a_process, $b_process) {
                                                                                                                                                                                +        match $crate::assert_status_code_value_ge_as_result!($a_process, $b_process) {
                                                                                                                                                                                             Ok(x) => x,
                                                                                                                                                                                             Err(err) => panic!("{}", err),
                                                                                                                                                                                         }
                                                                                                                                                                                     }};
                                                                                                                                                                                     ($a_process:expr, $b_process:expr, $($message:tt)+) => {{
                                                                                                                                                                                -        match $crate::assert_process_status_code_value_ge_as_result!($a_process, $b_process) {
                                                                                                                                                                                +        match $crate::assert_status_code_value_ge_as_result!($a_process, $b_process) {
                                                                                                                                                                                             Ok(x) => x,
                                                                                                                                                                                             Err(_err) => panic!("{}", $($message)+),
                                                                                                                                                                                         }
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a status code value is greater than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a ⇒ status ⇒ code ⇒ value ≥ b ⇒ status ⇒ code ⇒ value
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// This macro provides the same statements as [`assert_process_status_code_value_ge`](macro.assert_process_status_code_value_ge.html),
                                                                                                                                                                                +/// This macro provides the same statements as [`assert_status_code_value_ge`](macro.assert_status_code_value_ge.html),
                                                                                                                                                                                 /// except this macro's statements are only enabled in non-optimized
                                                                                                                                                                                 /// builds by default. An optimized build will not execute this macro's
                                                                                                                                                                                 /// statements unless `-C debug-assertions` is passed to the compiler.
                                                                                                                                                                                @@ -558,15 +558,15 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_ge`](macro@crate::assert_process_status_code_value_ge)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_ge`](macro@crate::assert_process_status_code_value_ge)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_ge`](macro@crate::debug_assert_process_status_code_value_ge)
                                                                                                                                                                                +/// * [`assert_status_code_value_ge`](macro@crate::assert_status_code_value_ge)
                                                                                                                                                                                +/// * [`assert_status_code_value_ge`](macro@crate::assert_status_code_value_ge)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_ge`](macro@crate::debug_assert_status_code_value_ge)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! debug_assert_process_status_code_value_ge {
                                                                                                                                                                                +macro_rules! debug_assert_status_code_value_ge {
                                                                                                                                                                                     ($($arg:tt)*) => {
                                                                                                                                                                                         if $crate::cfg!(debug_assertions) {
                                                                                                                                                                                -            $crate::assert_process_status_code_value_ge!($($arg)*);
                                                                                                                                                                                +            $crate::assert_status_code_value_ge!($($arg)*);
                                                                                                                                                                                         }
                                                                                                                                                                                     };
                                                                                                                                                                                 }
                                                                                                                                                                                diff --git a/doc/src/lib/assert_process/assert_process_status_code_value_ge_x.rs.html b/doc/src/lib/assert_status/assert_status_code_value_ge_x.rs.html
                                                                                                                                                                                similarity index 76%
                                                                                                                                                                                rename from doc/src/lib/assert_process/assert_process_status_code_value_ge_x.rs.html
                                                                                                                                                                                rename to doc/src/lib/assert_status/assert_status_code_value_ge_x.rs.html
                                                                                                                                                                                index 35ac9a94e..8f865feb9 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_process/assert_process_status_code_value_ge_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_status/assert_status_code_value_ge_x.rs.html
                                                                                                                                                                                @@ -1,4 +1,4 @@
                                                                                                                                                                                -assert_process_status_code_value_ge_x.rs - source
                                                                                                                                                                                1
                                                                                                                                                                                +assert_status_code_value_ge_x.rs - source
                                                                                                                                                                                1
                                                                                                                                                                                 2
                                                                                                                                                                                 3
                                                                                                                                                                                 4
                                                                                                                                                                                @@ -272,7 +272,7 @@
                                                                                                                                                                                 272
                                                                                                                                                                                 273
                                                                                                                                                                                 274
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a process status code value is greater than or equal to an expression.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a status code value is greater than or equal to an expression.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a.len() ≥ b
                                                                                                                                                                                @@ -286,17 +286,17 @@
                                                                                                                                                                                 //! # fn main() {
                                                                                                                                                                                 //! let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
                                                                                                                                                                                 //! let b = 1;
                                                                                                                                                                                -//! assert_process_status_code_value_ge_x!(a, b);
                                                                                                                                                                                +//! assert_status_code_value_ge_x!(a, b);
                                                                                                                                                                                 //! # }
                                                                                                                                                                                 //! ```
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! # Module macros
                                                                                                                                                                                 //!
                                                                                                                                                                                -//! * [`assert_process_status_code_value_ge_x`](macro@crate::assert_process_status_code_value_ge_x)
                                                                                                                                                                                -//! * [`assert_process_status_code_value_ge_x_as_result`](macro@crate::assert_process_status_code_value_ge_x_as_result)
                                                                                                                                                                                -//! * [`debug_assert_process_status_code_value_ge_x`](macro@crate::debug_assert_process_status_code_value_ge_x)
                                                                                                                                                                                +//! * [`assert_status_code_value_ge_x`](macro@crate::assert_status_code_value_ge_x)
                                                                                                                                                                                +//! * [`assert_status_code_value_ge_x_as_result`](macro@crate::assert_status_code_value_ge_x_as_result)
                                                                                                                                                                                +//! * [`debug_assert_status_code_value_ge_x`](macro@crate::debug_assert_status_code_value_ge_x)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a process status code value is greater than or equal to an expression.
                                                                                                                                                                                +/// Assert a status code value is greater than or equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() ≥ b
                                                                                                                                                                                @@ -313,12 +313,12 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_ge_x`](macro@crate::assert_process_status_code_value_ge_x)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_ge_x_as_result`](macro@crate::assert_process_status_code_value_ge_x_as_result)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_ge_x`](macro@crate::debug_assert_process_status_code_value_ge_x)
                                                                                                                                                                                +/// * [`assert_status_code_value_ge_x`](macro@crate::assert_status_code_value_ge_x)
                                                                                                                                                                                +/// * [`assert_status_code_value_ge_x_as_result`](macro@crate::assert_status_code_value_ge_x_as_result)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_ge_x`](macro@crate::debug_assert_status_code_value_ge_x)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! assert_process_status_code_value_ge_x_as_result {
                                                                                                                                                                                +macro_rules! assert_status_code_value_ge_x_as_result {
                                                                                                                                                                                     ($a_process:expr, $b:expr $(,)?) => {{
                                                                                                                                                                                         match ($a_process.status()) {
                                                                                                                                                                                             Ok(a1) => {
                                                                                                                                                                                @@ -330,8 +330,8 @@
                                                                                                                                                                                                             Err(
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                -                                        "assertion failed: `assert_process_status_code_value_ge_x!(a, b)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ge_x.html\n",
                                                                                                                                                                                +                                        "assertion failed: `assert_status_code_value_ge_x!(a, b)`\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ge_x.html\n",
                                                                                                                                                                                                                         " a label: `{}`,\n",
                                                                                                                                                                                                                         " a debug: `{:?}`,\n",
                                                                                                                                                                                                                         " a value: `{:?}`,\n",
                                                                                                                                                                                @@ -351,8 +351,8 @@
                                                                                                                                                                                                         Err(
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                -                                    "assertion failed: `assert_process_status_code_value_ge_x!(a, b)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ge_x.html\n",
                                                                                                                                                                                +                                    "assertion failed: `assert_status_code_value_ge_x!(a, b)`\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ge_x.html\n",
                                                                                                                                                                                                                     " a label: `{}`,\n",
                                                                                                                                                                                                                     " a debug: `{:?}`,\n",
                                                                                                                                                                                                                     "  a code: `{:?}`,\n",
                                                                                                                                                                                @@ -373,8 +373,8 @@
                                                                                                                                                                                                 Err(
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                -                            "assertion failed: `assert_process_status_code_value_ge_x!(a, b)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ge_x.html\n",
                                                                                                                                                                                +                            "assertion failed: `assert_status_code_value_ge_x!(a, b)`\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ge_x.html\n",
                                                                                                                                                                                                             "  a label: `{}`,\n",
                                                                                                                                                                                                             "  a debug: `{:?}`,\n",
                                                                                                                                                                                                             " a status: `{:?}`,\n",
                                                                                                                                                                                @@ -402,7 +402,7 @@
                                                                                                                                                                                         let mut a = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         a.arg("2");
                                                                                                                                                                                         let b = 1;
                                                                                                                                                                                -        let result = assert_process_status_code_value_ge_x_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_ge_x_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(result.unwrap(), 2);
                                                                                                                                                                                     }
                                                                                                                                                                                 
                                                                                                                                                                                @@ -411,7 +411,7 @@
                                                                                                                                                                                         let mut a = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         a.arg("1");
                                                                                                                                                                                         let b = 1;
                                                                                                                                                                                -        let result = assert_process_status_code_value_ge_x_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_ge_x_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(result.unwrap(), 1);
                                                                                                                                                                                     }
                                                                                                                                                                                 
                                                                                                                                                                                @@ -420,12 +420,12 @@
                                                                                                                                                                                         let mut a = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         a.arg("1");
                                                                                                                                                                                         let b = 2;
                                                                                                                                                                                -        let result = assert_process_status_code_value_ge_x_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_ge_x_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                -                "assertion failed: `assert_process_status_code_value_ge_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ge_x.html\n",
                                                                                                                                                                                +                "assertion failed: `assert_status_code_value_ge_x!(a, b)`\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ge_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"bin/exit-with-arg\" \"1\"`,\n",
                                                                                                                                                                                                 " a value: `1`,\n",
                                                                                                                                                                                @@ -436,7 +436,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a process status code value is greater than or equal to an expression.
                                                                                                                                                                                +/// Assert a status code value is greater than or equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() ≥ b
                                                                                                                                                                                @@ -456,16 +456,16 @@
                                                                                                                                                                                 /// # fn main() {
                                                                                                                                                                                 /// let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
                                                                                                                                                                                 /// let b = 1;
                                                                                                                                                                                -/// assert_process_status_code_value_ge_x!(a, b);
                                                                                                                                                                                +/// assert_status_code_value_ge_x!(a, b);
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # let result = panic::catch_unwind(|| {
                                                                                                                                                                                 /// // This will panic
                                                                                                                                                                                 /// let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                 /// let b = 2;
                                                                                                                                                                                -/// assert_process_status_code_value_ge_x!(a, b);
                                                                                                                                                                                +/// assert_status_code_value_ge_x!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                -/// // assertion failed: `assert_process_status_code_value_ge_x!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ge_x.html
                                                                                                                                                                                +/// // assertion failed: `assert_status_code_value_ge_x!(a, b)`
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ge_x.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                 /// //  a value: `1`",
                                                                                                                                                                                @@ -473,8 +473,8 @@
                                                                                                                                                                                 /// //  b debug: `2`
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                -/// #     "assertion failed: `assert_process_status_code_value_ge_x!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ge_x.html\n",
                                                                                                                                                                                +/// #     "assertion failed: `assert_status_code_value_ge_x!(a, b)`\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ge_x.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"bin/exit-with-arg\" \"1\"`,\n",
                                                                                                                                                                                 /// #     " a value: `1`,\n",
                                                                                                                                                                                @@ -487,32 +487,32 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_ge_x`](macro@crate::assert_process_status_code_value_ge_x)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_ge_x_as_result`](macro@crate::assert_process_status_code_value_ge_x_as_result)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_ge_x`](macro@crate::debug_assert_process_status_code_value_ge_x)
                                                                                                                                                                                +/// * [`assert_status_code_value_ge_x`](macro@crate::assert_status_code_value_ge_x)
                                                                                                                                                                                +/// * [`assert_status_code_value_ge_x_as_result`](macro@crate::assert_status_code_value_ge_x_as_result)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_ge_x`](macro@crate::debug_assert_status_code_value_ge_x)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! assert_process_status_code_value_ge_x {
                                                                                                                                                                                +macro_rules! assert_status_code_value_ge_x {
                                                                                                                                                                                     ($a_process:expr, $b:expr $(,)?) => {{
                                                                                                                                                                                -        match $crate::assert_process_status_code_value_ge_x_as_result!($a_process, $b) {
                                                                                                                                                                                +        match $crate::assert_status_code_value_ge_x_as_result!($a_process, $b) {
                                                                                                                                                                                             Ok(x) => x,
                                                                                                                                                                                             Err(err) => panic!("{}", err),
                                                                                                                                                                                         }
                                                                                                                                                                                     }};
                                                                                                                                                                                     ($a_process:expr, $b:expr, $($message:tt)+) => {{
                                                                                                                                                                                -        match $crate::assert_process_status_code_value_ge_x_as_result!($a_process, $b) {
                                                                                                                                                                                +        match $crate::assert_status_code_value_ge_x_as_result!($a_process, $b) {
                                                                                                                                                                                             Ok(x) => x,
                                                                                                                                                                                             Err(_err) => panic!("{}", $($message)+),
                                                                                                                                                                                         }
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a status code value is greater than or equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() ≥ b
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// This macro provides the same statements as [`assert_process_status_code_value_ge_x`](macro.assert_process_status_code_value_ge_x.html),
                                                                                                                                                                                +/// This macro provides the same statements as [`assert_status_code_value_ge_x`](macro.assert_status_code_value_ge_x.html),
                                                                                                                                                                                 /// except this macro's statements are only enabled in non-optimized
                                                                                                                                                                                 /// builds by default. An optimized build will not execute this macro's
                                                                                                                                                                                 /// statements unless `-C debug-assertions` is passed to the compiler.
                                                                                                                                                                                @@ -534,15 +534,15 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_ge_x`](macro@crate::assert_process_status_code_value_ge_x)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_ge_x`](macro@crate::assert_process_status_code_value_ge_x)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_ge_x`](macro@crate::debug_assert_process_status_code_value_ge_x)
                                                                                                                                                                                +/// * [`assert_status_code_value_ge_x`](macro@crate::assert_status_code_value_ge_x)
                                                                                                                                                                                +/// * [`assert_status_code_value_ge_x`](macro@crate::assert_status_code_value_ge_x)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_ge_x`](macro@crate::debug_assert_status_code_value_ge_x)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! debug_assert_process_status_code_value_ge_x {
                                                                                                                                                                                +macro_rules! debug_assert_status_code_value_ge_x {
                                                                                                                                                                                     ($($arg:tt)*) => {
                                                                                                                                                                                         if $crate::cfg!(debug_assertions) {
                                                                                                                                                                                -            $crate::assert_process_status_code_value_ge_x!($($arg)*);
                                                                                                                                                                                +            $crate::assert_status_code_value_ge_x!($($arg)*);
                                                                                                                                                                                         }
                                                                                                                                                                                     };
                                                                                                                                                                                 }
                                                                                                                                                                                diff --git a/doc/src/lib/assert_process/assert_process_status_code_value_gt.rs.html b/doc/src/lib/assert_status/assert_status_code_value_gt.rs.html
                                                                                                                                                                                similarity index 79%
                                                                                                                                                                                rename from doc/src/lib/assert_process/assert_process_status_code_value_gt.rs.html
                                                                                                                                                                                rename to doc/src/lib/assert_status/assert_status_code_value_gt.rs.html
                                                                                                                                                                                index 56c744df2..11f6444d4 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_process/assert_process_status_code_value_gt.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_status/assert_status_code_value_gt.rs.html
                                                                                                                                                                                @@ -1,4 +1,4 @@
                                                                                                                                                                                -assert_process_status_code_value_gt.rs - source
                                                                                                                                                                                1
                                                                                                                                                                                +assert_status_code_value_gt.rs - source
                                                                                                                                                                                1
                                                                                                                                                                                 2
                                                                                                                                                                                 3
                                                                                                                                                                                 4
                                                                                                                                                                                @@ -296,7 +296,7 @@
                                                                                                                                                                                 296
                                                                                                                                                                                 297
                                                                                                                                                                                 298
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a process status code value is greater than another.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a status code value is greater than another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a ⇒ status ⇒ code ⇒ value > b ⇒ status ⇒ code ⇒ value
                                                                                                                                                                                @@ -310,17 +310,17 @@
                                                                                                                                                                                 //! # fn main() {
                                                                                                                                                                                 //! let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
                                                                                                                                                                                 //! let mut b = Command::new("bin/exit-with-arg"); b.arg("1");
                                                                                                                                                                                -//! assert_process_status_code_value_gt!(a, b);
                                                                                                                                                                                +//! assert_status_code_value_gt!(a, b);
                                                                                                                                                                                 //! # }
                                                                                                                                                                                 //! ```
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! # Module macros
                                                                                                                                                                                 //!
                                                                                                                                                                                -//! * [`assert_process_status_code_value_gt`](macro@crate::assert_process_status_code_value_gt)
                                                                                                                                                                                -//! * [`assert_process_status_code_value_gt_as_result`](macro@crate::assert_process_status_code_value_gt_as_result)
                                                                                                                                                                                -//! * [`debug_assert_process_status_code_value_gt`](macro@crate::debug_assert_process_status_code_value_gt)
                                                                                                                                                                                +//! * [`assert_status_code_value_gt`](macro@crate::assert_status_code_value_gt)
                                                                                                                                                                                +//! * [`assert_status_code_value_gt_as_result`](macro@crate::assert_status_code_value_gt_as_result)
                                                                                                                                                                                +//! * [`debug_assert_status_code_value_gt`](macro@crate::debug_assert_status_code_value_gt)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a process status code value is greater than another.
                                                                                                                                                                                +/// Assert a status code value is greater than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a ⇒ status ⇒ code ⇒ value > b ⇒ status ⇒ code ⇒ value
                                                                                                                                                                                @@ -337,12 +337,12 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_gt`](macro@crate::assert_process_status_code_value_gt)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_gt_as_result`](macro@crate::assert_process_status_code_value_gt_as_result)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_gt`](macro@crate::debug_assert_process_status_code_value_gt)
                                                                                                                                                                                +/// * [`assert_status_code_value_gt`](macro@crate::assert_status_code_value_gt)
                                                                                                                                                                                +/// * [`assert_status_code_value_gt_as_result`](macro@crate::assert_status_code_value_gt_as_result)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_gt`](macro@crate::debug_assert_status_code_value_gt)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! assert_process_status_code_value_gt_as_result {
                                                                                                                                                                                +macro_rules! assert_status_code_value_gt_as_result {
                                                                                                                                                                                     ($a_process:expr, $b_process:expr $(,)?) => {{
                                                                                                                                                                                         match ($a_process.status(), $b_process.status()) {
                                                                                                                                                                                             (Ok(a1), Ok(b1)) => {
                                                                                                                                                                                @@ -354,8 +354,8 @@
                                                                                                                                                                                                             Err(
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                -                                        "assertion failed: `assert_process_status_code_value_gt!(a, b)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_gt.html\n",
                                                                                                                                                                                +                                        "assertion failed: `assert_status_code_value_gt!(a, b)`\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_gt.html\n",
                                                                                                                                                                                                                         " a label: `{}`,\n",
                                                                                                                                                                                                                         " a debug: `{:?}`,\n",
                                                                                                                                                                                                                         " a value: `{:?}`,\n",
                                                                                                                                                                                @@ -377,8 +377,8 @@
                                                                                                                                                                                                         Err(
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                -                                    "assertion failed: `assert_process_status_code_value_gt!(a, b)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_gt.html\n",
                                                                                                                                                                                +                                    "assertion failed: `assert_status_code_value_gt!(a, b)`\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_gt.html\n",
                                                                                                                                                                                                                     " a label: `{}`,\n",
                                                                                                                                                                                                                     " a debug: `{:?}`,\n",
                                                                                                                                                                                                                     "  a code: `{:?}`,\n",
                                                                                                                                                                                @@ -401,8 +401,8 @@
                                                                                                                                                                                                 Err(
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                -                            "assertion failed: `assert_process_status_code_value_gt!(a, b)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_gt.html\n",
                                                                                                                                                                                +                            "assertion failed: `assert_status_code_value_gt!(a, b)`\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_gt.html\n",
                                                                                                                                                                                                             "  a label: `{}`,\n",
                                                                                                                                                                                                             "  a debug: `{:?}`,\n",
                                                                                                                                                                                                             " a status: `{:?}`,\n",
                                                                                                                                                                                @@ -433,7 +433,7 @@
                                                                                                                                                                                         a.arg("2");
                                                                                                                                                                                         let mut b = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         b.arg("1");
                                                                                                                                                                                -        let result = assert_process_status_code_value_gt_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_gt_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(result, Ok((2, 1)));
                                                                                                                                                                                     }
                                                                                                                                                                                 
                                                                                                                                                                                @@ -443,12 +443,12 @@
                                                                                                                                                                                         a.arg("1");
                                                                                                                                                                                         let mut b = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         b.arg("1");
                                                                                                                                                                                -        let result = assert_process_status_code_value_gt_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_gt_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                -                "assertion failed: `assert_process_status_code_value_gt!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_gt.html\n",
                                                                                                                                                                                +                "assertion failed: `assert_status_code_value_gt!(a, b)`\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_gt.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"bin/exit-with-arg\" \"1\"`,\n",
                                                                                                                                                                                                 " a value: `1`,\n",
                                                                                                                                                                                @@ -465,12 +465,12 @@
                                                                                                                                                                                         a.arg("1");
                                                                                                                                                                                         let mut b = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         b.arg("2");
                                                                                                                                                                                -        let result = assert_process_status_code_value_gt_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_gt_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                -                "assertion failed: `assert_process_status_code_value_gt!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_gt.html\n",
                                                                                                                                                                                +                "assertion failed: `assert_status_code_value_gt!(a, b)`\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_gt.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"bin/exit-with-arg\" \"1\"`,\n",
                                                                                                                                                                                                 " a value: `1`,\n",
                                                                                                                                                                                @@ -482,7 +482,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a process status code value is greater than another.
                                                                                                                                                                                +/// Assert a status code value is greater than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a ⇒ status ⇒ code ⇒ value > b ⇒ status ⇒ code ⇒ value
                                                                                                                                                                                @@ -502,16 +502,16 @@
                                                                                                                                                                                 /// # fn main() {
                                                                                                                                                                                 /// let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
                                                                                                                                                                                 /// let mut b = Command::new("bin/exit-with-arg"); b.arg("1");
                                                                                                                                                                                -/// assert_process_status_code_value_gt!(a, b);
                                                                                                                                                                                +/// assert_status_code_value_gt!(a, b);
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # let result = panic::catch_unwind(|| {
                                                                                                                                                                                 /// // This will panic
                                                                                                                                                                                 /// let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                 /// let mut b = Command::new("bin/exit-with-arg"); b.arg("2");
                                                                                                                                                                                -/// assert_process_status_code_value_gt!(a, b);
                                                                                                                                                                                +/// assert_status_code_value_gt!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                -/// // assertion failed: `assert_process_status_code_value_gt!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_gt.html
                                                                                                                                                                                +/// // assertion failed: `assert_status_code_value_gt!(a, b)`
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_gt.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                 /// //  a value: `1`",
                                                                                                                                                                                @@ -520,8 +520,8 @@
                                                                                                                                                                                 /// //  b value: `2`"
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                -/// #     "assertion failed: `assert_process_status_code_value_gt!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_gt.html\n",
                                                                                                                                                                                +/// #     "assertion failed: `assert_status_code_value_gt!(a, b)`\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_gt.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"bin/exit-with-arg\" \"1\"`,\n",
                                                                                                                                                                                 /// #     " a value: `1`,\n",
                                                                                                                                                                                @@ -535,32 +535,32 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_gt`](macro@crate::assert_process_status_code_value_gt)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_gt_as_result`](macro@crate::assert_process_status_code_value_gt_as_result)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_gt`](macro@crate::debug_assert_process_status_code_value_gt)
                                                                                                                                                                                +/// * [`assert_status_code_value_gt`](macro@crate::assert_status_code_value_gt)
                                                                                                                                                                                +/// * [`assert_status_code_value_gt_as_result`](macro@crate::assert_status_code_value_gt_as_result)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_gt`](macro@crate::debug_assert_status_code_value_gt)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! assert_process_status_code_value_gt {
                                                                                                                                                                                +macro_rules! assert_status_code_value_gt {
                                                                                                                                                                                     ($a_process:expr, $b_process:expr $(,)?) => {{
                                                                                                                                                                                -        match $crate::assert_process_status_code_value_gt_as_result!($a_process, $b_process) {
                                                                                                                                                                                +        match $crate::assert_status_code_value_gt_as_result!($a_process, $b_process) {
                                                                                                                                                                                             Ok(x) => x,
                                                                                                                                                                                             Err(err) => panic!("{}", err),
                                                                                                                                                                                         }
                                                                                                                                                                                     }};
                                                                                                                                                                                     ($a_process:expr, $b_process:expr, $($message:tt)+) => {{
                                                                                                                                                                                -        match $crate::assert_process_status_code_value_gt_as_result!($a_process, $b_process) {
                                                                                                                                                                                +        match $crate::assert_status_code_value_gt_as_result!($a_process, $b_process) {
                                                                                                                                                                                             Ok(x) => x,
                                                                                                                                                                                             Err(_err) => panic!("{}", $($message)+),
                                                                                                                                                                                         }
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a status code value is greater than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a ⇒ status ⇒ code ⇒ value > b ⇒ status ⇒ code ⇒ value
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// This macro provides the same statements as [`assert_process_status_code_value_gt`](macro.assert_process_status_code_value_gt.html),
                                                                                                                                                                                +/// This macro provides the same statements as [`assert_status_code_value_gt`](macro.assert_status_code_value_gt.html),
                                                                                                                                                                                 /// except this macro's statements are only enabled in non-optimized
                                                                                                                                                                                 /// builds by default. An optimized build will not execute this macro's
                                                                                                                                                                                 /// statements unless `-C debug-assertions` is passed to the compiler.
                                                                                                                                                                                @@ -582,15 +582,15 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_gt`](macro@crate::assert_process_status_code_value_gt)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_gt`](macro@crate::assert_process_status_code_value_gt)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_gt`](macro@crate::debug_assert_process_status_code_value_gt)
                                                                                                                                                                                +/// * [`assert_status_code_value_gt`](macro@crate::assert_status_code_value_gt)
                                                                                                                                                                                +/// * [`assert_status_code_value_gt`](macro@crate::assert_status_code_value_gt)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_gt`](macro@crate::debug_assert_status_code_value_gt)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! debug_assert_process_status_code_value_gt {
                                                                                                                                                                                +macro_rules! debug_assert_status_code_value_gt {
                                                                                                                                                                                     ($($arg:tt)*) => {
                                                                                                                                                                                         if $crate::cfg!(debug_assertions) {
                                                                                                                                                                                -            $crate::assert_process_status_code_value_gt!($($arg)*);
                                                                                                                                                                                +            $crate::assert_status_code_value_gt!($($arg)*);
                                                                                                                                                                                         }
                                                                                                                                                                                     };
                                                                                                                                                                                 }
                                                                                                                                                                                diff --git a/doc/src/lib/assert_process/assert_process_status_code_value_gt_x.rs.html b/doc/src/lib/assert_status/assert_status_code_value_gt_x.rs.html
                                                                                                                                                                                similarity index 77%
                                                                                                                                                                                rename from doc/src/lib/assert_process/assert_process_status_code_value_gt_x.rs.html
                                                                                                                                                                                rename to doc/src/lib/assert_status/assert_status_code_value_gt_x.rs.html
                                                                                                                                                                                index ec80c4d24..5752fc777 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_process/assert_process_status_code_value_gt_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_status/assert_status_code_value_gt_x.rs.html
                                                                                                                                                                                @@ -1,4 +1,4 @@
                                                                                                                                                                                -assert_process_status_code_value_gt_x.rs - source
                                                                                                                                                                                1
                                                                                                                                                                                +assert_status_code_value_gt_x.rs - source
                                                                                                                                                                                1
                                                                                                                                                                                 2
                                                                                                                                                                                 3
                                                                                                                                                                                 4
                                                                                                                                                                                @@ -283,7 +283,7 @@
                                                                                                                                                                                 283
                                                                                                                                                                                 284
                                                                                                                                                                                 285
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a process status code value is greater than an expression.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a status code value is greater than an expression.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a.len() > b
                                                                                                                                                                                @@ -297,17 +297,17 @@
                                                                                                                                                                                 //! # fn main() {
                                                                                                                                                                                 //! let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
                                                                                                                                                                                 //! let b = 1;
                                                                                                                                                                                -//! assert_process_status_code_value_gt_x!(a, b);
                                                                                                                                                                                +//! assert_status_code_value_gt_x!(a, b);
                                                                                                                                                                                 //! # }
                                                                                                                                                                                 //! ```
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! # Module macros
                                                                                                                                                                                 //!
                                                                                                                                                                                -//! * [`assert_process_status_code_value_gt_x`](macro@crate::assert_process_status_code_value_gt_x)
                                                                                                                                                                                -//! * [`assert_process_status_code_value_gt_x_as_result`](macro@crate::assert_process_status_code_value_gt_x_as_result)
                                                                                                                                                                                -//! * [`debug_assert_process_status_code_value_gt_x`](macro@crate::debug_assert_process_status_code_value_gt_x)
                                                                                                                                                                                +//! * [`assert_status_code_value_gt_x`](macro@crate::assert_status_code_value_gt_x)
                                                                                                                                                                                +//! * [`assert_status_code_value_gt_x_as_result`](macro@crate::assert_status_code_value_gt_x_as_result)
                                                                                                                                                                                +//! * [`debug_assert_status_code_value_gt_x`](macro@crate::debug_assert_status_code_value_gt_x)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a process status code value is greater than an expression.
                                                                                                                                                                                +/// Assert a status code value is greater than an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() > b
                                                                                                                                                                                @@ -324,12 +324,12 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_gt_x`](macro@crate::assert_process_status_code_value_gt_x)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_gt_x_as_result`](macro@crate::assert_process_status_code_value_gt_x_as_result)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_gt_x`](macro@crate::debug_assert_process_status_code_value_gt_x)
                                                                                                                                                                                +/// * [`assert_status_code_value_gt_x`](macro@crate::assert_status_code_value_gt_x)
                                                                                                                                                                                +/// * [`assert_status_code_value_gt_x_as_result`](macro@crate::assert_status_code_value_gt_x_as_result)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_gt_x`](macro@crate::debug_assert_status_code_value_gt_x)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! assert_process_status_code_value_gt_x_as_result {
                                                                                                                                                                                +macro_rules! assert_status_code_value_gt_x_as_result {
                                                                                                                                                                                     ($a_process:expr, $b:expr $(,)?) => {{
                                                                                                                                                                                         match ($a_process.status()) {
                                                                                                                                                                                             Ok(a1) => {
                                                                                                                                                                                @@ -341,8 +341,8 @@
                                                                                                                                                                                                             Err(
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                -                                        "assertion failed: `assert_process_status_code_value_gt_x!(a, b)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_gt_x.html\n",
                                                                                                                                                                                +                                        "assertion failed: `assert_status_code_value_gt_x!(a, b)`\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_gt_x.html\n",
                                                                                                                                                                                                                         " a label: `{}`,\n",
                                                                                                                                                                                                                         " a debug: `{:?}`,\n",
                                                                                                                                                                                                                         " a value: `{:?}`,\n",
                                                                                                                                                                                @@ -362,8 +362,8 @@
                                                                                                                                                                                                         Err(
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                -                                    "assertion failed: `assert_process_status_code_value_gt_x!(a, b)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_gt_x.html\n",
                                                                                                                                                                                +                                    "assertion failed: `assert_status_code_value_gt_x!(a, b)`\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_gt_x.html\n",
                                                                                                                                                                                                                     " a label: `{}`,\n",
                                                                                                                                                                                                                     " a debug: `{:?}`,\n",
                                                                                                                                                                                                                     "  a code: `{:?}`,\n",
                                                                                                                                                                                @@ -384,8 +384,8 @@
                                                                                                                                                                                                 Err(
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                -                            "assertion failed: `assert_process_status_code_value_gt_x!(a, b)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_gt_x.html\n",
                                                                                                                                                                                +                            "assertion failed: `assert_status_code_value_gt_x!(a, b)`\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_gt_x.html\n",
                                                                                                                                                                                                             "  a label: `{}`,\n",
                                                                                                                                                                                                             "  a debug: `{:?}`,\n",
                                                                                                                                                                                                             " a status: `{:?}`,\n",
                                                                                                                                                                                @@ -413,7 +413,7 @@
                                                                                                                                                                                         let mut a = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         a.arg("2");
                                                                                                                                                                                         let b = 1;
                                                                                                                                                                                -        let result = assert_process_status_code_value_gt_x_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_gt_x_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(result.unwrap(), 2);
                                                                                                                                                                                     }
                                                                                                                                                                                 
                                                                                                                                                                                @@ -422,12 +422,12 @@
                                                                                                                                                                                         let mut a = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         a.arg("1");
                                                                                                                                                                                         let b = 1;
                                                                                                                                                                                -        let result = assert_process_status_code_value_gt_x_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_gt_x_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                -                "assertion failed: `assert_process_status_code_value_gt_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_gt_x.html\n",
                                                                                                                                                                                +                "assertion failed: `assert_status_code_value_gt_x!(a, b)`\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_gt_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"bin/exit-with-arg\" \"1\"`,\n",
                                                                                                                                                                                                 " a value: `1`,\n",
                                                                                                                                                                                @@ -442,12 +442,12 @@
                                                                                                                                                                                         let mut a = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         a.arg("1");
                                                                                                                                                                                         let b = 2;
                                                                                                                                                                                -        let result = assert_process_status_code_value_gt_x_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_gt_x_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                -                "assertion failed: `assert_process_status_code_value_gt_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_gt_x.html\n",
                                                                                                                                                                                +                "assertion failed: `assert_status_code_value_gt_x!(a, b)`\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_gt_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"bin/exit-with-arg\" \"1\"`,\n",
                                                                                                                                                                                                 " a value: `1`,\n",
                                                                                                                                                                                @@ -458,7 +458,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a process status code value is greater than an expression.
                                                                                                                                                                                +/// Assert a status code value is greater than an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() > b
                                                                                                                                                                                @@ -478,16 +478,16 @@
                                                                                                                                                                                 /// # fn main() {
                                                                                                                                                                                 /// let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
                                                                                                                                                                                 /// let b = 1;
                                                                                                                                                                                -/// assert_process_status_code_value_gt_x!(a, b);
                                                                                                                                                                                +/// assert_status_code_value_gt_x!(a, b);
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # let result = panic::catch_unwind(|| {
                                                                                                                                                                                 /// // This will panic
                                                                                                                                                                                 /// let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                 /// let b = 2;
                                                                                                                                                                                -/// assert_process_status_code_value_gt_x!(a, b);
                                                                                                                                                                                +/// assert_status_code_value_gt_x!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                -/// // assertion failed: `assert_process_status_code_value_gt_x!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_gt_x.html
                                                                                                                                                                                +/// // assertion failed: `assert_status_code_value_gt_x!(a, b)`
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_gt_x.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                 /// //  a value: `1`",
                                                                                                                                                                                @@ -495,8 +495,8 @@
                                                                                                                                                                                 /// //  b debug: `2`
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                -/// #     "assertion failed: `assert_process_status_code_value_gt_x!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_gt_x.html\n",
                                                                                                                                                                                +/// #     "assertion failed: `assert_status_code_value_gt_x!(a, b)`\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_gt_x.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"bin/exit-with-arg\" \"1\"`,\n",
                                                                                                                                                                                 /// #     " a value: `1`,\n",
                                                                                                                                                                                @@ -509,32 +509,32 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_gt_x`](macro@crate::assert_process_status_code_value_gt_x)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_gt_x_as_result`](macro@crate::assert_process_status_code_value_gt_x_as_result)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_gt_x`](macro@crate::debug_assert_process_status_code_value_gt_x)
                                                                                                                                                                                +/// * [`assert_status_code_value_gt_x`](macro@crate::assert_status_code_value_gt_x)
                                                                                                                                                                                +/// * [`assert_status_code_value_gt_x_as_result`](macro@crate::assert_status_code_value_gt_x_as_result)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_gt_x`](macro@crate::debug_assert_status_code_value_gt_x)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! assert_process_status_code_value_gt_x {
                                                                                                                                                                                +macro_rules! assert_status_code_value_gt_x {
                                                                                                                                                                                     ($a_process:expr, $b:expr $(,)?) => {{
                                                                                                                                                                                -        match $crate::assert_process_status_code_value_gt_x_as_result!($a_process, $b) {
                                                                                                                                                                                +        match $crate::assert_status_code_value_gt_x_as_result!($a_process, $b) {
                                                                                                                                                                                             Ok(x) => x,
                                                                                                                                                                                             Err(err) => panic!("{}", err),
                                                                                                                                                                                         }
                                                                                                                                                                                     }};
                                                                                                                                                                                     ($a_process:expr, $b:expr, $($message:tt)+) => {{
                                                                                                                                                                                -        match $crate::assert_process_status_code_value_gt_x_as_result!($a_process, $b) {
                                                                                                                                                                                +        match $crate::assert_status_code_value_gt_x_as_result!($a_process, $b) {
                                                                                                                                                                                             Ok(x) => x,
                                                                                                                                                                                             Err(_err) => panic!("{}", $($message)+),
                                                                                                                                                                                         }
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a status code value is greater than an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() > b
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// This macro provides the same statements as [`assert_process_status_code_value_gt_x`](macro.assert_process_status_code_value_gt_x.html),
                                                                                                                                                                                +/// This macro provides the same statements as [`assert_status_code_value_gt_x`](macro.assert_status_code_value_gt_x.html),
                                                                                                                                                                                 /// except this macro's statements are only enabled in non-optimized
                                                                                                                                                                                 /// builds by default. An optimized build will not execute this macro's
                                                                                                                                                                                 /// statements unless `-C debug-assertions` is passed to the compiler.
                                                                                                                                                                                @@ -556,15 +556,15 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_gt_x`](macro@crate::assert_process_status_code_value_gt_x)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_gt_x`](macro@crate::assert_process_status_code_value_gt_x)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_gt_x`](macro@crate::debug_assert_process_status_code_value_gt_x)
                                                                                                                                                                                +/// * [`assert_status_code_value_gt_x`](macro@crate::assert_status_code_value_gt_x)
                                                                                                                                                                                +/// * [`assert_status_code_value_gt_x`](macro@crate::assert_status_code_value_gt_x)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_gt_x`](macro@crate::debug_assert_status_code_value_gt_x)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! debug_assert_process_status_code_value_gt_x {
                                                                                                                                                                                +macro_rules! debug_assert_status_code_value_gt_x {
                                                                                                                                                                                     ($($arg:tt)*) => {
                                                                                                                                                                                         if $crate::cfg!(debug_assertions) {
                                                                                                                                                                                -            $crate::assert_process_status_code_value_gt_x!($($arg)*);
                                                                                                                                                                                +            $crate::assert_status_code_value_gt_x!($($arg)*);
                                                                                                                                                                                         }
                                                                                                                                                                                     };
                                                                                                                                                                                 }
                                                                                                                                                                                diff --git a/doc/src/lib/assert_process/assert_process_status_code_value_le.rs.html b/doc/src/lib/assert_status/assert_status_code_value_le.rs.html
                                                                                                                                                                                similarity index 78%
                                                                                                                                                                                rename from doc/src/lib/assert_process/assert_process_status_code_value_le.rs.html
                                                                                                                                                                                rename to doc/src/lib/assert_status/assert_status_code_value_le.rs.html
                                                                                                                                                                                index 9eaefd1ef..e0d507b4a 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_process/assert_process_status_code_value_le.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_status/assert_status_code_value_le.rs.html
                                                                                                                                                                                @@ -1,4 +1,4 @@
                                                                                                                                                                                -assert_process_status_code_value_le.rs - source
                                                                                                                                                                                1
                                                                                                                                                                                +assert_status_code_value_le.rs - source
                                                                                                                                                                                1
                                                                                                                                                                                 2
                                                                                                                                                                                 3
                                                                                                                                                                                 4
                                                                                                                                                                                @@ -284,7 +284,7 @@
                                                                                                                                                                                 284
                                                                                                                                                                                 285
                                                                                                                                                                                 286
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a process status code value is less than or equal to another.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a status code value is less than or equal to another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a ⇒ status ⇒ code ⇒ value ≤ b ⇒ status ⇒ code ⇒ value
                                                                                                                                                                                @@ -298,17 +298,17 @@
                                                                                                                                                                                 //! # fn main() {
                                                                                                                                                                                 //! let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                 //! let mut b = Command::new("bin/exit-with-arg"); b.arg("2");
                                                                                                                                                                                -//! assert_process_status_code_value_le!(a, b);
                                                                                                                                                                                +//! assert_status_code_value_le!(a, b);
                                                                                                                                                                                 //! # }
                                                                                                                                                                                 //! ```
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! # Module macros
                                                                                                                                                                                 //!
                                                                                                                                                                                -//! * [`assert_process_status_code_value_le`](macro@crate::assert_process_status_code_value_le)
                                                                                                                                                                                -//! * [`assert_process_status_code_value_le_as_result`](macro@crate::assert_process_status_code_value_le_as_result)
                                                                                                                                                                                -//! * [`debug_assert_process_status_code_value_le`](macro@crate::debug_assert_process_status_code_value_le)
                                                                                                                                                                                +//! * [`assert_status_code_value_le`](macro@crate::assert_status_code_value_le)
                                                                                                                                                                                +//! * [`assert_status_code_value_le_as_result`](macro@crate::assert_status_code_value_le_as_result)
                                                                                                                                                                                +//! * [`debug_assert_status_code_value_le`](macro@crate::debug_assert_status_code_value_le)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a process status code value is less than or equal to another.
                                                                                                                                                                                +/// Assert a status code value is less than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a ⇒ status ⇒ code ⇒ value ≤ b ⇒ status ⇒ code ⇒ value
                                                                                                                                                                                @@ -325,12 +325,12 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_le`](macro@crate::assert_process_status_code_value_le)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_le_as_result`](macro@crate::assert_process_status_code_value_le_as_result)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_le`](macro@crate::debug_assert_process_status_code_value_le)
                                                                                                                                                                                +/// * [`assert_status_code_value_le`](macro@crate::assert_status_code_value_le)
                                                                                                                                                                                +/// * [`assert_status_code_value_le_as_result`](macro@crate::assert_status_code_value_le_as_result)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_le`](macro@crate::debug_assert_status_code_value_le)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! assert_process_status_code_value_le_as_result {
                                                                                                                                                                                +macro_rules! assert_status_code_value_le_as_result {
                                                                                                                                                                                     ($a_process:expr, $b_process:expr $(,)?) => {{
                                                                                                                                                                                         match ($a_process.status(), $b_process.status()) {
                                                                                                                                                                                             (Ok(a1), Ok(b1)) => {
                                                                                                                                                                                @@ -342,8 +342,8 @@
                                                                                                                                                                                                             Err(
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                -                                        "assertion failed: `assert_process_status_code_value_le!(a, b)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_le.html\n",
                                                                                                                                                                                +                                        "assertion failed: `assert_status_code_value_le!(a, b)`\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_le.html\n",
                                                                                                                                                                                                                         " a label: `{}`,\n",
                                                                                                                                                                                                                         " a debug: `{:?}`,\n",
                                                                                                                                                                                                                         " a value: `{:?}`,\n",
                                                                                                                                                                                @@ -365,8 +365,8 @@
                                                                                                                                                                                                         Err(
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                -                                    "assertion failed: `assert_process_status_code_value_le!(a, b)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_le.html\n",
                                                                                                                                                                                +                                    "assertion failed: `assert_status_code_value_le!(a, b)`\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_le.html\n",
                                                                                                                                                                                                                     " a label: `{}`,\n",
                                                                                                                                                                                                                     " a debug: `{:?}`,\n",
                                                                                                                                                                                                                     "  a code: `{:?}`,\n",
                                                                                                                                                                                @@ -389,8 +389,8 @@
                                                                                                                                                                                                 Err(
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                -                            "assertion failed: `assert_process_status_code_value_le!(a, b)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_le.html\n",
                                                                                                                                                                                +                            "assertion failed: `assert_status_code_value_le!(a, b)`\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_le.html\n",
                                                                                                                                                                                                             "  a label: `{}`,\n",
                                                                                                                                                                                                             "  a debug: `{:?}`,\n",
                                                                                                                                                                                                             " a status: `{:?}`,\n",
                                                                                                                                                                                @@ -421,7 +421,7 @@
                                                                                                                                                                                         a.arg("1");
                                                                                                                                                                                         let mut b = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         b.arg("2");
                                                                                                                                                                                -        let result = assert_process_status_code_value_le_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_le_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(result, Ok((1, 2)));
                                                                                                                                                                                     }
                                                                                                                                                                                 
                                                                                                                                                                                @@ -431,7 +431,7 @@
                                                                                                                                                                                         a.arg("1");
                                                                                                                                                                                         let mut b = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         b.arg("1");
                                                                                                                                                                                -        let result = assert_process_status_code_value_le_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_le_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(result.unwrap(), (1, 1));
                                                                                                                                                                                     }
                                                                                                                                                                                 
                                                                                                                                                                                @@ -441,12 +441,12 @@
                                                                                                                                                                                         a.arg("2");
                                                                                                                                                                                         let mut b = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         b.arg("1");
                                                                                                                                                                                -        let result = assert_process_status_code_value_le_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_le_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                -                "assertion failed: `assert_process_status_code_value_le!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_le.html\n",
                                                                                                                                                                                +                "assertion failed: `assert_status_code_value_le!(a, b)`\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_le.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"bin/exit-with-arg\" \"2\"`,\n",
                                                                                                                                                                                                 " a value: `2`,\n",
                                                                                                                                                                                @@ -458,7 +458,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a process status code value is less than or equal to another.
                                                                                                                                                                                +/// Assert a status code value is less than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a ⇒ status ⇒ code ⇒ value ≤ b ⇒ status ⇒ code ⇒ value
                                                                                                                                                                                @@ -478,16 +478,16 @@
                                                                                                                                                                                 /// # fn main() {
                                                                                                                                                                                 /// let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                 /// let mut b = Command::new("bin/exit-with-arg"); b.arg("2");
                                                                                                                                                                                -/// assert_process_status_code_value_le!(a, b);
                                                                                                                                                                                +/// assert_status_code_value_le!(a, b);
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # let result = panic::catch_unwind(|| {
                                                                                                                                                                                 /// // This will panic
                                                                                                                                                                                 /// let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
                                                                                                                                                                                 /// let mut b = Command::new("bin/exit-with-arg"); b.arg("1");
                                                                                                                                                                                -/// assert_process_status_code_value_le!(a, b);
                                                                                                                                                                                +/// assert_status_code_value_le!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                -/// // assertion failed: `assert_process_status_code_value_le!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_le.html
                                                                                                                                                                                +/// // assertion failed: `assert_status_code_value_le!(a, b)`
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_le.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                 /// //  a value: `2`",
                                                                                                                                                                                @@ -496,8 +496,8 @@
                                                                                                                                                                                 /// //  b value: `1`"
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                -/// #     "assertion failed: `assert_process_status_code_value_le!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_le.html\n",
                                                                                                                                                                                +/// #     "assertion failed: `assert_status_code_value_le!(a, b)`\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_le.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"bin/exit-with-arg\" \"2\"`,\n",
                                                                                                                                                                                 /// #     " a value: `2`,\n",
                                                                                                                                                                                @@ -511,32 +511,32 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_le`](macro@crate::assert_process_status_code_value_le)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_le_as_result`](macro@crate::assert_process_status_code_value_le_as_result)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_le`](macro@crate::debug_assert_process_status_code_value_le)
                                                                                                                                                                                +/// * [`assert_status_code_value_le`](macro@crate::assert_status_code_value_le)
                                                                                                                                                                                +/// * [`assert_status_code_value_le_as_result`](macro@crate::assert_status_code_value_le_as_result)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_le`](macro@crate::debug_assert_status_code_value_le)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! assert_process_status_code_value_le {
                                                                                                                                                                                +macro_rules! assert_status_code_value_le {
                                                                                                                                                                                     ($a_process:expr, $b_process:expr $(,)?) => {{
                                                                                                                                                                                -        match $crate::assert_process_status_code_value_le_as_result!($a_process, $b_process) {
                                                                                                                                                                                +        match $crate::assert_status_code_value_le_as_result!($a_process, $b_process) {
                                                                                                                                                                                             Ok(x) => x,
                                                                                                                                                                                             Err(err) => panic!("{}", err),
                                                                                                                                                                                         }
                                                                                                                                                                                     }};
                                                                                                                                                                                     ($a_process:expr, $b_process:expr, $($message:tt)+) => {{
                                                                                                                                                                                -        match $crate::assert_process_status_code_value_le_as_result!($a_process, $b_process) {
                                                                                                                                                                                +        match $crate::assert_status_code_value_le_as_result!($a_process, $b_process) {
                                                                                                                                                                                             Ok(x) => x,
                                                                                                                                                                                             Err(_err) => panic!("{}", $($message)+),
                                                                                                                                                                                         }
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a status code value is less than or equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a ⇒ status ⇒ code ⇒ value ≤ b ⇒ status ⇒ code ⇒ value
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// This macro provides the same statements as [`assert_process_status_code_value_le`](macro.assert_process_status_code_value_le.html),
                                                                                                                                                                                +/// This macro provides the same statements as [`assert_status_code_value_le`](macro.assert_status_code_value_le.html),
                                                                                                                                                                                 /// except this macro's statements are only enabled in non-optimized
                                                                                                                                                                                 /// builds by default. An optimized build will not execute this macro's
                                                                                                                                                                                 /// statements unless `-C debug-assertions` is passed to the compiler.
                                                                                                                                                                                @@ -558,15 +558,15 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_le`](macro@crate::assert_process_status_code_value_le)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_le`](macro@crate::assert_process_status_code_value_le)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_le`](macro@crate::debug_assert_process_status_code_value_le)
                                                                                                                                                                                +/// * [`assert_status_code_value_le`](macro@crate::assert_status_code_value_le)
                                                                                                                                                                                +/// * [`assert_status_code_value_le`](macro@crate::assert_status_code_value_le)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_le`](macro@crate::debug_assert_status_code_value_le)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! debug_assert_process_status_code_value_le {
                                                                                                                                                                                +macro_rules! debug_assert_status_code_value_le {
                                                                                                                                                                                     ($($arg:tt)*) => {
                                                                                                                                                                                         if $crate::cfg!(debug_assertions) {
                                                                                                                                                                                -            $crate::assert_process_status_code_value_le!($($arg)*);
                                                                                                                                                                                +            $crate::assert_status_code_value_le!($($arg)*);
                                                                                                                                                                                         }
                                                                                                                                                                                     };
                                                                                                                                                                                 }
                                                                                                                                                                                diff --git a/doc/src/lib/assert_process/assert_process_status_code_value_le_x.rs.html b/doc/src/lib/assert_status/assert_status_code_value_le_x.rs.html
                                                                                                                                                                                similarity index 76%
                                                                                                                                                                                rename from doc/src/lib/assert_process/assert_process_status_code_value_le_x.rs.html
                                                                                                                                                                                rename to doc/src/lib/assert_status/assert_status_code_value_le_x.rs.html
                                                                                                                                                                                index 47e4c3b6b..c49c337d5 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_process/assert_process_status_code_value_le_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_status/assert_status_code_value_le_x.rs.html
                                                                                                                                                                                @@ -1,4 +1,4 @@
                                                                                                                                                                                -assert_process_status_code_value_le_x.rs - source
                                                                                                                                                                                1
                                                                                                                                                                                +assert_status_code_value_le_x.rs - source
                                                                                                                                                                                1
                                                                                                                                                                                 2
                                                                                                                                                                                 3
                                                                                                                                                                                 4
                                                                                                                                                                                @@ -272,7 +272,7 @@
                                                                                                                                                                                 272
                                                                                                                                                                                 273
                                                                                                                                                                                 274
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a process status code value is less than or equal to an expression.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a status code value is less than or equal to an expression.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a.len() ≤ b
                                                                                                                                                                                @@ -286,17 +286,17 @@
                                                                                                                                                                                 //! # fn main() {
                                                                                                                                                                                 //! let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                 //! let b = 2;
                                                                                                                                                                                -//! assert_process_status_code_value_le_x!(a, b);
                                                                                                                                                                                +//! assert_status_code_value_le_x!(a, b);
                                                                                                                                                                                 //! # }
                                                                                                                                                                                 //! ```
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! # Module macros
                                                                                                                                                                                 //!
                                                                                                                                                                                -//! * [`assert_process_status_code_value_le_x`](macro@crate::assert_process_status_code_value_le_x)
                                                                                                                                                                                -//! * [`assert_process_status_code_value_le_x_as_result`](macro@crate::assert_process_status_code_value_le_x_as_result)
                                                                                                                                                                                -//! * [`debug_assert_process_status_code_value_le_x`](macro@crate::debug_assert_process_status_code_value_le_x)
                                                                                                                                                                                +//! * [`assert_status_code_value_le_x`](macro@crate::assert_status_code_value_le_x)
                                                                                                                                                                                +//! * [`assert_status_code_value_le_x_as_result`](macro@crate::assert_status_code_value_le_x_as_result)
                                                                                                                                                                                +//! * [`debug_assert_status_code_value_le_x`](macro@crate::debug_assert_status_code_value_le_x)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a process status code value is less than or equal to an expression.
                                                                                                                                                                                +/// Assert a status code value is less than or equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() ≤ b
                                                                                                                                                                                @@ -313,12 +313,12 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_le_x`](macro@crate::assert_process_status_code_value_le_x)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_le_x_as_result`](macro@crate::assert_process_status_code_value_le_x_as_result)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_le_x`](macro@crate::debug_assert_process_status_code_value_le_x)
                                                                                                                                                                                +/// * [`assert_status_code_value_le_x`](macro@crate::assert_status_code_value_le_x)
                                                                                                                                                                                +/// * [`assert_status_code_value_le_x_as_result`](macro@crate::assert_status_code_value_le_x_as_result)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_le_x`](macro@crate::debug_assert_status_code_value_le_x)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! assert_process_status_code_value_le_x_as_result {
                                                                                                                                                                                +macro_rules! assert_status_code_value_le_x_as_result {
                                                                                                                                                                                     ($a_process:expr, $b:expr $(,)?) => {{
                                                                                                                                                                                         match ($a_process.status()) {
                                                                                                                                                                                             Ok(a1) => {
                                                                                                                                                                                @@ -330,8 +330,8 @@
                                                                                                                                                                                                             Err(
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                -                                        "assertion failed: `assert_process_status_code_value_le_x!(a, b)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_le_x.html\n",
                                                                                                                                                                                +                                        "assertion failed: `assert_status_code_value_le_x!(a, b)`\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_le_x.html\n",
                                                                                                                                                                                                                         " a label: `{}`,\n",
                                                                                                                                                                                                                         " a debug: `{:?}`,\n",
                                                                                                                                                                                                                         " a value: `{:?}`,\n",
                                                                                                                                                                                @@ -351,8 +351,8 @@
                                                                                                                                                                                                         Err(
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                -                                    "assertion failed: `assert_process_status_code_value_le_x!(a, b)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_le_x.html\n",
                                                                                                                                                                                +                                    "assertion failed: `assert_status_code_value_le_x!(a, b)`\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_le_x.html\n",
                                                                                                                                                                                                                     " a label: `{}`,\n",
                                                                                                                                                                                                                     " a debug: `{:?}`,\n",
                                                                                                                                                                                                                     "  a code: `{:?}`,\n",
                                                                                                                                                                                @@ -373,8 +373,8 @@
                                                                                                                                                                                                 Err(
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                -                            "assertion failed: `assert_process_status_code_value_le_x!(a, b)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_le_x.html\n",
                                                                                                                                                                                +                            "assertion failed: `assert_status_code_value_le_x!(a, b)`\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_le_x.html\n",
                                                                                                                                                                                                             "  a label: `{}`,\n",
                                                                                                                                                                                                             "  a debug: `{:?}`,\n",
                                                                                                                                                                                                             " a status: `{:?}`,\n",
                                                                                                                                                                                @@ -402,7 +402,7 @@
                                                                                                                                                                                         let mut a = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         a.arg("1");
                                                                                                                                                                                         let b = 2;
                                                                                                                                                                                -        let result = assert_process_status_code_value_le_x_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_le_x_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(result.unwrap(), 1);
                                                                                                                                                                                     }
                                                                                                                                                                                 
                                                                                                                                                                                @@ -411,7 +411,7 @@
                                                                                                                                                                                         let mut a = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         a.arg("1");
                                                                                                                                                                                         let b = 1;
                                                                                                                                                                                -        let result = assert_process_status_code_value_le_x_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_le_x_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(result.unwrap(), 1);
                                                                                                                                                                                     }
                                                                                                                                                                                 
                                                                                                                                                                                @@ -420,12 +420,12 @@
                                                                                                                                                                                         let mut a = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         a.arg("2");
                                                                                                                                                                                         let b = 1;
                                                                                                                                                                                -        let result = assert_process_status_code_value_le_x_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_le_x_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                -                "assertion failed: `assert_process_status_code_value_le_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_le_x.html\n",
                                                                                                                                                                                +                "assertion failed: `assert_status_code_value_le_x!(a, b)`\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_le_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"bin/exit-with-arg\" \"2\"`,\n",
                                                                                                                                                                                                 " a value: `2`,\n",
                                                                                                                                                                                @@ -436,7 +436,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a process status code value is less than or equal to an expression.
                                                                                                                                                                                +/// Assert a status code value is less than or equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() ≤ b
                                                                                                                                                                                @@ -456,16 +456,16 @@
                                                                                                                                                                                 /// # fn main() {
                                                                                                                                                                                 /// let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                 /// let b = 2;
                                                                                                                                                                                -/// assert_process_status_code_value_le_x!(a, b);
                                                                                                                                                                                +/// assert_status_code_value_le_x!(a, b);
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # let result = panic::catch_unwind(|| {
                                                                                                                                                                                 /// // This will panic
                                                                                                                                                                                 /// let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
                                                                                                                                                                                 /// let b = 1;
                                                                                                                                                                                -/// assert_process_status_code_value_le_x!(a, b);
                                                                                                                                                                                +/// assert_status_code_value_le_x!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                -/// // assertion failed: `assert_process_status_code_value_le_x!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_le_x.html
                                                                                                                                                                                +/// // assertion failed: `assert_status_code_value_le_x!(a, b)`
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_le_x.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                 /// //  a value: `2`",
                                                                                                                                                                                @@ -473,8 +473,8 @@
                                                                                                                                                                                 /// //  b debug: `1`
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                -/// #     "assertion failed: `assert_process_status_code_value_le_x!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_le_x.html\n",
                                                                                                                                                                                +/// #     "assertion failed: `assert_status_code_value_le_x!(a, b)`\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_le_x.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"bin/exit-with-arg\" \"2\"`,\n",
                                                                                                                                                                                 /// #     " a value: `2`,\n",
                                                                                                                                                                                @@ -487,32 +487,32 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_le_x`](macro@crate::assert_process_status_code_value_le_x)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_le_x_as_result`](macro@crate::assert_process_status_code_value_le_x_as_result)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_le_x`](macro@crate::debug_assert_process_status_code_value_le_x)
                                                                                                                                                                                +/// * [`assert_status_code_value_le_x`](macro@crate::assert_status_code_value_le_x)
                                                                                                                                                                                +/// * [`assert_status_code_value_le_x_as_result`](macro@crate::assert_status_code_value_le_x_as_result)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_le_x`](macro@crate::debug_assert_status_code_value_le_x)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! assert_process_status_code_value_le_x {
                                                                                                                                                                                +macro_rules! assert_status_code_value_le_x {
                                                                                                                                                                                     ($a_process:expr, $b:expr $(,)?) => {{
                                                                                                                                                                                -        match $crate::assert_process_status_code_value_le_x_as_result!($a_process, $b) {
                                                                                                                                                                                +        match $crate::assert_status_code_value_le_x_as_result!($a_process, $b) {
                                                                                                                                                                                             Ok(x) => x,
                                                                                                                                                                                             Err(err) => panic!("{}", err),
                                                                                                                                                                                         }
                                                                                                                                                                                     }};
                                                                                                                                                                                     ($a_process:expr, $b:expr, $($message:tt)+) => {{
                                                                                                                                                                                -        match $crate::assert_process_status_code_value_le_x_as_result!($a_process, $b) {
                                                                                                                                                                                +        match $crate::assert_status_code_value_le_x_as_result!($a_process, $b) {
                                                                                                                                                                                             Ok(x) => x,
                                                                                                                                                                                             Err(_err) => panic!("{}", $($message)+),
                                                                                                                                                                                         }
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a status code value is less than or equal to an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() ≤ b
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// This macro provides the same statements as [`assert_process_status_code_value_le_x`](macro.assert_process_status_code_value_le_x.html),
                                                                                                                                                                                +/// This macro provides the same statements as [`assert_status_code_value_le_x`](macro.assert_status_code_value_le_x.html),
                                                                                                                                                                                 /// except this macro's statements are only enabled in non-optimized
                                                                                                                                                                                 /// builds by default. An optimized build will not execute this macro's
                                                                                                                                                                                 /// statements unless `-C debug-assertions` is passed to the compiler.
                                                                                                                                                                                @@ -534,15 +534,15 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_le_x`](macro@crate::assert_process_status_code_value_le_x)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_le_x`](macro@crate::assert_process_status_code_value_le_x)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_le_x`](macro@crate::debug_assert_process_status_code_value_le_x)
                                                                                                                                                                                +/// * [`assert_status_code_value_le_x`](macro@crate::assert_status_code_value_le_x)
                                                                                                                                                                                +/// * [`assert_status_code_value_le_x`](macro@crate::assert_status_code_value_le_x)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_le_x`](macro@crate::debug_assert_status_code_value_le_x)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! debug_assert_process_status_code_value_le_x {
                                                                                                                                                                                +macro_rules! debug_assert_status_code_value_le_x {
                                                                                                                                                                                     ($($arg:tt)*) => {
                                                                                                                                                                                         if $crate::cfg!(debug_assertions) {
                                                                                                                                                                                -            $crate::assert_process_status_code_value_le_x!($($arg)*);
                                                                                                                                                                                +            $crate::assert_status_code_value_le_x!($($arg)*);
                                                                                                                                                                                         }
                                                                                                                                                                                     };
                                                                                                                                                                                 }
                                                                                                                                                                                diff --git a/doc/src/lib/assert_process/assert_process_status_code_value_lt.rs.html b/doc/src/lib/assert_status/assert_status_code_value_lt.rs.html
                                                                                                                                                                                similarity index 79%
                                                                                                                                                                                rename from doc/src/lib/assert_process/assert_process_status_code_value_lt.rs.html
                                                                                                                                                                                rename to doc/src/lib/assert_status/assert_status_code_value_lt.rs.html
                                                                                                                                                                                index d640e5e72..1c8f1aab4 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_process/assert_process_status_code_value_lt.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_status/assert_status_code_value_lt.rs.html
                                                                                                                                                                                @@ -1,4 +1,4 @@
                                                                                                                                                                                -assert_process_status_code_value_lt.rs - source
                                                                                                                                                                                1
                                                                                                                                                                                +assert_status_code_value_lt.rs - source
                                                                                                                                                                                1
                                                                                                                                                                                 2
                                                                                                                                                                                 3
                                                                                                                                                                                 4
                                                                                                                                                                                @@ -296,7 +296,7 @@
                                                                                                                                                                                 296
                                                                                                                                                                                 297
                                                                                                                                                                                 298
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a process status code value is less than another.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a status code value is less than another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a ⇒ status ⇒ code ⇒ value < b ⇒ status ⇒ code ⇒ value
                                                                                                                                                                                @@ -310,17 +310,17 @@
                                                                                                                                                                                 //! # fn main() {
                                                                                                                                                                                 //! let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                 //! let mut b = Command::new("bin/exit-with-arg"); b.arg("2");
                                                                                                                                                                                -//! assert_process_status_code_value_lt!(a, b);
                                                                                                                                                                                +//! assert_status_code_value_lt!(a, b);
                                                                                                                                                                                 //! # }
                                                                                                                                                                                 //! ```
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! # Module macros
                                                                                                                                                                                 //!
                                                                                                                                                                                -//! * [`assert_process_status_code_value_lt`](macro@crate::assert_process_status_code_value_lt)
                                                                                                                                                                                -//! * [`assert_process_status_code_value_lt_as_result`](macro@crate::assert_process_status_code_value_lt_as_result)
                                                                                                                                                                                -//! * [`debug_assert_process_status_code_value_lt`](macro@crate::debug_assert_process_status_code_value_lt)
                                                                                                                                                                                +//! * [`assert_status_code_value_lt`](macro@crate::assert_status_code_value_lt)
                                                                                                                                                                                +//! * [`assert_status_code_value_lt_as_result`](macro@crate::assert_status_code_value_lt_as_result)
                                                                                                                                                                                +//! * [`debug_assert_status_code_value_lt`](macro@crate::debug_assert_status_code_value_lt)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a process status code value is less than another.
                                                                                                                                                                                +/// Assert a status code value is less than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a ⇒ status ⇒ code ⇒ value < b ⇒ status ⇒ code ⇒ value
                                                                                                                                                                                @@ -337,12 +337,12 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_lt`](macro@crate::assert_process_status_code_value_lt)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_lt_as_result`](macro@crate::assert_process_status_code_value_lt_as_result)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_lt`](macro@crate::debug_assert_process_status_code_value_lt)
                                                                                                                                                                                +/// * [`assert_status_code_value_lt`](macro@crate::assert_status_code_value_lt)
                                                                                                                                                                                +/// * [`assert_status_code_value_lt_as_result`](macro@crate::assert_status_code_value_lt_as_result)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_lt`](macro@crate::debug_assert_status_code_value_lt)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! assert_process_status_code_value_lt_as_result {
                                                                                                                                                                                +macro_rules! assert_status_code_value_lt_as_result {
                                                                                                                                                                                     ($a_process:expr, $b_process:expr $(,)?) => {{
                                                                                                                                                                                         match ($a_process.status(), $b_process.status()) {
                                                                                                                                                                                             (Ok(a1), Ok(b1)) => {
                                                                                                                                                                                @@ -354,8 +354,8 @@
                                                                                                                                                                                                             Err(
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                -                                        "assertion failed: `assert_process_status_code_value_lt!(a, b)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_lt.html\n",
                                                                                                                                                                                +                                        "assertion failed: `assert_status_code_value_lt!(a, b)`\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_lt.html\n",
                                                                                                                                                                                                                         " a label: `{}`,\n",
                                                                                                                                                                                                                         " a debug: `{:?}`,\n",
                                                                                                                                                                                                                         " a value: `{:?}`,\n",
                                                                                                                                                                                @@ -377,8 +377,8 @@
                                                                                                                                                                                                         Err(
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                -                                    "assertion failed: `assert_process_status_code_value_lt!(a, b)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_lt.html\n",
                                                                                                                                                                                +                                    "assertion failed: `assert_status_code_value_lt!(a, b)`\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_lt.html\n",
                                                                                                                                                                                                                     " a label: `{}`,\n",
                                                                                                                                                                                                                     " a debug: `{:?}`,\n",
                                                                                                                                                                                                                     "  a code: `{:?}`,\n",
                                                                                                                                                                                @@ -401,8 +401,8 @@
                                                                                                                                                                                                 Err(
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                -                            "assertion failed: `assert_process_status_code_value_lt!(a, b)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_lt.html\n",
                                                                                                                                                                                +                            "assertion failed: `assert_status_code_value_lt!(a, b)`\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_lt.html\n",
                                                                                                                                                                                                             "  a label: `{}`,\n",
                                                                                                                                                                                                             "  a debug: `{:?}`,\n",
                                                                                                                                                                                                             " a status: `{:?}`,\n",
                                                                                                                                                                                @@ -433,7 +433,7 @@
                                                                                                                                                                                         a.arg("1");
                                                                                                                                                                                         let mut b = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         b.arg("2");
                                                                                                                                                                                -        let result = assert_process_status_code_value_lt_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_lt_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(result, Ok((1, 2)));
                                                                                                                                                                                     }
                                                                                                                                                                                 
                                                                                                                                                                                @@ -443,12 +443,12 @@
                                                                                                                                                                                         a.arg("1");
                                                                                                                                                                                         let mut b = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         b.arg("1");
                                                                                                                                                                                -        let result = assert_process_status_code_value_lt_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_lt_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                -                "assertion failed: `assert_process_status_code_value_lt!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_lt.html\n",
                                                                                                                                                                                +                "assertion failed: `assert_status_code_value_lt!(a, b)`\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_lt.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"bin/exit-with-arg\" \"1\"`,\n",
                                                                                                                                                                                                 " a value: `1`,\n",
                                                                                                                                                                                @@ -465,12 +465,12 @@
                                                                                                                                                                                         a.arg("2");
                                                                                                                                                                                         let mut b = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         b.arg("1");
                                                                                                                                                                                -        let result = assert_process_status_code_value_lt_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_lt_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                -                "assertion failed: `assert_process_status_code_value_lt!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_lt.html\n",
                                                                                                                                                                                +                "assertion failed: `assert_status_code_value_lt!(a, b)`\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_lt.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"bin/exit-with-arg\" \"2\"`,\n",
                                                                                                                                                                                                 " a value: `2`,\n",
                                                                                                                                                                                @@ -482,7 +482,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a process status code value is less than another.
                                                                                                                                                                                +/// Assert a status code value is less than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a ⇒ status ⇒ code ⇒ value < b ⇒ status ⇒ code ⇒ value
                                                                                                                                                                                @@ -502,16 +502,16 @@
                                                                                                                                                                                 /// # fn main() {
                                                                                                                                                                                 /// let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                 /// let mut b = Command::new("bin/exit-with-arg"); b.arg("2");
                                                                                                                                                                                -/// assert_process_status_code_value_lt!(a, b);
                                                                                                                                                                                +/// assert_status_code_value_lt!(a, b);
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # let result = panic::catch_unwind(|| {
                                                                                                                                                                                 /// // This will panic
                                                                                                                                                                                 /// let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
                                                                                                                                                                                 /// let mut b = Command::new("bin/exit-with-arg"); b.arg("1");
                                                                                                                                                                                -/// assert_process_status_code_value_lt!(a, b);
                                                                                                                                                                                +/// assert_status_code_value_lt!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                -/// // assertion failed: `assert_process_status_code_value_lt!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_lt.html
                                                                                                                                                                                +/// // assertion failed: `assert_status_code_value_lt!(a, b)`
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_lt.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                 /// //  a value: `2`",
                                                                                                                                                                                @@ -520,8 +520,8 @@
                                                                                                                                                                                 /// //  b value: `1`"
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                -/// #     "assertion failed: `assert_process_status_code_value_lt!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_lt.html\n",
                                                                                                                                                                                +/// #     "assertion failed: `assert_status_code_value_lt!(a, b)`\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_lt.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"bin/exit-with-arg\" \"2\"`,\n",
                                                                                                                                                                                 /// #     " a value: `2`,\n",
                                                                                                                                                                                @@ -535,32 +535,32 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_lt`](macro@crate::assert_process_status_code_value_lt)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_lt_as_result`](macro@crate::assert_process_status_code_value_lt_as_result)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_lt`](macro@crate::debug_assert_process_status_code_value_lt)
                                                                                                                                                                                +/// * [`assert_status_code_value_lt`](macro@crate::assert_status_code_value_lt)
                                                                                                                                                                                +/// * [`assert_status_code_value_lt_as_result`](macro@crate::assert_status_code_value_lt_as_result)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_lt`](macro@crate::debug_assert_status_code_value_lt)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! assert_process_status_code_value_lt {
                                                                                                                                                                                +macro_rules! assert_status_code_value_lt {
                                                                                                                                                                                     ($a_process:expr, $b_process:expr $(,)?) => {{
                                                                                                                                                                                -        match $crate::assert_process_status_code_value_lt_as_result!($a_process, $b_process) {
                                                                                                                                                                                +        match $crate::assert_status_code_value_lt_as_result!($a_process, $b_process) {
                                                                                                                                                                                             Ok(x) => x,
                                                                                                                                                                                             Err(err) => panic!("{}", err),
                                                                                                                                                                                         }
                                                                                                                                                                                     }};
                                                                                                                                                                                     ($a_process:expr, $b_process:expr, $($message:tt)+) => {{
                                                                                                                                                                                -        match $crate::assert_process_status_code_value_lt_as_result!($a_process, $b_process) {
                                                                                                                                                                                +        match $crate::assert_status_code_value_lt_as_result!($a_process, $b_process) {
                                                                                                                                                                                             Ok(x) => x,
                                                                                                                                                                                             Err(_err) => panic!("{}", $($message)+),
                                                                                                                                                                                         }
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a status code value is less than another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a ⇒ status ⇒ code ⇒ value < b ⇒ status ⇒ code ⇒ value
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// This macro provides the same statements as [`assert_process_status_code_value_lt`](macro.assert_process_status_code_value_lt.html),
                                                                                                                                                                                +/// This macro provides the same statements as [`assert_status_code_value_lt`](macro.assert_status_code_value_lt.html),
                                                                                                                                                                                 /// except this macro's statements are only enabled in non-optimized
                                                                                                                                                                                 /// builds by default. An optimized build will not execute this macro's
                                                                                                                                                                                 /// statements unless `-C debug-assertions` is passed to the compiler.
                                                                                                                                                                                @@ -582,15 +582,15 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_lt`](macro@crate::assert_process_status_code_value_lt)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_lt`](macro@crate::assert_process_status_code_value_lt)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_lt`](macro@crate::debug_assert_process_status_code_value_lt)
                                                                                                                                                                                +/// * [`assert_status_code_value_lt`](macro@crate::assert_status_code_value_lt)
                                                                                                                                                                                +/// * [`assert_status_code_value_lt`](macro@crate::assert_status_code_value_lt)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_lt`](macro@crate::debug_assert_status_code_value_lt)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! debug_assert_process_status_code_value_lt {
                                                                                                                                                                                +macro_rules! debug_assert_status_code_value_lt {
                                                                                                                                                                                     ($($arg:tt)*) => {
                                                                                                                                                                                         if $crate::cfg!(debug_assertions) {
                                                                                                                                                                                -            $crate::assert_process_status_code_value_lt!($($arg)*);
                                                                                                                                                                                +            $crate::assert_status_code_value_lt!($($arg)*);
                                                                                                                                                                                         }
                                                                                                                                                                                     };
                                                                                                                                                                                 }
                                                                                                                                                                                diff --git a/doc/src/lib/assert_process/assert_process_status_code_value_lt_x.rs.html b/doc/src/lib/assert_status/assert_status_code_value_lt_x.rs.html
                                                                                                                                                                                similarity index 77%
                                                                                                                                                                                rename from doc/src/lib/assert_process/assert_process_status_code_value_lt_x.rs.html
                                                                                                                                                                                rename to doc/src/lib/assert_status/assert_status_code_value_lt_x.rs.html
                                                                                                                                                                                index d7e4cd978..0e75195df 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_process/assert_process_status_code_value_lt_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_status/assert_status_code_value_lt_x.rs.html
                                                                                                                                                                                @@ -1,4 +1,4 @@
                                                                                                                                                                                -assert_process_status_code_value_lt_x.rs - source
                                                                                                                                                                                1
                                                                                                                                                                                +assert_status_code_value_lt_x.rs - source
                                                                                                                                                                                1
                                                                                                                                                                                 2
                                                                                                                                                                                 3
                                                                                                                                                                                 4
                                                                                                                                                                                @@ -283,7 +283,7 @@
                                                                                                                                                                                 283
                                                                                                                                                                                 284
                                                                                                                                                                                 285
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a process status code value is less than an expression.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a status code value is less than an expression.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a.len() < b
                                                                                                                                                                                @@ -297,17 +297,17 @@
                                                                                                                                                                                 //! # fn main() {
                                                                                                                                                                                 //! let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                 //! let b = 2;
                                                                                                                                                                                -//! assert_process_status_code_value_lt_x!(a, b);
                                                                                                                                                                                +//! assert_status_code_value_lt_x!(a, b);
                                                                                                                                                                                 //! # }
                                                                                                                                                                                 //! ```
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! # Module macros
                                                                                                                                                                                 //!
                                                                                                                                                                                -//! * [`assert_process_status_code_value_lt_x`](macro@crate::assert_process_status_code_value_lt_x)
                                                                                                                                                                                -//! * [`assert_process_status_code_value_lt_x_as_result`](macro@crate::assert_process_status_code_value_lt_x_as_result)
                                                                                                                                                                                -//! * [`debug_assert_process_status_code_value_lt_x`](macro@crate::debug_assert_process_status_code_value_lt_x)
                                                                                                                                                                                +//! * [`assert_status_code_value_lt_x`](macro@crate::assert_status_code_value_lt_x)
                                                                                                                                                                                +//! * [`assert_status_code_value_lt_x_as_result`](macro@crate::assert_status_code_value_lt_x_as_result)
                                                                                                                                                                                +//! * [`debug_assert_status_code_value_lt_x`](macro@crate::debug_assert_status_code_value_lt_x)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a process status code value is less than an expression.
                                                                                                                                                                                +/// Assert a status code value is less than an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() < b
                                                                                                                                                                                @@ -324,12 +324,12 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_lt_x`](macro@crate::assert_process_status_code_value_lt_x)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_lt_x_as_result`](macro@crate::assert_process_status_code_value_lt_x_as_result)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_lt_x`](macro@crate::debug_assert_process_status_code_value_lt_x)
                                                                                                                                                                                +/// * [`assert_status_code_value_lt_x`](macro@crate::assert_status_code_value_lt_x)
                                                                                                                                                                                +/// * [`assert_status_code_value_lt_x_as_result`](macro@crate::assert_status_code_value_lt_x_as_result)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_lt_x`](macro@crate::debug_assert_status_code_value_lt_x)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! assert_process_status_code_value_lt_x_as_result {
                                                                                                                                                                                +macro_rules! assert_status_code_value_lt_x_as_result {
                                                                                                                                                                                     ($a_process:expr, $b:expr $(,)?) => {{
                                                                                                                                                                                         match ($a_process.status()) {
                                                                                                                                                                                             Ok(a1) => {
                                                                                                                                                                                @@ -341,8 +341,8 @@
                                                                                                                                                                                                             Err(
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                -                                        "assertion failed: `assert_process_status_code_value_lt_x!(a, b)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_lt_x.html\n",
                                                                                                                                                                                +                                        "assertion failed: `assert_status_code_value_lt_x!(a, b)`\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_lt_x.html\n",
                                                                                                                                                                                                                         " a label: `{}`,\n",
                                                                                                                                                                                                                         " a debug: `{:?}`,\n",
                                                                                                                                                                                                                         " a value: `{:?}`,\n",
                                                                                                                                                                                @@ -362,8 +362,8 @@
                                                                                                                                                                                                         Err(
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                -                                    "assertion failed: `assert_process_status_code_value_lt_x!(a, b)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_lt_x.html\n",
                                                                                                                                                                                +                                    "assertion failed: `assert_status_code_value_lt_x!(a, b)`\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_lt_x.html\n",
                                                                                                                                                                                                                     " a label: `{}`,\n",
                                                                                                                                                                                                                     " a debug: `{:?}`,\n",
                                                                                                                                                                                                                     "  a code: `{:?}`,\n",
                                                                                                                                                                                @@ -384,8 +384,8 @@
                                                                                                                                                                                                 Err(
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                -                            "assertion failed: `assert_process_status_code_value_lt_x!(a, b)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_lt_x.html\n",
                                                                                                                                                                                +                            "assertion failed: `assert_status_code_value_lt_x!(a, b)`\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_lt_x.html\n",
                                                                                                                                                                                                             "  a label: `{}`,\n",
                                                                                                                                                                                                             "  a debug: `{:?}`,\n",
                                                                                                                                                                                                             " a status: `{:?}`,\n",
                                                                                                                                                                                @@ -413,7 +413,7 @@
                                                                                                                                                                                         let mut a = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         a.arg("1");
                                                                                                                                                                                         let b = 2;
                                                                                                                                                                                -        let result = assert_process_status_code_value_lt_x_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_lt_x_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(result.unwrap(), 1);
                                                                                                                                                                                     }
                                                                                                                                                                                 
                                                                                                                                                                                @@ -422,12 +422,12 @@
                                                                                                                                                                                         let mut a = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         a.arg("1");
                                                                                                                                                                                         let b = 1;
                                                                                                                                                                                -        let result = assert_process_status_code_value_lt_x_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_lt_x_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                -                "assertion failed: `assert_process_status_code_value_lt_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_lt_x.html\n",
                                                                                                                                                                                +                "assertion failed: `assert_status_code_value_lt_x!(a, b)`\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_lt_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"bin/exit-with-arg\" \"1\"`,\n",
                                                                                                                                                                                                 " a value: `1`,\n",
                                                                                                                                                                                @@ -442,12 +442,12 @@
                                                                                                                                                                                         let mut a = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         a.arg("2");
                                                                                                                                                                                         let b = 1;
                                                                                                                                                                                -        let result = assert_process_status_code_value_lt_x_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_lt_x_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                -                "assertion failed: `assert_process_status_code_value_lt_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_lt_x.html\n",
                                                                                                                                                                                +                "assertion failed: `assert_status_code_value_lt_x!(a, b)`\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_lt_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"bin/exit-with-arg\" \"2\"`,\n",
                                                                                                                                                                                                 " a value: `2`,\n",
                                                                                                                                                                                @@ -458,7 +458,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a process status code value is less than an expression.
                                                                                                                                                                                +/// Assert a status code value is less than an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() < b
                                                                                                                                                                                @@ -478,16 +478,16 @@
                                                                                                                                                                                 /// # fn main() {
                                                                                                                                                                                 /// let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                 /// let b = 2;
                                                                                                                                                                                -/// assert_process_status_code_value_lt_x!(a, b);
                                                                                                                                                                                +/// assert_status_code_value_lt_x!(a, b);
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # let result = panic::catch_unwind(|| {
                                                                                                                                                                                 /// // This will panic
                                                                                                                                                                                 /// let mut a = Command::new("bin/exit-with-arg"); a.arg("2");
                                                                                                                                                                                 /// let b = 1;
                                                                                                                                                                                -/// assert_process_status_code_value_lt_x!(a, b);
                                                                                                                                                                                +/// assert_status_code_value_lt_x!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                -/// // assertion failed: `assert_process_status_code_value_lt_x!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_lt_x.html
                                                                                                                                                                                +/// // assertion failed: `assert_status_code_value_lt_x!(a, b)`
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_lt_x.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                 /// //  a value: `2`",
                                                                                                                                                                                @@ -495,8 +495,8 @@
                                                                                                                                                                                 /// //  b debug: `1`
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                -/// #     "assertion failed: `assert_process_status_code_value_lt_x!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_lt_x.html\n",
                                                                                                                                                                                +/// #     "assertion failed: `assert_status_code_value_lt_x!(a, b)`\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_lt_x.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"bin/exit-with-arg\" \"2\"`,\n",
                                                                                                                                                                                 /// #     " a value: `2`,\n",
                                                                                                                                                                                @@ -509,32 +509,32 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_lt_x`](macro@crate::assert_process_status_code_value_lt_x)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_lt_x_as_result`](macro@crate::assert_process_status_code_value_lt_x_as_result)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_lt_x`](macro@crate::debug_assert_process_status_code_value_lt_x)
                                                                                                                                                                                +/// * [`assert_status_code_value_lt_x`](macro@crate::assert_status_code_value_lt_x)
                                                                                                                                                                                +/// * [`assert_status_code_value_lt_x_as_result`](macro@crate::assert_status_code_value_lt_x_as_result)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_lt_x`](macro@crate::debug_assert_status_code_value_lt_x)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! assert_process_status_code_value_lt_x {
                                                                                                                                                                                +macro_rules! assert_status_code_value_lt_x {
                                                                                                                                                                                     ($a_process:expr, $b:expr $(,)?) => {{
                                                                                                                                                                                -        match $crate::assert_process_status_code_value_lt_x_as_result!($a_process, $b) {
                                                                                                                                                                                +        match $crate::assert_status_code_value_lt_x_as_result!($a_process, $b) {
                                                                                                                                                                                             Ok(x) => x,
                                                                                                                                                                                             Err(err) => panic!("{}", err),
                                                                                                                                                                                         }
                                                                                                                                                                                     }};
                                                                                                                                                                                     ($a_process:expr, $b:expr, $($message:tt)+) => {{
                                                                                                                                                                                -        match $crate::assert_process_status_code_value_lt_x_as_result!($a_process, $b) {
                                                                                                                                                                                +        match $crate::assert_status_code_value_lt_x_as_result!($a_process, $b) {
                                                                                                                                                                                             Ok(x) => x,
                                                                                                                                                                                             Err(_err) => panic!("{}", $($message)+),
                                                                                                                                                                                         }
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a status code value is less than an expression.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a.len() < b
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// This macro provides the same statements as [`assert_process_status_code_value_lt_x`](macro.assert_process_status_code_value_lt_x.html),
                                                                                                                                                                                +/// This macro provides the same statements as [`assert_status_code_value_lt_x`](macro.assert_status_code_value_lt_x.html),
                                                                                                                                                                                 /// except this macro's statements are only enabled in non-optimized
                                                                                                                                                                                 /// builds by default. An optimized build will not execute this macro's
                                                                                                                                                                                 /// statements unless `-C debug-assertions` is passed to the compiler.
                                                                                                                                                                                @@ -556,15 +556,15 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_lt_x`](macro@crate::assert_process_status_code_value_lt_x)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_lt_x`](macro@crate::assert_process_status_code_value_lt_x)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_lt_x`](macro@crate::debug_assert_process_status_code_value_lt_x)
                                                                                                                                                                                +/// * [`assert_status_code_value_lt_x`](macro@crate::assert_status_code_value_lt_x)
                                                                                                                                                                                +/// * [`assert_status_code_value_lt_x`](macro@crate::assert_status_code_value_lt_x)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_lt_x`](macro@crate::debug_assert_status_code_value_lt_x)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! debug_assert_process_status_code_value_lt_x {
                                                                                                                                                                                +macro_rules! debug_assert_status_code_value_lt_x {
                                                                                                                                                                                     ($($arg:tt)*) => {
                                                                                                                                                                                         if $crate::cfg!(debug_assertions) {
                                                                                                                                                                                -            $crate::assert_process_status_code_value_lt_x!($($arg)*);
                                                                                                                                                                                +            $crate::assert_status_code_value_lt_x!($($arg)*);
                                                                                                                                                                                         }
                                                                                                                                                                                     };
                                                                                                                                                                                 }
                                                                                                                                                                                diff --git a/doc/src/lib/assert_process/assert_process_status_code_value_ne.rs.html b/doc/src/lib/assert_status/assert_status_code_value_ne.rs.html
                                                                                                                                                                                similarity index 78%
                                                                                                                                                                                rename from doc/src/lib/assert_process/assert_process_status_code_value_ne.rs.html
                                                                                                                                                                                rename to doc/src/lib/assert_status/assert_status_code_value_ne.rs.html
                                                                                                                                                                                index 927954532..406c3cd39 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_process/assert_process_status_code_value_ne.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_status/assert_status_code_value_ne.rs.html
                                                                                                                                                                                @@ -1,4 +1,4 @@
                                                                                                                                                                                -assert_process_status_code_value_ne.rs - source
                                                                                                                                                                                1
                                                                                                                                                                                +assert_status_code_value_ne.rs - source
                                                                                                                                                                                1
                                                                                                                                                                                 2
                                                                                                                                                                                 3
                                                                                                                                                                                 4
                                                                                                                                                                                @@ -284,7 +284,7 @@
                                                                                                                                                                                 284
                                                                                                                                                                                 285
                                                                                                                                                                                 286
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a process status code value is not equal to another.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a status code value is not equal to another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a ⇒ status ⇒ code ⇒ value ≠ b ⇒ status ⇒ code ⇒ value
                                                                                                                                                                                @@ -298,17 +298,17 @@
                                                                                                                                                                                 //! # fn main() {
                                                                                                                                                                                 //! let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                 //! let mut b = Command::new("bin/exit-with-arg"); b.arg("2");
                                                                                                                                                                                -//! assert_process_status_code_value_ne!(a, b);
                                                                                                                                                                                +//! assert_status_code_value_ne!(a, b);
                                                                                                                                                                                 //! # }
                                                                                                                                                                                 //! ```
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! # Module macros
                                                                                                                                                                                 //!
                                                                                                                                                                                -//! * [`assert_process_status_code_value_ne`](macro@crate::assert_process_status_code_value_ne)
                                                                                                                                                                                -//! * [`assert_process_status_code_value_ne_as_result`](macro@crate::assert_process_status_code_value_ne_as_result)
                                                                                                                                                                                -//! * [`debug_assert_process_status_code_value_ne`](macro@crate::debug_assert_process_status_code_value_ne)
                                                                                                                                                                                +//! * [`assert_status_code_value_ne`](macro@crate::assert_status_code_value_ne)
                                                                                                                                                                                +//! * [`assert_status_code_value_ne_as_result`](macro@crate::assert_status_code_value_ne_as_result)
                                                                                                                                                                                +//! * [`debug_assert_status_code_value_ne`](macro@crate::debug_assert_status_code_value_ne)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a process status code value is not equal to another.
                                                                                                                                                                                +/// Assert a status code value is not equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a ⇒ status ⇒ code ⇒ value ≠ b ⇒ status ⇒ code ⇒ value
                                                                                                                                                                                @@ -325,12 +325,12 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_ne`](macro@crate::assert_process_status_code_value_ne)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_ne_as_result`](macro@crate::assert_process_status_code_value_ne_as_result)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_ne`](macro@crate::debug_assert_process_status_code_value_ne)
                                                                                                                                                                                +/// * [`assert_status_code_value_ne`](macro@crate::assert_status_code_value_ne)
                                                                                                                                                                                +/// * [`assert_status_code_value_ne_as_result`](macro@crate::assert_status_code_value_ne_as_result)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_ne`](macro@crate::debug_assert_status_code_value_ne)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! assert_process_status_code_value_ne_as_result {
                                                                                                                                                                                +macro_rules! assert_status_code_value_ne_as_result {
                                                                                                                                                                                     ($a_process:expr, $b_process:expr $(,)?) => {{
                                                                                                                                                                                         match ($a_process.status(), $b_process.status()) {
                                                                                                                                                                                             (Ok(a1), Ok(b1)) => {
                                                                                                                                                                                @@ -342,8 +342,8 @@
                                                                                                                                                                                                             Err(
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                -                                        "assertion failed: `assert_process_status_code_value_ne!(a, b)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ne.html\n",
                                                                                                                                                                                +                                        "assertion failed: `assert_status_code_value_ne!(a, b)`\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ne.html\n",
                                                                                                                                                                                                                         " a label: `{}`,\n",
                                                                                                                                                                                                                         " a debug: `{:?}`,\n",
                                                                                                                                                                                                                         " a value: `{:?}`,\n",
                                                                                                                                                                                @@ -365,8 +365,8 @@
                                                                                                                                                                                                         Err(
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                -                                    "assertion failed: `assert_process_status_code_value_ne!(a, b)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ne.html\n",
                                                                                                                                                                                +                                    "assertion failed: `assert_status_code_value_ne!(a, b)`\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ne.html\n",
                                                                                                                                                                                                                     " a label: `{}`,\n",
                                                                                                                                                                                                                     " a debug: `{:?}`,\n",
                                                                                                                                                                                                                     "  a code: `{:?}`,\n",
                                                                                                                                                                                @@ -389,8 +389,8 @@
                                                                                                                                                                                                 Err(
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                -                            "assertion failed: `assert_process_status_code_value_ne!(a, b)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ne.html\n",
                                                                                                                                                                                +                            "assertion failed: `assert_status_code_value_ne!(a, b)`\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ne.html\n",
                                                                                                                                                                                                             "  a label: `{}`,\n",
                                                                                                                                                                                                             "  a debug: `{:?}`,\n",
                                                                                                                                                                                                             " a status: `{:?}`,\n",
                                                                                                                                                                                @@ -421,7 +421,7 @@
                                                                                                                                                                                         a.arg("1");
                                                                                                                                                                                         let mut b = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         b.arg("2");
                                                                                                                                                                                -        let result = assert_process_status_code_value_ne_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_ne_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(result, Ok((1, 2)));
                                                                                                                                                                                     }
                                                                                                                                                                                 
                                                                                                                                                                                @@ -431,7 +431,7 @@
                                                                                                                                                                                         a.arg("2");
                                                                                                                                                                                         let mut b = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         b.arg("1");
                                                                                                                                                                                -        let result = assert_process_status_code_value_ne_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_ne_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(result.unwrap(), (2, 1));
                                                                                                                                                                                     }
                                                                                                                                                                                 
                                                                                                                                                                                @@ -441,12 +441,12 @@
                                                                                                                                                                                         a.arg("1");
                                                                                                                                                                                         let mut b = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         b.arg("1");
                                                                                                                                                                                -        let result = assert_process_status_code_value_ne_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_ne_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                -                "assertion failed: `assert_process_status_code_value_ne!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ne.html\n",
                                                                                                                                                                                +                "assertion failed: `assert_status_code_value_ne!(a, b)`\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ne.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"bin/exit-with-arg\" \"1\"`,\n",
                                                                                                                                                                                                 " a value: `1`,\n",
                                                                                                                                                                                @@ -458,7 +458,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a process status code value is not equal to another.
                                                                                                                                                                                +/// Assert a status code value is not equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a ⇒ status ⇒ code ⇒ value ≠ b ⇒ status ⇒ code ⇒ value
                                                                                                                                                                                @@ -478,16 +478,16 @@
                                                                                                                                                                                 /// # fn main() {
                                                                                                                                                                                 /// let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                 /// let mut b = Command::new("bin/exit-with-arg"); b.arg("2");
                                                                                                                                                                                -/// assert_process_status_code_value_ne!(a, b);
                                                                                                                                                                                +/// assert_status_code_value_ne!(a, b);
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # let result = panic::catch_unwind(|| {
                                                                                                                                                                                 /// // This will panic
                                                                                                                                                                                 /// let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                 /// let mut b = Command::new("bin/exit-with-arg"); b.arg("1");
                                                                                                                                                                                -/// assert_process_status_code_value_ne!(a, b);
                                                                                                                                                                                +/// assert_status_code_value_ne!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                -/// // assertion failed: `assert_process_status_code_value_ne!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ne.html
                                                                                                                                                                                +/// // assertion failed: `assert_status_code_value_ne!(a, b)`
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ne.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                 /// //  a value: `1`",
                                                                                                                                                                                @@ -496,8 +496,8 @@
                                                                                                                                                                                 /// //  b value: `1`"
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                -/// #     "assertion failed: `assert_process_status_code_value_ne!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ne.html\n",
                                                                                                                                                                                +/// #     "assertion failed: `assert_status_code_value_ne!(a, b)`\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ne.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"bin/exit-with-arg\" \"1\"`,\n",
                                                                                                                                                                                 /// #     " a value: `1`,\n",
                                                                                                                                                                                @@ -511,32 +511,32 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_ne`](macro@crate::assert_process_status_code_value_ne)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_ne_as_result`](macro@crate::assert_process_status_code_value_ne_as_result)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_ne`](macro@crate::debug_assert_process_status_code_value_ne)
                                                                                                                                                                                +/// * [`assert_status_code_value_ne`](macro@crate::assert_status_code_value_ne)
                                                                                                                                                                                +/// * [`assert_status_code_value_ne_as_result`](macro@crate::assert_status_code_value_ne_as_result)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_ne`](macro@crate::debug_assert_status_code_value_ne)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! assert_process_status_code_value_ne {
                                                                                                                                                                                +macro_rules! assert_status_code_value_ne {
                                                                                                                                                                                     ($a_process:expr, $b_process:expr $(,)?) => {{
                                                                                                                                                                                -        match $crate::assert_process_status_code_value_ne_as_result!($a_process, $b_process) {
                                                                                                                                                                                +        match $crate::assert_status_code_value_ne_as_result!($a_process, $b_process) {
                                                                                                                                                                                             Ok(x) => x,
                                                                                                                                                                                             Err(err) => panic!("{}", err),
                                                                                                                                                                                         }
                                                                                                                                                                                     }};
                                                                                                                                                                                     ($a_process:expr, $b_process:expr, $($message:tt)+) => {{
                                                                                                                                                                                -        match $crate::assert_process_status_code_value_ne_as_result!($a_process, $b_process) {
                                                                                                                                                                                +        match $crate::assert_status_code_value_ne_as_result!($a_process, $b_process) {
                                                                                                                                                                                             Ok(x) => x,
                                                                                                                                                                                             Err(_err) => panic!("{}", $($message)+),
                                                                                                                                                                                         }
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a status code value is not equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a ⇒ status ⇒ code ⇒ value ≠ b ⇒ status ⇒ code ⇒ value
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// This macro provides the same statements as [`assert_process_status_code_value_ne`](macro.assert_process_status_code_value_ne.html),
                                                                                                                                                                                +/// This macro provides the same statements as [`assert_status_code_value_ne`](macro.assert_status_code_value_ne.html),
                                                                                                                                                                                 /// except this macro's statements are only enabled in non-optimized
                                                                                                                                                                                 /// builds by default. An optimized build will not execute this macro's
                                                                                                                                                                                 /// statements unless `-C debug-assertions` is passed to the compiler.
                                                                                                                                                                                @@ -558,15 +558,15 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_ne`](macro@crate::assert_process_status_code_value_ne)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_ne`](macro@crate::assert_process_status_code_value_ne)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_ne`](macro@crate::debug_assert_process_status_code_value_ne)
                                                                                                                                                                                +/// * [`assert_status_code_value_ne`](macro@crate::assert_status_code_value_ne)
                                                                                                                                                                                +/// * [`assert_status_code_value_ne`](macro@crate::assert_status_code_value_ne)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_ne`](macro@crate::debug_assert_status_code_value_ne)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! debug_assert_process_status_code_value_ne {
                                                                                                                                                                                +macro_rules! debug_assert_status_code_value_ne {
                                                                                                                                                                                     ($($arg:tt)*) => {
                                                                                                                                                                                         if $crate::cfg!(debug_assertions) {
                                                                                                                                                                                -            $crate::assert_process_status_code_value_ne!($($arg)*);
                                                                                                                                                                                +            $crate::assert_status_code_value_ne!($($arg)*);
                                                                                                                                                                                         }
                                                                                                                                                                                     };
                                                                                                                                                                                 }
                                                                                                                                                                                diff --git a/doc/src/lib/assert_process/assert_process_status_code_value_ne_x.rs.html b/doc/src/lib/assert_status/assert_status_code_value_ne_x.rs.html
                                                                                                                                                                                similarity index 77%
                                                                                                                                                                                rename from doc/src/lib/assert_process/assert_process_status_code_value_ne_x.rs.html
                                                                                                                                                                                rename to doc/src/lib/assert_status/assert_status_code_value_ne_x.rs.html
                                                                                                                                                                                index 2eabfa575..ed1a1bd5a 100644
                                                                                                                                                                                --- a/doc/src/lib/assert_process/assert_process_status_code_value_ne_x.rs.html
                                                                                                                                                                                +++ b/doc/src/lib/assert_status/assert_status_code_value_ne_x.rs.html
                                                                                                                                                                                @@ -1,4 +1,4 @@
                                                                                                                                                                                -assert_process_status_code_value_ne_x.rs - source
                                                                                                                                                                                1
                                                                                                                                                                                +assert_status_code_value_ne_x.rs - source
                                                                                                                                                                                1
                                                                                                                                                                                 2
                                                                                                                                                                                 3
                                                                                                                                                                                 4
                                                                                                                                                                                @@ -272,7 +272,7 @@
                                                                                                                                                                                 272
                                                                                                                                                                                 273
                                                                                                                                                                                 274
                                                                                                                                                                                -
                                                                                                                                                                                //! Assert a process status code value is equal to another.
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a status code value is not equal to another.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Pseudocode:<br>
                                                                                                                                                                                 //! a ⇒ status ⇒ code ⇒ value = b ⇒ status ⇒ code ⇒ value
                                                                                                                                                                                @@ -286,17 +286,17 @@
                                                                                                                                                                                 //! # fn main() {
                                                                                                                                                                                 //! let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                 //! let b = 2;
                                                                                                                                                                                -//! assert_process_status_code_value_ne_x!(a, b);
                                                                                                                                                                                +//! assert_status_code_value_ne_x!(a, b);
                                                                                                                                                                                 //! # }
                                                                                                                                                                                 //! ```
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! # Module macros
                                                                                                                                                                                 //!
                                                                                                                                                                                -//! * [`assert_process_status_code_value_ne`](macro@crate::assert_process_status_code_value_ne)
                                                                                                                                                                                -//! * [`assert_process_status_code_value_ne_x_as_result`](macro@crate::assert_process_status_code_value_ne_x_as_result)
                                                                                                                                                                                -//! * [`debug_assert_process_status_code_value_ne`](macro@crate::debug_assert_process_status_code_value_ne)
                                                                                                                                                                                +//! * [`assert_status_code_value_ne`](macro@crate::assert_status_code_value_ne)
                                                                                                                                                                                +//! * [`assert_status_code_value_ne_x_as_result`](macro@crate::assert_status_code_value_ne_x_as_result)
                                                                                                                                                                                +//! * [`debug_assert_status_code_value_ne`](macro@crate::debug_assert_status_code_value_ne)
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a process status code value is equal to another.
                                                                                                                                                                                +/// Assert a status code value is not equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a ⇒ status ⇒ code ⇒ value = b ⇒ status ⇒ code ⇒ value
                                                                                                                                                                                @@ -313,12 +313,12 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_ne`](macro@crate::assert_process_status_code_value_ne)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_ne_x_as_result`](macro@crate::assert_process_status_code_value_ne_x_as_result)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_ne`](macro@crate::debug_assert_process_status_code_value_ne)
                                                                                                                                                                                +/// * [`assert_status_code_value_ne`](macro@crate::assert_status_code_value_ne)
                                                                                                                                                                                +/// * [`assert_status_code_value_ne_x_as_result`](macro@crate::assert_status_code_value_ne_x_as_result)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_ne`](macro@crate::debug_assert_status_code_value_ne)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! assert_process_status_code_value_ne_x_as_result {
                                                                                                                                                                                +macro_rules! assert_status_code_value_ne_x_as_result {
                                                                                                                                                                                     ($a_process:expr, $b:expr $(,)?) => {{
                                                                                                                                                                                         match ($a_process.status()) {
                                                                                                                                                                                             Ok(a1) => {
                                                                                                                                                                                @@ -330,8 +330,8 @@
                                                                                                                                                                                                             Err(
                                                                                                                                                                                                                 format!(
                                                                                                                                                                                                                     concat!(
                                                                                                                                                                                -                                        "assertion failed: `assert_process_status_code_value_ne_x!(a, b)`\n",
                                                                                                                                                                                -                                        "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ne_x.html\n",
                                                                                                                                                                                +                                        "assertion failed: `assert_status_code_value_ne_x!(a, b)`\n",
                                                                                                                                                                                +                                        "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ne_x.html\n",
                                                                                                                                                                                                                         " a label: `{}`,\n",
                                                                                                                                                                                                                         " a debug: `{:?}`,\n",
                                                                                                                                                                                                                         " a value: `{:?}`,\n",
                                                                                                                                                                                @@ -351,8 +351,8 @@
                                                                                                                                                                                                         Err(
                                                                                                                                                                                                             format!(
                                                                                                                                                                                                                 concat!(
                                                                                                                                                                                -                                    "assertion failed: `assert_process_status_code_value_ne_x!(a, b)`\n",
                                                                                                                                                                                -                                    "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ne_x.html\n",
                                                                                                                                                                                +                                    "assertion failed: `assert_status_code_value_ne_x!(a, b)`\n",
                                                                                                                                                                                +                                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ne_x.html\n",
                                                                                                                                                                                                                     " a label: `{}`,\n",
                                                                                                                                                                                                                     " a debug: `{:?}`,\n",
                                                                                                                                                                                                                     "  a code: `{:?}`,\n",
                                                                                                                                                                                @@ -373,8 +373,8 @@
                                                                                                                                                                                                 Err(
                                                                                                                                                                                                     format!(
                                                                                                                                                                                                         concat!(
                                                                                                                                                                                -                            "assertion failed: `assert_process_status_code_value_ne_x!(a, b)`\n",
                                                                                                                                                                                -                            "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ne_x.html\n",
                                                                                                                                                                                +                            "assertion failed: `assert_status_code_value_ne_x!(a, b)`\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ne_x.html\n",
                                                                                                                                                                                                             "  a label: `{}`,\n",
                                                                                                                                                                                                             "  a debug: `{:?}`,\n",
                                                                                                                                                                                                             " a status: `{:?}`,\n",
                                                                                                                                                                                @@ -402,7 +402,7 @@
                                                                                                                                                                                         let mut a = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         a.arg("1");
                                                                                                                                                                                         let b = 2;
                                                                                                                                                                                -        let result = assert_process_status_code_value_ne_x_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_ne_x_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(result.unwrap(), 1);
                                                                                                                                                                                     }
                                                                                                                                                                                 
                                                                                                                                                                                @@ -411,7 +411,7 @@
                                                                                                                                                                                         let mut a = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         a.arg("2");
                                                                                                                                                                                         let b = 1;
                                                                                                                                                                                -        let result = assert_process_status_code_value_ne_x_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_ne_x_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(result.unwrap(), 2);
                                                                                                                                                                                     }
                                                                                                                                                                                 
                                                                                                                                                                                @@ -420,12 +420,12 @@
                                                                                                                                                                                         let mut a = Command::new("bin/exit-with-arg");
                                                                                                                                                                                         a.arg("1");
                                                                                                                                                                                         let b = 1;
                                                                                                                                                                                -        let result = assert_process_status_code_value_ne_x_as_result!(a, b);
                                                                                                                                                                                +        let result = assert_status_code_value_ne_x_as_result!(a, b);
                                                                                                                                                                                         assert_eq!(
                                                                                                                                                                                             result.unwrap_err(),
                                                                                                                                                                                             concat!(
                                                                                                                                                                                -                "assertion failed: `assert_process_status_code_value_ne_x!(a, b)`\n",
                                                                                                                                                                                -                "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ne_x.html\n",
                                                                                                                                                                                +                "assertion failed: `assert_status_code_value_ne_x!(a, b)`\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ne_x.html\n",
                                                                                                                                                                                                 " a label: `a`,\n",
                                                                                                                                                                                                 " a debug: `\"bin/exit-with-arg\" \"1\"`,\n",
                                                                                                                                                                                                 " a value: `1`,\n",
                                                                                                                                                                                @@ -436,7 +436,7 @@
                                                                                                                                                                                     }
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a process status code value is equal to another.
                                                                                                                                                                                +/// Assert a status code value is not equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a ⇒ status ⇒ code ⇒ value = b ⇒ status ⇒ code ⇒ value
                                                                                                                                                                                @@ -456,16 +456,16 @@
                                                                                                                                                                                 /// # fn main() {
                                                                                                                                                                                 /// let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                 /// let b = 2;
                                                                                                                                                                                -/// assert_process_status_code_value_ne_x!(a, b);
                                                                                                                                                                                +/// assert_status_code_value_ne_x!(a, b);
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # let result = panic::catch_unwind(|| {
                                                                                                                                                                                 /// // This will panic
                                                                                                                                                                                 /// let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                 /// let b = 1;
                                                                                                                                                                                -/// assert_process_status_code_value_ne_x!(a, b);
                                                                                                                                                                                +/// assert_status_code_value_ne_x!(a, b);
                                                                                                                                                                                 /// # });
                                                                                                                                                                                -/// // assertion failed: `assert_process_status_code_value_ne_x!(a, b)`
                                                                                                                                                                                -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ne_x.html
                                                                                                                                                                                +/// // assertion failed: `assert_status_code_value_ne_x!(a, b)`
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ne_x.html
                                                                                                                                                                                 /// //  a label: `a`,
                                                                                                                                                                                 /// //  a debug: `\"bin/exit-with-arg\" \"1\"`,
                                                                                                                                                                                 /// //  a value: `1`",
                                                                                                                                                                                @@ -473,8 +473,8 @@
                                                                                                                                                                                 /// //  b debug: `1`"
                                                                                                                                                                                 /// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                 /// # let expect = concat!(
                                                                                                                                                                                -/// #     "assertion failed: `assert_process_status_code_value_ne_x!(a, b)`\n",
                                                                                                                                                                                -/// #     "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ne_x.html\n",
                                                                                                                                                                                +/// #     "assertion failed: `assert_status_code_value_ne_x!(a, b)`\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ne_x.html\n",
                                                                                                                                                                                 /// #     " a label: `a`,\n",
                                                                                                                                                                                 /// #     " a debug: `\"bin/exit-with-arg\" \"1\"`,\n",
                                                                                                                                                                                 /// #     " a value: `1`,\n",
                                                                                                                                                                                @@ -487,32 +487,32 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_ne`](macro@crate::assert_process_status_code_value_ne)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_ne_x_as_result`](macro@crate::assert_process_status_code_value_ne_x_as_result)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_ne`](macro@crate::debug_assert_process_status_code_value_ne)
                                                                                                                                                                                +/// * [`assert_status_code_value_ne`](macro@crate::assert_status_code_value_ne)
                                                                                                                                                                                +/// * [`assert_status_code_value_ne_x_as_result`](macro@crate::assert_status_code_value_ne_x_as_result)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_ne`](macro@crate::debug_assert_status_code_value_ne)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! assert_process_status_code_value_ne_x {
                                                                                                                                                                                +macro_rules! assert_status_code_value_ne_x {
                                                                                                                                                                                     ($a_process:expr, $b:expr $(,)?) => {{
                                                                                                                                                                                -        match $crate::assert_process_status_code_value_ne_x_as_result!($a_process, $b) {
                                                                                                                                                                                +        match $crate::assert_status_code_value_ne_x_as_result!($a_process, $b) {
                                                                                                                                                                                             Ok(x) => x,
                                                                                                                                                                                             Err(err) => panic!("{}", err),
                                                                                                                                                                                         }
                                                                                                                                                                                     }};
                                                                                                                                                                                     ($a_process:expr, $b:expr, $($message:tt)+) => {{
                                                                                                                                                                                -        match $crate::assert_process_status_code_value_ne_x_as_result!($a_process, $b) {
                                                                                                                                                                                +        match $crate::assert_status_code_value_ne_x_as_result!($a_process, $b) {
                                                                                                                                                                                             Ok(x) => x,
                                                                                                                                                                                             Err(_err) => panic!("{}", $($message)+),
                                                                                                                                                                                         }
                                                                                                                                                                                     }};
                                                                                                                                                                                 }
                                                                                                                                                                                 
                                                                                                                                                                                -/// Assert a value is greater than an expression.
                                                                                                                                                                                +/// Assert a status code value is not equal to another.
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// Pseudocode:<br>
                                                                                                                                                                                 /// a ⇒ status ⇒ code ⇒ value = b ⇒ status ⇒ code ⇒ value
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// This macro provides the same statements as [`assert_process_status_code_value_ne`](macro.assert_process_status_code_value_ne_x.html),
                                                                                                                                                                                +/// This macro provides the same statements as [`assert_status_code_value_ne`](macro.assert_status_code_value_ne_x.html),
                                                                                                                                                                                 /// except this macro's statements are only enabled in non-optimized
                                                                                                                                                                                 /// builds by default. An optimized build will not execute this macro's
                                                                                                                                                                                 /// statements unless `-C debug-assertions` is passed to the compiler.
                                                                                                                                                                                @@ -534,15 +534,15 @@
                                                                                                                                                                                 ///
                                                                                                                                                                                 /// # Module macros
                                                                                                                                                                                 ///
                                                                                                                                                                                -/// * [`assert_process_status_code_value_ne`](macro@crate::assert_process_status_code_value_ne)
                                                                                                                                                                                -/// * [`assert_process_status_code_value_ne`](macro@crate::assert_process_status_code_value_ne)
                                                                                                                                                                                -/// * [`debug_assert_process_status_code_value_ne`](macro@crate::debug_assert_process_status_code_value_ne)
                                                                                                                                                                                +/// * [`assert_status_code_value_ne`](macro@crate::assert_status_code_value_ne)
                                                                                                                                                                                +/// * [`assert_status_code_value_ne`](macro@crate::assert_status_code_value_ne)
                                                                                                                                                                                +/// * [`debug_assert_status_code_value_ne`](macro@crate::debug_assert_status_code_value_ne)
                                                                                                                                                                                 ///
                                                                                                                                                                                 #[macro_export]
                                                                                                                                                                                -macro_rules! debug_assert_process_status_code_value_ne_x {
                                                                                                                                                                                +macro_rules! debug_assert_status_code_value_ne_x {
                                                                                                                                                                                     ($($arg:tt)*) => {
                                                                                                                                                                                         if $crate::cfg!(debug_assertions) {
                                                                                                                                                                                -            $crate::assert_process_status_code_value_ne_x!($($arg)*);
                                                                                                                                                                                +            $crate::assert_status_code_value_ne_x!($($arg)*);
                                                                                                                                                                                         }
                                                                                                                                                                                     };
                                                                                                                                                                                 }
                                                                                                                                                                                diff --git a/doc/src/lib/assert_status/assert_status_success.rs.html b/doc/src/lib/assert_status/assert_status_success.rs.html
                                                                                                                                                                                new file mode 100644
                                                                                                                                                                                index 000000000..084e43829
                                                                                                                                                                                --- /dev/null
                                                                                                                                                                                +++ b/doc/src/lib/assert_status/assert_status_success.rs.html
                                                                                                                                                                                @@ -0,0 +1,435 @@
                                                                                                                                                                                +assert_status_success.rs - source
                                                                                                                                                                                1
                                                                                                                                                                                +2
                                                                                                                                                                                +3
                                                                                                                                                                                +4
                                                                                                                                                                                +5
                                                                                                                                                                                +6
                                                                                                                                                                                +7
                                                                                                                                                                                +8
                                                                                                                                                                                +9
                                                                                                                                                                                +10
                                                                                                                                                                                +11
                                                                                                                                                                                +12
                                                                                                                                                                                +13
                                                                                                                                                                                +14
                                                                                                                                                                                +15
                                                                                                                                                                                +16
                                                                                                                                                                                +17
                                                                                                                                                                                +18
                                                                                                                                                                                +19
                                                                                                                                                                                +20
                                                                                                                                                                                +21
                                                                                                                                                                                +22
                                                                                                                                                                                +23
                                                                                                                                                                                +24
                                                                                                                                                                                +25
                                                                                                                                                                                +26
                                                                                                                                                                                +27
                                                                                                                                                                                +28
                                                                                                                                                                                +29
                                                                                                                                                                                +30
                                                                                                                                                                                +31
                                                                                                                                                                                +32
                                                                                                                                                                                +33
                                                                                                                                                                                +34
                                                                                                                                                                                +35
                                                                                                                                                                                +36
                                                                                                                                                                                +37
                                                                                                                                                                                +38
                                                                                                                                                                                +39
                                                                                                                                                                                +40
                                                                                                                                                                                +41
                                                                                                                                                                                +42
                                                                                                                                                                                +43
                                                                                                                                                                                +44
                                                                                                                                                                                +45
                                                                                                                                                                                +46
                                                                                                                                                                                +47
                                                                                                                                                                                +48
                                                                                                                                                                                +49
                                                                                                                                                                                +50
                                                                                                                                                                                +51
                                                                                                                                                                                +52
                                                                                                                                                                                +53
                                                                                                                                                                                +54
                                                                                                                                                                                +55
                                                                                                                                                                                +56
                                                                                                                                                                                +57
                                                                                                                                                                                +58
                                                                                                                                                                                +59
                                                                                                                                                                                +60
                                                                                                                                                                                +61
                                                                                                                                                                                +62
                                                                                                                                                                                +63
                                                                                                                                                                                +64
                                                                                                                                                                                +65
                                                                                                                                                                                +66
                                                                                                                                                                                +67
                                                                                                                                                                                +68
                                                                                                                                                                                +69
                                                                                                                                                                                +70
                                                                                                                                                                                +71
                                                                                                                                                                                +72
                                                                                                                                                                                +73
                                                                                                                                                                                +74
                                                                                                                                                                                +75
                                                                                                                                                                                +76
                                                                                                                                                                                +77
                                                                                                                                                                                +78
                                                                                                                                                                                +79
                                                                                                                                                                                +80
                                                                                                                                                                                +81
                                                                                                                                                                                +82
                                                                                                                                                                                +83
                                                                                                                                                                                +84
                                                                                                                                                                                +85
                                                                                                                                                                                +86
                                                                                                                                                                                +87
                                                                                                                                                                                +88
                                                                                                                                                                                +89
                                                                                                                                                                                +90
                                                                                                                                                                                +91
                                                                                                                                                                                +92
                                                                                                                                                                                +93
                                                                                                                                                                                +94
                                                                                                                                                                                +95
                                                                                                                                                                                +96
                                                                                                                                                                                +97
                                                                                                                                                                                +98
                                                                                                                                                                                +99
                                                                                                                                                                                +100
                                                                                                                                                                                +101
                                                                                                                                                                                +102
                                                                                                                                                                                +103
                                                                                                                                                                                +104
                                                                                                                                                                                +105
                                                                                                                                                                                +106
                                                                                                                                                                                +107
                                                                                                                                                                                +108
                                                                                                                                                                                +109
                                                                                                                                                                                +110
                                                                                                                                                                                +111
                                                                                                                                                                                +112
                                                                                                                                                                                +113
                                                                                                                                                                                +114
                                                                                                                                                                                +115
                                                                                                                                                                                +116
                                                                                                                                                                                +117
                                                                                                                                                                                +118
                                                                                                                                                                                +119
                                                                                                                                                                                +120
                                                                                                                                                                                +121
                                                                                                                                                                                +122
                                                                                                                                                                                +123
                                                                                                                                                                                +124
                                                                                                                                                                                +125
                                                                                                                                                                                +126
                                                                                                                                                                                +127
                                                                                                                                                                                +128
                                                                                                                                                                                +129
                                                                                                                                                                                +130
                                                                                                                                                                                +131
                                                                                                                                                                                +132
                                                                                                                                                                                +133
                                                                                                                                                                                +134
                                                                                                                                                                                +135
                                                                                                                                                                                +136
                                                                                                                                                                                +137
                                                                                                                                                                                +138
                                                                                                                                                                                +139
                                                                                                                                                                                +140
                                                                                                                                                                                +141
                                                                                                                                                                                +142
                                                                                                                                                                                +143
                                                                                                                                                                                +144
                                                                                                                                                                                +145
                                                                                                                                                                                +146
                                                                                                                                                                                +147
                                                                                                                                                                                +148
                                                                                                                                                                                +149
                                                                                                                                                                                +150
                                                                                                                                                                                +151
                                                                                                                                                                                +152
                                                                                                                                                                                +153
                                                                                                                                                                                +154
                                                                                                                                                                                +155
                                                                                                                                                                                +156
                                                                                                                                                                                +157
                                                                                                                                                                                +158
                                                                                                                                                                                +159
                                                                                                                                                                                +160
                                                                                                                                                                                +161
                                                                                                                                                                                +162
                                                                                                                                                                                +163
                                                                                                                                                                                +164
                                                                                                                                                                                +165
                                                                                                                                                                                +166
                                                                                                                                                                                +167
                                                                                                                                                                                +168
                                                                                                                                                                                +169
                                                                                                                                                                                +170
                                                                                                                                                                                +171
                                                                                                                                                                                +172
                                                                                                                                                                                +173
                                                                                                                                                                                +174
                                                                                                                                                                                +175
                                                                                                                                                                                +176
                                                                                                                                                                                +177
                                                                                                                                                                                +178
                                                                                                                                                                                +179
                                                                                                                                                                                +180
                                                                                                                                                                                +181
                                                                                                                                                                                +182
                                                                                                                                                                                +183
                                                                                                                                                                                +184
                                                                                                                                                                                +185
                                                                                                                                                                                +186
                                                                                                                                                                                +187
                                                                                                                                                                                +188
                                                                                                                                                                                +189
                                                                                                                                                                                +190
                                                                                                                                                                                +191
                                                                                                                                                                                +192
                                                                                                                                                                                +193
                                                                                                                                                                                +194
                                                                                                                                                                                +195
                                                                                                                                                                                +196
                                                                                                                                                                                +197
                                                                                                                                                                                +198
                                                                                                                                                                                +199
                                                                                                                                                                                +200
                                                                                                                                                                                +201
                                                                                                                                                                                +202
                                                                                                                                                                                +203
                                                                                                                                                                                +204
                                                                                                                                                                                +205
                                                                                                                                                                                +206
                                                                                                                                                                                +207
                                                                                                                                                                                +208
                                                                                                                                                                                +209
                                                                                                                                                                                +210
                                                                                                                                                                                +211
                                                                                                                                                                                +212
                                                                                                                                                                                +213
                                                                                                                                                                                +214
                                                                                                                                                                                +215
                                                                                                                                                                                +216
                                                                                                                                                                                +217
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a status is a success.
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! Pseudocode:<br>
                                                                                                                                                                                +//! a ⇒ status ⇒ success = true
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! # Example
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! ```rust
                                                                                                                                                                                +//! use assertables::*;
                                                                                                                                                                                +//! use std::process::Command;
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! # fn main() {
                                                                                                                                                                                +//! let mut a = Command::new("bin/exit-with-arg"); a.arg("0");
                                                                                                                                                                                +//! assert_status_success!(a);
                                                                                                                                                                                +//! # }
                                                                                                                                                                                +//! ```
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! # Module macros
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! * [`assert_status_success`](macro@crate::assert_status_success)
                                                                                                                                                                                +//! * [`assert_status_success_as_result`](macro@crate::assert_status_success_as_result)
                                                                                                                                                                                +//! * [`debug_assert_status_success`](macro@crate::debug_assert_status_success)
                                                                                                                                                                                +
                                                                                                                                                                                +/// Assert a status is a success.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// Pseudocode:<br>
                                                                                                                                                                                +/// a ⇒ status ⇒ success = true
                                                                                                                                                                                +///
                                                                                                                                                                                +/// * If true, return Result `Ok(a ⇒ status ⇒ code ⇒ value)`.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// * Otherwise, return Result `Err(message)`.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// This macro provides the same statements as [`assert_`](macro.assert_.html),
                                                                                                                                                                                +/// except this macro returns a Result, rather than doing a panic.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// This macro is useful for runtime checks, such as checking parameters,
                                                                                                                                                                                +/// or sanitizing inputs, or handling different results in different ways.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// # Module macros
                                                                                                                                                                                +///
                                                                                                                                                                                +/// * [`assert_status_success`](macro@crate::assert_status_success)
                                                                                                                                                                                +/// * [`assert_status_success_as_result`](macro@crate::assert_status_success_as_result)
                                                                                                                                                                                +/// * [`debug_assert_status_success`](macro@crate::debug_assert_status_success)
                                                                                                                                                                                +///
                                                                                                                                                                                +#[macro_export]
                                                                                                                                                                                +macro_rules! assert_status_success_as_result {
                                                                                                                                                                                +    ($a:expr $(,)?) => {{
                                                                                                                                                                                +        match ($a.status()) {
                                                                                                                                                                                +            Ok(a1) => {
                                                                                                                                                                                +                if a1.success()  {
                                                                                                                                                                                +                    Ok(true)
                                                                                                                                                                                +                } else {
                                                                                                                                                                                +                    Err(
                                                                                                                                                                                +                        format!(
                                                                                                                                                                                +                            concat!(
                                                                                                                                                                                +                                "assertion failed: `assert_status_success!(a)`\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_success.html\n",
                                                                                                                                                                                +                                " a label: `{}`,\n",
                                                                                                                                                                                +                                " a debug: `{:?}`",
                                                                                                                                                                                +                            ),
                                                                                                                                                                                +                            stringify!($a),
                                                                                                                                                                                +                            $a,
                                                                                                                                                                                +                        )
                                                                                                                                                                                +                    )
                                                                                                                                                                                +                }
                                                                                                                                                                                +            },
                                                                                                                                                                                +            a_status => {
                                                                                                                                                                                +                Err(
                                                                                                                                                                                +                    format!(
                                                                                                                                                                                +                        concat!(
                                                                                                                                                                                +                            "assertion failed: `assert_status_success!(a)`\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_success.html\n",
                                                                                                                                                                                +                            "  a label: `{}`,\n",
                                                                                                                                                                                +                            "  a debug: `{:?}`,\n",
                                                                                                                                                                                +                            " a status: `{:?}`",
                                                                                                                                                                                +                        ),
                                                                                                                                                                                +                        stringify!($a),
                                                                                                                                                                                +                        $a,
                                                                                                                                                                                +                        a_status
                                                                                                                                                                                +                    )
                                                                                                                                                                                +                )
                                                                                                                                                                                +            }
                                                                                                                                                                                +        }
                                                                                                                                                                                +    }};
                                                                                                                                                                                +}
                                                                                                                                                                                +
                                                                                                                                                                                +#[cfg(test)]
                                                                                                                                                                                +mod tests {
                                                                                                                                                                                +    use std::process::Command;
                                                                                                                                                                                +
                                                                                                                                                                                +    #[test]
                                                                                                                                                                                +    fn success() {
                                                                                                                                                                                +        let mut a = Command::new("bin/exit-with-arg");
                                                                                                                                                                                +        a.arg("0");
                                                                                                                                                                                +        let result = assert_status_success_as_result!(a);
                                                                                                                                                                                +        assert_eq!(result.unwrap(), true);
                                                                                                                                                                                +    }
                                                                                                                                                                                +
                                                                                                                                                                                +    #[test]
                                                                                                                                                                                +    fn failure() {
                                                                                                                                                                                +        let mut a = Command::new("bin/exit-with-arg");
                                                                                                                                                                                +        a.arg("1");
                                                                                                                                                                                +        let result = assert_status_success_as_result!(a);
                                                                                                                                                                                +        assert_eq!(
                                                                                                                                                                                +            result.unwrap_err(),
                                                                                                                                                                                +            concat!(
                                                                                                                                                                                +                "assertion failed: `assert_status_success!(a)`\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_success.html\n",
                                                                                                                                                                                +                " a label: `a`,\n",
                                                                                                                                                                                +                " a debug: `\"bin/exit-with-arg\" \"1\"`",
                                                                                                                                                                                +            )
                                                                                                                                                                                +        );
                                                                                                                                                                                +    }
                                                                                                                                                                                +}
                                                                                                                                                                                +
                                                                                                                                                                                +/// Assert a status is a success.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// Pseudocode:<br>
                                                                                                                                                                                +/// a ⇒ status ⇒ success = true
                                                                                                                                                                                +///
                                                                                                                                                                                +/// * If true, return `a ⇒ status ⇒ code ⇒ value``.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// * Otherwise, call [`panic!`] with a message and the values of the
                                                                                                                                                                                +///   expressions with their debug representations.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// # Examples
                                                                                                                                                                                +///
                                                                                                                                                                                +/// ```rust
                                                                                                                                                                                +/// use assertables::*;
                                                                                                                                                                                +/// use std::process::Command;
                                                                                                                                                                                +/// # use std::panic;
                                                                                                                                                                                +///
                                                                                                                                                                                +/// # fn main() {
                                                                                                                                                                                +/// let mut a = Command::new("bin/exit-with-arg"); a.arg("0");
                                                                                                                                                                                +/// assert_status_success!(a);
                                                                                                                                                                                +///
                                                                                                                                                                                +/// # let result = panic::catch_unwind(|| {
                                                                                                                                                                                +/// // This will panic
                                                                                                                                                                                +/// let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                +/// assert_status_success!(a);
                                                                                                                                                                                +/// # });
                                                                                                                                                                                +/// // assertion failed: `assert_status_success!(a)`
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_success.html
                                                                                                                                                                                +/// //  a label: `a`,
                                                                                                                                                                                +/// //  a debug: `\"bin/exit-with-arg\" \"1\"`
                                                                                                                                                                                +/// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                +/// # let expect = concat!(
                                                                                                                                                                                +/// #     "assertion failed: `assert_status_success!(a)`\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_success.html\n",
                                                                                                                                                                                +/// #     " a label: `a`,\n",
                                                                                                                                                                                +/// #     " a debug: `\"bin/exit-with-arg\" \"1\"`"
                                                                                                                                                                                +/// # );
                                                                                                                                                                                +/// # assert_eq!(actual, expect);
                                                                                                                                                                                +/// # }
                                                                                                                                                                                +/// ```
                                                                                                                                                                                +///
                                                                                                                                                                                +/// # Module macros
                                                                                                                                                                                +///
                                                                                                                                                                                +/// * [`assert_status_success`](macro@crate::assert_status_success)
                                                                                                                                                                                +/// * [`assert_status_success_as_result`](macro@crate::assert_status_success_as_result)
                                                                                                                                                                                +/// * [`debug_assert_status_success`](macro@crate::debug_assert_status_success)
                                                                                                                                                                                +///
                                                                                                                                                                                +#[macro_export]
                                                                                                                                                                                +macro_rules! assert_status_success {
                                                                                                                                                                                +    ($a:expr $(,)?) => {{
                                                                                                                                                                                +        match $crate::assert_status_success_as_result!($a) {
                                                                                                                                                                                +            Ok(x) => x,
                                                                                                                                                                                +            Err(err) => panic!("{}", err),
                                                                                                                                                                                +        }
                                                                                                                                                                                +    }};
                                                                                                                                                                                +    ($a:expr, $($message:tt)+) => {{
                                                                                                                                                                                +        match $crate::assert_status_success_as_result!($a) {
                                                                                                                                                                                +            Ok(x) => x,
                                                                                                                                                                                +            Err(_err) => panic!("{}", $($message)+),
                                                                                                                                                                                +        }
                                                                                                                                                                                +    }};
                                                                                                                                                                                +}
                                                                                                                                                                                +
                                                                                                                                                                                +/// Assert a status is a success.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// Pseudocode:<br>
                                                                                                                                                                                +/// a ⇒ status ⇒ success = true
                                                                                                                                                                                +///
                                                                                                                                                                                +/// This macro provides the same statements as [`assert_status_success`](macro.assert_status_success.html),
                                                                                                                                                                                +/// except this macro's statements are only enabled in non-optimized
                                                                                                                                                                                +/// builds by default. An optimized build will not execute this macro's
                                                                                                                                                                                +/// statements unless `-C debug-assertions` is passed to the compiler.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// This macro is useful for checks that are too expensive to be present
                                                                                                                                                                                +/// in a release build but may be helpful during development.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// The result of expanding this macro is always type checked.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// An unchecked assertion allows a "bin/exit-with-arg" in an inconsistent state to
                                                                                                                                                                                +/// keep running, which might have unexpected consequences but does not
                                                                                                                                                                                +/// introduce unsafety as long as this only happens in safe code. The
                                                                                                                                                                                +/// performance cost of assertions, however, is not measurable in general.
                                                                                                                                                                                +/// Replacing `assert*!` with `debug_assert*!` is thus only encouraged
                                                                                                                                                                                +/// after thorough profiling, and more importantly, only in safe code!
                                                                                                                                                                                +///
                                                                                                                                                                                +/// This macro is intended to work in a similar way to
                                                                                                                                                                                +/// [`::std::debug_assert`](https://doc.rust-lang.org/std/macro.debug_assert.html).
                                                                                                                                                                                +///
                                                                                                                                                                                +/// # Module macros
                                                                                                                                                                                +///
                                                                                                                                                                                +/// * [`assert_status_success`](macro@crate::assert_status_success)
                                                                                                                                                                                +/// * [`assert_status_success`](macro@crate::assert_status_success)
                                                                                                                                                                                +/// * [`debug_assert_status_success`](macro@crate::debug_assert_status_success)
                                                                                                                                                                                +///
                                                                                                                                                                                +#[macro_export]
                                                                                                                                                                                +macro_rules! debug_assert_status_success {
                                                                                                                                                                                +    ($($arg:tt)*) => {
                                                                                                                                                                                +        if $crate::cfg!(debug_assertions) {
                                                                                                                                                                                +            $crate::assert_status_success!($($arg)*);
                                                                                                                                                                                +        }
                                                                                                                                                                                +    };
                                                                                                                                                                                +}
                                                                                                                                                                                +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/src/lib/assert_status/assert_status_success_false.rs.html b/doc/src/lib/assert_status/assert_status_success_false.rs.html new file mode 100644 index 000000000..d2ea79a3a --- /dev/null +++ b/doc/src/lib/assert_status/assert_status_success_false.rs.html @@ -0,0 +1,435 @@ +assert_status_success_false.rs - source
                                                                                                                                                                                1
                                                                                                                                                                                +2
                                                                                                                                                                                +3
                                                                                                                                                                                +4
                                                                                                                                                                                +5
                                                                                                                                                                                +6
                                                                                                                                                                                +7
                                                                                                                                                                                +8
                                                                                                                                                                                +9
                                                                                                                                                                                +10
                                                                                                                                                                                +11
                                                                                                                                                                                +12
                                                                                                                                                                                +13
                                                                                                                                                                                +14
                                                                                                                                                                                +15
                                                                                                                                                                                +16
                                                                                                                                                                                +17
                                                                                                                                                                                +18
                                                                                                                                                                                +19
                                                                                                                                                                                +20
                                                                                                                                                                                +21
                                                                                                                                                                                +22
                                                                                                                                                                                +23
                                                                                                                                                                                +24
                                                                                                                                                                                +25
                                                                                                                                                                                +26
                                                                                                                                                                                +27
                                                                                                                                                                                +28
                                                                                                                                                                                +29
                                                                                                                                                                                +30
                                                                                                                                                                                +31
                                                                                                                                                                                +32
                                                                                                                                                                                +33
                                                                                                                                                                                +34
                                                                                                                                                                                +35
                                                                                                                                                                                +36
                                                                                                                                                                                +37
                                                                                                                                                                                +38
                                                                                                                                                                                +39
                                                                                                                                                                                +40
                                                                                                                                                                                +41
                                                                                                                                                                                +42
                                                                                                                                                                                +43
                                                                                                                                                                                +44
                                                                                                                                                                                +45
                                                                                                                                                                                +46
                                                                                                                                                                                +47
                                                                                                                                                                                +48
                                                                                                                                                                                +49
                                                                                                                                                                                +50
                                                                                                                                                                                +51
                                                                                                                                                                                +52
                                                                                                                                                                                +53
                                                                                                                                                                                +54
                                                                                                                                                                                +55
                                                                                                                                                                                +56
                                                                                                                                                                                +57
                                                                                                                                                                                +58
                                                                                                                                                                                +59
                                                                                                                                                                                +60
                                                                                                                                                                                +61
                                                                                                                                                                                +62
                                                                                                                                                                                +63
                                                                                                                                                                                +64
                                                                                                                                                                                +65
                                                                                                                                                                                +66
                                                                                                                                                                                +67
                                                                                                                                                                                +68
                                                                                                                                                                                +69
                                                                                                                                                                                +70
                                                                                                                                                                                +71
                                                                                                                                                                                +72
                                                                                                                                                                                +73
                                                                                                                                                                                +74
                                                                                                                                                                                +75
                                                                                                                                                                                +76
                                                                                                                                                                                +77
                                                                                                                                                                                +78
                                                                                                                                                                                +79
                                                                                                                                                                                +80
                                                                                                                                                                                +81
                                                                                                                                                                                +82
                                                                                                                                                                                +83
                                                                                                                                                                                +84
                                                                                                                                                                                +85
                                                                                                                                                                                +86
                                                                                                                                                                                +87
                                                                                                                                                                                +88
                                                                                                                                                                                +89
                                                                                                                                                                                +90
                                                                                                                                                                                +91
                                                                                                                                                                                +92
                                                                                                                                                                                +93
                                                                                                                                                                                +94
                                                                                                                                                                                +95
                                                                                                                                                                                +96
                                                                                                                                                                                +97
                                                                                                                                                                                +98
                                                                                                                                                                                +99
                                                                                                                                                                                +100
                                                                                                                                                                                +101
                                                                                                                                                                                +102
                                                                                                                                                                                +103
                                                                                                                                                                                +104
                                                                                                                                                                                +105
                                                                                                                                                                                +106
                                                                                                                                                                                +107
                                                                                                                                                                                +108
                                                                                                                                                                                +109
                                                                                                                                                                                +110
                                                                                                                                                                                +111
                                                                                                                                                                                +112
                                                                                                                                                                                +113
                                                                                                                                                                                +114
                                                                                                                                                                                +115
                                                                                                                                                                                +116
                                                                                                                                                                                +117
                                                                                                                                                                                +118
                                                                                                                                                                                +119
                                                                                                                                                                                +120
                                                                                                                                                                                +121
                                                                                                                                                                                +122
                                                                                                                                                                                +123
                                                                                                                                                                                +124
                                                                                                                                                                                +125
                                                                                                                                                                                +126
                                                                                                                                                                                +127
                                                                                                                                                                                +128
                                                                                                                                                                                +129
                                                                                                                                                                                +130
                                                                                                                                                                                +131
                                                                                                                                                                                +132
                                                                                                                                                                                +133
                                                                                                                                                                                +134
                                                                                                                                                                                +135
                                                                                                                                                                                +136
                                                                                                                                                                                +137
                                                                                                                                                                                +138
                                                                                                                                                                                +139
                                                                                                                                                                                +140
                                                                                                                                                                                +141
                                                                                                                                                                                +142
                                                                                                                                                                                +143
                                                                                                                                                                                +144
                                                                                                                                                                                +145
                                                                                                                                                                                +146
                                                                                                                                                                                +147
                                                                                                                                                                                +148
                                                                                                                                                                                +149
                                                                                                                                                                                +150
                                                                                                                                                                                +151
                                                                                                                                                                                +152
                                                                                                                                                                                +153
                                                                                                                                                                                +154
                                                                                                                                                                                +155
                                                                                                                                                                                +156
                                                                                                                                                                                +157
                                                                                                                                                                                +158
                                                                                                                                                                                +159
                                                                                                                                                                                +160
                                                                                                                                                                                +161
                                                                                                                                                                                +162
                                                                                                                                                                                +163
                                                                                                                                                                                +164
                                                                                                                                                                                +165
                                                                                                                                                                                +166
                                                                                                                                                                                +167
                                                                                                                                                                                +168
                                                                                                                                                                                +169
                                                                                                                                                                                +170
                                                                                                                                                                                +171
                                                                                                                                                                                +172
                                                                                                                                                                                +173
                                                                                                                                                                                +174
                                                                                                                                                                                +175
                                                                                                                                                                                +176
                                                                                                                                                                                +177
                                                                                                                                                                                +178
                                                                                                                                                                                +179
                                                                                                                                                                                +180
                                                                                                                                                                                +181
                                                                                                                                                                                +182
                                                                                                                                                                                +183
                                                                                                                                                                                +184
                                                                                                                                                                                +185
                                                                                                                                                                                +186
                                                                                                                                                                                +187
                                                                                                                                                                                +188
                                                                                                                                                                                +189
                                                                                                                                                                                +190
                                                                                                                                                                                +191
                                                                                                                                                                                +192
                                                                                                                                                                                +193
                                                                                                                                                                                +194
                                                                                                                                                                                +195
                                                                                                                                                                                +196
                                                                                                                                                                                +197
                                                                                                                                                                                +198
                                                                                                                                                                                +199
                                                                                                                                                                                +200
                                                                                                                                                                                +201
                                                                                                                                                                                +202
                                                                                                                                                                                +203
                                                                                                                                                                                +204
                                                                                                                                                                                +205
                                                                                                                                                                                +206
                                                                                                                                                                                +207
                                                                                                                                                                                +208
                                                                                                                                                                                +209
                                                                                                                                                                                +210
                                                                                                                                                                                +211
                                                                                                                                                                                +212
                                                                                                                                                                                +213
                                                                                                                                                                                +214
                                                                                                                                                                                +215
                                                                                                                                                                                +216
                                                                                                                                                                                +217
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a status is a failure.
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! Pseudocode:<br>
                                                                                                                                                                                +//! a ⇒ status ⇒ success = false
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! # Example
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! ```rust
                                                                                                                                                                                +//! use assertables::*;
                                                                                                                                                                                +//! use std::process::Command;
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! # fn main() {
                                                                                                                                                                                +//! let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                +//! assert_status_success_false!(a);
                                                                                                                                                                                +//! # }
                                                                                                                                                                                +//! ```
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! # Module macros
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! * [`assert_status_success_false`](macro@crate::assert_status_success_false)
                                                                                                                                                                                +//! * [`assert_status_success_false_as_result`](macro@crate::assert_status_success_false_as_result)
                                                                                                                                                                                +//! * [`debug_assert_status_success_false`](macro@crate::debug_assert_status_success_false)
                                                                                                                                                                                +
                                                                                                                                                                                +/// Assert a status is a failure.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// Pseudocode:<br>
                                                                                                                                                                                +/// a ⇒ status ⇒ success = false
                                                                                                                                                                                +///
                                                                                                                                                                                +/// * If true, return Result `Ok(a ⇒ status ⇒ code ⇒ value)`.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// * Otherwise, return Result `Err(message)`.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// This macro provides the same statements as [`assert_`](macro.assert_.html),
                                                                                                                                                                                +/// except this macro returns a Result, rather than doing a panic.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// This macro is useful for runtime checks, such as checking parameters,
                                                                                                                                                                                +/// or sanitizing inputs, or handling different results in different ways.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// # Module macros
                                                                                                                                                                                +///
                                                                                                                                                                                +/// * [`assert_status_success_false`](macro@crate::assert_status_success_false)
                                                                                                                                                                                +/// * [`assert_status_success_false_as_result`](macro@crate::assert_status_success_false_as_result)
                                                                                                                                                                                +/// * [`debug_assert_status_success_false`](macro@crate::debug_assert_status_success_false)
                                                                                                                                                                                +///
                                                                                                                                                                                +#[macro_export]
                                                                                                                                                                                +macro_rules! assert_status_success_false_as_result {
                                                                                                                                                                                +    ($a:expr $(,)?) => {{
                                                                                                                                                                                +        match ($a.status()) {
                                                                                                                                                                                +            Ok(a1) => {
                                                                                                                                                                                +                if !a1.success()  {
                                                                                                                                                                                +                    Ok(true)
                                                                                                                                                                                +                } else {
                                                                                                                                                                                +                    Err(
                                                                                                                                                                                +                        format!(
                                                                                                                                                                                +                            concat!(
                                                                                                                                                                                +                                "assertion failed: `assert_status_success_false!(a)`\n",
                                                                                                                                                                                +                                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_success_false.html\n",
                                                                                                                                                                                +                                " a label: `{}`,\n",
                                                                                                                                                                                +                                " a debug: `{:?}`",
                                                                                                                                                                                +                            ),
                                                                                                                                                                                +                            stringify!($a),
                                                                                                                                                                                +                            $a,
                                                                                                                                                                                +                        )
                                                                                                                                                                                +                    )
                                                                                                                                                                                +                }
                                                                                                                                                                                +            },
                                                                                                                                                                                +            a_status => {
                                                                                                                                                                                +                Err(
                                                                                                                                                                                +                    format!(
                                                                                                                                                                                +                        concat!(
                                                                                                                                                                                +                            "assertion failed: `assert_status_success_false!(a)`\n",
                                                                                                                                                                                +                            "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_success_false.html\n",
                                                                                                                                                                                +                            "  a label: `{}`,\n",
                                                                                                                                                                                +                            "  a debug: `{:?}`,\n",
                                                                                                                                                                                +                            " a status: `{:?}`",
                                                                                                                                                                                +                        ),
                                                                                                                                                                                +                        stringify!($a),
                                                                                                                                                                                +                        $a,
                                                                                                                                                                                +                        a_status
                                                                                                                                                                                +                    )
                                                                                                                                                                                +                )
                                                                                                                                                                                +            }
                                                                                                                                                                                +        }
                                                                                                                                                                                +    }};
                                                                                                                                                                                +}
                                                                                                                                                                                +
                                                                                                                                                                                +#[cfg(test)]
                                                                                                                                                                                +mod tests {
                                                                                                                                                                                +    use std::process::Command;
                                                                                                                                                                                +
                                                                                                                                                                                +    #[test]
                                                                                                                                                                                +    fn success() {
                                                                                                                                                                                +        let mut a = Command::new("bin/exit-with-arg");
                                                                                                                                                                                +        a.arg("1");
                                                                                                                                                                                +        let result = assert_status_success_false_as_result!(a);
                                                                                                                                                                                +        assert_eq!(result.unwrap(), true);
                                                                                                                                                                                +    }
                                                                                                                                                                                +
                                                                                                                                                                                +    #[test]
                                                                                                                                                                                +    fn failure() {
                                                                                                                                                                                +        let mut a = Command::new("bin/exit-with-arg");
                                                                                                                                                                                +        a.arg("0");
                                                                                                                                                                                +        let result = assert_status_success_false_as_result!(a);
                                                                                                                                                                                +        assert_eq!(
                                                                                                                                                                                +            result.unwrap_err(),
                                                                                                                                                                                +            concat!(
                                                                                                                                                                                +                "assertion failed: `assert_status_success_false!(a)`\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_success_false.html\n",
                                                                                                                                                                                +                " a label: `a`,\n",
                                                                                                                                                                                +                " a debug: `\"bin/exit-with-arg\" \"0\"`",
                                                                                                                                                                                +            )
                                                                                                                                                                                +        );
                                                                                                                                                                                +    }
                                                                                                                                                                                +}
                                                                                                                                                                                +
                                                                                                                                                                                +/// Assert a status is a failure.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// Pseudocode:<br>
                                                                                                                                                                                +/// a ⇒ status ⇒ success = false
                                                                                                                                                                                +///
                                                                                                                                                                                +/// * If true, return `a ⇒ status ⇒ code ⇒ value``.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// * Otherwise, call [`panic!`] with a message and the values of the
                                                                                                                                                                                +///   expressions with their debug representations.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// # Examples
                                                                                                                                                                                +///
                                                                                                                                                                                +/// ```rust
                                                                                                                                                                                +/// use assertables::*;
                                                                                                                                                                                +/// use std::process::Command;
                                                                                                                                                                                +/// # use std::panic;
                                                                                                                                                                                +///
                                                                                                                                                                                +/// # fn main() {
                                                                                                                                                                                +/// let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                +/// assert_status_success_false!(a);
                                                                                                                                                                                +///
                                                                                                                                                                                +/// # let result = panic::catch_unwind(|| {
                                                                                                                                                                                +/// // This will panic
                                                                                                                                                                                +/// let mut a = Command::new("bin/exit-with-arg"); a.arg("0");
                                                                                                                                                                                +/// assert_status_success_false!(a);
                                                                                                                                                                                +/// # });
                                                                                                                                                                                +/// // assertion failed: `assert_status_success_false!(a)`
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_success_false.html
                                                                                                                                                                                +/// //  a label: `a`,
                                                                                                                                                                                +/// //  a debug: `\"bin/exit-with-arg\" \"0\"`
                                                                                                                                                                                +/// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                +/// # let expect = concat!(
                                                                                                                                                                                +/// #     "assertion failed: `assert_status_success_false!(a)`\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_success_false.html\n",
                                                                                                                                                                                +/// #     " a label: `a`,\n",
                                                                                                                                                                                +/// #     " a debug: `\"bin/exit-with-arg\" \"0\"`"
                                                                                                                                                                                +/// # );
                                                                                                                                                                                +/// # assert_eq!(actual, expect);
                                                                                                                                                                                +/// # }
                                                                                                                                                                                +/// ```
                                                                                                                                                                                +///
                                                                                                                                                                                +/// # Module macros
                                                                                                                                                                                +///
                                                                                                                                                                                +/// * [`assert_status_success_false`](macro@crate::assert_status_success_false)
                                                                                                                                                                                +/// * [`assert_status_success_false_as_result`](macro@crate::assert_status_success_false_as_result)
                                                                                                                                                                                +/// * [`debug_assert_status_success_false`](macro@crate::debug_assert_status_success_false)
                                                                                                                                                                                +///
                                                                                                                                                                                +#[macro_export]
                                                                                                                                                                                +macro_rules! assert_status_success_false {
                                                                                                                                                                                +    ($a:expr $(,)?) => {{
                                                                                                                                                                                +        match $crate::assert_status_success_false_as_result!($a) {
                                                                                                                                                                                +            Ok(x) => x,
                                                                                                                                                                                +            Err(err) => panic!("{}", err),
                                                                                                                                                                                +        }
                                                                                                                                                                                +    }};
                                                                                                                                                                                +    ($a:expr, $($message:tt)+) => {{
                                                                                                                                                                                +        match $crate::assert_status_success_false_as_result!($a) {
                                                                                                                                                                                +            Ok(x) => x,
                                                                                                                                                                                +            Err(_err) => panic!("{}", $($message)+),
                                                                                                                                                                                +        }
                                                                                                                                                                                +    }};
                                                                                                                                                                                +}
                                                                                                                                                                                +
                                                                                                                                                                                +/// Assert a status is a failure.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// Pseudocode:<br>
                                                                                                                                                                                +/// a ⇒ status ⇒ success = false
                                                                                                                                                                                +///
                                                                                                                                                                                +/// This macro provides the same statements as [`assert_status_success_false`](macro.assert_status_success_false.html),
                                                                                                                                                                                +/// except this macro's statements are only enabled in non-optimized
                                                                                                                                                                                +/// builds by default. An optimized build will not execute this macro's
                                                                                                                                                                                +/// statements unless `-C debug-assertions` is passed to the compiler.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// This macro is useful for checks that are too expensive to be present
                                                                                                                                                                                +/// in a release build but may be helpful during development.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// The result of expanding this macro is always type checked.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// An unchecked assertion allows a "bin/exit-with-arg" in an inconsistent state to
                                                                                                                                                                                +/// keep running, which might have unexpected consequences but does not
                                                                                                                                                                                +/// introduce unsafety as long as this only happens in safe code. The
                                                                                                                                                                                +/// performance cost of assertions, however, is not measurable in general.
                                                                                                                                                                                +/// Replacing `assert*!` with `debug_assert*!` is thus only encouraged
                                                                                                                                                                                +/// after thorough profiling, and more importantly, only in safe code!
                                                                                                                                                                                +///
                                                                                                                                                                                +/// This macro is intended to work in a similar way to
                                                                                                                                                                                +/// [`::std::debug_assert`](https://doc.rust-lang.org/std/macro.debug_assert.html).
                                                                                                                                                                                +///
                                                                                                                                                                                +/// # Module macros
                                                                                                                                                                                +///
                                                                                                                                                                                +/// * [`assert_status_success_false`](macro@crate::assert_status_success_false)
                                                                                                                                                                                +/// * [`assert_status_success_false`](macro@crate::assert_status_success_false)
                                                                                                                                                                                +/// * [`debug_assert_status_success_false`](macro@crate::debug_assert_status_success_false)
                                                                                                                                                                                +///
                                                                                                                                                                                +#[macro_export]
                                                                                                                                                                                +macro_rules! debug_assert_status_success_false {
                                                                                                                                                                                +    ($($arg:tt)*) => {
                                                                                                                                                                                +        if $crate::cfg!(debug_assertions) {
                                                                                                                                                                                +            $crate::assert_status_success_false!($($arg)*);
                                                                                                                                                                                +        }
                                                                                                                                                                                +    };
                                                                                                                                                                                +}
                                                                                                                                                                                +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/src/lib/assert_status/mod.rs.html b/doc/src/lib/assert_status/mod.rs.html new file mode 100644 index 000000000..b920ae6be --- /dev/null +++ b/doc/src/lib/assert_status/mod.rs.html @@ -0,0 +1,127 @@ +mod.rs - source
                                                                                                                                                                                1
                                                                                                                                                                                +2
                                                                                                                                                                                +3
                                                                                                                                                                                +4
                                                                                                                                                                                +5
                                                                                                                                                                                +6
                                                                                                                                                                                +7
                                                                                                                                                                                +8
                                                                                                                                                                                +9
                                                                                                                                                                                +10
                                                                                                                                                                                +11
                                                                                                                                                                                +12
                                                                                                                                                                                +13
                                                                                                                                                                                +14
                                                                                                                                                                                +15
                                                                                                                                                                                +16
                                                                                                                                                                                +17
                                                                                                                                                                                +18
                                                                                                                                                                                +19
                                                                                                                                                                                +20
                                                                                                                                                                                +21
                                                                                                                                                                                +22
                                                                                                                                                                                +23
                                                                                                                                                                                +24
                                                                                                                                                                                +25
                                                                                                                                                                                +26
                                                                                                                                                                                +27
                                                                                                                                                                                +28
                                                                                                                                                                                +29
                                                                                                                                                                                +30
                                                                                                                                                                                +31
                                                                                                                                                                                +32
                                                                                                                                                                                +33
                                                                                                                                                                                +34
                                                                                                                                                                                +35
                                                                                                                                                                                +36
                                                                                                                                                                                +37
                                                                                                                                                                                +38
                                                                                                                                                                                +39
                                                                                                                                                                                +40
                                                                                                                                                                                +41
                                                                                                                                                                                +42
                                                                                                                                                                                +43
                                                                                                                                                                                +44
                                                                                                                                                                                +45
                                                                                                                                                                                +46
                                                                                                                                                                                +47
                                                                                                                                                                                +48
                                                                                                                                                                                +49
                                                                                                                                                                                +50
                                                                                                                                                                                +51
                                                                                                                                                                                +52
                                                                                                                                                                                +53
                                                                                                                                                                                +54
                                                                                                                                                                                +55
                                                                                                                                                                                +56
                                                                                                                                                                                +57
                                                                                                                                                                                +58
                                                                                                                                                                                +59
                                                                                                                                                                                +60
                                                                                                                                                                                +61
                                                                                                                                                                                +62
                                                                                                                                                                                +63
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert for comparing status concepts.
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! These macros help with commands, program, processes, and anything else that
                                                                                                                                                                                +//! provides a method `status()`, and optionally status methods such as:
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! * `success() => bool`
                                                                                                                                                                                +//! * `code() => Result(T, E)`
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! Try success/failure:
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! * [`assert_status_success!(a)`](macro@crate::assert_status_success) ≈ a.status().success() = true``
                                                                                                                                                                                +//! * [`assert_status_success_false!(a)`](macro@crate::assert_status_success_false) ≈ a.status().success() = false``
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! Compare a status code with another status code:
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! * [`assert_status_code_value_eq!(a, b)`](macro@crate::assert_status_code_value_eq) ≈ a.len() = b.len()
                                                                                                                                                                                +//! * [`assert_status_code_value_ne!(a, b)`](macro@crate::assert_status_code_value_ne) ≈ a.len() ≠ b.len()
                                                                                                                                                                                +//! * [`assert_status_code_value_lt!(a, b)`](macro@crate::assert_status_code_value_lt) ≈ a.len() < b.len()
                                                                                                                                                                                +//! * [`assert_status_code_value_le!(a, b)`](macro@crate::assert_status_code_value_le) ≈ a.len() ≤ b.len()
                                                                                                                                                                                +//! * [`assert_status_code_value_gt!(a, b)`](macro@crate::assert_status_code_value_gt) ≈ a.len() > b.len()
                                                                                                                                                                                +//! * [`assert_status_code_value_ge!(a, b)`](macro@crate::assert_status_code_value_ge) ≈ a.len() ≥ b.len()
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! Compare a status code with an expression:
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! * [`assert_status_code_value_eq_x!(a, expr)`](macro@crate::assert_status_code_value_eq_x) ≈ a.len() = expr
                                                                                                                                                                                +//! * [`assert_status_code_value_ne_x!(a, expr)`](macro@crate::assert_status_code_value_ne_x) ≈ a.len() ≠ expr
                                                                                                                                                                                +//! * [`assert_status_code_value_lt_x!(a, expr)`](macro@crate::assert_status_code_value_lt_x) ≈ a.len() < expr
                                                                                                                                                                                +//! * [`assert_status_code_value_le_x!(a, expr)`](macro@crate::assert_status_code_value_le_x) ≈ a.len() ≤ expr
                                                                                                                                                                                +//! * [`assert_status_code_value_gt_x!(a, expr)`](macro@crate::assert_status_code_value_gt_x) ≈ a.len() > expr
                                                                                                                                                                                +//! * [`assert_status_code_value_ge_x!(a, expr)`](macro@crate::assert_status_code_value_ge_x) ≈ a.len() ≥ expr
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! # Example
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! ```rust
                                                                                                                                                                                +//! use assertables::*;
                                                                                                                                                                                +//! use std::process::Command;
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! # fn main() {
                                                                                                                                                                                +//! let mut a = Command::new("bin/exit-with-arg"); a.arg("1");
                                                                                                                                                                                +//! let mut b = Command::new("bin/exit-with-arg"); b.arg("1");
                                                                                                                                                                                +//! assert_status_code_value_eq!(a, b);
                                                                                                                                                                                +//! # }
                                                                                                                                                                                +//! ```
                                                                                                                                                                                +
                                                                                                                                                                                +// For success/failure
                                                                                                                                                                                +pub mod assert_status_success;
                                                                                                                                                                                +pub mod assert_status_success_false;
                                                                                                                                                                                +
                                                                                                                                                                                +// Compare another
                                                                                                                                                                                +pub mod assert_status_code_value_eq;
                                                                                                                                                                                +pub mod assert_status_code_value_ge;
                                                                                                                                                                                +pub mod assert_status_code_value_gt;
                                                                                                                                                                                +pub mod assert_status_code_value_le;
                                                                                                                                                                                +pub mod assert_status_code_value_lt;
                                                                                                                                                                                +pub mod assert_status_code_value_ne;
                                                                                                                                                                                +
                                                                                                                                                                                +// Compare expression
                                                                                                                                                                                +pub mod assert_status_code_value_eq_x;
                                                                                                                                                                                +pub mod assert_status_code_value_ge_x;
                                                                                                                                                                                +pub mod assert_status_code_value_gt_x;
                                                                                                                                                                                +pub mod assert_status_code_value_le_x;
                                                                                                                                                                                +pub mod assert_status_code_value_lt_x;
                                                                                                                                                                                +pub mod assert_status_code_value_ne_x;
                                                                                                                                                                                +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/src/lib/assert_success/assert_success.rs.html b/doc/src/lib/assert_success/assert_success.rs.html new file mode 100644 index 000000000..93abb0071 --- /dev/null +++ b/doc/src/lib/assert_success/assert_success.rs.html @@ -0,0 +1,427 @@ +assert_success.rs - source
                                                                                                                                                                                1
                                                                                                                                                                                +2
                                                                                                                                                                                +3
                                                                                                                                                                                +4
                                                                                                                                                                                +5
                                                                                                                                                                                +6
                                                                                                                                                                                +7
                                                                                                                                                                                +8
                                                                                                                                                                                +9
                                                                                                                                                                                +10
                                                                                                                                                                                +11
                                                                                                                                                                                +12
                                                                                                                                                                                +13
                                                                                                                                                                                +14
                                                                                                                                                                                +15
                                                                                                                                                                                +16
                                                                                                                                                                                +17
                                                                                                                                                                                +18
                                                                                                                                                                                +19
                                                                                                                                                                                +20
                                                                                                                                                                                +21
                                                                                                                                                                                +22
                                                                                                                                                                                +23
                                                                                                                                                                                +24
                                                                                                                                                                                +25
                                                                                                                                                                                +26
                                                                                                                                                                                +27
                                                                                                                                                                                +28
                                                                                                                                                                                +29
                                                                                                                                                                                +30
                                                                                                                                                                                +31
                                                                                                                                                                                +32
                                                                                                                                                                                +33
                                                                                                                                                                                +34
                                                                                                                                                                                +35
                                                                                                                                                                                +36
                                                                                                                                                                                +37
                                                                                                                                                                                +38
                                                                                                                                                                                +39
                                                                                                                                                                                +40
                                                                                                                                                                                +41
                                                                                                                                                                                +42
                                                                                                                                                                                +43
                                                                                                                                                                                +44
                                                                                                                                                                                +45
                                                                                                                                                                                +46
                                                                                                                                                                                +47
                                                                                                                                                                                +48
                                                                                                                                                                                +49
                                                                                                                                                                                +50
                                                                                                                                                                                +51
                                                                                                                                                                                +52
                                                                                                                                                                                +53
                                                                                                                                                                                +54
                                                                                                                                                                                +55
                                                                                                                                                                                +56
                                                                                                                                                                                +57
                                                                                                                                                                                +58
                                                                                                                                                                                +59
                                                                                                                                                                                +60
                                                                                                                                                                                +61
                                                                                                                                                                                +62
                                                                                                                                                                                +63
                                                                                                                                                                                +64
                                                                                                                                                                                +65
                                                                                                                                                                                +66
                                                                                                                                                                                +67
                                                                                                                                                                                +68
                                                                                                                                                                                +69
                                                                                                                                                                                +70
                                                                                                                                                                                +71
                                                                                                                                                                                +72
                                                                                                                                                                                +73
                                                                                                                                                                                +74
                                                                                                                                                                                +75
                                                                                                                                                                                +76
                                                                                                                                                                                +77
                                                                                                                                                                                +78
                                                                                                                                                                                +79
                                                                                                                                                                                +80
                                                                                                                                                                                +81
                                                                                                                                                                                +82
                                                                                                                                                                                +83
                                                                                                                                                                                +84
                                                                                                                                                                                +85
                                                                                                                                                                                +86
                                                                                                                                                                                +87
                                                                                                                                                                                +88
                                                                                                                                                                                +89
                                                                                                                                                                                +90
                                                                                                                                                                                +91
                                                                                                                                                                                +92
                                                                                                                                                                                +93
                                                                                                                                                                                +94
                                                                                                                                                                                +95
                                                                                                                                                                                +96
                                                                                                                                                                                +97
                                                                                                                                                                                +98
                                                                                                                                                                                +99
                                                                                                                                                                                +100
                                                                                                                                                                                +101
                                                                                                                                                                                +102
                                                                                                                                                                                +103
                                                                                                                                                                                +104
                                                                                                                                                                                +105
                                                                                                                                                                                +106
                                                                                                                                                                                +107
                                                                                                                                                                                +108
                                                                                                                                                                                +109
                                                                                                                                                                                +110
                                                                                                                                                                                +111
                                                                                                                                                                                +112
                                                                                                                                                                                +113
                                                                                                                                                                                +114
                                                                                                                                                                                +115
                                                                                                                                                                                +116
                                                                                                                                                                                +117
                                                                                                                                                                                +118
                                                                                                                                                                                +119
                                                                                                                                                                                +120
                                                                                                                                                                                +121
                                                                                                                                                                                +122
                                                                                                                                                                                +123
                                                                                                                                                                                +124
                                                                                                                                                                                +125
                                                                                                                                                                                +126
                                                                                                                                                                                +127
                                                                                                                                                                                +128
                                                                                                                                                                                +129
                                                                                                                                                                                +130
                                                                                                                                                                                +131
                                                                                                                                                                                +132
                                                                                                                                                                                +133
                                                                                                                                                                                +134
                                                                                                                                                                                +135
                                                                                                                                                                                +136
                                                                                                                                                                                +137
                                                                                                                                                                                +138
                                                                                                                                                                                +139
                                                                                                                                                                                +140
                                                                                                                                                                                +141
                                                                                                                                                                                +142
                                                                                                                                                                                +143
                                                                                                                                                                                +144
                                                                                                                                                                                +145
                                                                                                                                                                                +146
                                                                                                                                                                                +147
                                                                                                                                                                                +148
                                                                                                                                                                                +149
                                                                                                                                                                                +150
                                                                                                                                                                                +151
                                                                                                                                                                                +152
                                                                                                                                                                                +153
                                                                                                                                                                                +154
                                                                                                                                                                                +155
                                                                                                                                                                                +156
                                                                                                                                                                                +157
                                                                                                                                                                                +158
                                                                                                                                                                                +159
                                                                                                                                                                                +160
                                                                                                                                                                                +161
                                                                                                                                                                                +162
                                                                                                                                                                                +163
                                                                                                                                                                                +164
                                                                                                                                                                                +165
                                                                                                                                                                                +166
                                                                                                                                                                                +167
                                                                                                                                                                                +168
                                                                                                                                                                                +169
                                                                                                                                                                                +170
                                                                                                                                                                                +171
                                                                                                                                                                                +172
                                                                                                                                                                                +173
                                                                                                                                                                                +174
                                                                                                                                                                                +175
                                                                                                                                                                                +176
                                                                                                                                                                                +177
                                                                                                                                                                                +178
                                                                                                                                                                                +179
                                                                                                                                                                                +180
                                                                                                                                                                                +181
                                                                                                                                                                                +182
                                                                                                                                                                                +183
                                                                                                                                                                                +184
                                                                                                                                                                                +185
                                                                                                                                                                                +186
                                                                                                                                                                                +187
                                                                                                                                                                                +188
                                                                                                                                                                                +189
                                                                                                                                                                                +190
                                                                                                                                                                                +191
                                                                                                                                                                                +192
                                                                                                                                                                                +193
                                                                                                                                                                                +194
                                                                                                                                                                                +195
                                                                                                                                                                                +196
                                                                                                                                                                                +197
                                                                                                                                                                                +198
                                                                                                                                                                                +199
                                                                                                                                                                                +200
                                                                                                                                                                                +201
                                                                                                                                                                                +202
                                                                                                                                                                                +203
                                                                                                                                                                                +204
                                                                                                                                                                                +205
                                                                                                                                                                                +206
                                                                                                                                                                                +207
                                                                                                                                                                                +208
                                                                                                                                                                                +209
                                                                                                                                                                                +210
                                                                                                                                                                                +211
                                                                                                                                                                                +212
                                                                                                                                                                                +213
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert success.
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! Pseudocode:<br>
                                                                                                                                                                                +//! a.success() = true
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! # Example
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! ```rust
                                                                                                                                                                                +//! use assertables::*;
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! # fn main() {
                                                                                                                                                                                +//! #[derive(Debug)]
                                                                                                                                                                                +//! struct A;
                                                                                                                                                                                +//! impl A { fn success(&self) -> bool { true }}
                                                                                                                                                                                +//! let a = A{};
                                                                                                                                                                                +//! assert_success!(a);
                                                                                                                                                                                +//! # }
                                                                                                                                                                                +//! ```
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! # Module macros
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! * [`assert_success`](macro@crate::assert_success)
                                                                                                                                                                                +//! * [`assert_success_as_result`](macro@crate::assert_success_as_result)
                                                                                                                                                                                +//! * [`debug_assert_success`](macro@crate::debug_assert_success)
                                                                                                                                                                                +
                                                                                                                                                                                +/// Assert a success method is true.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// Pseudocode:<br>
                                                                                                                                                                                +/// a.success() = true
                                                                                                                                                                                +///
                                                                                                                                                                                +/// * If true, return Result `Ok(true)`.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// * Otherwise, return Result `Err(message)`.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// This macro provides the same statements as [`assert_`](macro.assert_.html),
                                                                                                                                                                                +/// except this macro returns a Result, rather than doing a panic.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// This macro is useful for runtime checks, such as checking parameters,
                                                                                                                                                                                +/// or sanitizing inputs, or handling different results in different ways.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// # Module macros
                                                                                                                                                                                +///
                                                                                                                                                                                +/// * [`assert_success`](macro@crate::assert_success)
                                                                                                                                                                                +/// * [`assert_success_as_result`](macro@crate::assert_success_as_result)
                                                                                                                                                                                +/// * [`debug_assert_success`](macro@crate::debug_assert_success)
                                                                                                                                                                                +///
                                                                                                                                                                                +#[macro_export]
                                                                                                                                                                                +macro_rules! assert_success_as_result {
                                                                                                                                                                                +    ($a:expr $(,)?) => {{
                                                                                                                                                                                +        if $a.success() {
                                                                                                                                                                                +            Ok(true)
                                                                                                                                                                                +        } else {
                                                                                                                                                                                +            Err(format!(
                                                                                                                                                                                +                concat!(
                                                                                                                                                                                +                    "assertion failed: `assert_success!(a)`\n",
                                                                                                                                                                                +                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_success.html\n",
                                                                                                                                                                                +                    " a label: `{}`,\n",
                                                                                                                                                                                +                    " a debug: `{:?}`",
                                                                                                                                                                                +                ),
                                                                                                                                                                                +                stringify!($a),
                                                                                                                                                                                +                $a,
                                                                                                                                                                                +            ))
                                                                                                                                                                                +        }
                                                                                                                                                                                +    }};
                                                                                                                                                                                +}
                                                                                                                                                                                +
                                                                                                                                                                                +#[cfg(test)]
                                                                                                                                                                                +mod tests {
                                                                                                                                                                                +
                                                                                                                                                                                +    #[test]
                                                                                                                                                                                +    fn success() {
                                                                                                                                                                                +        #[derive(Debug)]
                                                                                                                                                                                +        struct A;
                                                                                                                                                                                +        impl A {
                                                                                                                                                                                +            fn success(&self) -> bool {
                                                                                                                                                                                +                true
                                                                                                                                                                                +            }
                                                                                                                                                                                +        }
                                                                                                                                                                                +        let a = A {};
                                                                                                                                                                                +        let result = assert_success_as_result!(a);
                                                                                                                                                                                +        assert_eq!(result.unwrap(), true);
                                                                                                                                                                                +    }
                                                                                                                                                                                +
                                                                                                                                                                                +    #[test]
                                                                                                                                                                                +    fn failure() {
                                                                                                                                                                                +        #[derive(Debug)]
                                                                                                                                                                                +        struct A;
                                                                                                                                                                                +        impl A {
                                                                                                                                                                                +            fn success(&self) -> bool {
                                                                                                                                                                                +                false
                                                                                                                                                                                +            }
                                                                                                                                                                                +        }
                                                                                                                                                                                +        let a = A {};
                                                                                                                                                                                +        let result = assert_success_as_result!(a);
                                                                                                                                                                                +        assert_eq!(
                                                                                                                                                                                +            result.unwrap_err(),
                                                                                                                                                                                +            concat!(
                                                                                                                                                                                +                "assertion failed: `assert_success!(a)`\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_success.html\n",
                                                                                                                                                                                +                " a label: `a`,\n",
                                                                                                                                                                                +                " a debug: `A`",
                                                                                                                                                                                +            )
                                                                                                                                                                                +        );
                                                                                                                                                                                +    }
                                                                                                                                                                                +}
                                                                                                                                                                                +
                                                                                                                                                                                +/// Assert a success method is true.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// Pseudocode:<br>
                                                                                                                                                                                +/// a.success() = true
                                                                                                                                                                                +///
                                                                                                                                                                                +/// * If true, return `true`.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// * Otherwise, call [`panic!`] with a message and the values of the
                                                                                                                                                                                +///   expressions with their debug representations.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// # Examples
                                                                                                                                                                                +///
                                                                                                                                                                                +/// ```rust
                                                                                                                                                                                +/// use assertables::*;
                                                                                                                                                                                +/// # use std::panic;
                                                                                                                                                                                +///
                                                                                                                                                                                +/// # fn main() {
                                                                                                                                                                                +/// #[derive(Debug)]
                                                                                                                                                                                +/// struct A;
                                                                                                                                                                                +/// impl A { fn success(&self) -> bool { true }}
                                                                                                                                                                                +/// let a = A{};
                                                                                                                                                                                +/// assert_success!(a);
                                                                                                                                                                                +///
                                                                                                                                                                                +/// # let result = panic::catch_unwind(|| {
                                                                                                                                                                                +/// // This will panic
                                                                                                                                                                                +/// #[derive(Debug)]
                                                                                                                                                                                +/// struct A;
                                                                                                                                                                                +/// impl A { fn success(&self) -> bool { false }}
                                                                                                                                                                                +/// let a = A{};
                                                                                                                                                                                +/// assert_success!(a);
                                                                                                                                                                                +/// # });
                                                                                                                                                                                +/// // assertion failed: `assert_success!(a)`
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_success.html
                                                                                                                                                                                +/// //  a label: `a`,
                                                                                                                                                                                +/// //  a debug: `A`
                                                                                                                                                                                +/// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                +/// # let expect = concat!(
                                                                                                                                                                                +/// #     "assertion failed: `assert_success!(a)`\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_success.html\n",
                                                                                                                                                                                +/// #     " a label: `a`,\n",
                                                                                                                                                                                +/// #     " a debug: `A`",
                                                                                                                                                                                +/// # );
                                                                                                                                                                                +/// # assert_eq!(actual, expect);
                                                                                                                                                                                +/// # }
                                                                                                                                                                                +/// ```
                                                                                                                                                                                +///
                                                                                                                                                                                +/// # Module macros
                                                                                                                                                                                +///
                                                                                                                                                                                +/// * [`assert_success`](macro@crate::assert_success)
                                                                                                                                                                                +/// * [`assert_success_as_result`](macro@crate::assert_success_as_result)
                                                                                                                                                                                +/// * [`debug_assert_success`](macro@crate::debug_assert_success)
                                                                                                                                                                                +///
                                                                                                                                                                                +#[macro_export]
                                                                                                                                                                                +macro_rules! assert_success {
                                                                                                                                                                                +    ($a:expr $(,)?) => {{
                                                                                                                                                                                +        match $crate::assert_success_as_result!($a) {
                                                                                                                                                                                +            Ok(x) => x,
                                                                                                                                                                                +            Err(err) => panic!("{}", err),
                                                                                                                                                                                +        }
                                                                                                                                                                                +    }};
                                                                                                                                                                                +    ($a:expr, $($message:tt)+) => {{
                                                                                                                                                                                +        match $crate::assert_success_as_result!($a) {
                                                                                                                                                                                +            Ok(x) => x,
                                                                                                                                                                                +            Err(_err) => panic!("{}", $($message)+),
                                                                                                                                                                                +        }
                                                                                                                                                                                +    }};
                                                                                                                                                                                +}
                                                                                                                                                                                +
                                                                                                                                                                                +/// Assert a success method is true.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// Pseudocode:<br>
                                                                                                                                                                                +/// a.success() = true
                                                                                                                                                                                +///
                                                                                                                                                                                +/// This macro provides the same statements as [`assert_success`](macro.assert_success.html),
                                                                                                                                                                                +/// except this macro's statements are only enabled in non-optimized
                                                                                                                                                                                +/// builds by default. An optimized build will not execute this macro's
                                                                                                                                                                                +/// statements unless `-C debug-assertions` is passed to the compiler.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// This macro is useful for checks that are too expensive to be present
                                                                                                                                                                                +/// in a release build but may be helpful during development.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// The result of expanding this macro is always type checked.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// An unchecked assertion allows a "bin/exit-with-arg" in an inconsistent state to
                                                                                                                                                                                +/// keep running, which might have unexpected consequences but does not
                                                                                                                                                                                +/// introduce unsafety as long as this only happens in safe code. The
                                                                                                                                                                                +/// performance cost of assertions, however, is not measurable in general.
                                                                                                                                                                                +/// Replacing `assert*!` with `debug_assert*!` is thus only encouraged
                                                                                                                                                                                +/// after thorough profiling, and more importantly, only in safe code!
                                                                                                                                                                                +///
                                                                                                                                                                                +/// This macro is intended to work in a similar way to
                                                                                                                                                                                +/// [`::std::debug_assert`](https://doc.rust-lang.org/std/macro.debug_assert.html).
                                                                                                                                                                                +///
                                                                                                                                                                                +/// # Module macros
                                                                                                                                                                                +///
                                                                                                                                                                                +/// * [`assert_success`](macro@crate::assert_success)
                                                                                                                                                                                +/// * [`assert_success`](macro@crate::assert_success)
                                                                                                                                                                                +/// * [`debug_assert_success`](macro@crate::debug_assert_success)
                                                                                                                                                                                +///
                                                                                                                                                                                +#[macro_export]
                                                                                                                                                                                +macro_rules! debug_assert_success {
                                                                                                                                                                                +    ($($arg:tt)*) => {
                                                                                                                                                                                +        if $crate::cfg!(debug_assertions) {
                                                                                                                                                                                +            $crate::assert_success!($($arg)*);
                                                                                                                                                                                +        }
                                                                                                                                                                                +    };
                                                                                                                                                                                +}
                                                                                                                                                                                +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/src/lib/assert_success/assert_success_false.rs.html b/doc/src/lib/assert_success/assert_success_false.rs.html new file mode 100644 index 000000000..162273131 --- /dev/null +++ b/doc/src/lib/assert_success/assert_success_false.rs.html @@ -0,0 +1,427 @@ +assert_success_false.rs - source
                                                                                                                                                                                1
                                                                                                                                                                                +2
                                                                                                                                                                                +3
                                                                                                                                                                                +4
                                                                                                                                                                                +5
                                                                                                                                                                                +6
                                                                                                                                                                                +7
                                                                                                                                                                                +8
                                                                                                                                                                                +9
                                                                                                                                                                                +10
                                                                                                                                                                                +11
                                                                                                                                                                                +12
                                                                                                                                                                                +13
                                                                                                                                                                                +14
                                                                                                                                                                                +15
                                                                                                                                                                                +16
                                                                                                                                                                                +17
                                                                                                                                                                                +18
                                                                                                                                                                                +19
                                                                                                                                                                                +20
                                                                                                                                                                                +21
                                                                                                                                                                                +22
                                                                                                                                                                                +23
                                                                                                                                                                                +24
                                                                                                                                                                                +25
                                                                                                                                                                                +26
                                                                                                                                                                                +27
                                                                                                                                                                                +28
                                                                                                                                                                                +29
                                                                                                                                                                                +30
                                                                                                                                                                                +31
                                                                                                                                                                                +32
                                                                                                                                                                                +33
                                                                                                                                                                                +34
                                                                                                                                                                                +35
                                                                                                                                                                                +36
                                                                                                                                                                                +37
                                                                                                                                                                                +38
                                                                                                                                                                                +39
                                                                                                                                                                                +40
                                                                                                                                                                                +41
                                                                                                                                                                                +42
                                                                                                                                                                                +43
                                                                                                                                                                                +44
                                                                                                                                                                                +45
                                                                                                                                                                                +46
                                                                                                                                                                                +47
                                                                                                                                                                                +48
                                                                                                                                                                                +49
                                                                                                                                                                                +50
                                                                                                                                                                                +51
                                                                                                                                                                                +52
                                                                                                                                                                                +53
                                                                                                                                                                                +54
                                                                                                                                                                                +55
                                                                                                                                                                                +56
                                                                                                                                                                                +57
                                                                                                                                                                                +58
                                                                                                                                                                                +59
                                                                                                                                                                                +60
                                                                                                                                                                                +61
                                                                                                                                                                                +62
                                                                                                                                                                                +63
                                                                                                                                                                                +64
                                                                                                                                                                                +65
                                                                                                                                                                                +66
                                                                                                                                                                                +67
                                                                                                                                                                                +68
                                                                                                                                                                                +69
                                                                                                                                                                                +70
                                                                                                                                                                                +71
                                                                                                                                                                                +72
                                                                                                                                                                                +73
                                                                                                                                                                                +74
                                                                                                                                                                                +75
                                                                                                                                                                                +76
                                                                                                                                                                                +77
                                                                                                                                                                                +78
                                                                                                                                                                                +79
                                                                                                                                                                                +80
                                                                                                                                                                                +81
                                                                                                                                                                                +82
                                                                                                                                                                                +83
                                                                                                                                                                                +84
                                                                                                                                                                                +85
                                                                                                                                                                                +86
                                                                                                                                                                                +87
                                                                                                                                                                                +88
                                                                                                                                                                                +89
                                                                                                                                                                                +90
                                                                                                                                                                                +91
                                                                                                                                                                                +92
                                                                                                                                                                                +93
                                                                                                                                                                                +94
                                                                                                                                                                                +95
                                                                                                                                                                                +96
                                                                                                                                                                                +97
                                                                                                                                                                                +98
                                                                                                                                                                                +99
                                                                                                                                                                                +100
                                                                                                                                                                                +101
                                                                                                                                                                                +102
                                                                                                                                                                                +103
                                                                                                                                                                                +104
                                                                                                                                                                                +105
                                                                                                                                                                                +106
                                                                                                                                                                                +107
                                                                                                                                                                                +108
                                                                                                                                                                                +109
                                                                                                                                                                                +110
                                                                                                                                                                                +111
                                                                                                                                                                                +112
                                                                                                                                                                                +113
                                                                                                                                                                                +114
                                                                                                                                                                                +115
                                                                                                                                                                                +116
                                                                                                                                                                                +117
                                                                                                                                                                                +118
                                                                                                                                                                                +119
                                                                                                                                                                                +120
                                                                                                                                                                                +121
                                                                                                                                                                                +122
                                                                                                                                                                                +123
                                                                                                                                                                                +124
                                                                                                                                                                                +125
                                                                                                                                                                                +126
                                                                                                                                                                                +127
                                                                                                                                                                                +128
                                                                                                                                                                                +129
                                                                                                                                                                                +130
                                                                                                                                                                                +131
                                                                                                                                                                                +132
                                                                                                                                                                                +133
                                                                                                                                                                                +134
                                                                                                                                                                                +135
                                                                                                                                                                                +136
                                                                                                                                                                                +137
                                                                                                                                                                                +138
                                                                                                                                                                                +139
                                                                                                                                                                                +140
                                                                                                                                                                                +141
                                                                                                                                                                                +142
                                                                                                                                                                                +143
                                                                                                                                                                                +144
                                                                                                                                                                                +145
                                                                                                                                                                                +146
                                                                                                                                                                                +147
                                                                                                                                                                                +148
                                                                                                                                                                                +149
                                                                                                                                                                                +150
                                                                                                                                                                                +151
                                                                                                                                                                                +152
                                                                                                                                                                                +153
                                                                                                                                                                                +154
                                                                                                                                                                                +155
                                                                                                                                                                                +156
                                                                                                                                                                                +157
                                                                                                                                                                                +158
                                                                                                                                                                                +159
                                                                                                                                                                                +160
                                                                                                                                                                                +161
                                                                                                                                                                                +162
                                                                                                                                                                                +163
                                                                                                                                                                                +164
                                                                                                                                                                                +165
                                                                                                                                                                                +166
                                                                                                                                                                                +167
                                                                                                                                                                                +168
                                                                                                                                                                                +169
                                                                                                                                                                                +170
                                                                                                                                                                                +171
                                                                                                                                                                                +172
                                                                                                                                                                                +173
                                                                                                                                                                                +174
                                                                                                                                                                                +175
                                                                                                                                                                                +176
                                                                                                                                                                                +177
                                                                                                                                                                                +178
                                                                                                                                                                                +179
                                                                                                                                                                                +180
                                                                                                                                                                                +181
                                                                                                                                                                                +182
                                                                                                                                                                                +183
                                                                                                                                                                                +184
                                                                                                                                                                                +185
                                                                                                                                                                                +186
                                                                                                                                                                                +187
                                                                                                                                                                                +188
                                                                                                                                                                                +189
                                                                                                                                                                                +190
                                                                                                                                                                                +191
                                                                                                                                                                                +192
                                                                                                                                                                                +193
                                                                                                                                                                                +194
                                                                                                                                                                                +195
                                                                                                                                                                                +196
                                                                                                                                                                                +197
                                                                                                                                                                                +198
                                                                                                                                                                                +199
                                                                                                                                                                                +200
                                                                                                                                                                                +201
                                                                                                                                                                                +202
                                                                                                                                                                                +203
                                                                                                                                                                                +204
                                                                                                                                                                                +205
                                                                                                                                                                                +206
                                                                                                                                                                                +207
                                                                                                                                                                                +208
                                                                                                                                                                                +209
                                                                                                                                                                                +210
                                                                                                                                                                                +211
                                                                                                                                                                                +212
                                                                                                                                                                                +213
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert failure.
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! Pseudocode:<br>
                                                                                                                                                                                +//! a.success() = false
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! # Example
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! ```rust
                                                                                                                                                                                +//! use assertables::*;
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! # fn main() {
                                                                                                                                                                                +//! #[derive(Debug)]
                                                                                                                                                                                +//! struct A;
                                                                                                                                                                                +//! impl A { fn success(&self) -> bool { false }}
                                                                                                                                                                                +//! let a = A{};
                                                                                                                                                                                +//! assert_success_false!(a);
                                                                                                                                                                                +//! # }
                                                                                                                                                                                +//! ```
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! # Module macros
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! * [`assert_success_false`](macro@crate::assert_success_false)
                                                                                                                                                                                +//! * [`assert_success_false_as_result`](macro@crate::assert_success_false_as_result)
                                                                                                                                                                                +//! * [`debug_assert_success_false`](macro@crate::debug_assert_success_false)
                                                                                                                                                                                +
                                                                                                                                                                                +/// Assert a failure method is true.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// Pseudocode:<br>
                                                                                                                                                                                +/// a.success() = false
                                                                                                                                                                                +///
                                                                                                                                                                                +/// * If true, return Result `Ok(true)`.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// * Otherwise, return Result `Err(message)`.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// This macro provides the same statements as [`assert_`](macro.assert_.html),
                                                                                                                                                                                +/// except this macro returns a Result, rather than doing a panic.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// This macro is useful for runtime checks, such as checking parameters,
                                                                                                                                                                                +/// or sanitizing inputs, or handling different results in different ways.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// # Module macros
                                                                                                                                                                                +///
                                                                                                                                                                                +/// * [`assert_success_false`](macro@crate::assert_success_false)
                                                                                                                                                                                +/// * [`assert_success_false_as_result`](macro@crate::assert_success_false_as_result)
                                                                                                                                                                                +/// * [`debug_assert_success_false`](macro@crate::debug_assert_success_false)
                                                                                                                                                                                +///
                                                                                                                                                                                +#[macro_export]
                                                                                                                                                                                +macro_rules! assert_success_false_as_result {
                                                                                                                                                                                +    ($a:expr $(,)?) => {{
                                                                                                                                                                                +        if !$a.success() {
                                                                                                                                                                                +            Ok(true)
                                                                                                                                                                                +        } else {
                                                                                                                                                                                +            Err(format!(
                                                                                                                                                                                +                concat!(
                                                                                                                                                                                +                    "assertion failed: `assert_success_false!(a)`\n",
                                                                                                                                                                                +                    "https://docs.rs/assertables/9.3.0/assertables/macro.assert_success_false.html\n",
                                                                                                                                                                                +                    " a label: `{}`,\n",
                                                                                                                                                                                +                    " a debug: `{:?}`",
                                                                                                                                                                                +                ),
                                                                                                                                                                                +                stringify!($a),
                                                                                                                                                                                +                $a,
                                                                                                                                                                                +            ))
                                                                                                                                                                                +        }
                                                                                                                                                                                +    }};
                                                                                                                                                                                +}
                                                                                                                                                                                +
                                                                                                                                                                                +#[cfg(test)]
                                                                                                                                                                                +mod tests {
                                                                                                                                                                                +
                                                                                                                                                                                +    #[test]
                                                                                                                                                                                +    fn success() {
                                                                                                                                                                                +        #[derive(Debug)]
                                                                                                                                                                                +        struct A;
                                                                                                                                                                                +        impl A {
                                                                                                                                                                                +            fn success(&self) -> bool {
                                                                                                                                                                                +                false
                                                                                                                                                                                +            }
                                                                                                                                                                                +        }
                                                                                                                                                                                +        let a = A {};
                                                                                                                                                                                +        let result = assert_success_false_as_result!(a);
                                                                                                                                                                                +        assert_eq!(result.unwrap(), true);
                                                                                                                                                                                +    }
                                                                                                                                                                                +
                                                                                                                                                                                +    #[test]
                                                                                                                                                                                +    fn failure() {
                                                                                                                                                                                +        #[derive(Debug)]
                                                                                                                                                                                +        struct A;
                                                                                                                                                                                +        impl A {
                                                                                                                                                                                +            fn success(&self) -> bool {
                                                                                                                                                                                +                true
                                                                                                                                                                                +            }
                                                                                                                                                                                +        }
                                                                                                                                                                                +        let a = A {};
                                                                                                                                                                                +        let result = assert_success_false_as_result!(a);
                                                                                                                                                                                +        assert_eq!(
                                                                                                                                                                                +            result.unwrap_err(),
                                                                                                                                                                                +            concat!(
                                                                                                                                                                                +                "assertion failed: `assert_success_false!(a)`\n",
                                                                                                                                                                                +                "https://docs.rs/assertables/9.3.0/assertables/macro.assert_success_false.html\n",
                                                                                                                                                                                +                " a label: `a`,\n",
                                                                                                                                                                                +                " a debug: `A`",
                                                                                                                                                                                +            )
                                                                                                                                                                                +        );
                                                                                                                                                                                +    }
                                                                                                                                                                                +}
                                                                                                                                                                                +
                                                                                                                                                                                +/// Assert a failure method is true.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// Pseudocode:<br>
                                                                                                                                                                                +/// a.success() = false
                                                                                                                                                                                +///
                                                                                                                                                                                +/// * If true, return `true`.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// * Otherwise, call [`panic!`] with a message and the values of the
                                                                                                                                                                                +///   expressions with their debug representations.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// # Examples
                                                                                                                                                                                +///
                                                                                                                                                                                +/// ```rust
                                                                                                                                                                                +/// use assertables::*;
                                                                                                                                                                                +/// # use std::panic;
                                                                                                                                                                                +///
                                                                                                                                                                                +/// # fn main() {
                                                                                                                                                                                +/// #[derive(Debug)]
                                                                                                                                                                                +/// struct A;
                                                                                                                                                                                +/// impl A { fn success(&self) -> bool { false }}
                                                                                                                                                                                +/// let a = A{};
                                                                                                                                                                                +/// assert_success_false!(a);
                                                                                                                                                                                +///
                                                                                                                                                                                +/// # let result = panic::catch_unwind(|| {
                                                                                                                                                                                +/// // This will panic
                                                                                                                                                                                +/// #[derive(Debug)]
                                                                                                                                                                                +/// struct A;
                                                                                                                                                                                +/// impl A { fn success(&self) -> bool { true }}
                                                                                                                                                                                +/// let a = A{};
                                                                                                                                                                                +/// assert_success_false!(a);
                                                                                                                                                                                +/// # });
                                                                                                                                                                                +/// // assertion failed: `assert_success_false!(a)`
                                                                                                                                                                                +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_success_false.html
                                                                                                                                                                                +/// //  a label: `a`,
                                                                                                                                                                                +/// //  a debug: `A`
                                                                                                                                                                                +/// # let actual = result.unwrap_err().downcast::<String>().unwrap().to_string();
                                                                                                                                                                                +/// # let expect = concat!(
                                                                                                                                                                                +/// #     "assertion failed: `assert_success_false!(a)`\n",
                                                                                                                                                                                +/// #     "https://docs.rs/assertables/9.3.0/assertables/macro.assert_success_false.html\n",
                                                                                                                                                                                +/// #     " a label: `a`,\n",
                                                                                                                                                                                +/// #     " a debug: `A`",
                                                                                                                                                                                +/// # );
                                                                                                                                                                                +/// # assert_eq!(actual, expect);
                                                                                                                                                                                +/// # }
                                                                                                                                                                                +/// ```
                                                                                                                                                                                +///
                                                                                                                                                                                +/// # Module macros
                                                                                                                                                                                +///
                                                                                                                                                                                +/// * [`assert_success_false`](macro@crate::assert_success_false)
                                                                                                                                                                                +/// * [`assert_success_false_as_result`](macro@crate::assert_success_false_as_result)
                                                                                                                                                                                +/// * [`debug_assert_success_false`](macro@crate::debug_assert_success_false)
                                                                                                                                                                                +///
                                                                                                                                                                                +#[macro_export]
                                                                                                                                                                                +macro_rules! assert_success_false {
                                                                                                                                                                                +    ($a:expr $(,)?) => {{
                                                                                                                                                                                +        match $crate::assert_success_false_as_result!($a) {
                                                                                                                                                                                +            Ok(x) => x,
                                                                                                                                                                                +            Err(err) => panic!("{}", err),
                                                                                                                                                                                +        }
                                                                                                                                                                                +    }};
                                                                                                                                                                                +    ($a:expr, $($message:tt)+) => {{
                                                                                                                                                                                +        match $crate::assert_success_false_as_result!($a) {
                                                                                                                                                                                +            Ok(x) => x,
                                                                                                                                                                                +            Err(_err) => panic!("{}", $($message)+),
                                                                                                                                                                                +        }
                                                                                                                                                                                +    }};
                                                                                                                                                                                +}
                                                                                                                                                                                +
                                                                                                                                                                                +/// Assert a failure method is true.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// Pseudocode:<br>
                                                                                                                                                                                +/// a.success() = false
                                                                                                                                                                                +///
                                                                                                                                                                                +/// This macro provides the same statements as [`assert_success_false`](macro.assert_success_false.html),
                                                                                                                                                                                +/// except this macro's statements are only enabled in non-optimized
                                                                                                                                                                                +/// builds by default. An optimized build will not execute this macro's
                                                                                                                                                                                +/// statements unless `-C debug-assertions` is passed to the compiler.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// This macro is useful for checks that are too expensive to be present
                                                                                                                                                                                +/// in a release build but may be helpful during development.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// The result of expanding this macro is always type checked.
                                                                                                                                                                                +///
                                                                                                                                                                                +/// An unchecked assertion allows a "bin/exit-with-arg" in an inconsistent state to
                                                                                                                                                                                +/// keep running, which might have unexpected consequences but does not
                                                                                                                                                                                +/// introduce unsafety as long as this only happens in safe code. The
                                                                                                                                                                                +/// performance cost of assertions, however, is not measurable in general.
                                                                                                                                                                                +/// Replacing `assert*!` with `debug_assert*!` is thus only encouraged
                                                                                                                                                                                +/// after thorough profiling, and more importantly, only in safe code!
                                                                                                                                                                                +///
                                                                                                                                                                                +/// This macro is intended to work in a similar way to
                                                                                                                                                                                +/// [`::std::debug_assert`](https://doc.rust-lang.org/std/macro.debug_assert.html).
                                                                                                                                                                                +///
                                                                                                                                                                                +/// # Module macros
                                                                                                                                                                                +///
                                                                                                                                                                                +/// * [`assert_success_false`](macro@crate::assert_success_false)
                                                                                                                                                                                +/// * [`assert_success_false`](macro@crate::assert_success_false)
                                                                                                                                                                                +/// * [`debug_assert_success_false`](macro@crate::debug_assert_success_false)
                                                                                                                                                                                +///
                                                                                                                                                                                +#[macro_export]
                                                                                                                                                                                +macro_rules! debug_assert_success_false {
                                                                                                                                                                                +    ($($arg:tt)*) => {
                                                                                                                                                                                +        if $crate::cfg!(debug_assertions) {
                                                                                                                                                                                +            $crate::assert_success_false!($($arg)*);
                                                                                                                                                                                +        }
                                                                                                                                                                                +    };
                                                                                                                                                                                +}
                                                                                                                                                                                +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/src/lib/assert_success/mod.rs.html b/doc/src/lib/assert_success/mod.rs.html new file mode 100644 index 000000000..dac45cfb1 --- /dev/null +++ b/doc/src/lib/assert_success/mod.rs.html @@ -0,0 +1,51 @@ +mod.rs - source
                                                                                                                                                                                1
                                                                                                                                                                                +2
                                                                                                                                                                                +3
                                                                                                                                                                                +4
                                                                                                                                                                                +5
                                                                                                                                                                                +6
                                                                                                                                                                                +7
                                                                                                                                                                                +8
                                                                                                                                                                                +9
                                                                                                                                                                                +10
                                                                                                                                                                                +11
                                                                                                                                                                                +12
                                                                                                                                                                                +13
                                                                                                                                                                                +14
                                                                                                                                                                                +15
                                                                                                                                                                                +16
                                                                                                                                                                                +17
                                                                                                                                                                                +18
                                                                                                                                                                                +19
                                                                                                                                                                                +20
                                                                                                                                                                                +21
                                                                                                                                                                                +22
                                                                                                                                                                                +23
                                                                                                                                                                                +24
                                                                                                                                                                                +25
                                                                                                                                                                                +
                                                                                                                                                                                //! Assert a success method is true.
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! These macros help compare None items, such as `::std::Option::None` or similar.
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! Assert expression is None:
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! * [`assert_success!(a)`](macro@crate::assert_success)
                                                                                                                                                                                +//!   ≈ a.success() is true
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! # Example
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! ```rust
                                                                                                                                                                                +//! use assertables::*;
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! # fn main() {
                                                                                                                                                                                +//! #[derive(Debug)]
                                                                                                                                                                                +//! struct A;
                                                                                                                                                                                +//! impl A { fn success(&self) -> bool { true }}
                                                                                                                                                                                +//! let a = A{};
                                                                                                                                                                                +//! assert_success!(a);
                                                                                                                                                                                +//! # }
                                                                                                                                                                                +//! ```
                                                                                                                                                                                +
                                                                                                                                                                                +pub mod assert_success;
                                                                                                                                                                                +pub mod assert_success_false;
                                                                                                                                                                                +
                                                                                                                                                                                \ No newline at end of file diff --git a/doc/src/lib/lib.rs.html b/doc/src/lib/lib.rs.html index a6f30e61f..83b8fb0fd 100644 --- a/doc/src/lib/lib.rs.html +++ b/doc/src/lib/lib.rs.html @@ -291,33 +291,6 @@ 291 292 293 -294 -295 -296 -297 -298 -299 -300 -301 -302 -303 -304 -305 -306 -307 -308 -309 -310 -311 -312 -313 -314 -315 -316 -317 -318 -319 -320
                                                                                                                                                                                //! # Assertables: Rust crate of assert macros for testing
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Assertables is a Rust crate that provides many assert macros
                                                                                                                                                                                @@ -356,14 +329,14 @@
                                                                                                                                                                                 //!   […](https://docs.rs/assertables/)
                                                                                                                                                                                 //! * Test programs with
                                                                                                                                                                                 //!   [assert_command](module@crate::assert_command),
                                                                                                                                                                                -//!   [assert_process](module@crate::assert_process),
                                                                                                                                                                                +//!   [assert_status](module@crate::assert_status),
                                                                                                                                                                                 //!   […](https://docs.rs/assertables)
                                                                                                                                                                                 //! * Many more below.
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! To use this crate, add it to your file `Cargo.toml`:
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! ```toml
                                                                                                                                                                                -//! assertables = "9.2.0"
                                                                                                                                                                                +//! assertables = "9.3.0"
                                                                                                                                                                                 //! ``````
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Benefits:
                                                                                                                                                                                @@ -391,6 +364,48 @@
                                                                                                                                                                                 //! [claims](https://github.com/SixArm/assertables-rust-crate/tree/main/help/comparisons/more_asserts),
                                                                                                                                                                                 //! [etc.](https://github.com/SixArm/assertables-rust-crate/tree/main/help/comparisons)
                                                                                                                                                                                 //!
                                                                                                                                                                                +//! ## Examples
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! Examples with numbers:
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! ```rust
                                                                                                                                                                                +//! # use assertables::*;
                                                                                                                                                                                +//! # fn main() {
                                                                                                                                                                                +//! assert_lt!(1, 2); // less than
                                                                                                                                                                                +//! assert_gt!(2, 1); // greater than
                                                                                                                                                                                +//! assert_approx_eq!(1.00000001, 1.00000002); // approximately equal to
                                                                                                                                                                                +//! assert_abs_diff_eq!(10, 13, 3); // absolute difference equal to
                                                                                                                                                                                +//! # }
                                                                                                                                                                                +//! ```
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! Examples with strings:
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! ```rust
                                                                                                                                                                                +//! # use assertables::*;
                                                                                                                                                                                +//! # use regex::Regex;
                                                                                                                                                                                +//! # fn main() {
                                                                                                                                                                                +//! let s = "hello world";
                                                                                                                                                                                +//! assert_starts_with!(s, "hello");
                                                                                                                                                                                +//! assert_ends_with!(s, "world");
                                                                                                                                                                                +//! assert_contains!(s, "lo");
                                                                                                                                                                                +//! assert_is_match!(Regex::new(r"h.* w.*").unwrap(), s);
                                                                                                                                                                                +//! # }
                                                                                                                                                                                +//! ```
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! Examples with arrays:
                                                                                                                                                                                +//!
                                                                                                                                                                                +//! ```rust
                                                                                                                                                                                +//! # use assertables::*;
                                                                                                                                                                                +//! # use regex::Regex;
                                                                                                                                                                                +//! # fn main() {
                                                                                                                                                                                +//! let a = [1, 2, 3];
                                                                                                                                                                                +//! assert_not_empty!(a);
                                                                                                                                                                                +//! assert_len_eq_x!(a, 3);
                                                                                                                                                                                +//! assert_all!(a.into_iter(), |i: i32| i < 4);
                                                                                                                                                                                +//! assert_any!(a.into_iter(), |i: i32| i > 2);
                                                                                                                                                                                +//! # }
                                                                                                                                                                                +//! ```
                                                                                                                                                                                +//!
                                                                                                                                                                                 //! ## Highlights
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! Values:
                                                                                                                                                                                @@ -462,78 +477,6 @@
                                                                                                                                                                                 //! For a complete list of modules and macros, see the
                                                                                                                                                                                 //! [docs](https://docs.rs/assertables/).
                                                                                                                                                                                 //!
                                                                                                                                                                                -//! ## Examples
                                                                                                                                                                                -//!
                                                                                                                                                                                -//! Examples with values:
                                                                                                                                                                                -//!
                                                                                                                                                                                -//! ```rust
                                                                                                                                                                                -//! # use assertables::*;
                                                                                                                                                                                -//! # fn main() {
                                                                                                                                                                                -//! assert_eq!(1, 1); // equal to
                                                                                                                                                                                -//! assert_ne!(2, 1); // not equal to
                                                                                                                                                                                -//! assert_lt!(1, 2); // less than
                                                                                                                                                                                -//! assert_le!(1, 2); // less than or equal to
                                                                                                                                                                                -//! assert_gt!(2, 1); // greater than
                                                                                                                                                                                -//! assert_ge!(2, 1); // greater than or equal to
                                                                                                                                                                                -//! # }
                                                                                                                                                                                -//! ```
                                                                                                                                                                                -//!
                                                                                                                                                                                -//! Examples with values:
                                                                                                                                                                                -//!
                                                                                                                                                                                -//! ```rust
                                                                                                                                                                                -//! # use assertables::*;
                                                                                                                                                                                -//! # fn main() {
                                                                                                                                                                                -//! assert_eq!(1, 1); // equal to
                                                                                                                                                                                -//! assert_ne!(2, 1); // not equal to
                                                                                                                                                                                -//! assert_lt!(1, 2); // less than
                                                                                                                                                                                -//! assert_le!(1, 2); // less than or equal to
                                                                                                                                                                                -//! assert_gt!(2, 1); // greater than
                                                                                                                                                                                -//! assert_ge!(2, 1); // greater than or equal to
                                                                                                                                                                                -//! # }
                                                                                                                                                                                -//! ```
                                                                                                                                                                                -//!
                                                                                                                                                                                -//! Examples with strings:
                                                                                                                                                                                -//!
                                                                                                                                                                                -//! ```rust
                                                                                                                                                                                -//! # use assertables::*;
                                                                                                                                                                                -//! # use regex::Regex;
                                                                                                                                                                                -//! # fn main() {
                                                                                                                                                                                -//! let s = "hello world";
                                                                                                                                                                                -//! assert_starts_with!(s, "hello");
                                                                                                                                                                                -//! assert_ends_with!(s, "world");
                                                                                                                                                                                -//! assert_contains!(s, "lo");
                                                                                                                                                                                -//! assert_is_match!(Regex::new(r"h.* w.*").unwrap(), s);
                                                                                                                                                                                -//! assert_not_empty!(s);
                                                                                                                                                                                -//! assert_len_eq!(s, "***********");
                                                                                                                                                                                -//! assert_len_eq_x!(s, 11);
                                                                                                                                                                                -//! assert_all!(s.chars(), |c: char| c < 'x');
                                                                                                                                                                                -//! assert_any!(s.chars(), |c: char| c.is_whitespace());
                                                                                                                                                                                -//! # }
                                                                                                                                                                                -//! ```
                                                                                                                                                                                -//!
                                                                                                                                                                                -//! Examples with nearness:
                                                                                                                                                                                -//!
                                                                                                                                                                                -//! ```rust
                                                                                                                                                                                -//! # use assertables::*;
                                                                                                                                                                                -//! # fn main() {
                                                                                                                                                                                -//! assert_approx_eq!(1.00000001, 1.00000002);
                                                                                                                                                                                -//! assert_abs_diff_eq!(10, 13, 3);
                                                                                                                                                                                -//! assert_in_delta!(10, 13, 4);
                                                                                                                                                                                -//! assert_in_epsilon!(10, 13, 5);
                                                                                                                                                                                -//! # }
                                                                                                                                                                                -//! ```
                                                                                                                                                                                -//!
                                                                                                                                                                                -//! Examples with iterators:
                                                                                                                                                                                -//!
                                                                                                                                                                                -//! ```rust
                                                                                                                                                                                -//! # use assertables::*;
                                                                                                                                                                                -//! # fn main() {
                                                                                                                                                                                -//! assert_iter_eq!([1, 2], [1, 2]);
                                                                                                                                                                                -//! assert_iter_ne!([1, 2], [2, 1]);
                                                                                                                                                                                -//! assert_iter_lt!([1, 2], [3, 4]);
                                                                                                                                                                                -//! assert_iter_gt!([3, 4], [1, 2]);
                                                                                                                                                                                -//! # }
                                                                                                                                                                                -//! ```
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! ## Forms
                                                                                                                                                                                 //!
                                                                                                                                                                                @@ -566,9 +509,9 @@
                                                                                                                                                                                 //! ## Tracking
                                                                                                                                                                                 //!
                                                                                                                                                                                 //! * Package: assertables-rust-crate
                                                                                                                                                                                -//! * Version: 9.2.0
                                                                                                                                                                                +//! * Version: 9.3.0
                                                                                                                                                                                 //! * Created: 2021-03-30T15:47:49Z
                                                                                                                                                                                -//! * Updated: 2024-10-31T11:04:30Z
                                                                                                                                                                                +//! * Updated: 2024-11-03T21:01:28Z
                                                                                                                                                                                 //! * License: MIT or Apache-2.0 or GPL-2.0 or GPL-3.0 or contact us for more
                                                                                                                                                                                 //! * Contact: Joel Parker Henderson (joel@joelparkerhenderson.com)
                                                                                                                                                                                 
                                                                                                                                                                                @@ -636,6 +579,9 @@
                                                                                                                                                                                 
                                                                                                                                                                                 // For externals
                                                                                                                                                                                 pub mod assert_command;
                                                                                                                                                                                -pub mod assert_process;
                                                                                                                                                                                 pub mod assert_program_args;
                                                                                                                                                                                +pub mod assert_status;
                                                                                                                                                                                +
                                                                                                                                                                                +// Misc
                                                                                                                                                                                +pub mod assert_success;
                                                                                                                                                                                 
                                                                                                                                                                                \ No newline at end of file diff --git a/help/comparisons/all_asserts/index.md b/help/comparisons/all_asserts/index.md index 7b3da5462..e996b52c5 100644 --- a/help/comparisons/all_asserts/index.md +++ b/help/comparisons/all_asserts/index.md @@ -1,4 +1,4 @@ -# Comparisons: all_asserts +# Comparisons: all_asserts and Assertables https://crates.io/crates/all_asserts @@ -11,3 +11,9 @@ https://crates.io/crates/all_asserts * assert_near: Asserts that the right hand side expression is within the range on the left hand side * assert_nrange: Asserts that the right hand side expression is not within the range on the left hand side * assert_range: Asserts that the right hand side expression is within the range on the left hand side + +## Top Comparison + +The macros in all_asserts are nearly all in Assertables. + +If you want the all_asserts macro assert_nrange, then all_asserts is a good choice. diff --git a/help/comparisons/approx/index.md b/help/comparisons/approx/index.md index 83ac00802..5d2255dad 100644 --- a/help/comparisons/approx/index.md +++ b/help/comparisons/approx/index.md @@ -1,4 +1,4 @@ -# Comparisons: approx +# Comparisons: approx and Assertables https://crates.io/crates/approx @@ -19,4 +19,6 @@ Assertables has some basic equivalents: * assert_in_delta(a, b, delta) * assert_in_epsilon(a, b, epsilon) +## Top comparison + For developers who want general kinds of tests, and also want specific floating point comparison tests, we recommend using both `assertables` and `approx`. diff --git a/help/comparisons/assert_approx_eq/index.md b/help/comparisons/assert_approx_eq/index.md index c92d4b6c6..cfc691134 100644 --- a/help/comparisons/assert_approx_eq/index.md +++ b/help/comparisons/assert_approx_eq/index.md @@ -1,9 +1,11 @@ -# Comparisons: assert_approx_eq +# Comparisons: assert_approx_eq and Assertables https://crates.io/crates/assert_approx_eq The `assert_approx_eq` crate provides the `assert_approx_eq` macro. The `assertables` crate has a deliberately-similar macro because we want to make it easy to migrate. +## Top comparison + Both crates have the same syntax for a comparison that uses the default delta: ```rust diff --git a/help/comparisons/assert_cmd/index.md b/help/comparisons/assert_cmd/index.md index 667c88cc3..2a0483c39 100644 --- a/help/comparisons/assert_cmd/index.md +++ b/help/comparisons/assert_cmd/index.md @@ -1,7 +1,56 @@ -# Comparisons: assert_cmd +# Comparisons: assert_cmd and Assertables https://crates.io/crates/assert_cmd https://github.com/assert-rs/assert_cmd The `assert_cmd` crate aims to simplify the process for doing integration testing of CLIs, including finding your crate's binary to test, and doing an assert on the result of your program's run. + +For the examples below, suppose you have a command, such as: + +```rust +let cmd = Command::new("foo"); +``` + +## Test for success + +Example of `assert_cmd`: + +```rust +cmd.unwrap().assert().success(); +``` + +Example of `asssertables`: + +```rust +assert_status_success(cmd.unwrap()); +``` + +## Test for code + +Example of `assert_cmd`: + +```rust +cmd.unwrap().assert().code(predicate::eq(42)); +``` + +Example of `asssertables`: + +```rust +assert_status_code_eq_x(cmd, 42); +``` + +## Extras + +The crate has some macros for doing assertions on the result of a command: + +```rust +append_context("main", "no args") +``` + +## Top comparison + +The `assert_cmd` crate simplifies testing commands, because you can attach assertions to the command output, and also attach context to the assertion. The syntax is different than standard Rust assert macros. + +The `assertables` crate simplifies testing commands with more macros. Each macro module is its own assertion. +The syntax is the same as standard Rust assert macros. diff --git a/help/comparisons/index.md b/help/comparisons/index.md index 9a9b89e9c..f7f3e3b72 100644 --- a/help/comparisons/index.md +++ b/help/comparisons/index.md @@ -14,6 +14,8 @@ Assertables aims for comparable goals as these crates: * [claims](claims) +* [galvanic-assert](galvanic-assert) + * [totems](totems) Specific assertion categories: @@ -42,7 +44,7 @@ To the best of our knowledge, as of this writing, these crates use these license | Name | Version | Year | Licenses | |-----------------------------------------------------|---------|------|-----------------------------| -| [assertables](https://crates.io/crates/assertables) | 9.2.0 | 2024 | Apache, MIT, BSD, GPL | +| [assertables](https://crates.io/crates/assertables) | 9.3.0 | 2024 | Apache, MIT, BSD, GPL | | [assert_approx_eq](assert_approx_eq) | 1.1.0 | 2018 | Apache, MIT | | [assert_matches](assert_matches) | 1.5.0 | 2021 | Apache, MIT | | [cool_asserts](cool_asserts) | 2.0.3 | 2022 | Mozilla | @@ -50,4 +52,5 @@ To the best of our knowledge, as of this writing, these crates use these license | [assert2](assert2) | 1.65 | 2024 | BSD | | [claim](claim) | 0.5.0 | 2021 | Apache, MIT | | [claims](claims) | 0.7.1 | 2022 | Apache, MIT | +| [galvanic-assert](galvanic-assert) | 0.8.7 | 2018 | Apache | | [totems](totems) | 0.2.7 | 2019 | MIT | diff --git a/src/assert.rs b/src/assert.rs index c881270cb..4e7969aff 100644 --- a/src/assert.rs +++ b/src/assert.rs @@ -47,7 +47,7 @@ macro_rules! assert_as_result { Err(format!( concat!( "assertion failed: `assert!(condition)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert.html\n", " condition label: `{}`,\n", " condition debug: `{:?}`,\n", ), @@ -78,7 +78,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert!(condition)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert.html\n", " condition label: `a`,\n", " condition debug: `false`,\n", ); diff --git a/src/assert_abs_diff/assert_abs_diff_eq.rs b/src/assert_abs_diff/assert_abs_diff_eq.rs index 88aa8eebf..c144cb31d 100644 --- a/src/assert_abs_diff/assert_abs_diff_eq.rs +++ b/src/assert_abs_diff/assert_abs_diff_eq.rs @@ -57,7 +57,7 @@ macro_rules! assert_abs_diff_eq_as_result { format!( concat!( "assertion failed: `assert_abs_diff_eq!(a, b, delta)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_eq.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -105,7 +105,7 @@ mod test { result.unwrap_err(), concat!( "assertion failed: `assert_abs_diff_eq!(a, b, delta)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_eq.html\n", " a label: `a`,\n", " a debug: `10`,\n", " b label: `b`,\n", @@ -128,7 +128,7 @@ mod test { result.unwrap_err(), concat!( "assertion failed: `assert_abs_diff_eq!(a, b, delta)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_eq.html\n", " a label: `a`,\n", " a debug: `10`,\n", " b label: `b`,\n", @@ -172,7 +172,7 @@ mod test { /// assert_abs_diff_eq!(a, b, delta); /// # }); /// // assertion failed: `assert_abs_diff_eq!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_eq.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_eq.html /// // a label: `a`, /// // a debug: `10`, /// // b label: `b`, @@ -184,7 +184,7 @@ mod test { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_abs_diff_eq!(a, b, delta)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_eq.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_eq.html\n", /// # " a label: `a`,\n", /// # " a debug: `10`,\n", /// # " b label: `b`,\n", diff --git a/src/assert_abs_diff/assert_abs_diff_ge.rs b/src/assert_abs_diff/assert_abs_diff_ge.rs index ba79be4bd..eea57976c 100644 --- a/src/assert_abs_diff/assert_abs_diff_ge.rs +++ b/src/assert_abs_diff/assert_abs_diff_ge.rs @@ -57,7 +57,7 @@ macro_rules! assert_abs_diff_ge_as_result { format!( concat!( "assertion failed: `assert_abs_diff_ge!(a, b, delta)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_ge.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -114,7 +114,7 @@ mod test { result.unwrap_err(), concat!( "assertion failed: `assert_abs_diff_ge!(a, b, delta)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_ge.html\n", " a label: `a`,\n", " a debug: `10`,\n", " b label: `b`,\n", @@ -158,7 +158,7 @@ mod test { /// assert_abs_diff_ge!(a, b, delta); /// # }); /// // assertion failed: `assert_abs_diff_ge!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_ge.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_ge.html /// // a label: `a`, /// // a debug: `10`, /// // b label: `b`, @@ -170,7 +170,7 @@ mod test { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_abs_diff_ge!(a, b, delta)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_ge.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_ge.html\n", /// # " a label: `a`,\n", /// # " a debug: `10`,\n", /// # " b label: `b`,\n", diff --git a/src/assert_abs_diff/assert_abs_diff_gt.rs b/src/assert_abs_diff/assert_abs_diff_gt.rs index 2b37093e3..9eff96e56 100644 --- a/src/assert_abs_diff/assert_abs_diff_gt.rs +++ b/src/assert_abs_diff/assert_abs_diff_gt.rs @@ -57,7 +57,7 @@ macro_rules! assert_abs_diff_gt_as_result { format!( concat!( "assertion failed: `assert_abs_diff_gt!(a, b, delta)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_gt.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -105,7 +105,7 @@ mod test { result.unwrap_err(), concat!( "assertion failed: `assert_abs_diff_gt!(a, b, delta)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_gt.html\n", " a label: `a`,\n", " a debug: `10`,\n", " b label: `b`,\n", @@ -128,7 +128,7 @@ mod test { result.unwrap_err(), concat!( "assertion failed: `assert_abs_diff_gt!(a, b, delta)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_gt.html\n", " a label: `a`,\n", " a debug: `10`,\n", " b label: `b`,\n", @@ -172,7 +172,7 @@ mod test { /// assert_abs_diff_gt!(a, b, delta); /// # }); /// // assertion failed: `assert_abs_diff_gt!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_gt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_gt.html /// // a label: `a`, /// // a debug: `10`, /// // b label: `b`, @@ -184,7 +184,7 @@ mod test { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_abs_diff_gt!(a, b, delta)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_gt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_gt.html\n", /// # " a label: `a`,\n", /// # " a debug: `10`,\n", /// # " b label: `b`,\n", diff --git a/src/assert_abs_diff/assert_abs_diff_le.rs b/src/assert_abs_diff/assert_abs_diff_le.rs index 17f03c26a..c254a8e9a 100644 --- a/src/assert_abs_diff/assert_abs_diff_le.rs +++ b/src/assert_abs_diff/assert_abs_diff_le.rs @@ -57,7 +57,7 @@ macro_rules! assert_abs_diff_le_as_result { format!( concat!( "assertion failed: `assert_abs_diff_le!(a, b, delta)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_le.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -114,7 +114,7 @@ mod test { result.unwrap_err(), concat!( "assertion failed: `assert_abs_diff_le!(a, b, delta)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_le.html\n", " a label: `a`,\n", " a debug: `10`,\n", " b label: `b`,\n", @@ -158,7 +158,7 @@ mod test { /// assert_abs_diff_le!(a, b, delta); /// # }); /// // assertion failed: `assert_abs_diff_le!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_le.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_le.html /// // a label: `a`, /// // a debug: `10`, /// // b label: `b`, @@ -170,7 +170,7 @@ mod test { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_abs_diff_le!(a, b, delta)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_le.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_le.html\n", /// # " a label: `a`,\n", /// # " a debug: `10`,\n", /// # " b label: `b`,\n", diff --git a/src/assert_abs_diff/assert_abs_diff_lt.rs b/src/assert_abs_diff/assert_abs_diff_lt.rs index aec2f19c1..6bbbd15c2 100644 --- a/src/assert_abs_diff/assert_abs_diff_lt.rs +++ b/src/assert_abs_diff/assert_abs_diff_lt.rs @@ -57,7 +57,7 @@ macro_rules! assert_abs_diff_lt_as_result { format!( concat!( "assertion failed: `assert_abs_diff_lt!(a, b, delta)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_lt.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -105,7 +105,7 @@ mod test { result.unwrap_err(), concat!( "assertion failed: `assert_abs_diff_lt!(a, b, delta)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_lt.html\n", " a label: `a`,\n", " a debug: `10`,\n", " b label: `b`,\n", @@ -128,7 +128,7 @@ mod test { result.unwrap_err(), concat!( "assertion failed: `assert_abs_diff_lt!(a, b, delta)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_lt.html\n", " a label: `a`,\n", " a debug: `10`,\n", " b label: `b`,\n", @@ -172,7 +172,7 @@ mod test { /// assert_abs_diff_lt!(a, b, delta); /// # }); /// // assertion failed: `assert_abs_diff_lt!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_lt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_lt.html /// // a label: `a`, /// // a debug: `10`, /// // b label: `b`, @@ -184,7 +184,7 @@ mod test { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_abs_diff_lt!(a, b, delta)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_lt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_lt.html\n", /// # " a label: `a`,\n", /// # " a debug: `10`,\n", /// # " b label: `b`,\n", diff --git a/src/assert_abs_diff/assert_abs_diff_ne.rs b/src/assert_abs_diff/assert_abs_diff_ne.rs index 54c708d4e..46eb36fd3 100644 --- a/src/assert_abs_diff/assert_abs_diff_ne.rs +++ b/src/assert_abs_diff/assert_abs_diff_ne.rs @@ -57,7 +57,7 @@ macro_rules! assert_abs_diff_ne_as_result { format!( concat!( "assertion failed: `assert_abs_diff_ne!(a, b, delta)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_ne.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -114,7 +114,7 @@ mod test { result.unwrap_err(), concat!( "assertion failed: `assert_abs_diff_ne!(a, b, delta)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_ne.html\n", " a label: `a`,\n", " a debug: `10`,\n", " b label: `b`,\n", @@ -158,7 +158,7 @@ mod test { /// assert_abs_diff_ne!(a, b, delta); /// # }); /// // assertion failed: `assert_abs_diff_ne!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_ne.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_ne.html /// // a label: `a`, /// // a debug: `10`, /// // b label: `b`, @@ -170,7 +170,7 @@ mod test { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_abs_diff_ne!(a, b, delta)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_abs_diff_ne.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_abs_diff_ne.html\n", /// # " a label: `a`,\n", /// # " a debug: `10`,\n", /// # " b label: `b`,\n", diff --git a/src/assert_all.rs b/src/assert_all.rs index 4cae1f45b..c247c14b3 100644 --- a/src/assert_all.rs +++ b/src/assert_all.rs @@ -56,7 +56,7 @@ macro_rules! assert_all_as_result { Err(format!( concat!( "assertion failed: `assert_all!(collection, predicate)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_all.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_all.html\n", " collection label: `{}`,\n", " collection debug: `{:?}`,\n", " predicate: `{}`" @@ -89,7 +89,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_all!(collection, predicate)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_all.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_all.html\n", " collection label: `a.into_iter()`,\n", " collection debug: `IntoIter([1, -2, 3])`,\n", " predicate: `|x: i8| x > 0`" @@ -124,14 +124,14 @@ mod tests { /// assert_all!(a.into_iter(), |x: i8| x > 0); /// # }); /// // assertion failed: `assert_all!(collection, predicate)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_all.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_all.html /// // collection label: `a.into_iter()`, /// // collection debug: `IntoIter([1, -2, 3])`, /// // predicate: `|x: i8| x > 0` /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_all!(collection, predicate)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_all.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_all.html\n", /// # " collection label: `a.into_iter()`,\n", /// # " collection debug: `IntoIter([1, -2, 3])`,\n", /// # " predicate: `|x: i8| x > 0`", diff --git a/src/assert_any.rs b/src/assert_any.rs index 107abfb20..835e2b9e3 100644 --- a/src/assert_any.rs +++ b/src/assert_any.rs @@ -56,7 +56,7 @@ macro_rules! assert_any_as_result { Err(format!( concat!( "assertion failed: `assert_any!(collection, predicate)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_any.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_any.html\n", " collection label: `{}`,\n", " collection debug: `{:?}`,\n", " predicate: `{}`", @@ -89,7 +89,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_any!(collection, predicate)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_any.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_any.html\n", " collection label: `a.into_iter()`,\n", " collection debug: `IntoIter([1, 2, 3])`,\n", " predicate: `|x: i8| x > 3`" @@ -124,14 +124,14 @@ mod tests { /// assert_any!(a.into_iter(), |x: i8| x > 3); /// # }); /// // assertion failed: `assert_any!(collection, predicate)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_any.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_any.html /// // collection label: `a.into_iter()`, /// // collection debug: `IntoIter([1, 2, 3])`, /// // predicate: `|x: i8| x > 3` /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_any!(collection, predicate)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_any.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_any.html\n", /// # " collection label: `a.into_iter()`,\n", /// # " collection debug: `IntoIter([1, 2, 3])`,\n", /// # " predicate: `|x: i8| x > 3`", diff --git a/src/assert_approx/assert_approx_eq.rs b/src/assert_approx/assert_approx_eq.rs index e10414d42..d8f7c045e 100644 --- a/src/assert_approx/assert_approx_eq.rs +++ b/src/assert_approx/assert_approx_eq.rs @@ -1,4 +1,4 @@ -//! Assert a number is approximately equal to another number. +//! Assert a number is approximately equal to another. //! //! Pseudocode:
                                                                                                                                                                                //! | a - b | ≤ 1e-6 @@ -61,7 +61,7 @@ //! * [`assert_approx_eq_as_result`](macro@crate::assert_approx_eq_as_result) //! * [`debug_assert_approx_eq`](macro@crate::debug_assert_approx_eq) -/// Assert a number is approximately equal to another number. +/// Assert a number is approximately equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// | a - b | ≤ 1e-6 @@ -97,7 +97,7 @@ macro_rules! assert_approx_eq_as_result { format!( concat!( "assertion failed: `assert_approx_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_approx_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_approx_eq.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -140,7 +140,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_approx_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_approx_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_approx_eq.html\n", " a label: `a`,\n", " a debug: `1.0000001`,\n", " b label: `b`,\n", @@ -153,7 +153,7 @@ mod tests { } } -/// Assert a number is approximately equal to another number. +/// Assert a number is approximately equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// | a - b | ≤ 1e-6 @@ -181,7 +181,7 @@ mod tests { /// assert_approx_eq!(a, b); /// # }); /// // assertion failed: `assert_approx_eq!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_approx_eq.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_approx_eq.html /// // a label: `a`, /// // a debug: `1.0000001`, /// // b label: `b`, @@ -192,7 +192,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_approx_eq!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_approx_eq.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_approx_eq.html\n", /// # " a label: `a`,\n", /// # " a debug: `1.0000001`,\n", /// # " b label: `b`,\n", @@ -245,7 +245,7 @@ macro_rules! assert_approx_eq { }}; } -/// Assert a number is approximately equal to another number. +/// Assert a number is approximately equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// | a - b | ≤ 1e-6 diff --git a/src/assert_approx/assert_approx_ne.rs b/src/assert_approx/assert_approx_ne.rs index 724af90cd..4f50f232c 100644 --- a/src/assert_approx/assert_approx_ne.rs +++ b/src/assert_approx/assert_approx_ne.rs @@ -1,4 +1,4 @@ -//! Assert a number is approximately not equal to another number. +//! Assert a number is approximately not equal to another. //! //! Pseudocode:
                                                                                                                                                                                //! | a - b | > 1e-6 @@ -61,7 +61,7 @@ //! * [`assert_approx_ne_as_result`](macro@crate::assert_approx_ne_as_result) //! * [`debug_assert_approx_ne`](macro@crate::debug_assert_approx_ne) -/// Assert a number is approximately not equal to another number. +/// Assert a number is approximately not equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// | a - b | > 1e-6 @@ -97,7 +97,7 @@ macro_rules! assert_approx_ne_as_result { format!( concat!( "assertion failed: `assert_approx_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_approx_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_approx_ne.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -140,7 +140,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_approx_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_approx_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_approx_ne.html\n", " a label: `a`,\n", " a debug: `1.0000001`,\n", " b label: `b`,\n", @@ -153,7 +153,7 @@ mod tests { } } -/// Assert a number is approximately not equal to another number. +/// Assert a number is approximately not equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// | a - b | > 1e-6 @@ -181,7 +181,7 @@ mod tests { /// assert_approx_ne!(a, b); /// # }); /// // assertion failed: `assert_approx_ne!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_approx_ne.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_approx_ne.html /// // a label: `a`, /// // a debug: `1.0000001`, /// // b label: `b`, @@ -192,7 +192,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_approx_ne!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_approx_ne.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_approx_ne.html\n", /// # " a label: `a`,\n", /// # " a debug: `1.0000001`,\n", /// # " b label: `b`,\n", @@ -245,7 +245,7 @@ macro_rules! assert_approx_ne { }}; } -/// Assert a number is approximately not equal to another number. +/// Assert a number is approximately not equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// | a - b | > 1e-6 diff --git a/src/assert_bag/assert_bag_eq.rs b/src/assert_bag/assert_bag_eq.rs index 56d8a5bd8..0f5fcdf02 100644 --- a/src/assert_bag/assert_bag_eq.rs +++ b/src/assert_bag/assert_bag_eq.rs @@ -56,7 +56,7 @@ macro_rules! assert_bag_eq_as_result { format!( concat!( "assertion failed: `assert_bag_eq!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_eq.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -102,7 +102,7 @@ mod test_as_result { result.unwrap_err(), concat!( "assertion failed: `assert_bag_eq!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_eq.html\n", " a label: `&a`,\n", " a debug: `[1, 1]`,\n", " b label: `&b`,\n", @@ -142,7 +142,7 @@ mod test_as_result { /// assert_bag_eq!(&a, &b); /// # }); /// // assertion failed: `assert_bag_eq!(a_collection, b_collection)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_eq.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_eq.html /// // a label: `&a`, /// // a debug: `[1, 1]`, /// // b label: `&b`, @@ -152,7 +152,7 @@ mod test_as_result { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_bag_eq!(a_collection, b_collection)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_eq.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_eq.html\n", /// # " a label: `&a`,\n", /// # " a debug: `[1, 1]`,\n", /// # " b label: `&b`,\n", diff --git a/src/assert_bag/assert_bag_ne.rs b/src/assert_bag/assert_bag_ne.rs index ea4af1cdc..4b190be59 100644 --- a/src/assert_bag/assert_bag_ne.rs +++ b/src/assert_bag/assert_bag_ne.rs @@ -58,7 +58,7 @@ macro_rules! assert_bag_ne_as_result { format!( concat!( "assertion failed: `assert_bag_ne!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_ne.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -104,7 +104,7 @@ mod test { result.unwrap_err(), concat!( "assertion failed: `assert_bag_ne!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_ne.html\n", " a label: `&a`,\n", " a debug: `[1, 1]`,\n", " b label: `&b`,\n", @@ -144,7 +144,7 @@ mod test { /// assert_bag_ne!(&a, &b); /// # }); /// // assertion failed: `assert_bag_ne!(a_collection, b_collection)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_ne.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_ne.html /// // a label: `&a`, /// // a debug: `[1, 1]`, /// // b label: `&b`, @@ -154,7 +154,7 @@ mod test { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_bag_ne!(a_collection, b_collection)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_ne.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_ne.html\n", /// # " a label: `&a`,\n", /// # " a debug: `[1, 1]`,\n", /// # " b label: `&b`,\n", diff --git a/src/assert_bag/assert_bag_subbag.rs b/src/assert_bag/assert_bag_subbag.rs index bb59736a9..e588016f3 100644 --- a/src/assert_bag/assert_bag_subbag.rs +++ b/src/assert_bag/assert_bag_subbag.rs @@ -62,7 +62,7 @@ macro_rules! assert_bag_subbag_as_result { format!( concat!( "assertion failed: `assert_bag_subbag!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_subbag.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_subbag.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -108,7 +108,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_bag_subbag!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_subbag.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_subbag.html\n", " a label: `&a`,\n", " a debug: `[1, 1]`,\n", " b label: `&b`,\n", @@ -128,7 +128,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_bag_subbag!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_subbag.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_subbag.html\n", " a label: `&a`,\n", " a debug: `[1, 1, 1]`,\n", " b label: `&b`,\n", @@ -168,7 +168,7 @@ mod tests { /// assert_bag_subbag!(&a, &b); /// # }); /// // assertion failed: `assert_bag_subbag!(a_collection, b_collection)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_subbag.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_subbag.html /// // a label: `&a`, /// // a debug: `[1, 1, 1]`, /// // b label: `&b`, @@ -178,7 +178,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_bag_subbag!(a_collection, b_collection)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_subbag.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_subbag.html\n", /// # " a label: `&a`,\n", /// # " a debug: `[1, 1, 1]`,\n", /// # " b label: `&b`,\n", diff --git a/src/assert_bag/assert_bag_superbag.rs b/src/assert_bag/assert_bag_superbag.rs index 5dce7c33b..4c5ab2d19 100644 --- a/src/assert_bag/assert_bag_superbag.rs +++ b/src/assert_bag/assert_bag_superbag.rs @@ -62,7 +62,7 @@ macro_rules! assert_bag_superbag_as_result { format!( concat!( "assertion failed: `assert_bag_superbag!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_superbag.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_superbag.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -108,7 +108,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_bag_superbag!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_superbag.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_superbag.html\n", " a label: `&a`,\n", " a debug: `[1, 1]`,\n", " b label: `&b`,\n", @@ -128,7 +128,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_bag_superbag!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_superbag.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_superbag.html\n", " a label: `&a`,\n", " a debug: `[1, 1]`,\n", " b label: `&b`,\n", @@ -168,7 +168,7 @@ mod tests { /// assert_bag_superbag!(&a, &b); /// # }); /// // assertion failed: `assert_bag_superbag!(a_collection, b_collection)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_superbag.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_superbag.html /// // a label: `&a`, /// // a debug: `[1, 1]`, /// // b label: `&b`, @@ -178,7 +178,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_bag_superbag!(a_collection, b_collection)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_bag_superbag.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_bag_superbag.html\n", /// # " a label: `&a`,\n", /// # " a debug: `[1, 1]`,\n", /// # " b label: `&b`,\n", diff --git a/src/assert_command/assert_command_stderr_eq.rs b/src/assert_command/assert_command_stderr_eq.rs index 16f8336c8..4d0fb2165 100644 --- a/src/assert_command/assert_command_stderr_eq.rs +++ b/src/assert_command/assert_command_stderr_eq.rs @@ -59,7 +59,7 @@ macro_rules! assert_command_stderr_eq_as_result { format!( concat!( "assertion failed: `assert_command_stderr_eq!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_eq.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -82,7 +82,7 @@ macro_rules! assert_command_stderr_eq_as_result { format!( concat!( "assertion failed: `assert_command_stderr_eq!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_eq.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -131,7 +131,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stderr_eq!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_eq.html\n", " a label: `a`,\n", " a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", " b label: `b`,\n", @@ -152,7 +152,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stderr_eq!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_eq.html\n", " a label: `a`,\n", " a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", " b label: `b`,\n", @@ -197,7 +197,7 @@ mod tests { /// assert_command_stderr_eq!(a, b); /// # }); /// // assertion failed: `assert_command_stderr_eq!(a_command, b_command)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_eq.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_eq.html /// // a label: `a`, /// // a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`, /// // b label: `b`, @@ -207,7 +207,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_command_stderr_eq!(a_command, b_command)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_eq.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_eq.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", /// # " b label: `b`,\n", diff --git a/src/assert_command/assert_command_stderr_eq_x.rs b/src/assert_command/assert_command_stderr_eq_x.rs index 040f73e56..038c36c99 100644 --- a/src/assert_command/assert_command_stderr_eq_x.rs +++ b/src/assert_command/assert_command_stderr_eq_x.rs @@ -59,7 +59,7 @@ macro_rules! assert_command_stderr_eq_x_as_result { format!( concat!( "assertion failed: `assert_command_stderr_eq_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_eq_x.html\n", " command label: `{}`,\n", " command debug: `{:?}`,\n", " expr label: `{}`,\n", @@ -82,7 +82,7 @@ macro_rules! assert_command_stderr_eq_x_as_result { format!( concat!( "assertion failed: `assert_command_stderr_eq_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_eq_x.html\n", " command label: `{}`,\n", " command debug: `{:?}`,\n", " expr label: `{}`,\n", @@ -126,7 +126,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stderr_eq_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_eq_x.html\n", " command label: `a`,\n", " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", " expr label: `b`,\n", @@ -146,7 +146,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stderr_eq_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_eq_x.html\n", " command label: `a`,\n", " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", " expr label: `b`,\n", @@ -189,7 +189,7 @@ mod tests { /// assert_command_stderr_eq_x!(command, bytes); /// # }); /// // assertion failed: `assert_command_stderr_eq_x!(command, expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_eq_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_eq_x.html /// // command label: `command`, /// // command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`, /// // expr label: `bytes`, @@ -199,7 +199,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_command_stderr_eq_x!(command, expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_eq_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_eq_x.html\n", /// # " command label: `command`,\n", /// # " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", /// # " expr label: `bytes`,\n", diff --git a/src/assert_command/assert_command_stderr_ge.rs b/src/assert_command/assert_command_stderr_ge.rs index dca696956..cd9581066 100644 --- a/src/assert_command/assert_command_stderr_ge.rs +++ b/src/assert_command/assert_command_stderr_ge.rs @@ -1,4 +1,4 @@ -//! Assert a command stderr string is equal to another. +//! Assert a command stderr string is greater than or equal to another. //! //! Pseudocode:
                                                                                                                                                                                //! (command1 ⇒ stderr) = (command2 ⇒ stderr) @@ -24,7 +24,7 @@ //! * [`assert_command_stderr_ge_as_result`](macro@crate::assert_command_stderr_ge_as_result) //! * [`debug_assert_command_stderr_ge`](macro@crate::debug_assert_command_stderr_ge) -/// Assert a command stderr string is equal to another. +/// Assert a command stderr string is greater than or equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// (command1 ⇒ stderr) = (command2 ⇒ stderr) @@ -59,7 +59,7 @@ macro_rules! assert_command_stderr_ge_as_result { format!( concat!( "assertion failed: `assert_command_stderr_ge!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ge.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -82,7 +82,7 @@ macro_rules! assert_command_stderr_ge_as_result { format!( concat!( "assertion failed: `assert_command_stderr_ge!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ge.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -144,7 +144,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stderr_ge!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ge.html\n", " a label: `a`,\n", " a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", " b label: `b`,\n", @@ -156,7 +156,7 @@ mod tests { } } -/// Assert a command stderr string is equal to another. +/// Assert a command stderr string is greater than or equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// (command1 ⇒ stderr) = (command2 ⇒ stderr) @@ -189,7 +189,7 @@ mod tests { /// assert_command_stderr_ge!(a, b); /// # }); /// // assertion failed: `assert_command_stderr_ge!(a_command, b_command)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ge.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ge.html /// // a label: `a`, /// // a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`, /// // b label: `b`, @@ -199,7 +199,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_command_stderr_ge!(a_command, b_command)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ge.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ge.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", /// # " b label: `b`,\n", @@ -233,7 +233,7 @@ macro_rules! assert_command_stderr_ge { }}; } -/// Assert a command stderr string is equal to another. +/// Assert a command stderr string is greater than or equal to another. /// /// This macro provides the same statements as [`assert_command_stderr_ge {`](macro.assert_command_stderr_ge {.html), /// except this macro's statements are only enabled in non-optimized diff --git a/src/assert_command/assert_command_stderr_ge_x.rs b/src/assert_command/assert_command_stderr_ge_x.rs index cd2be4b07..d122237d2 100644 --- a/src/assert_command/assert_command_stderr_ge_x.rs +++ b/src/assert_command/assert_command_stderr_ge_x.rs @@ -1,4 +1,4 @@ -//! Assert a command stderr string is equal to an expression. +//! Assert a command stderr string is greater than or equal to an expression. //! //! Pseudocode:
                                                                                                                                                                                //! (command ⇒ stderr) = (expr into string) @@ -23,7 +23,7 @@ //! * [`assert_command_stderr_ge_x_as_result`](macro@crate::assert_command_stderr_ge_x_as_result) //! * [`debug_assert_command_stderr_ge_x`](macro@crate::debug_assert_command_stderr_ge_x) -/// Assert a command stderr string is equal to an expression. +/// Assert a command stderr string is greater than or equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (command ⇒ stderr) = (expr into string) @@ -59,7 +59,7 @@ macro_rules! assert_command_stderr_ge_x_as_result { format!( concat!( "assertion failed: `assert_command_stderr_ge_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ge_x.html\n", " command label: `{}`,\n", " command debug: `{:?}`,\n", " expr label: `{}`,\n", @@ -82,7 +82,7 @@ macro_rules! assert_command_stderr_ge_x_as_result { format!( concat!( "assertion failed: `assert_command_stderr_ge_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ge_x.html\n", " command label: `{}`,\n", " command debug: `{:?}`,\n", " expr label: `{}`,\n", @@ -135,7 +135,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stderr_ge_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ge_x.html\n", " command label: `a`,\n", " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", " expr label: `b`,\n", @@ -147,7 +147,7 @@ mod tests { } } -/// Assert a command stderr string is equal to an expression. +/// Assert a command stderr string is greater than or equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (command ⇒ stderr) = (expr into string) @@ -178,7 +178,7 @@ mod tests { /// assert_command_stderr_ge_x!(command, bytes); /// # }); /// // assertion failed: `assert_command_stderr_ge_x!(command, expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ge_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ge_x.html /// // command label: `command`, /// // command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`, /// // expr label: `bytes`, @@ -188,7 +188,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_command_stderr_ge_x!(command, expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ge_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ge_x.html\n", /// # " command label: `command`,\n", /// # " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", /// # " expr label: `bytes`,\n", @@ -222,7 +222,7 @@ macro_rules! assert_command_stderr_ge_x { }}; } -/// Assert a command stderr string is equal to an expression. +/// Assert a command stderr string is greater than or equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (command ⇒ stderr) = (expr into string) diff --git a/src/assert_command/assert_command_stderr_gt.rs b/src/assert_command/assert_command_stderr_gt.rs index 292bee7fb..f0a1e4419 100644 --- a/src/assert_command/assert_command_stderr_gt.rs +++ b/src/assert_command/assert_command_stderr_gt.rs @@ -1,4 +1,4 @@ -//! Assert a command stderr string is equal to another. +//! Assert a command stderr string is greater than another. //! //! Pseudocode:
                                                                                                                                                                                //! (command1 ⇒ stderr) = (command2 ⇒ stderr) @@ -24,7 +24,7 @@ //! * [`assert_command_stderr_gt_as_result`](macro@crate::assert_command_stderr_gt_as_result) //! * [`debug_assert_command_stderr_gt`](macro@crate::debug_assert_command_stderr_gt) -/// Assert a command stderr string is equal to another. +/// Assert a command stderr string is greater than another. /// /// Pseudocode:
                                                                                                                                                                                /// (command1 ⇒ stderr) = (command2 ⇒ stderr) @@ -59,7 +59,7 @@ macro_rules! assert_command_stderr_gt_as_result { format!( concat!( "assertion failed: `assert_command_stderr_gt!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_gt.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -82,7 +82,7 @@ macro_rules! assert_command_stderr_gt_as_result { format!( concat!( "assertion failed: `assert_command_stderr_gt!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_gt.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -131,7 +131,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stderr_gt!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_gt.html\n", " a label: `a`,\n", " a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", " b label: `b`,\n", @@ -152,7 +152,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stderr_gt!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_gt.html\n", " a label: `a`,\n", " a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", " b label: `b`,\n", @@ -164,7 +164,7 @@ mod tests { } } -/// Assert a command stderr string is equal to another. +/// Assert a command stderr string is greater than another. /// /// Pseudocode:
                                                                                                                                                                                /// (command1 ⇒ stderr) = (command2 ⇒ stderr) @@ -197,7 +197,7 @@ mod tests { /// assert_command_stderr_gt!(a, b); /// # }); /// // assertion failed: `assert_command_stderr_gt!(a_command, b_command)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_gt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_gt.html /// // a label: `a`, /// // a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`, /// // b label: `b`, @@ -207,7 +207,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_command_stderr_gt!(a_command, b_command)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_gt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_gt.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", /// # " b label: `b`,\n", @@ -241,7 +241,7 @@ macro_rules! assert_command_stderr_gt { }}; } -/// Assert a command stderr string is equal to another. +/// Assert a command stderr string is greater than another. /// /// This macro provides the same statements as [`assert_command_stderr_gt {`](macro.assert_command_stderr_gt {.html), /// except this macro's statements are only enabled in non-optimized diff --git a/src/assert_command/assert_command_stderr_gt_x.rs b/src/assert_command/assert_command_stderr_gt_x.rs index 03fba80b2..4dac38fe3 100644 --- a/src/assert_command/assert_command_stderr_gt_x.rs +++ b/src/assert_command/assert_command_stderr_gt_x.rs @@ -1,4 +1,4 @@ -//! Assert a command stderr string is equal to an expression. +//! Assert a command stderr string is greater than an expression. //! //! Pseudocode:
                                                                                                                                                                                //! (command ⇒ stderr) = (expr into string) @@ -23,7 +23,7 @@ //! * [`assert_command_stderr_gt_x_as_result`](macro@crate::assert_command_stderr_gt_x_as_result) //! * [`debug_assert_command_stderr_gt_x`](macro@crate::debug_assert_command_stderr_gt_x) -/// Assert a command stderr string is equal to an expression. +/// Assert a command stderr string is greater than an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (command ⇒ stderr) = (expr into string) @@ -59,7 +59,7 @@ macro_rules! assert_command_stderr_gt_x_as_result { format!( concat!( "assertion failed: `assert_command_stderr_gt_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_gt_x.html\n", " command label: `{}`,\n", " command debug: `{:?}`,\n", " expr label: `{}`,\n", @@ -82,7 +82,7 @@ macro_rules! assert_command_stderr_gt_x_as_result { format!( concat!( "assertion failed: `assert_command_stderr_gt_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_gt_x.html\n", " command label: `{}`,\n", " command debug: `{:?}`,\n", " expr label: `{}`,\n", @@ -126,7 +126,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stderr_gt_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_gt_x.html\n", " command label: `a`,\n", " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", " expr label: `b`,\n", @@ -146,7 +146,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stderr_gt_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_gt_x.html\n", " command label: `a`,\n", " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", " expr label: `b`,\n", @@ -158,7 +158,7 @@ mod tests { } } -/// Assert a command stderr string is equal to an expression. +/// Assert a command stderr string is greater than an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (command ⇒ stderr) = (expr into string) @@ -189,7 +189,7 @@ mod tests { /// assert_command_stderr_gt_x!(command, bytes); /// # }); /// // assertion failed: `assert_command_stderr_gt_x!(command, expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_gt_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_gt_x.html /// // command label: `command`, /// // command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`, /// // expr label: `bytes`, @@ -199,7 +199,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_command_stderr_gt_x!(command, expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_gt_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_gt_x.html\n", /// # " command label: `command`,\n", /// # " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", /// # " expr label: `bytes`,\n", @@ -233,7 +233,7 @@ macro_rules! assert_command_stderr_gt_x { }}; } -/// Assert a command stderr string is equal to an expression. +/// Assert a command stderr string is greater than an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (command ⇒ stderr) = (expr into string) diff --git a/src/assert_command/assert_command_stderr_le.rs b/src/assert_command/assert_command_stderr_le.rs index 1095d6542..746b7a3f2 100644 --- a/src/assert_command/assert_command_stderr_le.rs +++ b/src/assert_command/assert_command_stderr_le.rs @@ -1,4 +1,4 @@ -//! Assert a command stderr string is equal to another. +//! Assert a command stderr string is less than or equal to another. //! //! Pseudocode:
                                                                                                                                                                                //! (command1 ⇒ stderr) = (command2 ⇒ stderr) @@ -24,7 +24,7 @@ //! * [`assert_command_stderr_le_as_result`](macro@crate::assert_command_stderr_le_as_result) //! * [`debug_assert_command_stderr_le`](macro@crate::debug_assert_command_stderr_le) -/// Assert a command stderr string is equal to another. +/// Assert a command stderr string is less than or equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// (command1 ⇒ stderr) = (command2 ⇒ stderr) @@ -59,7 +59,7 @@ macro_rules! assert_command_stderr_le_as_result { format!( concat!( "assertion failed: `assert_command_stderr_le!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_le.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -82,7 +82,7 @@ macro_rules! assert_command_stderr_le_as_result { format!( concat!( "assertion failed: `assert_command_stderr_le!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_le.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -144,7 +144,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stderr_le!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_le.html\n", " a label: `a`,\n", " a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", " b label: `b`,\n", @@ -156,7 +156,7 @@ mod tests { } } -/// Assert a command stderr string is equal to another. +/// Assert a command stderr string is less than or equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// (command1 ⇒ stderr) = (command2 ⇒ stderr) @@ -189,7 +189,7 @@ mod tests { /// assert_command_stderr_le!(a, b); /// # }); /// // assertion failed: `assert_command_stderr_le!(a_command, b_command)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_le.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_le.html /// // a label: `a`, /// // a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`, /// // b label: `b`, @@ -199,7 +199,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_command_stderr_le!(a_command, b_command)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_le.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_le.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", /// # " b label: `b`,\n", @@ -233,7 +233,7 @@ macro_rules! assert_command_stderr_le { }}; } -/// Assert a command stderr string is equal to another. +/// Assert a command stderr string is less than or equal to another. /// /// This macro provides the same statements as [`assert_command_stderr_le {`](macro.assert_command_stderr_le {.html), /// except this macro's statements are only enabled in non-optimized diff --git a/src/assert_command/assert_command_stderr_le_x.rs b/src/assert_command/assert_command_stderr_le_x.rs index dbfe85d2d..b67574bfe 100644 --- a/src/assert_command/assert_command_stderr_le_x.rs +++ b/src/assert_command/assert_command_stderr_le_x.rs @@ -1,4 +1,4 @@ -//! Assert a command stderr string is equal to an expression. +//! Assert a command stderr string is less than or equal to an expression. //! //! Pseudocode:
                                                                                                                                                                                //! (command ⇒ stderr) = (expr into string) @@ -23,7 +23,7 @@ //! * [`assert_command_stderr_le_x_as_result`](macro@crate::assert_command_stderr_le_x_as_result) //! * [`debug_assert_command_stderr_le_x`](macro@crate::debug_assert_command_stderr_le_x) -/// Assert a command stderr string is equal to an expression. +/// Assert a command stderr string is less than or equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (command ⇒ stderr) = (expr into string) @@ -59,7 +59,7 @@ macro_rules! assert_command_stderr_le_x_as_result { format!( concat!( "assertion failed: `assert_command_stderr_le_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_le_x.html\n", " command label: `{}`,\n", " command debug: `{:?}`,\n", " expr label: `{}`,\n", @@ -82,7 +82,7 @@ macro_rules! assert_command_stderr_le_x_as_result { format!( concat!( "assertion failed: `assert_command_stderr_le_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_le_x.html\n", " command label: `{}`,\n", " command debug: `{:?}`,\n", " expr label: `{}`,\n", @@ -135,7 +135,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stderr_le_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_le_x.html\n", " command label: `a`,\n", " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", " expr label: `b`,\n", @@ -147,7 +147,7 @@ mod tests { } } -/// Assert a command stderr string is equal to an expression. +/// Assert a command stderr string is less than or equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (command ⇒ stderr) = (expr into string) @@ -178,7 +178,7 @@ mod tests { /// assert_command_stderr_le_x!(command, bytes); /// # }); /// // assertion failed: `assert_command_stderr_le_x!(command, expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_le_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_le_x.html /// // command label: `command`, /// // command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`, /// // expr label: `bytes`, @@ -188,7 +188,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_command_stderr_le_x!(command, expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_le_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_le_x.html\n", /// # " command label: `command`,\n", /// # " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", /// # " expr label: `bytes`,\n", @@ -222,7 +222,7 @@ macro_rules! assert_command_stderr_le_x { }}; } -/// Assert a command stderr string is equal to an expression. +/// Assert a command stderr string is less than or equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (command ⇒ stderr) = (expr into string) diff --git a/src/assert_command/assert_command_stderr_lt.rs b/src/assert_command/assert_command_stderr_lt.rs index 309958783..9dbc2cd97 100644 --- a/src/assert_command/assert_command_stderr_lt.rs +++ b/src/assert_command/assert_command_stderr_lt.rs @@ -1,4 +1,4 @@ -//! Assert a command stderr string is equal to another. +//! Assert a command stderr string is less than another. //! //! Pseudocode:
                                                                                                                                                                                //! (command1 ⇒ stderr) = (command2 ⇒ stderr) @@ -24,7 +24,7 @@ //! * [`assert_command_stderr_lt_as_result`](macro@crate::assert_command_stderr_lt_as_result) //! * [`debug_assert_command_stderr_lt`](macro@crate::debug_assert_command_stderr_lt) -/// Assert a command stderr string is equal to another. +/// Assert a command stderr string is less than another. /// /// Pseudocode:
                                                                                                                                                                                /// (command1 ⇒ stderr) = (command2 ⇒ stderr) @@ -59,7 +59,7 @@ macro_rules! assert_command_stderr_lt_as_result { format!( concat!( "assertion failed: `assert_command_stderr_lt!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_lt.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -82,7 +82,7 @@ macro_rules! assert_command_stderr_lt_as_result { format!( concat!( "assertion failed: `assert_command_stderr_lt!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_lt.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -131,7 +131,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stderr_lt!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_lt.html\n", " a label: `a`,\n", " a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", " b label: `b`,\n", @@ -152,7 +152,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stderr_lt!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_lt.html\n", " a label: `a`,\n", " a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", " b label: `b`,\n", @@ -164,7 +164,7 @@ mod tests { } } -/// Assert a command stderr string is equal to another. +/// Assert a command stderr string is less than another. /// /// Pseudocode:
                                                                                                                                                                                /// (command1 ⇒ stderr) = (command2 ⇒ stderr) @@ -197,7 +197,7 @@ mod tests { /// assert_command_stderr_lt!(a, b); /// # }); /// // assertion failed: `assert_command_stderr_lt!(a_command, b_command)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_lt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_lt.html /// // a label: `a`, /// // a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`, /// // b label: `b`, @@ -207,7 +207,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_command_stderr_lt!(a_command, b_command)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_lt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_lt.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", /// # " b label: `b`,\n", @@ -241,7 +241,7 @@ macro_rules! assert_command_stderr_lt { }}; } -/// Assert a command stderr string is equal to another. +/// Assert a command stderr string is less than another. /// /// This macro provides the same statements as [`assert_command_stderr_lt {`](macro.assert_command_stderr_lt {.html), /// except this macro's statements are only enabled in non-optimized diff --git a/src/assert_command/assert_command_stderr_lt_x.rs b/src/assert_command/assert_command_stderr_lt_x.rs index 7491c8db4..8a7d2888b 100644 --- a/src/assert_command/assert_command_stderr_lt_x.rs +++ b/src/assert_command/assert_command_stderr_lt_x.rs @@ -1,4 +1,4 @@ -//! Assert a command stderr string is equal to an expression. +//! Assert a command stderr string is less than an expression. //! //! Pseudocode:
                                                                                                                                                                                //! (command ⇒ stderr) = (expr into string) @@ -23,7 +23,7 @@ //! * [`assert_command_stderr_lt_x_as_result`](macro@crate::assert_command_stderr_lt_x_as_result) //! * [`debug_assert_command_stderr_lt_x`](macro@crate::debug_assert_command_stderr_lt_x) -/// Assert a command stderr string is equal to an expression. +/// Assert a command stderr string is less than an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (command ⇒ stderr) = (expr into string) @@ -59,7 +59,7 @@ macro_rules! assert_command_stderr_lt_x_as_result { format!( concat!( "assertion failed: `assert_command_stderr_lt_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_lt_x.html\n", " command label: `{}`,\n", " command debug: `{:?}`,\n", " expr label: `{}`,\n", @@ -82,7 +82,7 @@ macro_rules! assert_command_stderr_lt_x_as_result { format!( concat!( "assertion failed: `assert_command_stderr_lt_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_lt_x.html\n", " command label: `{}`,\n", " command debug: `{:?}`,\n", " expr label: `{}`,\n", @@ -126,7 +126,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stderr_lt_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_lt_x.html\n", " command label: `a`,\n", " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", " expr label: `b`,\n", @@ -146,7 +146,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stderr_lt_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_lt_x.html\n", " command label: `a`,\n", " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", " expr label: `b`,\n", @@ -158,7 +158,7 @@ mod tests { } } -/// Assert a command stderr string is equal to an expression. +/// Assert a command stderr string is less than an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (command ⇒ stderr) = (expr into string) @@ -189,7 +189,7 @@ mod tests { /// assert_command_stderr_lt_x!(command, bytes); /// # }); /// // assertion failed: `assert_command_stderr_lt_x!(command, expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_lt_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_lt_x.html /// // command label: `command`, /// // command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`, /// // expr label: `bytes`, @@ -199,7 +199,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_command_stderr_lt_x!(command, expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_lt_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_lt_x.html\n", /// # " command label: `command`,\n", /// # " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", /// # " expr label: `bytes`,\n", @@ -233,7 +233,7 @@ macro_rules! assert_command_stderr_lt_x { }}; } -/// Assert a command stderr string is equal to an expression. +/// Assert a command stderr string is less than an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (command ⇒ stderr) = (expr into string) diff --git a/src/assert_command/assert_command_stderr_ne.rs b/src/assert_command/assert_command_stderr_ne.rs index 5142d3407..e5d23000d 100644 --- a/src/assert_command/assert_command_stderr_ne.rs +++ b/src/assert_command/assert_command_stderr_ne.rs @@ -1,4 +1,4 @@ -//! Assert a command stderr string is equal to another. +//! Assert a command stderr string is not equal to another. //! //! Pseudocode:
                                                                                                                                                                                //! (command1 ⇒ stderr) = (command2 ⇒ stderr) @@ -24,7 +24,7 @@ //! * [`assert_command_stderr_ne_as_result`](macro@crate::assert_command_stderr_ne_as_result) //! * [`debug_assert_command_stderr_ne`](macro@crate::debug_assert_command_stderr_ne) -/// Assert a command stderr string is equal to another. +/// Assert a command stderr string is not equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// (command1 ⇒ stderr) = (command2 ⇒ stderr) @@ -59,7 +59,7 @@ macro_rules! assert_command_stderr_ne_as_result { format!( concat!( "assertion failed: `assert_command_stderr_ne!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ne.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -82,7 +82,7 @@ macro_rules! assert_command_stderr_ne_as_result { format!( concat!( "assertion failed: `assert_command_stderr_ne!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ne.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -144,7 +144,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stderr_ne!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ne.html\n", " a label: `a`,\n", " a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", " b label: `b`,\n", @@ -156,7 +156,7 @@ mod tests { } } -/// Assert a command stderr string is equal to another. +/// Assert a command stderr string is not equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// (command1 ⇒ stderr) = (command2 ⇒ stderr) @@ -189,7 +189,7 @@ mod tests { /// assert_command_stderr_ne!(a, b); /// # }); /// // assertion failed: `assert_command_stderr_ne!(a_command, b_command)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ne.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ne.html /// // a label: `a`, /// // a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`, /// // b label: `b`, @@ -199,7 +199,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_command_stderr_ne!(a_command, b_command)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ne.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ne.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", /// # " b label: `b`,\n", @@ -233,7 +233,7 @@ macro_rules! assert_command_stderr_ne { }}; } -/// Assert a command stderr string is equal to another. +/// Assert a command stderr string is not equal to another. /// /// This macro provides the same statements as [`assert_command_stderr_ne {`](macro.assert_command_stderr_ne {.html), /// except this macro's statements are only enabled in non-optimized diff --git a/src/assert_command/assert_command_stderr_ne_x.rs b/src/assert_command/assert_command_stderr_ne_x.rs index 19c7d063b..ff0642413 100644 --- a/src/assert_command/assert_command_stderr_ne_x.rs +++ b/src/assert_command/assert_command_stderr_ne_x.rs @@ -1,4 +1,4 @@ -//! Assert a command stderr string is equal to an expression. +//! Assert a command stderr string is not equal to an expression. //! //! Pseudocode:
                                                                                                                                                                                //! (command ⇒ stderr) = (expr into string) @@ -23,7 +23,7 @@ //! * [`assert_command_stderr_ne_x_as_result`](macro@crate::assert_command_stderr_ne_x_as_result) //! * [`debug_assert_command_stderr_ne_x`](macro@crate::debug_assert_command_stderr_ne_x) -/// Assert a command stderr string is equal to an expression. +/// Assert a command stderr string is not equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (command ⇒ stderr) = (expr into string) @@ -59,7 +59,7 @@ macro_rules! assert_command_stderr_ne_x_as_result { format!( concat!( "assertion failed: `assert_command_stderr_ne_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ne_x.html\n", " command label: `{}`,\n", " command debug: `{:?}`,\n", " expr label: `{}`,\n", @@ -82,7 +82,7 @@ macro_rules! assert_command_stderr_ne_x_as_result { format!( concat!( "assertion failed: `assert_command_stderr_ne_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ne_x.html\n", " command label: `{}`,\n", " command debug: `{:?}`,\n", " expr label: `{}`,\n", @@ -135,7 +135,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stderr_ne_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ne_x.html\n", " command label: `a`,\n", " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", " expr label: `b`,\n", @@ -147,7 +147,7 @@ mod tests { } } -/// Assert a command stderr string is equal to an expression. +/// Assert a command stderr string is not equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (command ⇒ stderr) = (expr into string) @@ -178,7 +178,7 @@ mod tests { /// assert_command_stderr_ne_x!(command, bytes); /// # }); /// // assertion failed: `assert_command_stderr_ne_x!(command, expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ne_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ne_x.html /// // command label: `command`, /// // command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`, /// // expr label: `bytes`, @@ -188,7 +188,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_command_stderr_ne_x!(command, expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_ne_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_ne_x.html\n", /// # " command label: `command`,\n", /// # " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", /// # " expr label: `bytes`,\n", @@ -222,7 +222,7 @@ macro_rules! assert_command_stderr_ne_x { }}; } -/// Assert a command stderr string is equal to an expression. +/// Assert a command stderr string is not equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (command ⇒ stderr) = (expr into string) diff --git a/src/assert_command/assert_command_stderr_string_contains.rs b/src/assert_command/assert_command_stderr_string_contains.rs index b8424ec91..adfcbc597 100644 --- a/src/assert_command/assert_command_stderr_string_contains.rs +++ b/src/assert_command/assert_command_stderr_string_contains.rs @@ -59,7 +59,7 @@ macro_rules! assert_command_stderr_string_contains_as_result { format!( concat!( "assertion failed: `assert_command_stderr_string_contains!(command, containee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_string_contains.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_string_contains.html\n", " command label: `{}`,\n", " command debug: `{:?}`,\n", " containee label: `{}`,\n", @@ -80,7 +80,7 @@ macro_rules! assert_command_stderr_string_contains_as_result { format!( concat!( "assertion failed: `assert_command_stderr_string_contains!(command, containee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_string_contains.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_string_contains.html\n", " command label: `{}`,\n", " command debug: `{:?}`,\n", " containee label: `{}`,\n", @@ -124,7 +124,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stderr_string_contains!(command, containee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_string_contains.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_string_contains.html\n", " command label: `a`,\n", " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", " containee label: `b`,\n", @@ -171,7 +171,7 @@ mod tests { /// assert_command_stderr_string_contains!(command, &containee); /// # }); /// // assertion failed: `assert_command_stderr_string_contains!(command, containee)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_string_contains.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_string_contains.html /// // command label: `command`, /// // command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`, /// // containee label: `&containee`, @@ -180,7 +180,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_command_stderr_string_contains!(command, containee)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_string_contains.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_string_contains.html\n", /// # " command label: `command`,\n", /// # " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", /// # " containee label: `&containee`,\n", diff --git a/src/assert_command/assert_command_stderr_string_is_match.rs b/src/assert_command/assert_command_stderr_string_is_match.rs index 6a28a6dd0..d04b9bb17 100644 --- a/src/assert_command/assert_command_stderr_string_is_match.rs +++ b/src/assert_command/assert_command_stderr_string_is_match.rs @@ -60,7 +60,7 @@ macro_rules! assert_command_stderr_string_is_match_as_result { format!( concat!( "assertion failed: `assert_command_stderr_string_is_match!(command, matcher)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_string_is_match.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_string_is_match.html\n", " command label: `{}`,\n", " command debug: `{:?}`,\n", " matcher label: `{}`,\n", @@ -83,7 +83,7 @@ macro_rules! assert_command_stderr_string_is_match_as_result { format!( concat!( "assertion failed: `assert_command_stderr_string_is_match!(command, matcher)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_string_is_match.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_string_is_match.html\n", " command label: `{}`,\n", " command debug: `{:?}`,\n", " matcher label: `{}`,\n", @@ -128,7 +128,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stderr_string_is_match!(command, matcher)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_string_is_match.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_string_is_match.html\n", " command label: `a`,\n", " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", " matcher label: `b`,\n", @@ -172,7 +172,7 @@ mod tests { /// assert_command_stderr_string_is_match!(command, &matcher); /// # }); /// // assertion failed: `assert_command_stderr_string_is_match!(command, matcher)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_string_is_match.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_string_is_match.html /// // command label: `command`, /// // command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`, /// // matcher label: `&matcher`, @@ -182,7 +182,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_command_stderr_string_is_match!(command, matcher)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stderr_string_is_match.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stderr_string_is_match.html\n", /// # " command label: `command`,\n", /// # " command debug: `\"bin/printf-stderr\" \"%s\" \"alfa\"`,\n", /// # " matcher label: `&matcher`,\n", diff --git a/src/assert_command/assert_command_stdout_eq.rs b/src/assert_command/assert_command_stdout_eq.rs index db37c31e8..1cba20478 100644 --- a/src/assert_command/assert_command_stdout_eq.rs +++ b/src/assert_command/assert_command_stdout_eq.rs @@ -59,7 +59,7 @@ macro_rules! assert_command_stdout_eq_as_result { format!( concat!( "assertion failed: `assert_command_stdout_eq!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_eq.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -131,7 +131,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stdout_eq!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_eq.html\n", " a label: `a`,\n", " a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", " b label: `b`,\n", @@ -152,7 +152,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stdout_eq!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_eq.html\n", " a label: `a`,\n", " a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", " b label: `b`,\n", @@ -197,7 +197,7 @@ mod tests { /// assert_command_stdout_eq!(a, b); /// # }); /// // assertion failed: `assert_command_stdout_eq!(a_command, b_command)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_eq.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_eq.html /// // a label: `a`, /// // a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`, /// // b label: `b`, @@ -207,7 +207,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_command_stdout_eq!(a_command, b_command)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_eq.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_eq.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", /// # " b label: `b`,\n", diff --git a/src/assert_command/assert_command_stdout_eq_x.rs b/src/assert_command/assert_command_stdout_eq_x.rs index 06eb91354..879f88dbc 100644 --- a/src/assert_command/assert_command_stdout_eq_x.rs +++ b/src/assert_command/assert_command_stdout_eq_x.rs @@ -59,7 +59,7 @@ macro_rules! assert_command_stdout_eq_x_as_result { format!( concat!( "assertion failed: `assert_command_stdout_eq_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_eq_x.html\n", " command label: `{}`,\n", " command debug: `{:?}`,\n", " expr label: `{}`,\n", @@ -82,7 +82,7 @@ macro_rules! assert_command_stdout_eq_x_as_result { format!( concat!( "assertion failed: `assert_command_stdout_eq_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_eq_x.html\n", " command label: `{}`,\n", " command debug: `{:?}`,\n", " expr label: `{}`,\n", @@ -126,7 +126,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stdout_eq_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_eq_x.html\n", " command label: `a`,\n", " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", " expr label: `b`,\n", @@ -146,7 +146,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stdout_eq_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_eq_x.html\n", " command label: `a`,\n", " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", " expr label: `b`,\n", @@ -189,7 +189,7 @@ mod tests { /// assert_command_stdout_eq_x!(command, bytes); /// # }); /// // assertion failed: `assert_command_stdout_eq_x!(command, expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_eq_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_eq_x.html /// // command label: `command`, /// // command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`, /// // expr label: `bytes`, @@ -199,7 +199,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_command_stdout_eq_x!(command, expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_eq_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_eq_x.html\n", /// # " command label: `command`,\n", /// # " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", /// # " expr label: `bytes`,\n", diff --git a/src/assert_command/assert_command_stdout_ge.rs b/src/assert_command/assert_command_stdout_ge.rs index 53f10a9e9..3048f6b71 100644 --- a/src/assert_command/assert_command_stdout_ge.rs +++ b/src/assert_command/assert_command_stdout_ge.rs @@ -1,4 +1,4 @@ -//! Assert a command stdout string is equal to another. +//! Assert a command stdout string is greater than or equal to another. //! //! Pseudocode:
                                                                                                                                                                                //! (command1 ⇒ stdout) = (command2 ⇒ stdout) @@ -24,7 +24,7 @@ //! * [`assert_command_stdout_ge_as_result`](macro@crate::assert_command_stdout_ge_as_result) //! * [`debug_assert_command_stdout_ge`](macro@crate::debug_assert_command_stdout_ge) -/// Assert a command stdout string is equal to another. +/// Assert a command stdout string is greater than or equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// (command1 ⇒ stdout) = (command2 ⇒ stdout) @@ -59,7 +59,7 @@ macro_rules! assert_command_stdout_ge_as_result { format!( concat!( "assertion failed: `assert_command_stdout_ge!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ge.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -82,7 +82,7 @@ macro_rules! assert_command_stdout_ge_as_result { format!( concat!( "assertion failed: `assert_command_stdout_ge!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ge.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -144,7 +144,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stdout_ge!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ge.html\n", " a label: `a`,\n", " a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", " b label: `b`,\n", @@ -156,7 +156,7 @@ mod tests { } } -/// Assert a command stdout string is equal to another. +/// Assert a command stdout string is greater than or equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// (command1 ⇒ stdout) = (command2 ⇒ stdout) @@ -189,7 +189,7 @@ mod tests { /// assert_command_stdout_ge!(a, b); /// # }); /// // assertion failed: `assert_command_stdout_ge!(a_command, b_command)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ge.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ge.html /// // a label: `a`, /// // a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`, /// // b label: `b`, @@ -199,7 +199,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_command_stdout_ge!(a_command, b_command)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ge.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ge.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", /// # " b label: `b`,\n", @@ -233,7 +233,7 @@ macro_rules! assert_command_stdout_ge { }}; } -/// Assert a command stdout string is equal to another. +/// Assert a command stdout string is greater than or equal to another. /// /// This macro provides the same statements as [`assert_command_stdout_ge {`](macro.assert_command_stdout_ge {.html), /// except this macro's statements are only enabled in non-optimized diff --git a/src/assert_command/assert_command_stdout_ge_x.rs b/src/assert_command/assert_command_stdout_ge_x.rs index b28fddd4b..c5d6fdc49 100644 --- a/src/assert_command/assert_command_stdout_ge_x.rs +++ b/src/assert_command/assert_command_stdout_ge_x.rs @@ -1,4 +1,4 @@ -//! Assert a command stdout string is equal to an expression. +//! Assert a command stdout string is greater than or equal to an expression. //! //! Pseudocode:
                                                                                                                                                                                //! (command ⇒ stdout) = (expr into string) @@ -23,7 +23,7 @@ //! * [`assert_command_stdout_ge_x_as_result`](macro@crate::assert_command_stdout_ge_x_as_result) //! * [`debug_assert_command_stdout_ge_x`](macro@crate::debug_assert_command_stdout_ge_x) -/// Assert a command stdout string is equal to an expression. +/// Assert a command stdout string is greater than or equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (command ⇒ stdout) = (expr into string) @@ -59,7 +59,7 @@ macro_rules! assert_command_stdout_ge_x_as_result { format!( concat!( "assertion failed: `assert_command_stdout_ge_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ge_x.html\n", " command label: `{}`,\n", " command debug: `{:?}`,\n", " expr label: `{}`,\n", @@ -82,7 +82,7 @@ macro_rules! assert_command_stdout_ge_x_as_result { format!( concat!( "assertion failed: `assert_command_stdout_ge_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ge_x.html\n", " command label: `{}`,\n", " command debug: `{:?}`,\n", " expr label: `{}`,\n", @@ -135,7 +135,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stdout_ge_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ge_x.html\n", " command label: `a`,\n", " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", " expr label: `b`,\n", @@ -147,7 +147,7 @@ mod tests { } } -/// Assert a command stdout string is equal to an expression. +/// Assert a command stdout string is greater than or equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (command ⇒ stdout) = (expr into string) @@ -178,7 +178,7 @@ mod tests { /// assert_command_stdout_ge_x!(command, bytes); /// # }); /// // assertion failed: `assert_command_stdout_ge_x!(command, expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ge_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ge_x.html /// // command label: `command`, /// // command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`, /// // expr label: `bytes`, @@ -188,7 +188,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_command_stdout_ge_x!(command, expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ge_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ge_x.html\n", /// # " command label: `command`,\n", /// # " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", /// # " expr label: `bytes`,\n", @@ -222,7 +222,7 @@ macro_rules! assert_command_stdout_ge_x { }}; } -/// Assert a command stdout string is equal to an expression. +/// Assert a command stdout string is greater than or equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (command ⇒ stdout) = (expr into string) diff --git a/src/assert_command/assert_command_stdout_gt.rs b/src/assert_command/assert_command_stdout_gt.rs index 7ab8569de..bdf833c29 100644 --- a/src/assert_command/assert_command_stdout_gt.rs +++ b/src/assert_command/assert_command_stdout_gt.rs @@ -1,4 +1,4 @@ -//! Assert a command stdout string is equal to another. +//! Assert a command stdout string is greater than another. //! //! Pseudocode:
                                                                                                                                                                                //! (command1 ⇒ stdout) = (command2 ⇒ stdout) @@ -24,7 +24,7 @@ //! * [`assert_command_stdout_gt_as_result`](macro@crate::assert_command_stdout_gt_as_result) //! * [`debug_assert_command_stdout_gt`](macro@crate::debug_assert_command_stdout_gt) -/// Assert a command stdout string is equal to another. +/// Assert a command stdout string is greater than another. /// /// Pseudocode:
                                                                                                                                                                                /// (command1 ⇒ stdout) = (command2 ⇒ stdout) @@ -59,7 +59,7 @@ macro_rules! assert_command_stdout_gt_as_result { format!( concat!( "assertion failed: `assert_command_stdout_gt!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_gt.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -82,7 +82,7 @@ macro_rules! assert_command_stdout_gt_as_result { format!( concat!( "assertion failed: `assert_command_stdout_gt!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_gt.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -131,7 +131,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stdout_gt!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_gt.html\n", " a label: `a`,\n", " a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", " b label: `b`,\n", @@ -152,7 +152,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stdout_gt!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_gt.html\n", " a label: `a`,\n", " a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", " b label: `b`,\n", @@ -164,7 +164,7 @@ mod tests { } } -/// Assert a command stdout string is equal to another. +/// Assert a command stdout string is greater than another. /// /// Pseudocode:
                                                                                                                                                                                /// (command1 ⇒ stdout) = (command2 ⇒ stdout) @@ -197,7 +197,7 @@ mod tests { /// assert_command_stdout_gt!(a, b); /// # }); /// // assertion failed: `assert_command_stdout_gt!(a_command, b_command)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_gt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_gt.html /// // a label: `a`, /// // a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`, /// // b label: `b`, @@ -207,7 +207,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_command_stdout_gt!(a_command, b_command)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_gt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_gt.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", /// # " b label: `b`,\n", @@ -241,7 +241,7 @@ macro_rules! assert_command_stdout_gt { }}; } -/// Assert a command stdout string is equal to another. +/// Assert a command stdout string is greater than another. /// /// This macro provides the same statements as [`assert_command_stdout_gt {`](macro.assert_command_stdout_gt {.html), /// except this macro's statements are only enabled in non-optimized diff --git a/src/assert_command/assert_command_stdout_gt_x.rs b/src/assert_command/assert_command_stdout_gt_x.rs index 54343a80d..d66ccedc2 100644 --- a/src/assert_command/assert_command_stdout_gt_x.rs +++ b/src/assert_command/assert_command_stdout_gt_x.rs @@ -1,4 +1,4 @@ -//! Assert a command stdout string is equal to an expression. +//! Assert a command stdout string is greater than an expression. //! //! Pseudocode:
                                                                                                                                                                                //! (command ⇒ stdout) = (expr into string) @@ -23,7 +23,7 @@ //! * [`assert_command_stdout_gt_x_as_result`](macro@crate::assert_command_stdout_gt_x_as_result) //! * [`debug_assert_command_stdout_gt_x`](macro@crate::debug_assert_command_stdout_gt_x) -/// Assert a command stdout string is equal to an expression. +/// Assert a command stdout string is greater than an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (command ⇒ stdout) = (expr into string) @@ -59,7 +59,7 @@ macro_rules! assert_command_stdout_gt_x_as_result { format!( concat!( "assertion failed: `assert_command_stdout_gt_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_gt_x.html\n", " command label: `{}`,\n", " command debug: `{:?}`,\n", " expr label: `{}`,\n", @@ -82,7 +82,7 @@ macro_rules! assert_command_stdout_gt_x_as_result { format!( concat!( "assertion failed: `assert_command_stdout_gt_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_gt_x.html\n", " command label: `{}`,\n", " command debug: `{:?}`,\n", " expr label: `{}`,\n", @@ -126,7 +126,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stdout_gt_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_gt_x.html\n", " command label: `a`,\n", " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", " expr label: `b`,\n", @@ -146,7 +146,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stdout_gt_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_gt_x.html\n", " command label: `a`,\n", " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", " expr label: `b`,\n", @@ -158,7 +158,7 @@ mod tests { } } -/// Assert a command stdout string is equal to an expression. +/// Assert a command stdout string is greater than an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (command ⇒ stdout) = (expr into string) @@ -189,7 +189,7 @@ mod tests { /// assert_command_stdout_gt_x!(command, bytes); /// # }); /// // assertion failed: `assert_command_stdout_gt_x!(command, expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_gt_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_gt_x.html /// // command label: `command`, /// // command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`, /// // expr label: `bytes`, @@ -199,7 +199,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_command_stdout_gt_x!(command, expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_gt_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_gt_x.html\n", /// # " command label: `command`,\n", /// # " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", /// # " expr label: `bytes`,\n", @@ -233,7 +233,7 @@ macro_rules! assert_command_stdout_gt_x { }}; } -/// Assert a command stdout string is equal to an expression. +/// Assert a command stdout string is greater than an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (command ⇒ stdout) = (expr into string) diff --git a/src/assert_command/assert_command_stdout_le.rs b/src/assert_command/assert_command_stdout_le.rs index 570c9a575..ba2e1c29c 100644 --- a/src/assert_command/assert_command_stdout_le.rs +++ b/src/assert_command/assert_command_stdout_le.rs @@ -1,4 +1,4 @@ -//! Assert a command stdout string is equal to another. +//! Assert a command stdout string is less than or equal to another. //! //! Pseudocode:
                                                                                                                                                                                //! (command1 ⇒ stdout) = (command2 ⇒ stdout) @@ -24,7 +24,7 @@ //! * [`assert_command_stdout_le_as_result`](macro@crate::assert_command_stdout_le_as_result) //! * [`debug_assert_command_stdout_le`](macro@crate::debug_assert_command_stdout_le) -/// Assert a command stdout string is equal to another. +/// Assert a command stdout string is less than or equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// (command1 ⇒ stdout) = (command2 ⇒ stdout) @@ -59,7 +59,7 @@ macro_rules! assert_command_stdout_le_as_result { format!( concat!( "assertion failed: `assert_command_stdout_le!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_le.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -82,7 +82,7 @@ macro_rules! assert_command_stdout_le_as_result { format!( concat!( "assertion failed: `assert_command_stdout_le!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_le.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -144,7 +144,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stdout_le!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_le.html\n", " a label: `a`,\n", " a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", " b label: `b`,\n", @@ -156,7 +156,7 @@ mod tests { } } -/// Assert a command stdout string is equal to another. +/// Assert a command stdout string is less than or equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// (command1 ⇒ stdout) = (command2 ⇒ stdout) @@ -189,7 +189,7 @@ mod tests { /// assert_command_stdout_le!(a, b); /// # }); /// // assertion failed: `assert_command_stdout_le!(a_command, b_command)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_le.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_le.html /// // a label: `a`, /// // a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`, /// // b label: `b`, @@ -199,7 +199,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_command_stdout_le!(a_command, b_command)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_le.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_le.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", /// # " b label: `b`,\n", @@ -233,7 +233,7 @@ macro_rules! assert_command_stdout_le { }}; } -/// Assert a command stdout string is equal to another. +/// Assert a command stdout string is less than or equal to another. /// /// This macro provides the same statements as [`assert_command_stdout_le {`](macro.assert_command_stdout_le {.html), /// except this macro's statements are only enabled in non-optimized diff --git a/src/assert_command/assert_command_stdout_le_x.rs b/src/assert_command/assert_command_stdout_le_x.rs index 416e44982..bcb6b4be3 100644 --- a/src/assert_command/assert_command_stdout_le_x.rs +++ b/src/assert_command/assert_command_stdout_le_x.rs @@ -1,4 +1,4 @@ -//! Assert a command stdout string is equal to an expression. +//! Assert a command stdout string is less than or equal to an expression. //! //! Pseudocode:
                                                                                                                                                                                //! (command ⇒ stdout) = (expr into string) @@ -23,7 +23,7 @@ //! * [`assert_command_stdout_le_x_as_result`](macro@crate::assert_command_stdout_le_x_as_result) //! * [`debug_assert_command_stdout_le_x`](macro@crate::debug_assert_command_stdout_le_x) -/// Assert a command stdout string is equal to an expression. +/// Assert a command stdout string is less than or equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (command ⇒ stdout) = (expr into string) @@ -59,7 +59,7 @@ macro_rules! assert_command_stdout_le_x_as_result { format!( concat!( "assertion failed: `assert_command_stdout_le_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_le_x.html\n", " command label: `{}`,\n", " command debug: `{:?}`,\n", " expr label: `{}`,\n", @@ -82,7 +82,7 @@ macro_rules! assert_command_stdout_le_x_as_result { format!( concat!( "assertion failed: `assert_command_stdout_le_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_le_x.html\n", " command label: `{}`,\n", " command debug: `{:?}`,\n", " expr label: `{}`,\n", @@ -135,7 +135,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stdout_le_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_le_x.html\n", " command label: `a`,\n", " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", " expr label: `b`,\n", @@ -147,7 +147,7 @@ mod tests { } } -/// Assert a command stdout string is equal to an expression. +/// Assert a command stdout string is less than or equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (command ⇒ stdout) = (expr into string) @@ -178,7 +178,7 @@ mod tests { /// assert_command_stdout_le_x!(command, bytes); /// # }); /// // assertion failed: `assert_command_stdout_le_x!(command, expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_le_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_le_x.html /// // command label: `command`, /// // command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`, /// // expr label: `bytes`, @@ -188,7 +188,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_command_stdout_le_x!(command, expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_le_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_le_x.html\n", /// # " command label: `command`,\n", /// # " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", /// # " expr label: `bytes`,\n", @@ -222,7 +222,7 @@ macro_rules! assert_command_stdout_le_x { }}; } -/// Assert a command stdout string is equal to an expression. +/// Assert a command stdout string is less than or equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (command ⇒ stdout) = (expr into string) diff --git a/src/assert_command/assert_command_stdout_lt.rs b/src/assert_command/assert_command_stdout_lt.rs index a88bca091..a806f226c 100644 --- a/src/assert_command/assert_command_stdout_lt.rs +++ b/src/assert_command/assert_command_stdout_lt.rs @@ -1,4 +1,4 @@ -//! Assert a command stdout string is equal to another. +//! Assert a command stdout string is less than another. //! //! Pseudocode:
                                                                                                                                                                                //! (command1 ⇒ stdout) = (command2 ⇒ stdout) @@ -24,7 +24,7 @@ //! * [`assert_command_stdout_lt_as_result`](macro@crate::assert_command_stdout_lt_as_result) //! * [`debug_assert_command_stdout_lt`](macro@crate::debug_assert_command_stdout_lt) -/// Assert a command stdout string is equal to another. +/// Assert a command stdout string is less than another. /// /// Pseudocode:
                                                                                                                                                                                /// (command1 ⇒ stdout) = (command2 ⇒ stdout) @@ -59,7 +59,7 @@ macro_rules! assert_command_stdout_lt_as_result { format!( concat!( "assertion failed: `assert_command_stdout_lt!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_lt.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -82,7 +82,7 @@ macro_rules! assert_command_stdout_lt_as_result { format!( concat!( "assertion failed: `assert_command_stdout_lt!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_lt.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -131,7 +131,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stdout_lt!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_lt.html\n", " a label: `a`,\n", " a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", " b label: `b`,\n", @@ -152,7 +152,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stdout_lt!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_lt.html\n", " a label: `a`,\n", " a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", " b label: `b`,\n", @@ -164,7 +164,7 @@ mod tests { } } -/// Assert a command stdout string is equal to another. +/// Assert a command stdout string is less than another. /// /// Pseudocode:
                                                                                                                                                                                /// (command1 ⇒ stdout) = (command2 ⇒ stdout) @@ -197,7 +197,7 @@ mod tests { /// assert_command_stdout_lt!(a, b); /// # }); /// // assertion failed: `assert_command_stdout_lt!(a_command, b_command)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_lt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_lt.html /// // a label: `a`, /// // a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`, /// // b label: `b`, @@ -207,7 +207,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_command_stdout_lt!(a_command, b_command)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_lt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_lt.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", /// # " b label: `b`,\n", @@ -241,7 +241,7 @@ macro_rules! assert_command_stdout_lt { }}; } -/// Assert a command stdout string is equal to another. +/// Assert a command stdout string is less than another. /// /// This macro provides the same statements as [`assert_command_stdout_lt {`](macro.assert_command_stdout_lt {.html), /// except this macro's statements are only enabled in non-optimized diff --git a/src/assert_command/assert_command_stdout_lt_x.rs b/src/assert_command/assert_command_stdout_lt_x.rs index 37c80de33..f8b5942f9 100644 --- a/src/assert_command/assert_command_stdout_lt_x.rs +++ b/src/assert_command/assert_command_stdout_lt_x.rs @@ -1,4 +1,4 @@ -//! Assert a command stdout string is equal to an expression. +//! Assert a command stdout string is less than an expression. //! //! Pseudocode:
                                                                                                                                                                                //! (command ⇒ stdout) = (expr into string) @@ -23,7 +23,7 @@ //! * [`assert_command_stdout_lt_x_as_result`](macro@crate::assert_command_stdout_lt_x_as_result) //! * [`debug_assert_command_stdout_lt_x`](macro@crate::debug_assert_command_stdout_lt_x) -/// Assert a command stdout string is equal to an expression. +/// Assert a command stdout string is less than an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (command ⇒ stdout) = (expr into string) @@ -59,7 +59,7 @@ macro_rules! assert_command_stdout_lt_x_as_result { format!( concat!( "assertion failed: `assert_command_stdout_lt_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_lt_x.html\n", " command label: `{}`,\n", " command debug: `{:?}`,\n", " expr label: `{}`,\n", @@ -82,7 +82,7 @@ macro_rules! assert_command_stdout_lt_x_as_result { format!( concat!( "assertion failed: `assert_command_stdout_lt_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_lt_x.html\n", " command label: `{}`,\n", " command debug: `{:?}`,\n", " expr label: `{}`,\n", @@ -126,7 +126,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stdout_lt_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_lt_x.html\n", " command label: `a`,\n", " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", " expr label: `b`,\n", @@ -146,7 +146,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stdout_lt_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_lt_x.html\n", " command label: `a`,\n", " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", " expr label: `b`,\n", @@ -158,7 +158,7 @@ mod tests { } } -/// Assert a command stdout string is equal to an expression. +/// Assert a command stdout string is less than an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (command ⇒ stdout) = (expr into string) @@ -189,7 +189,7 @@ mod tests { /// assert_command_stdout_lt_x!(command, bytes); /// # }); /// // assertion failed: `assert_command_stdout_lt_x!(command, expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_lt_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_lt_x.html /// // command label: `command`, /// // command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`, /// // expr label: `bytes`, @@ -199,7 +199,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_command_stdout_lt_x!(command, expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_lt_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_lt_x.html\n", /// # " command label: `command`,\n", /// # " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", /// # " expr label: `bytes`,\n", @@ -233,7 +233,7 @@ macro_rules! assert_command_stdout_lt_x { }}; } -/// Assert a command stdout string is equal to an expression. +/// Assert a command stdout string is less than an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (command ⇒ stdout) = (expr into string) diff --git a/src/assert_command/assert_command_stdout_ne.rs b/src/assert_command/assert_command_stdout_ne.rs index 9180c7198..891e77785 100644 --- a/src/assert_command/assert_command_stdout_ne.rs +++ b/src/assert_command/assert_command_stdout_ne.rs @@ -1,4 +1,4 @@ -//! Assert a command stdout string is equal to another. +//! Assert a command stdout string is not equal to another. //! //! Pseudocode:
                                                                                                                                                                                //! (command1 ⇒ stdout) = (command2 ⇒ stdout) @@ -24,7 +24,7 @@ //! * [`assert_command_stdout_ne_as_result`](macro@crate::assert_command_stdout_ne_as_result) //! * [`debug_assert_command_stdout_ne`](macro@crate::debug_assert_command_stdout_ne) -/// Assert a command stdout string is equal to another. +/// Assert a command stdout string is not equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// (command1 ⇒ stdout) = (command2 ⇒ stdout) @@ -59,7 +59,7 @@ macro_rules! assert_command_stdout_ne_as_result { format!( concat!( "assertion failed: `assert_command_stdout_ne!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ne.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -82,7 +82,7 @@ macro_rules! assert_command_stdout_ne_as_result { format!( concat!( "assertion failed: `assert_command_stdout_ne!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ne.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -144,7 +144,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stdout_ne!(a_command, b_command)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ne.html\n", " a label: `a`,\n", " a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", " b label: `b`,\n", @@ -156,7 +156,7 @@ mod tests { } } -/// Assert a command stdout string is equal to another. +/// Assert a command stdout string is not equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// (command1 ⇒ stdout) = (command2 ⇒ stdout) @@ -189,7 +189,7 @@ mod tests { /// assert_command_stdout_ne!(a, b); /// # }); /// // assertion failed: `assert_command_stdout_ne!(a_command, b_command)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ne.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ne.html /// // a label: `a`, /// // a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`, /// // b label: `b`, @@ -199,7 +199,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_command_stdout_ne!(a_command, b_command)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ne.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ne.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", /// # " b label: `b`,\n", @@ -233,7 +233,7 @@ macro_rules! assert_command_stdout_ne { }}; } -/// Assert a command stdout string is equal to another. +/// Assert a command stdout string is not equal to another. /// /// This macro provides the same statements as [`assert_command_stdout_ne {`](macro.assert_command_stdout_ne {.html), /// except this macro's statements are only enabled in non-optimized diff --git a/src/assert_command/assert_command_stdout_ne_x.rs b/src/assert_command/assert_command_stdout_ne_x.rs index 4e555120a..3ae54066d 100644 --- a/src/assert_command/assert_command_stdout_ne_x.rs +++ b/src/assert_command/assert_command_stdout_ne_x.rs @@ -1,4 +1,4 @@ -//! Assert a command stdout string is equal to an expression. +//! Assert a command stdout string is not equal to an expression. //! //! Pseudocode:
                                                                                                                                                                                //! (command ⇒ stdout) = (expr into string) @@ -23,7 +23,7 @@ //! * [`assert_command_stdout_ne_x_as_result`](macro@crate::assert_command_stdout_ne_x_as_result) //! * [`debug_assert_command_stdout_ne_x`](macro@crate::debug_assert_command_stdout_ne_x) -/// Assert a command stdout string is equal to an expression. +/// Assert a command stdout string is not equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (command ⇒ stdout) = (expr into string) @@ -59,7 +59,7 @@ macro_rules! assert_command_stdout_ne_x_as_result { format!( concat!( "assertion failed: `assert_command_stdout_ne_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ne_x.html\n", " command label: `{}`,\n", " command debug: `{:?}`,\n", " expr label: `{}`,\n", @@ -82,7 +82,7 @@ macro_rules! assert_command_stdout_ne_x_as_result { format!( concat!( "assertion failed: `assert_command_stdout_ne_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ne_x.html\n", " command label: `{}`,\n", " command debug: `{:?}`,\n", " expr label: `{}`,\n", @@ -135,7 +135,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stdout_ne_x!(command, expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ne_x.html\n", " command label: `a`,\n", " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", " expr label: `b`,\n", @@ -147,7 +147,7 @@ mod tests { } } -/// Assert a command stdout string is equal to an expression. +/// Assert a command stdout string is not equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (command ⇒ stdout) = (expr into string) @@ -178,7 +178,7 @@ mod tests { /// assert_command_stdout_ne_x!(command, bytes); /// # }); /// // assertion failed: `assert_command_stdout_ne_x!(command, expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ne_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ne_x.html /// // command label: `command`, /// // command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`, /// // expr label: `bytes`, @@ -188,7 +188,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_command_stdout_ne_x!(command, expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_ne_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_ne_x.html\n", /// # " command label: `command`,\n", /// # " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", /// # " expr label: `bytes`,\n", @@ -222,7 +222,7 @@ macro_rules! assert_command_stdout_ne_x { }}; } -/// Assert a command stdout string is equal to an expression. +/// Assert a command stdout string is not equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (command ⇒ stdout) = (expr into string) diff --git a/src/assert_command/assert_command_stdout_string_contains.rs b/src/assert_command/assert_command_stdout_string_contains.rs index 3a7741504..f0492fb6c 100644 --- a/src/assert_command/assert_command_stdout_string_contains.rs +++ b/src/assert_command/assert_command_stdout_string_contains.rs @@ -59,7 +59,7 @@ macro_rules! assert_command_stdout_string_contains_as_result { format!( concat!( "assertion failed: `assert_command_stdout_string_contains!(command, containee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_string_contains.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_string_contains.html\n", " command label: `{}`,\n", " command debug: `{:?}`,\n", " containee label: `{}`,\n", @@ -80,7 +80,7 @@ macro_rules! assert_command_stdout_string_contains_as_result { format!( concat!( "assertion failed: `assert_command_stdout_string_contains!(command, containee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_string_contains.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_string_contains.html\n", " command label: `{}`,\n", " command debug: `{:?}`,\n", " containee label: `{}`,\n", @@ -124,7 +124,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stdout_string_contains!(command, containee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_string_contains.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_string_contains.html\n", " command label: `a`,\n", " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", " containee label: `b`,\n", @@ -171,7 +171,7 @@ mod tests { /// assert_command_stdout_string_contains!(command, &containee); /// # }); /// // assertion failed: `assert_command_stdout_string_contains!(command, containee)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_string_contains.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_string_contains.html /// // command label: `command`, /// // command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`, /// // containee label: `&containee`, @@ -180,7 +180,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_command_stdout_string_contains!(command, containee)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_string_contains.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_string_contains.html\n", /// # " command label: `command`,\n", /// # " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", /// # " containee label: `&containee`,\n", diff --git a/src/assert_command/assert_command_stdout_string_is_match.rs b/src/assert_command/assert_command_stdout_string_is_match.rs index 2fffbc796..24bc137e9 100644 --- a/src/assert_command/assert_command_stdout_string_is_match.rs +++ b/src/assert_command/assert_command_stdout_string_is_match.rs @@ -60,7 +60,7 @@ macro_rules! assert_command_stdout_string_is_match_as_result { format!( concat!( "assertion failed: `assert_command_stdout_string_is_match!(command, matcher)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_string_is_match.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_string_is_match.html\n", " command label: `{}`,\n", " command debug: `{:?}`,\n", " matcher label: `{}`,\n", @@ -83,7 +83,7 @@ macro_rules! assert_command_stdout_string_is_match_as_result { format!( concat!( "assertion failed: `assert_command_stdout_string_is_match!(command, matcher)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_string_is_match.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_string_is_match.html\n", " command label: `{}`,\n", " command debug: `{:?}`,\n", " matcher label: `{}`,\n", @@ -128,7 +128,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_command_stdout_string_is_match!(command, matcher)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_string_is_match.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_string_is_match.html\n", " command label: `a`,\n", " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", " matcher label: `b`,\n", @@ -172,7 +172,7 @@ mod tests { /// assert_command_stdout_string_is_match!(command, &matcher); /// # }); /// // assertion failed: `assert_command_stdout_string_is_match!(command, matcher)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_string_is_match.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_string_is_match.html /// // command label: `command`, /// // command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`, /// // matcher label: `&matcher`, @@ -182,7 +182,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_command_stdout_string_is_match!(command, matcher)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_command_stdout_string_is_match.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_command_stdout_string_is_match.html\n", /// # " command label: `command`,\n", /// # " command debug: `\"bin/printf-stdout\" \"%s\" \"alfa\"`,\n", /// # " matcher label: `&matcher`,\n", diff --git a/src/assert_contains/assert_contains.rs b/src/assert_contains/assert_contains.rs index eab873f9e..60644eed4 100644 --- a/src/assert_contains/assert_contains.rs +++ b/src/assert_contains/assert_contains.rs @@ -65,7 +65,7 @@ macro_rules! assert_contains_as_result { format!( concat!( "assertion failed: `assert_contains!(container, containee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_contains.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_contains.html\n", " container label: `{}`,\n", " container debug: `{:?}`,\n", " containee label: `{}`,\n", @@ -104,7 +104,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_contains!(container, containee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_contains.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_contains.html\n", " container label: `a`,\n", " container debug: `\"alfa\"`,\n", " containee label: `b`,\n", @@ -132,7 +132,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_contains!(container, containee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_contains.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_contains.html\n", " container label: `a`,\n", " container debug: `1..3`,\n", " containee label: `&b`,\n", @@ -160,7 +160,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_contains!(container, containee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_contains.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_contains.html\n", " container label: `a`,\n", " container debug: `[1, 2, 3]`,\n", " containee label: `&b`,\n", @@ -205,7 +205,7 @@ mod tests { /// assert_contains!(a, b); /// # }); /// // assertion failed: `assert_contains!(container, containee)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_contains.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_contains.html /// // container label: `a`, /// // container debug: `\"alfa\"`, /// // containee label: `b`, @@ -213,7 +213,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_contains!(container, containee)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_contains.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_contains.html\n", /// # " container label: `a`,\n", /// # " container debug: `\"alfa\"`,\n", /// # " containee label: `b`,\n", diff --git a/src/assert_contains/assert_not_contains.rs b/src/assert_contains/assert_not_contains.rs index 679c9f01e..34d2dae11 100644 --- a/src/assert_contains/assert_not_contains.rs +++ b/src/assert_contains/assert_not_contains.rs @@ -65,7 +65,7 @@ macro_rules! assert_not_contains_as_result { format!( concat!( "assertion failed: `assert_not_contains!(container, containee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_contains.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_contains.html\n", " container label: `{}`,\n", " container debug: `{:?}`,\n", " containee label: `{}`,\n", @@ -104,7 +104,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_not_contains!(container, containee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_contains.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_contains.html\n", " container label: `a`,\n", " container debug: `\"alfa\"`,\n", " containee label: `b`,\n", @@ -132,7 +132,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_not_contains!(container, containee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_contains.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_contains.html\n", " container label: `a`,\n", " container debug: `1..3`,\n", " containee label: `&b`,\n", @@ -160,7 +160,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_not_contains!(container, containee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_contains.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_contains.html\n", " container label: `a`,\n", " container debug: `[1, 2, 3]`,\n", " containee label: `&b`,\n", @@ -210,7 +210,7 @@ mod tests { /// assert_not_contains!(a, b); /// # }); /// // assertion failed: `assert_not_contains!(container, containee)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_contains.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_contains.html /// // container label: `a`, /// // container debug: `\"alfa\"`, /// // containee label: `b`, @@ -218,7 +218,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_not_contains!(container, containee)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_contains.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_contains.html\n", /// # " container label: `a`,\n", /// # " container debug: `\"alfa\"`,\n", /// # " containee label: `b`,\n", diff --git a/src/assert_count/assert_count_eq.rs b/src/assert_count/assert_count_eq.rs index f4695766c..1ff503adc 100644 --- a/src/assert_count/assert_count_eq.rs +++ b/src/assert_count/assert_count_eq.rs @@ -1,4 +1,4 @@ -//! Assert a count is equal to another count. +//! Assert a count is equal to another. //! //! Pseudocode:
                                                                                                                                                                                //! a.count() = b.count() @@ -21,7 +21,7 @@ //! * [`assert_count_eq_as_result`](macro@crate::assert_count_eq_as_result) //! * [`debug_assert_count_eq`](macro@crate::debug_assert_count_eq) -/// Assert a count is equal to another count. +/// Assert a count is equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a.count() = b.count() @@ -56,7 +56,7 @@ macro_rules! assert_count_eq_as_result { format!( concat!( "assertion failed: `assert_count_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_eq.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a.count(): `{:?}`,\n", @@ -98,7 +98,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_count_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_eq.html\n", " a label: `a`,\n", " a debug: `Chars(['x'])`,\n", " a.count(): `1`,\n", @@ -118,7 +118,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_count_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_eq.html\n", " a label: `a`,\n", " a debug: `Chars(['x', 'x'])`,\n", " a.count(): `2`,\n", @@ -130,7 +130,7 @@ mod tests { } } -/// Assert a count is equal to another count. +/// Assert a count is equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a.count() = b.count() @@ -158,7 +158,7 @@ mod tests { /// assert_count_eq!(a, b); /// # }); /// // assertion failed: `assert_count_eq!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_eq.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_eq.html /// // a label: `a`, /// // a debug: `Chars(['x'])`, /// // a.count(): `1`", @@ -168,7 +168,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_count_eq!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_eq.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_eq.html\n", /// # " a label: `a`,\n", /// # " a debug: `Chars(['x'])`,\n", /// # " a.count(): `1`,\n", @@ -202,7 +202,7 @@ macro_rules! assert_count_eq { }}; } -/// Assert a value is greater than an expression. +/// Assert a count is equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a.count() = b.count() diff --git a/src/assert_count/assert_count_eq_x.rs b/src/assert_count/assert_count_eq_x.rs index 99cf446fa..f75be7edf 100644 --- a/src/assert_count/assert_count_eq_x.rs +++ b/src/assert_count/assert_count_eq_x.rs @@ -55,7 +55,7 @@ macro_rules! assert_count_eq_x_as_result { format!( concat!( "assertion failed: `assert_count_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_eq_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a.count(): `{:?}`,\n", @@ -95,7 +95,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_count_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_eq_x.html\n", " a label: `a`,\n", " a debug: `Chars(['x'])`,\n", " a.count(): `1`,\n", @@ -114,7 +114,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_count_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_eq_x.html\n", " a label: `a`,\n", " a debug: `Chars(['x', 'x'])`,\n", " a.count(): `2`,\n", @@ -153,7 +153,7 @@ mod tests { /// assert_count_eq_x!(a, b); /// # }); /// // assertion failed: `assert_count_eq_x!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_eq_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_eq_x.html /// // a label: `a`, /// // a debug: `Chars(['x'])`, /// // a.count(): `1`", @@ -162,7 +162,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_count_eq_x!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_eq_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_eq_x.html\n", /// # " a label: `a`,\n", /// # " a debug: `Chars(['x'])`,\n", /// # " a.count(): `1`,\n", @@ -195,7 +195,7 @@ macro_rules! assert_count_eq_x { }}; } -/// Assert a value is greater than an expression. +/// Assert a count is equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// a.count() = b diff --git a/src/assert_count/assert_count_ge.rs b/src/assert_count/assert_count_ge.rs index 62f017a9d..3c0b2a9a9 100644 --- a/src/assert_count/assert_count_ge.rs +++ b/src/assert_count/assert_count_ge.rs @@ -1,4 +1,4 @@ -//! Assert a count is greater than or equal to another count. +//! Assert a count is greater than or equal to another. //! //! Pseudocode:
                                                                                                                                                                                //! a.count() ≥ b.count() @@ -21,7 +21,7 @@ //! * [`assert_count_ge_as_result`](macro@crate::assert_count_ge_as_result) //! * [`debug_assert_count_ge`](macro@crate::debug_assert_count_ge) -/// Assert a count is greater than or equal to another count. +/// Assert a count is greater than or equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a.count() ≥ b.count() @@ -56,7 +56,7 @@ macro_rules! assert_count_ge_as_result { format!( concat!( "assertion failed: `assert_count_ge!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ge.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a.count(): `{:?}`,\n", @@ -106,7 +106,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_count_ge!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ge.html\n", " a label: `a`,\n", " a debug: `Chars(['x'])`,\n", " a.count(): `1`,\n", @@ -118,7 +118,7 @@ mod tests { } } -/// Assert a count is greater than or equal to another count. +/// Assert a count is greater than or equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a.count() ≥ b.count() @@ -146,7 +146,7 @@ mod tests { /// assert_count_ge!(a, b); /// # }); /// // assertion failed: `assert_count_ge!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ge.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ge.html /// // a label: `a`, /// // a debug: `Chars(['x'])`, /// // a.count(): `1`", @@ -156,7 +156,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_count_ge!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ge.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ge.html\n", /// # " a label: `a`,\n", /// # " a debug: `Chars(['x'])`,\n", /// # " a.count(): `1`,\n", @@ -190,7 +190,7 @@ macro_rules! assert_count_ge { }}; } -/// Assert a value is greater than an expression. +/// Assert a count is greater than or equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a.count() ≥ b.count() diff --git a/src/assert_count/assert_count_ge_x.rs b/src/assert_count/assert_count_ge_x.rs index 42cbc41f3..0403a89dd 100644 --- a/src/assert_count/assert_count_ge_x.rs +++ b/src/assert_count/assert_count_ge_x.rs @@ -55,7 +55,7 @@ macro_rules! assert_count_ge_x_as_result { format!( concat!( "assertion failed: `assert_count_ge_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ge_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a.count(): `{:?}`,\n", @@ -103,7 +103,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_count_ge_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ge_x.html\n", " a label: `a`,\n", " a debug: `Chars(['x'])`,\n", " a.count(): `1`,\n", @@ -142,7 +142,7 @@ mod tests { /// assert_count_ge_x!(a, b); /// # }); /// // assertion failed: `assert_count_ge_x!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ge_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ge_x.html /// // a label: `a`, /// // a debug: `Chars(['x'])`, /// // a.count(): `1`", @@ -151,7 +151,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_count_ge_x!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ge_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ge_x.html\n", /// # " a label: `a`,\n", /// # " a debug: `Chars(['x'])`,\n", /// # " a.count(): `1`,\n", @@ -184,7 +184,7 @@ macro_rules! assert_count_ge_x { }}; } -/// Assert a value is greater than an expression. +/// Assert a count is greater than or equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// a.count() ≥ b diff --git a/src/assert_count/assert_count_gt.rs b/src/assert_count/assert_count_gt.rs index c4377501a..074e22a30 100644 --- a/src/assert_count/assert_count_gt.rs +++ b/src/assert_count/assert_count_gt.rs @@ -1,4 +1,4 @@ -//! Assert a count is greater than another count. +//! Assert a count is greater than another. //! //! Pseudocode:
                                                                                                                                                                                //! a.count() > b.count() @@ -21,7 +21,7 @@ //! * [`assert_count_gt_as_result`](macro@crate::assert_count_gt_as_result) //! * [`debug_assert_count_gt`](macro@crate::debug_assert_count_gt) -/// Assert a count is greater than another count. +/// Assert a count is greater than another. /// /// Pseudocode:
                                                                                                                                                                                /// a.count() > b.count() @@ -56,7 +56,7 @@ macro_rules! assert_count_gt_as_result { format!( concat!( "assertion failed: `assert_count_gt!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_gt.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a.count(): `{:?}`,\n", @@ -98,7 +98,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_count_gt!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_gt.html\n", " a label: `a`,\n", " a debug: `Chars(['x'])`,\n", " a.count(): `1`,\n", @@ -118,7 +118,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_count_gt!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_gt.html\n", " a label: `a`,\n", " a debug: `Chars(['x'])`,\n", " a.count(): `1`,\n", @@ -130,7 +130,7 @@ mod tests { } } -/// Assert a count is greater than another count. +/// Assert a count is greater than another. /// /// Pseudocode:
                                                                                                                                                                                /// a.count() > b.count() @@ -158,7 +158,7 @@ mod tests { /// assert_count_gt!(a, b); /// # }); /// // assertion failed: `assert_count_gt!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_gt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_gt.html /// // a label: `a`, /// // a debug: `Chars(['x'])`, /// // a.count(): `1`", @@ -168,7 +168,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_count_gt!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_gt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_gt.html\n", /// # " a label: `a`,\n", /// # " a debug: `Chars(['x'])`,\n", /// # " a.count(): `1`,\n", @@ -202,7 +202,7 @@ macro_rules! assert_count_gt { }}; } -/// Assert a value is greater than an expression. +/// Assert a count is greater than another. /// /// Pseudocode:
                                                                                                                                                                                /// a.count() > b.count() diff --git a/src/assert_count/assert_count_gt_x.rs b/src/assert_count/assert_count_gt_x.rs index 96da8517b..95d68aaee 100644 --- a/src/assert_count/assert_count_gt_x.rs +++ b/src/assert_count/assert_count_gt_x.rs @@ -55,7 +55,7 @@ macro_rules! assert_count_gt_x_as_result { format!( concat!( "assertion failed: `assert_count_gt_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_gt_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a.count(): `{:?}`,\n", @@ -95,7 +95,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_count_gt_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_gt_x.html\n", " a label: `a`,\n", " a debug: `Chars(['x'])`,\n", " a.count(): `1`,\n", @@ -114,7 +114,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_count_gt_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_gt_x.html\n", " a label: `a`,\n", " a debug: `Chars(['x'])`,\n", " a.count(): `1`,\n", @@ -153,7 +153,7 @@ mod tests { /// assert_count_gt_x!(a, b); /// # }); /// // assertion failed: `assert_count_gt_x!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_gt_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_gt_x.html /// // a label: `a`, /// // a debug: `Chars(['x'])`, /// // a.count(): `1`", @@ -162,7 +162,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_count_gt_x!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_gt_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_gt_x.html\n", /// # " a label: `a`,\n", /// # " a debug: `Chars(['x'])`,\n", /// # " a.count(): `1`,\n", @@ -195,7 +195,7 @@ macro_rules! assert_count_gt_x { }}; } -/// Assert a value is greater than an expression. +/// Assert a count is greater than an expression. /// /// Pseudocode:
                                                                                                                                                                                /// a.count() > b diff --git a/src/assert_count/assert_count_le.rs b/src/assert_count/assert_count_le.rs index 8cb3a7278..4655a9342 100644 --- a/src/assert_count/assert_count_le.rs +++ b/src/assert_count/assert_count_le.rs @@ -1,4 +1,4 @@ -//! Assert a count is less than or equal to another count. +//! Assert a count is less than or equal to another. //! //! Pseudocode:
                                                                                                                                                                                //! a.count() ≤ b.count() @@ -21,7 +21,7 @@ //! * [`assert_count_le_as_result`](macro@crate::assert_count_le_as_result) //! * [`debug_assert_count_le`](macro@crate::debug_assert_count_le) -/// Assert a count is less than or equal to another count. +/// Assert a count is less than or equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a.count() ≤ b.count() @@ -56,7 +56,7 @@ macro_rules! assert_count_le_as_result { format!( concat!( "assertion failed: `assert_count_le!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_le.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a.count(): `{:?}`,\n", @@ -106,7 +106,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_count_le!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_le.html\n", " a label: `a`,\n", " a debug: `Chars(['x', 'x'])`,\n", " a.count(): `2`,\n", @@ -118,7 +118,7 @@ mod tests { } } -/// Assert a count is less than or equal to another count. +/// Assert a count is less than or equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a.count() ≤ b.count() @@ -146,7 +146,7 @@ mod tests { /// assert_count_le!(a, b); /// # }); /// // assertion failed: `assert_count_le!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_le.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_le.html /// // a label: `a`, /// // a debug: `Chars(['x', 'x'])`, /// // a.count(): `2`", @@ -156,7 +156,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_count_le!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_le.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_le.html\n", /// # " a label: `a`,\n", /// # " a debug: `Chars(['x', 'x'])`,\n", /// # " a.count(): `2`,\n", @@ -190,7 +190,7 @@ macro_rules! assert_count_le { }}; } -/// Assert a value is greater than an expression. +/// Assert a count is less than or equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a.count() ≤ b.count() diff --git a/src/assert_count/assert_count_le_x.rs b/src/assert_count/assert_count_le_x.rs index 40146c152..19df29f09 100644 --- a/src/assert_count/assert_count_le_x.rs +++ b/src/assert_count/assert_count_le_x.rs @@ -55,7 +55,7 @@ macro_rules! assert_count_le_x_as_result { format!( concat!( "assertion failed: `assert_count_le_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_le_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a.count(): `{:?}`,\n", @@ -103,7 +103,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_count_le_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_le_x.html\n", " a label: `a`,\n", " a debug: `Chars(['x', 'x'])`,\n", " a.count(): `2`,\n", @@ -142,7 +142,7 @@ mod tests { /// assert_count_le_x!(a, b); /// # }); /// // assertion failed: `assert_count_le_x!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_le_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_le_x.html /// // a label: `a`, /// // a debug: `Chars(['x', 'x'])`, /// // a.count(): `2`", @@ -151,7 +151,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_count_le_x!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_le_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_le_x.html\n", /// # " a label: `a`,\n", /// # " a debug: `Chars(['x', 'x'])`,\n", /// # " a.count(): `2`,\n", @@ -184,7 +184,7 @@ macro_rules! assert_count_le_x { }}; } -/// Assert a value is greater than an expression. +/// Assert a count is less than or equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// a.count() ≤ b diff --git a/src/assert_count/assert_count_lt.rs b/src/assert_count/assert_count_lt.rs index 69f108a23..b87307e75 100644 --- a/src/assert_count/assert_count_lt.rs +++ b/src/assert_count/assert_count_lt.rs @@ -1,4 +1,4 @@ -//! Assert a count is less than another count. +//! Assert a count is less than another. //! //! Pseudocode:
                                                                                                                                                                                //! a.count() < b.count() @@ -21,7 +21,7 @@ //! * [`assert_count_lt_as_result`](macro@crate::assert_count_lt_as_result) //! * [`debug_assert_count_lt`](macro@crate::debug_assert_count_lt) -/// Assert a count is less than another count. +/// Assert a count is less than another. /// /// Pseudocode:
                                                                                                                                                                                /// a.count() < b.count() @@ -56,7 +56,7 @@ macro_rules! assert_count_lt_as_result { format!( concat!( "assertion failed: `assert_count_lt!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_lt.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a.count(): `{:?}`,\n", @@ -98,7 +98,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_count_lt!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_lt.html\n", " a label: `a`,\n", " a debug: `Chars(['x'])`,\n", " a.count(): `1`,\n", @@ -118,7 +118,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_count_lt!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_lt.html\n", " a label: `a`,\n", " a debug: `Chars(['x', 'x'])`,\n", " a.count(): `2`,\n", @@ -130,7 +130,7 @@ mod tests { } } -/// Assert a count is less than another count. +/// Assert a count is less than another. /// /// Pseudocode:
                                                                                                                                                                                /// a.count() < b.count() @@ -158,7 +158,7 @@ mod tests { /// assert_count_lt!(a, b); /// # }); /// // assertion failed: `assert_count_lt!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_lt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_lt.html /// // a label: `a`, /// // a debug: `Chars(['x', 'x'])`, /// // a.count(): `2`", @@ -168,7 +168,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_count_lt!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_lt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_lt.html\n", /// # " a label: `a`,\n", /// # " a debug: `Chars(['x', 'x'])`,\n", /// # " a.count(): `2`,\n", @@ -202,7 +202,7 @@ macro_rules! assert_count_lt { }}; } -/// Assert a value is greater than an expression. +/// Assert a count is less than another. /// /// Pseudocode:
                                                                                                                                                                                /// a.count() < b.count() diff --git a/src/assert_count/assert_count_lt_x.rs b/src/assert_count/assert_count_lt_x.rs index 2be886de7..bb707f642 100644 --- a/src/assert_count/assert_count_lt_x.rs +++ b/src/assert_count/assert_count_lt_x.rs @@ -55,7 +55,7 @@ macro_rules! assert_count_lt_x_as_result { format!( concat!( "assertion failed: `assert_count_lt_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_lt_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a.count(): `{:?}`,\n", @@ -95,7 +95,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_count_lt_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_lt_x.html\n", " a label: `a`,\n", " a debug: `Chars(['x'])`,\n", " a.count(): `1`,\n", @@ -114,7 +114,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_count_lt_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_lt_x.html\n", " a label: `a`,\n", " a debug: `Chars(['x', 'x'])`,\n", " a.count(): `2`,\n", @@ -153,7 +153,7 @@ mod tests { /// assert_count_lt_x!(a, b); /// # }); /// // assertion failed: `assert_count_lt_x!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_lt_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_lt_x.html /// // a label: `a`, /// // a debug: `Chars(['x', 'x'])`, /// // a.count(): `2`", @@ -162,7 +162,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_count_lt_x!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_lt_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_lt_x.html\n", /// # " a label: `a`,\n", /// # " a debug: `Chars(['x', 'x'])`,\n", /// # " a.count(): `2`,\n", @@ -195,7 +195,7 @@ macro_rules! assert_count_lt_x { }}; } -/// Assert a value is greater than an expression. +/// Assert a count is less than an expression. /// /// Pseudocode:
                                                                                                                                                                                /// a.count() < b diff --git a/src/assert_count/assert_count_ne.rs b/src/assert_count/assert_count_ne.rs index 83d74b808..911441c2e 100644 --- a/src/assert_count/assert_count_ne.rs +++ b/src/assert_count/assert_count_ne.rs @@ -1,4 +1,4 @@ -//! Assert a count is equal to another count. +//! Assert a count is not equal to another. //! //! Pseudocode:
                                                                                                                                                                                //! a.count() ≠ b.count() @@ -21,7 +21,7 @@ //! * [`assert_count_ne_as_result`](macro@crate::assert_count_ne_as_result) //! * [`debug_assert_count_ne`](macro@crate::debug_assert_count_ne) -/// Assert a count is equal to another count. +/// Assert a count is not equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a.count() ≠ b.count() @@ -56,7 +56,7 @@ macro_rules! assert_count_ne_as_result { format!( concat!( "assertion failed: `assert_count_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ne.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a.count(): `{:?}`,\n", @@ -106,7 +106,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_count_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ne.html\n", " a label: `a`,\n", " a debug: `Chars(['x'])`,\n", " a.count(): `1`,\n", @@ -118,7 +118,7 @@ mod tests { } } -/// Assert a count is equal to another count. +/// Assert a count is not equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a.count() ≠ b.count() @@ -146,7 +146,7 @@ mod tests { /// assert_count_ne!(a, b); /// # }); /// // assertion failed: `assert_count_ne!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ne.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ne.html /// // a label: `a`, /// // a debug: `Chars(['x'])`, /// // a.count(): `1`", @@ -156,7 +156,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_count_ne!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ne.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ne.html\n", /// # " a label: `a`,\n", /// # " a debug: `Chars(['x'])`,\n", /// # " a.count(): `1`,\n", @@ -190,7 +190,7 @@ macro_rules! assert_count_ne { }}; } -/// Assert a value is greater than an expression. +/// Assert a count is not equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a.count() ≠ b.count() diff --git a/src/assert_count/assert_count_ne_x.rs b/src/assert_count/assert_count_ne_x.rs index e4910946e..49ce42d0d 100644 --- a/src/assert_count/assert_count_ne_x.rs +++ b/src/assert_count/assert_count_ne_x.rs @@ -1,4 +1,4 @@ -//! Assert a count is equal to an expression. +//! Assert a count is not equal to an expression. //! //! Pseudocode:
                                                                                                                                                                                //! a.count() ≠ b @@ -21,7 +21,7 @@ //! * [`assert_count_ne_x_as_result`](macro@crate::assert_count_ne_x_as_result) //! * [`debug_assert_count_ne_x`](macro@crate::debug_assert_count_ne_x) -/// Assert a count is equal to an expression. +/// Assert a count is not equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// a.count() ≠ b @@ -55,7 +55,7 @@ macro_rules! assert_count_ne_x_as_result { format!( concat!( "assertion failed: `assert_count_ne_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ne_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a.count(): `{:?}`,\n", @@ -103,7 +103,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_count_ne_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ne_x.html\n", " a label: `a`,\n", " a debug: `Chars(['x'])`,\n", " a.count(): `1`,\n", @@ -114,7 +114,7 @@ mod tests { } } -/// Assert a count is equal to an expression. +/// Assert a count is not equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// a.count() ≠ b @@ -142,7 +142,7 @@ mod tests { /// assert_count_ne_x!(a, b); /// # }); /// // assertion failed: `assert_count_ne_x!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ne_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ne_x.html /// // a label: `a`, /// // a debug: `Chars(['x'])`, /// // a.count(): `1`", @@ -151,7 +151,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_count_ne_x!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_count_ne_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_count_ne_x.html\n", /// # " a label: `a`,\n", /// # " a debug: `Chars(['x'])`,\n", /// # " a.count(): `1`,\n", @@ -184,7 +184,7 @@ macro_rules! assert_count_ne_x { }}; } -/// Assert a value is greater than an expression. +/// Assert a count is not equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// a.count() ≠ b diff --git a/src/assert_ends_with/assert_ends_with.rs b/src/assert_ends_with/assert_ends_with.rs index 64d43643e..308257112 100644 --- a/src/assert_ends_with/assert_ends_with.rs +++ b/src/assert_ends_with/assert_ends_with.rs @@ -60,7 +60,7 @@ macro_rules! assert_ends_with_as_result { format!( concat!( "assertion failed: `assert_ends_with!(sequence, subsequence)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ends_with.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ends_with.html\n", " sequence label: `{}`,\n", " sequence debug: `{:?}`,\n", " subsequence label: `{}`,\n", @@ -97,7 +97,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_ends_with!(sequence, subsequence)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ends_with.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ends_with.html\n", " sequence label: `sequence`,\n", " sequence debug: `\"alfa\"`,\n", " subsequence label: `subsequence`,\n", @@ -141,7 +141,7 @@ mod tests { /// assert_ends_with!(sequence, subsequence); /// # }); /// // assertion failed: `assert_ends_with!(sequence, subsequence)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_ends_with.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_ends_with.html /// // sequence label: `sequence`, /// // sequence debug: `\"alfa\"`, /// // part label: `subsequence`, @@ -149,7 +149,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_ends_with!(sequence, subsequence)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ends_with.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ends_with.html\n", /// # " sequence label: `sequence`,\n", /// # " sequence debug: `\"alfa\"`,\n", /// # " subsequence label: `subsequence`,\n", diff --git a/src/assert_ends_with/assert_not_ends_with.rs b/src/assert_ends_with/assert_not_ends_with.rs index 097ba6f1c..089937947 100644 --- a/src/assert_ends_with/assert_not_ends_with.rs +++ b/src/assert_ends_with/assert_not_ends_with.rs @@ -60,7 +60,7 @@ macro_rules! assert_not_ends_with_as_result { format!( concat!( "assertion failed: `assert_not_ends_with!(sequence, subsequence)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_ends_with.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_ends_with.html\n", " sequence label: `{}`,\n", " sequence debug: `{:?}`,\n", " subsequence label: `{}`,\n", @@ -97,7 +97,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_not_ends_with!(sequence, subsequence)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_ends_with.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_ends_with.html\n", " sequence label: `sequence`,\n", " sequence debug: `\"alfa\"`,\n", " subsequence label: `subsequence`,\n", @@ -141,7 +141,7 @@ mod tests { /// assert_not_ends_with!(sequence, subsequence); /// # }); /// // assertion failed: `assert_not_ends_with!(sequence, subsequence)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_ends_with.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_ends_with.html /// // sequence label: `sequence`, /// // sequence debug: `\"alfa\"`, /// // part label: `subsequence`, @@ -149,7 +149,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_not_ends_with!(sequence, subsequence)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_ends_with.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_ends_with.html\n", /// # " sequence label: `sequence`,\n", /// # " sequence debug: `\"alfa\"`,\n", /// # " subsequence label: `subsequence`,\n", diff --git a/src/assert_eq.rs b/src/assert_eq.rs index 74d49b7d3..41e4fedd3 100644 --- a/src/assert_eq.rs +++ b/src/assert_eq.rs @@ -1,4 +1,4 @@ -//! Assert an expression is equal to another expression. +//! Assert an expression is equal to another. //! //! Pseudocode:
                                                                                                                                                                                //! a = b @@ -12,7 +12,7 @@ //! * [`assert_eq`](https://doc.rust-lang.org/std/macro.assert_eq.html) //! * [`debug_assert_eq`](https://doc.rust-lang.org/std/macro.debug_assert_eq.html) -/// Assert an expression is equal to another expression. +/// Assert an expression is equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a = b @@ -47,7 +47,7 @@ macro_rules! assert_eq_as_result { Err(format!( concat!( "assertion failed: `assert_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_eq.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -84,7 +84,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_eq.html\n", " a label: `a`,\n", " a debug: `1`,\n", " b label: `b`,\n", diff --git a/src/assert_err/assert_err.rs b/src/assert_err/assert_err.rs index 4c68ee99c..4b4fb31c3 100644 --- a/src/assert_err/assert_err.rs +++ b/src/assert_err/assert_err.rs @@ -49,7 +49,7 @@ macro_rules! assert_err_as_result { _ => Err(format!( concat!( "assertion failed: `assert_err!(a)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err.html\n", " a label: `{}`,\n", " a debug: `{:?}`", ), @@ -78,7 +78,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_err!(a)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err.html\n", " a label: `a`,\n", " a debug: `Ok(1)`", ) @@ -112,13 +112,13 @@ mod tests { /// assert_err!(a); /// # }); /// // assertion failed: `assert_err!(a)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_err.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_err.html /// // a label: `a`, /// // a debug: `Ok(1)` /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_err!(a)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err.html\n", /// # " a label: `a`,\n", /// # " a debug: `Ok(1)`", /// # ); diff --git a/src/assert_err/assert_err_eq.rs b/src/assert_err/assert_err_eq.rs index 00dcb98d9..93604e854 100644 --- a/src/assert_err/assert_err_eq.rs +++ b/src/assert_err/assert_err_eq.rs @@ -54,7 +54,7 @@ macro_rules! assert_err_eq_as_result { format!( concat!( "assertion failed: `assert_err_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_eq.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a inner: `{:?}`,\n", @@ -77,7 +77,7 @@ macro_rules! assert_err_eq_as_result { format!( concat!( "assertion failed: `assert_err_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_eq.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -114,7 +114,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_err_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_eq.html\n", " a label: `a`,\n", " a debug: `Err(1)`,\n", " a inner: `1`,\n", @@ -134,7 +134,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_err_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_eq.html\n", " a label: `a`,\n", " a debug: `Ok(1)`,\n", " b label: `b`,\n", @@ -172,7 +172,7 @@ mod tests { /// assert_err_eq!(a, b); /// # }); /// // assertion failed: `assert_err_eq!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_eq.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_eq.html /// // a label: `a`, /// // a debug: `Err(1)`, /// // a inner: `1`, @@ -182,7 +182,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_err_eq!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_eq.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_eq.html\n", /// # " a label: `a`,\n", /// # " a debug: `Err(1)`,\n", /// # " a inner: `1`,\n", diff --git a/src/assert_err/assert_err_eq_x.rs b/src/assert_err/assert_err_eq_x.rs index b18249f1d..720c79174 100644 --- a/src/assert_err/assert_err_eq_x.rs +++ b/src/assert_err/assert_err_eq_x.rs @@ -54,7 +54,7 @@ macro_rules! assert_err_eq_x_as_result { format!( concat!( "assertion failed: `assert_err_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_eq_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a inner: `{:?}`,\n", @@ -75,7 +75,7 @@ macro_rules! assert_err_eq_x_as_result { format!( concat!( "assertion failed: `assert_err_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_eq_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -112,7 +112,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_err_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_eq_x.html\n", " a label: `a`,\n", " a debug: `Err(1)`,\n", " a inner: `1`,\n", @@ -131,7 +131,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_err_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_eq_x.html\n", " a label: `a`,\n", " a debug: `Ok(1)`,\n", " b label: `b`,\n", @@ -169,7 +169,7 @@ mod tests { /// assert_err_eq_x!(a, b); /// # }); /// // assertion failed: `assert_err_eq_x!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_eq_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_eq_x.html /// // a label: `a`, /// // a debug: `Err(1)`, /// // a inner: `1`, @@ -178,7 +178,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_err_eq_x!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_eq_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_eq_x.html\n", /// # " a label: `a`,\n", /// # " a debug: `Err(1)`,\n", /// # " a inner: `1`,\n", diff --git a/src/assert_err/assert_err_ne.rs b/src/assert_err/assert_err_ne.rs index bc674e2e5..821dbbf00 100644 --- a/src/assert_err/assert_err_ne.rs +++ b/src/assert_err/assert_err_ne.rs @@ -54,7 +54,7 @@ macro_rules! assert_err_ne_as_result { format!( concat!( "assertion failed: `assert_err_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_ne.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a inner: `{:?}`,\n", @@ -77,7 +77,7 @@ macro_rules! assert_err_ne_as_result { format!( concat!( "assertion failed: `assert_err_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_ne.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -114,7 +114,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_err_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_ne.html\n", " a label: `a`,\n", " a debug: `Err(1)`,\n", " a inner: `1`,\n", @@ -134,7 +134,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_err_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_ne.html\n", " a label: `a`,\n", " a debug: `Ok(1)`,\n", " b label: `b`,\n", @@ -172,7 +172,7 @@ mod tests { /// assert_err_ne!(a, b); /// # }); /// // assertion failed: `assert_err_ne!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_ne.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_ne.html /// // a label: `a`, /// // a debug: `Err(1)`, /// // a inner: `1`, @@ -182,7 +182,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_err_ne!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_ne.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_ne.html\n", /// # " a label: `a`,\n", /// # " a debug: `Err(1)`,\n", /// # " a inner: `1`,\n", diff --git a/src/assert_err/assert_err_ne_x.rs b/src/assert_err/assert_err_ne_x.rs index 58a509b2e..47d7dbb02 100644 --- a/src/assert_err/assert_err_ne_x.rs +++ b/src/assert_err/assert_err_ne_x.rs @@ -21,7 +21,7 @@ //! * [`assert_err_ne_x_as_result`](macro@crate::assert_err_ne_x_as_result) //! * [`debug_assert_err_ne_x`](macro@crate::debug_assert_err_ne_x) -/// Assert an expression is Err and its value is equal to an expression. +/// Assert an expression is Err and its value is not equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (a ⇒ Err(a1) ⇒ a1) = b @@ -54,7 +54,7 @@ macro_rules! assert_err_ne_x_as_result { format!( concat!( "assertion failed: `assert_err_ne_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_ne_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a inner: `{:?}`,\n", @@ -75,7 +75,7 @@ macro_rules! assert_err_ne_x_as_result { format!( concat!( "assertion failed: `assert_err_ne_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_ne_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -112,7 +112,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_err_ne_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_ne_x.html\n", " a label: `a`,\n", " a debug: `Err(1)`,\n", " a inner: `1`,\n", @@ -131,7 +131,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_err_ne_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_ne_x.html\n", " a label: `a`,\n", " a debug: `Ok(1)`,\n", " b label: `b`,\n", @@ -141,7 +141,7 @@ mod tests { } } -/// Assert an expression is Err and its value is equal to an expression. +/// Assert an expression is Err and its value is not equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (a ⇒ Err(a1) ⇒ a1) ≠ b @@ -169,7 +169,7 @@ mod tests { /// assert_err_ne_x!(a, b); /// # }); /// // assertion failed: `assert_err_ne_x!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_ne_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_ne_x.html /// // a label: `a`, /// // a debug: `Err(1)`, /// // a inner: `1`, @@ -178,7 +178,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_err_ne_x!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_err_ne_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_err_ne_x.html\n", /// # " a label: `a`,\n", /// # " a debug: `Err(1)`,\n", /// # " a inner: `1`,\n", @@ -211,7 +211,7 @@ macro_rules! assert_err_ne_x { }}; } -/// Assert an expression is Err and its value is equal to an expression. +/// Assert an expression is Err and its value is not equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (a ⇒ Err(a1) ⇒ a1) ≠ b diff --git a/src/assert_fn/assert_fn_eq.rs b/src/assert_fn/assert_fn_eq.rs index 15f39c4a7..60ba59756 100644 --- a/src/assert_fn/assert_fn_eq.rs +++ b/src/assert_fn/assert_fn_eq.rs @@ -1,4 +1,4 @@ -//! Assert a function output is equal to another function output. +//! Assert a function output is equal to another. //! //! Pseudocode:
                                                                                                                                                                                //! a_function(a) == b_function(b) @@ -21,7 +21,7 @@ //! * [`assert_fn_eq_as_result`](macro@crate::assert_fn_eq_as_result) //! * [`debug_assert_fn_eq`](macro@crate::debug_assert_fn_eq) -/// Assert a function output is equal to another function output. +/// Assert a function output is equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a_function(a) == b_function(b) @@ -59,7 +59,7 @@ macro_rules! assert_fn_eq_as_result { format!( concat!( "assertion failed: `assert_fn_eq!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_eq.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -96,7 +96,7 @@ macro_rules! assert_fn_eq_as_result { format!( concat!( "assertion failed: `assert_fn_eq!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_eq.html\n", " a_function label: `{}`,\n", " b_function label: `{}`,\n", " a: `{:?}`,\n", @@ -145,7 +145,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_eq!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_eq.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -182,7 +182,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_eq!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_eq.html\n", " a_function label: `f`,\n", " b_function label: `g`,\n", " a: `1`,\n", @@ -194,7 +194,7 @@ mod tests { } } -/// Assert a function output is equal to another function output. +/// Assert a function output is equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a_function(a) == b_function(b) @@ -222,7 +222,7 @@ mod tests { /// assert_fn_eq!(i8::abs, a, i8::abs, b); /// # }); /// // assertion failed: `assert_fn_eq!(a_function, a_param, b_function, b_param)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_eq.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_eq.html /// // a_function label: `i8::abs`, /// // a_param label: `a`, /// // a_param debug: `-1`, @@ -234,7 +234,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_eq!(a_function, a_param, b_function, b_param)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_eq.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_eq.html\n", /// # " a_function label: `i8::abs`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `-1`,\n", @@ -291,7 +291,7 @@ macro_rules! assert_fn_eq { } -/// Assert a function output is equal to another function output. +/// Assert a function output is equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a_function(a) == b_function(b) diff --git a/src/assert_fn/assert_fn_eq_x.rs b/src/assert_fn/assert_fn_eq_x.rs index 8e6d715fc..b2aa654fb 100644 --- a/src/assert_fn/assert_fn_eq_x.rs +++ b/src/assert_fn/assert_fn_eq_x.rs @@ -58,7 +58,7 @@ macro_rules! assert_fn_eq_x_as_result { format!( concat!( "assertion failed: `assert_fn_eq_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_eq_x.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -94,7 +94,7 @@ macro_rules! assert_fn_eq_x_as_result { format!( concat!( "assertion failed: `assert_fn_eq_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_eq_x.html\n", " a_function label: `{}`,\n", " b_expr label: `{}`,\n", " b_expr debug: `{:?}`,\n", @@ -143,7 +143,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_eq_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_eq_x.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -177,7 +177,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_eq_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_eq_x.html\n", " a_function label: `f`,\n", " b_expr label: `b`,\n", " b_expr debug: `2`,\n", @@ -218,7 +218,7 @@ mod tests { /// assert_fn_eq_x!(i8::abs, a, b); /// # }); /// // assertion failed: `assert_fn_eq_x!(a_function, a_param, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_eq_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_eq_x.html /// // a_function label: `i8::abs`, /// // a_param label: `a`, /// // a_param debug: `-1`, @@ -229,7 +229,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_eq_x!(a_function, a_param, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_eq_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_eq_x.html\n", /// # " a_function label: `i8::abs`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `-1`,\n", diff --git a/src/assert_fn/assert_fn_ge.rs b/src/assert_fn/assert_fn_ge.rs index cc5b9ed2d..02005d2ed 100644 --- a/src/assert_fn/assert_fn_ge.rs +++ b/src/assert_fn/assert_fn_ge.rs @@ -59,7 +59,7 @@ macro_rules! assert_fn_ge_as_result { format!( concat!( "assertion failed: `assert_fn_ge!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ge.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -96,7 +96,7 @@ macro_rules! assert_fn_ge_as_result { format!( concat!( "assertion failed: `assert_fn_ge!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ge.html\n", " a_function label: `{}`,\n", " b_function label: `{}`,\n", " a: `{:?}`,\n", @@ -153,7 +153,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ge!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ge.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -196,7 +196,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ge!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ge.html\n", " a_function label: `f`,\n", " b_function label: `g`,\n", " a: `1`,\n", @@ -236,7 +236,7 @@ mod tests { /// assert_fn_ge!(i8::abs, a, i8::abs, b); /// # }); /// // assertion failed: `assert_fn_ge!(a_function, a_param, b_function, b_param)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ge.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ge.html /// // a_function label: `i8::abs`, /// // a_param label: `a`, /// // a_param debug: `1`, @@ -248,7 +248,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_ge!(a_function, a_param, b_function, b_param)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ge.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ge.html\n", /// # " a_function label: `i8::abs`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `1`,\n", diff --git a/src/assert_fn/assert_fn_ge_x.rs b/src/assert_fn/assert_fn_ge_x.rs index d19728b5a..9a0b6df1f 100644 --- a/src/assert_fn/assert_fn_ge_x.rs +++ b/src/assert_fn/assert_fn_ge_x.rs @@ -58,7 +58,7 @@ macro_rules! assert_fn_ge_x_as_result { format!( concat!( "assertion failed: `assert_fn_ge_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ge_x.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -94,7 +94,7 @@ macro_rules! assert_fn_ge_x_as_result { format!( concat!( "assertion failed: `assert_fn_ge_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ge_x.html\n", " a_function label: `{}`,\n", " b_expr label: `{}`,\n", " b_expr debug: `{:?}`,\n", @@ -151,7 +151,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ge_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ge_x.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -196,7 +196,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ge_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ge_x.html\n", " a_function label: `f`,\n", " b_expr label: `b`,\n", " b_expr debug: `2`,\n", @@ -237,7 +237,7 @@ mod tests { /// assert_fn_ge_x!(i8::abs, a, b); /// # }); /// // assertion failed: `assert_fn_ge_x!(a_function, a_param, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ge_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ge_x.html /// // a_function label: `i8::abs`, /// // a_param label: `a`, /// // a_param debug: `-1`, @@ -248,7 +248,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_ge_x!(a_function, a_param, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ge_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ge_x.html\n", /// # " a_function label: `i8::abs`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `-1`,\n", diff --git a/src/assert_fn/assert_fn_gt.rs b/src/assert_fn/assert_fn_gt.rs index c2e6048ce..8ed67eb3c 100644 --- a/src/assert_fn/assert_fn_gt.rs +++ b/src/assert_fn/assert_fn_gt.rs @@ -59,7 +59,7 @@ macro_rules! assert_fn_gt_as_result { format!( concat!( "assertion failed: `assert_fn_gt!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -96,7 +96,7 @@ macro_rules! assert_fn_gt_as_result { format!( concat!( "assertion failed: `assert_fn_gt!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt.html\n", " a_function label: `{}`,\n", " b_function label: `{}`,\n", " a: `{:?}`,\n", @@ -145,7 +145,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_gt!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -167,7 +167,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_gt!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -204,7 +204,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_gt!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt.html\n", " a_function label: `f`,\n", " b_function label: `f`,\n", " a: `1`,\n", @@ -220,7 +220,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_gt!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt.html\n", " a_function label: `f`,\n", " b_function label: `g`,\n", " a: `1`,\n", @@ -260,7 +260,7 @@ mod tests { /// assert_fn_gt!(i8::abs, a, i8::abs, b); /// # }); /// // assertion failed: `assert_fn_gt!(a_function, a_param, b_function, b_param)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt.html /// // a_function label: `i8::abs`, /// // a_param label: `a`, /// // a_param debug: `1`, @@ -272,7 +272,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_gt!(a_function, a_param, b_function, b_param)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt.html\n", /// # " a_function label: `i8::abs`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `1`,\n", diff --git a/src/assert_fn/assert_fn_gt_x.rs b/src/assert_fn/assert_fn_gt_x.rs index f29a2aa35..e2af568b8 100644 --- a/src/assert_fn/assert_fn_gt_x.rs +++ b/src/assert_fn/assert_fn_gt_x.rs @@ -58,7 +58,7 @@ macro_rules! assert_fn_gt_x_as_result { format!( concat!( "assertion failed: `assert_fn_gt_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt_x.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -94,7 +94,7 @@ macro_rules! assert_fn_gt_x_as_result { format!( concat!( "assertion failed: `assert_fn_gt_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt_x.html\n", " a_function label: `{}`,\n", " b_expr label: `{}`,\n", " b_expr debug: `{:?}`,\n", @@ -143,7 +143,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_gt_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt_x.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -164,7 +164,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_gt_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt_x.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -198,7 +198,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_gt_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt_x.html\n", " a_function label: `f`,\n", " b_expr label: `b`,\n", " b_expr debug: `1`,\n", @@ -216,7 +216,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_gt_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt_x.html\n", " a_function label: `f`,\n", " b_expr label: `b`,\n", " b_expr debug: `2`,\n", @@ -257,7 +257,7 @@ mod tests { /// assert_fn_gt_x!(i8::abs, a, b); /// # }); /// // assertion failed: `assert_fn_gt_x!(a_function, a_param, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt_x.html /// // a_function label: `i8::abs`, /// // a_param label: `a`, /// // a_param debug: `-1`, @@ -268,7 +268,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_gt_x!(a_function, a_param, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_gt_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_gt_x.html\n", /// # " a_function label: `i8::abs`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `-1`,\n", diff --git a/src/assert_fn/assert_fn_le.rs b/src/assert_fn/assert_fn_le.rs index 9cfd11b17..21aab4855 100644 --- a/src/assert_fn/assert_fn_le.rs +++ b/src/assert_fn/assert_fn_le.rs @@ -61,7 +61,7 @@ macro_rules! assert_fn_le_as_result { format!( concat!( "assertion failed: `assert_fn_le!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_le.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -98,7 +98,7 @@ macro_rules! assert_fn_le_as_result { format!( concat!( "assertion failed: `assert_fn_le!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_le.html\n", " a_function label: `{}`,\n", " b_function label: `{}`,\n", " a: `{:?}`,\n", @@ -155,7 +155,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_le!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_le.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `2`,\n", @@ -198,7 +198,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_le!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_le.html\n", " a_function label: `g`,\n", " b_function label: `f`,\n", " a: `2`,\n", @@ -238,7 +238,7 @@ mod tests { /// assert_fn_le!(i8::abs, a, i8::abs, b); /// # }); /// // assertion failed: `assert_fn_le!(a_function, a_param, b_function, b_param)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_le.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_le.html /// // a_function label: `i8::abs`, /// // a_param label: `a`, /// // a_param debug: `-2`, @@ -250,7 +250,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_le!(a_function, a_param, b_function, b_param)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_le.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_le.html\n", /// # " a_function label: `i8::abs`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `-2`,\n", diff --git a/src/assert_fn/assert_fn_le_x.rs b/src/assert_fn/assert_fn_le_x.rs index 13e2aa447..363c42e2b 100644 --- a/src/assert_fn/assert_fn_le_x.rs +++ b/src/assert_fn/assert_fn_le_x.rs @@ -61,7 +61,7 @@ macro_rules! assert_fn_le_x_as_result { format!( concat!( "assertion failed: `assert_fn_le_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_le_x.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -97,7 +97,7 @@ macro_rules! assert_fn_le_x_as_result { format!( concat!( "assertion failed: `assert_fn_le_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_le_x.html\n", " a_function label: `{}`,\n", " b_expr label: `{}`,\n", " b_expr debug: `{:?}`,\n", @@ -154,7 +154,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_le_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_le_x.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `2`,\n", @@ -195,7 +195,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_le_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_le_x.html\n", " a_function label: `f`,\n", " b_expr label: `b`,\n", " b_expr debug: `0`,\n", @@ -236,7 +236,7 @@ mod tests { /// assert_fn_le_x!(i8::abs, a, b); /// # }); /// // assertion failed: `assert_fn_le_x!(a_function, a_param, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_le_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_le_x.html /// // a_function label: `i8::abs`, /// // a_param label: `a`, /// // a_param debug: `-2`, @@ -247,7 +247,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_le_x!(a_function, a_param, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_le_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_le_x.html\n", /// # " a_function label: `i8::abs`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `-2`,\n", diff --git a/src/assert_fn/assert_fn_lt.rs b/src/assert_fn/assert_fn_lt.rs index 616e30f7d..b2983f0ac 100644 --- a/src/assert_fn/assert_fn_lt.rs +++ b/src/assert_fn/assert_fn_lt.rs @@ -59,7 +59,7 @@ macro_rules! assert_fn_lt_as_result { format!( concat!( "assertion failed: `assert_fn_lt!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -96,7 +96,7 @@ macro_rules! assert_fn_lt_as_result { format!( concat!( "assertion failed: `assert_fn_lt!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt.html\n", " a_function label: `{}`,\n", " b_function label: `{}`,\n", " a: `{:?}`,\n", @@ -145,7 +145,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_lt!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -167,7 +167,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_lt!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `2`,\n", @@ -204,7 +204,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_lt!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt.html\n", " a_function label: `f`,\n", " b_function label: `f`,\n", " a: `1`,\n", @@ -220,7 +220,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_lt!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt.html\n", " a_function label: `g`,\n", " b_function label: `f`,\n", " a: `2`,\n", @@ -260,7 +260,7 @@ mod tests { /// assert_fn_lt!(i8::abs, a, i8::abs, b); /// # }); /// // assertion failed: `assert_fn_lt!(a_function, a_param, b_function, b_param)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt.html /// // a_function label: `i8::abs`, /// // a_param label: `a`, /// // a_param debug: `-2`, @@ -272,7 +272,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_lt!(a_function, a_param, b_function, b_param)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt.html\n", /// # " a_function label: `i8::abs`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `-2`,\n", diff --git a/src/assert_fn/assert_fn_lt_x.rs b/src/assert_fn/assert_fn_lt_x.rs index 87cbd7d1b..be0dc5a6e 100644 --- a/src/assert_fn/assert_fn_lt_x.rs +++ b/src/assert_fn/assert_fn_lt_x.rs @@ -58,7 +58,7 @@ macro_rules! assert_fn_lt_x_as_result { format!( concat!( "assertion failed: `assert_fn_lt_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt_x.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -94,7 +94,7 @@ macro_rules! assert_fn_lt_x_as_result { format!( concat!( "assertion failed: `assert_fn_lt_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt_x.html\n", " a_function label: `{}`,\n", " b_expr label: `{}`,\n", " b_expr debug: `{:?}`,\n", @@ -143,7 +143,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_lt_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt_x.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -164,7 +164,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_lt_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt_x.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -198,7 +198,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_lt_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt_x.html\n", " a_function label: `f`,\n", " b_expr label: `b`,\n", " b_expr debug: `1`,\n", @@ -216,7 +216,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_lt_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt_x.html\n", " a_function label: `f`,\n", " b_expr label: `b`,\n", " b_expr debug: `0`,\n", @@ -257,7 +257,7 @@ mod tests { /// assert_fn_lt_x!(i8::abs, a, b); /// # }); /// // assertion failed: `assert_fn_lt_x!(a_function, a_param, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt_x.html /// // a_function label: `i8::abs`, /// // a_param label: `a`, /// // a_param debug: `-2`, @@ -268,7 +268,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_lt_x!(a_function, a_param, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_lt_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_lt_x.html\n", /// # " a_function label: `i8::abs`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `-2`,\n", diff --git a/src/assert_fn/assert_fn_ne.rs b/src/assert_fn/assert_fn_ne.rs index 8358fcd8c..3590435f4 100644 --- a/src/assert_fn/assert_fn_ne.rs +++ b/src/assert_fn/assert_fn_ne.rs @@ -59,7 +59,7 @@ macro_rules! assert_fn_ne_as_result { format!( concat!( "assertion failed: `assert_fn_ne!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ne.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -96,7 +96,7 @@ macro_rules! assert_fn_ne_as_result { format!( concat!( "assertion failed: `assert_fn_ne!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ne.html\n", " a_function label: `{}`,\n", " b_function label: `{}`,\n", " a: `{:?}`,\n", @@ -141,7 +141,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ne!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ne.html\n", " a_function label: `f`,\n", " b_function label: `f`,\n", " a: `1`,\n", @@ -178,7 +178,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ne!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ne.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -222,7 +222,7 @@ mod tests { /// assert_fn_ne!(i8::abs, a, i8::abs, b); /// # }); /// // assertion failed: `assert_fn_ne!(a_function, a_param, b_function, b_param)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ne.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ne.html /// // a_function label: `i8::abs`, /// // a_param label: `a`, /// // a_param debug: `-1`, @@ -234,7 +234,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_ne!(a_function, a_param, b_function, b_param)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ne.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ne.html\n", /// # " a_function label: `i8::abs`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `-1`,\n", diff --git a/src/assert_fn/assert_fn_ne_x.rs b/src/assert_fn/assert_fn_ne_x.rs index e4531bab0..42c1009d2 100644 --- a/src/assert_fn/assert_fn_ne_x.rs +++ b/src/assert_fn/assert_fn_ne_x.rs @@ -58,7 +58,7 @@ macro_rules! assert_fn_ne_x_as_result { format!( concat!( "assertion failed: `assert_fn_ne_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ne_x.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -94,7 +94,7 @@ macro_rules! assert_fn_ne_x_as_result { format!( concat!( "assertion failed: `assert_fn_ne_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ne_x.html\n", " a_function label: `{}`,\n", " b_expr label: `{}`,\n", " b_expr debug: `{:?}`,\n", @@ -143,7 +143,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ne_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ne_x.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -177,7 +177,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ne_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ne_x.html\n", " a_function label: `f`,\n", " b_expr label: `b`,\n", " b_expr debug: `1`,\n", @@ -227,7 +227,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_ne_x!(a_function, a_param, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ne_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ne_x.html\n", /// # " a_function label: `i8::abs`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `-1`,\n", diff --git a/src/assert_fn_err/assert_fn_err_eq.rs b/src/assert_fn_err/assert_fn_err_eq.rs index a2df695d7..09dc2128b 100644 --- a/src/assert_fn_err/assert_fn_err_eq.rs +++ b/src/assert_fn_err/assert_fn_err_eq.rs @@ -68,7 +68,7 @@ macro_rules! assert_fn_err_eq_as_result { format!( concat!( "assertion failed: `assert_fn_err_eq!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -95,7 +95,7 @@ macro_rules! assert_fn_err_eq_as_result { format!( concat!( "assertion failed: `assert_fn_err_eq!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -136,7 +136,7 @@ macro_rules! assert_fn_err_eq_as_result { format!( concat!( "assertion failed: `assert_fn_err_eq!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq.html\n", " a_function label: `{}`,\n", " b_function label: `{}`,\n", " a: `{:?}`,\n", @@ -155,7 +155,7 @@ macro_rules! assert_fn_err_eq_as_result { format!( concat!( "assertion failed: `assert_fn_err_eq!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq.html\n", " a_function label: `{}`,\n", " b_function label: `{}`,\n", " a: `{:?}`,\n", @@ -205,7 +205,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_err_eq!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -242,7 +242,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_err_eq!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq.html\n", " a_function label: `f`,\n", " b_function label: `g`,\n", " a: `1`,\n", @@ -288,7 +288,7 @@ mod tests { /// assert_fn_err_eq!(f, a, f, b); /// # }); /// // assertion failed: `assert_fn_err_eq!(a_function, a_param, b_function, b_param)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq.html /// // a_function label: `f`, /// // a_param label: `a`, /// // a_param debug: `10`, @@ -300,7 +300,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_err_eq!(a_function, a_param, b_function, b_param)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq.html\n", /// # " a_function label: `f`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `10`,\n", diff --git a/src/assert_fn_err/assert_fn_err_eq_x.rs b/src/assert_fn_err/assert_fn_err_eq_x.rs index 1c168057f..a7a28c08f 100644 --- a/src/assert_fn_err/assert_fn_err_eq_x.rs +++ b/src/assert_fn_err/assert_fn_err_eq_x.rs @@ -59,7 +59,7 @@ macro_rules! assert_fn_err_eq_x_as_result { format!( concat!( "assertion failed: `assert_fn_err_eq_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq_x.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -84,7 +84,7 @@ macro_rules! assert_fn_err_eq_x_as_result { format!( concat!( "assertion failed: `assert_fn_err_eq_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq_x.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -120,7 +120,7 @@ macro_rules! assert_fn_err_eq_x_as_result { format!( concat!( "assertion failed: `assert_fn_err_eq_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq_x.html\n", " a_function label: `{}`,\n", " b_expr label: `{}`,\n", " b_expr debug: `{:?}`,\n", @@ -141,7 +141,7 @@ macro_rules! assert_fn_err_eq_x_as_result { format!( concat!( "assertion failed: `assert_fn_err_eq_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq_x.html\n", " a_function label: `{}`,\n", " b_expr label: `{}`,\n", " b_expr debug: `{:?}`,\n", @@ -188,7 +188,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_err_eq_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq_x.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -221,7 +221,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_err_eq_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq_x.html\n", " a_function label: `f`,\n", " b_expr label: `b`,\n", " b_expr debug: `2`,\n", @@ -268,7 +268,7 @@ mod tests { /// assert_fn_err_eq_x!(f, a, b); /// # }); /// // assertion failed: `assert_fn_err_eq_x!(a_function, a_param, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq_x.html /// // a_function label: `f`, /// // a_param label: `a`, /// // a_param debug: `10`, @@ -279,7 +279,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_err_eq_x!(a_function, a_param, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq_x.html\n", /// # " a_function label: `f`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `10`,\n", diff --git a/src/assert_fn_err/assert_fn_err_ge.rs b/src/assert_fn_err/assert_fn_err_ge.rs index c24c72140..37a485b57 100644 --- a/src/assert_fn_err/assert_fn_err_ge.rs +++ b/src/assert_fn_err/assert_fn_err_ge.rs @@ -68,7 +68,7 @@ macro_rules! assert_fn_err_ge_as_result { format!( concat!( "assertion failed: `assert_fn_err_ge!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -95,7 +95,7 @@ macro_rules! assert_fn_err_ge_as_result { format!( concat!( "assertion failed: `assert_fn_err_eq!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -136,7 +136,7 @@ macro_rules! assert_fn_err_ge_as_result { format!( concat!( "assertion failed: `assert_fn_err_ge!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge.html\n", " a_function label: `{}`,\n", " b_function label: `{}`,\n", " a: `{:?}`,\n", @@ -155,7 +155,7 @@ macro_rules! assert_fn_err_ge_as_result { format!( concat!( "assertion failed: `assert_fn_err_eq!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_eq.html\n", " a_function label: `{}`,\n", " b_function label: `{}`,\n", " a: `{:?}`,\n", @@ -213,7 +213,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_err_ge!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -256,7 +256,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_err_ge!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge.html\n", " a_function label: `f`,\n", " b_function label: `g`,\n", " a: `1`,\n", @@ -302,7 +302,7 @@ mod tests { /// assert_fn_err_ge!(f, a, f, b); /// # }); /// // assertion failed: `assert_fn_err_ge!(a_function, a_param, b_function, b_param)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge.html /// // a_function label: `f`, /// // a_param label: `a`, /// // a_param debug: `10`, @@ -314,7 +314,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_err_ge!(a_function, a_param, b_function, b_param)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge.html\n", /// # " a_function label: `f`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `10`,\n", diff --git a/src/assert_fn_err/assert_fn_err_ge_x.rs b/src/assert_fn_err/assert_fn_err_ge_x.rs index 78564d88b..1b80f8d2f 100644 --- a/src/assert_fn_err/assert_fn_err_ge_x.rs +++ b/src/assert_fn_err/assert_fn_err_ge_x.rs @@ -65,7 +65,7 @@ macro_rules! assert_fn_err_ge_x_as_result { format!( concat!( "assertion failed: `assert_fn_err_ge_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge_x.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -90,7 +90,7 @@ macro_rules! assert_fn_err_ge_x_as_result { format!( concat!( "assertion failed: `assert_fn_err_ge_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge_x.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -126,7 +126,7 @@ macro_rules! assert_fn_err_ge_x_as_result { format!( concat!( "assertion failed: `assert_fn_err_ge_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge_x.html\n", " a_function label: `{}`,\n", " b_expr label: `{}`,\n", " b_expr debug: `{:?}`,\n", @@ -147,7 +147,7 @@ macro_rules! assert_fn_err_ge_x_as_result { format!( concat!( "assertion failed: `assert_fn_err_ge_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge_x.html\n", " a_function label: `{}`,\n", " b_expr label: `{}`,\n", " b_expr debug: `{:?}`,\n", @@ -203,7 +203,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_err_ge_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge_x.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -244,7 +244,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_err_ge_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge_x.html\n", " a_function label: `f`,\n", " b_expr label: `b`,\n", " b_expr debug: `2`,\n", @@ -291,7 +291,7 @@ mod tests { /// assert_fn_err_ge_x!(f, a, b); /// # }); /// // assertion failed: `assert_fn_err_ge_x!(a_function, a_param, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge_x.html /// // a_function label: `f`, /// // a_param label: `a`, /// // a_param debug: `10`, @@ -302,7 +302,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_err_ge_x!(a_function, a_param, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge_x.html\n", /// # " a_function label: `f`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `10`,\n", diff --git a/src/assert_fn_err/assert_fn_err_gt.rs b/src/assert_fn_err/assert_fn_err_gt.rs index 20610a496..453500c5d 100644 --- a/src/assert_fn_err/assert_fn_err_gt.rs +++ b/src/assert_fn_err/assert_fn_err_gt.rs @@ -68,7 +68,7 @@ macro_rules! assert_fn_err_gt_as_result { format!( concat!( "assertion failed: `assert_fn_err_gt!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -95,7 +95,7 @@ macro_rules! assert_fn_err_gt_as_result { format!( concat!( "assertion failed: `assert_fn_err_gt!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -136,7 +136,7 @@ macro_rules! assert_fn_err_gt_as_result { format!( concat!( "assertion failed: `assert_fn_err_gt!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt.html\n", " a_function label: `{}`,\n", " b_function label: `{}`,\n", " a: `{:?}`,\n", @@ -155,7 +155,7 @@ macro_rules! assert_fn_err_gt_as_result { format!( concat!( "assertion failed: `assert_fn_err_gt!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt.html\n", " a_function label: `{}`,\n", " b_function label: `{}`,\n", " a: `{:?}`,\n", @@ -205,7 +205,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_err_gt!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -227,7 +227,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_err_gt!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -264,7 +264,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_err_gt!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt.html\n", " a_function label: `f`,\n", " b_function label: `f`,\n", " a: `1`,\n", @@ -280,7 +280,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_err_gt!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt.html\n", " a_function label: `f`,\n", " b_function label: `g`,\n", " a: `1`,\n", @@ -326,7 +326,7 @@ mod tests { /// assert_fn_err_gt!(f, a, f, b); /// # }); /// // assertion failed: `assert_fn_err_gt!(a_function, a_param, b_function, b_param)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt.html /// // a_function label: `f`, /// // a_param label: `a`, /// // a_param debug: `10`, @@ -338,7 +338,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_err_gt!(a_function, a_param, b_function, b_param)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt.html\n", /// # " a_function label: `f`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `10`,\n", diff --git a/src/assert_fn_err/assert_fn_err_gt_x.rs b/src/assert_fn_err/assert_fn_err_gt_x.rs index 82f86ce7f..c5bb5e0be 100644 --- a/src/assert_fn_err/assert_fn_err_gt_x.rs +++ b/src/assert_fn_err/assert_fn_err_gt_x.rs @@ -65,7 +65,7 @@ macro_rules! assert_fn_err_gt_x_as_result { format!( concat!( "assertion failed: `assert_fn_err_gt_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt_x.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -90,7 +90,7 @@ macro_rules! assert_fn_err_gt_x_as_result { format!( concat!( "assertion failed: `assert_fn_err_gt_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt_x.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -126,7 +126,7 @@ macro_rules! assert_fn_err_gt_x_as_result { format!( concat!( "assertion failed: `assert_fn_err_gt_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt_x.html\n", " a_function label: `{}`,\n", " b_expr label: `{}`,\n", " b_expr debug: `{:?}`,\n", @@ -147,7 +147,7 @@ macro_rules! assert_fn_err_gt_x_as_result { format!( concat!( "assertion failed: `assert_fn_err_gt_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt_x.html\n", " a_function label: `{}`,\n", " b_expr label: `{}`,\n", " b_expr debug: `{:?}`,\n", @@ -195,7 +195,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_err_gt_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt_x.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -216,7 +216,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_err_gt_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt_x.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -250,7 +250,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_err_gt_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt_x.html\n", " a_function label: `f`,\n", " b_expr label: `b`,\n", " b_expr debug: `1`,\n", @@ -268,7 +268,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_err_gt_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt_x.html\n", " a_function label: `f`,\n", " b_expr label: `b`,\n", " b_expr debug: `2`,\n", @@ -315,7 +315,7 @@ mod tests { /// assert_fn_err_gt_x!(f, a, b); /// # }); /// // assertion failed: `assert_fn_err_gt_x!(a_function, a_param, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt_x.html /// // a_function label: `f`, /// // a_param label: `a`, /// // a_param debug: `10`, @@ -326,7 +326,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_err_gt_x!(a_function, a_param, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt_x.html\n", /// # " a_function label: `f`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `10`,\n", diff --git a/src/assert_fn_err/assert_fn_err_le.rs b/src/assert_fn_err/assert_fn_err_le.rs index 2ccbe34cb..36371cf48 100644 --- a/src/assert_fn_err/assert_fn_err_le.rs +++ b/src/assert_fn_err/assert_fn_err_le.rs @@ -68,7 +68,7 @@ macro_rules! assert_fn_err_le_as_result { format!( concat!( "assertion failed: `assert_fn_err_le!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -95,7 +95,7 @@ macro_rules! assert_fn_err_le_as_result { format!( concat!( "assertion failed: `assert_fn_err_le!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -136,7 +136,7 @@ macro_rules! assert_fn_err_le_as_result { format!( concat!( "assertion failed: `assert_fn_err_le!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le.html\n", " a_function label: `{}`,\n", " b_function label: `{}`,\n", " a: `{:?}`,\n", @@ -155,7 +155,7 @@ macro_rules! assert_fn_err_le_as_result { format!( concat!( "assertion failed: `assert_fn_err_le!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le.html\n", " a_function label: `{}`,\n", " b_function label: `{}`,\n", " a: `{:?}`,\n", @@ -213,7 +213,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_err_le!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `2`,\n", @@ -256,7 +256,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_err_le!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le.html\n", " a_function label: `g`,\n", " b_function label: `f`,\n", " a: `2`,\n", @@ -302,7 +302,7 @@ mod tests { /// assert_fn_err_le!(f, a, f, b); /// # }); /// // assertion failed: `assert_fn_err_le!(a_function, a_param, b_function, b_param)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le.html /// // a_function label: `f`, /// // a_param label: `a`, /// // a_param debug: `20`, @@ -314,7 +314,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_err_le!(a_function, a_param, b_function, b_param)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le.html\n", /// # " a_function label: `f`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `20`,\n", diff --git a/src/assert_fn_err/assert_fn_err_le_x.rs b/src/assert_fn_err/assert_fn_err_le_x.rs index 1a46c4530..a963dd684 100644 --- a/src/assert_fn_err/assert_fn_err_le_x.rs +++ b/src/assert_fn_err/assert_fn_err_le_x.rs @@ -65,7 +65,7 @@ macro_rules! assert_fn_err_le_x_as_result { format!( concat!( "assertion failed: `assert_fn_err_le_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le_x.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -90,7 +90,7 @@ macro_rules! assert_fn_err_le_x_as_result { format!( concat!( "assertion failed: `assert_fn_err_le_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le_x.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -126,7 +126,7 @@ macro_rules! assert_fn_err_le_x_as_result { format!( concat!( "assertion failed: `assert_fn_err_le_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le_x.html\n", " a_function label: `{}`,\n", " b_expr label: `{}`,\n", " b_expr debug: `{:?}`,\n", @@ -147,7 +147,7 @@ macro_rules! assert_fn_err_le_x_as_result { format!( concat!( "assertion failed: `assert_fn_err_le_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le_x.html\n", " a_function label: `{}`,\n", " b_expr label: `{}`,\n", " b_expr debug: `{:?}`,\n", @@ -203,7 +203,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_err_le_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le_x.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `2`,\n", @@ -244,7 +244,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_err_le_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le_x.html\n", " a_function label: `f`,\n", " b_expr label: `b`,\n", " b_expr debug: `0`,\n", @@ -291,7 +291,7 @@ mod tests { /// assert_fn_err_le_x!(f, a, b); /// # }); /// // assertion failed: `assert_fn_err_le_x!(a_function, a_param, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le_x.html /// // a_function label: `f`, /// // a_param label: `a`, /// // a_param debug: `20`, @@ -302,7 +302,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_err_le_x!(a_function, a_param, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le_x.html\n", /// # " a_function label: `f`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `20`,\n", diff --git a/src/assert_fn_err/assert_fn_err_lt.rs b/src/assert_fn_err/assert_fn_err_lt.rs index 16f04d8df..979c799e8 100644 --- a/src/assert_fn_err/assert_fn_err_lt.rs +++ b/src/assert_fn_err/assert_fn_err_lt.rs @@ -65,7 +65,7 @@ macro_rules! assert_fn_err_lt_as_result { format!( concat!( "assertion failed: `assert_fn_err_lt!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -92,7 +92,7 @@ macro_rules! assert_fn_err_lt_as_result { format!( concat!( "assertion failed: `assert_fn_err_lt!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -133,7 +133,7 @@ macro_rules! assert_fn_err_lt_as_result { format!( concat!( "assertion failed: `assert_fn_err_lt!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt.html\n", " a_function label: `{}`,\n", " b_function label: `{}`,\n", " a: `{:?}`,\n", @@ -152,7 +152,7 @@ macro_rules! assert_fn_err_lt_as_result { format!( concat!( "assertion failed: `assert_fn_err_lt!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt.html\n", " a_function label: `{}`,\n", " b_function label: `{}`,\n", " a: `{:?}`,\n", @@ -202,7 +202,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_err_lt!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -224,7 +224,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_err_lt!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `2`,\n", @@ -261,7 +261,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_err_lt!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt.html\n", " a_function label: `f`,\n", " b_function label: `f`,\n", " a: `1`,\n", @@ -277,7 +277,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_err_lt!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt.html\n", " a_function label: `g`,\n", " b_function label: `f`,\n", " a: `2`,\n", @@ -320,7 +320,7 @@ mod tests { /// assert_fn_err_lt!(f, a, f, b); /// # }); /// // assertion failed: `assert_fn_err_lt!(a_function, a_param, b_function, b_param)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt.html /// // a_function label: `f`, /// // a_param label: `a`, /// // a_param debug: `20`, @@ -332,7 +332,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_err_lt!(a_function, a_param, b_function, b_param)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt.html\n", /// # " a_function label: `f`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `20`,\n", diff --git a/src/assert_fn_err/assert_fn_err_lt_x.rs b/src/assert_fn_err/assert_fn_err_lt_x.rs index cb8b94285..252a0607e 100644 --- a/src/assert_fn_err/assert_fn_err_lt_x.rs +++ b/src/assert_fn_err/assert_fn_err_lt_x.rs @@ -65,7 +65,7 @@ macro_rules! assert_fn_err_lt_x_as_result { format!( concat!( "assertion failed: `assert_fn_err_lt_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt_x.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -90,7 +90,7 @@ macro_rules! assert_fn_err_lt_x_as_result { format!( concat!( "assertion failed: `assert_fn_err_lt_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt_x.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -126,7 +126,7 @@ macro_rules! assert_fn_err_lt_x_as_result { format!( concat!( "assertion failed: `assert_fn_err_lt_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt_x.html\n", " a_function label: `{}`,\n", " b_expr label: `{}`,\n", " b_expr debug: `{:?}`,\n", @@ -147,7 +147,7 @@ macro_rules! assert_fn_err_lt_x_as_result { format!( concat!( "assertion failed: `assert_fn_err_lt_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt_x.html\n", " a_function label: `{}`,\n", " b_expr label: `{}`,\n", " b_expr debug: `{:?}`,\n", @@ -195,7 +195,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_err_lt_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt_x.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -216,7 +216,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_err_lt_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt_x.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -250,7 +250,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_err_lt_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt_x.html\n", " a_function label: `f`,\n", " b_expr label: `b`,\n", " b_expr debug: `1`,\n", @@ -268,7 +268,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_err_lt_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt_x.html\n", " a_function label: `f`,\n", " b_expr label: `b`,\n", " b_expr debug: `0`,\n", @@ -315,7 +315,7 @@ mod tests { /// assert_fn_err_lt_x!(f, a, b); /// # }); /// // assertion failed: `assert_fn_err_lt_x!(a_function, a_param, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt_x.html /// // a_function label: `f`, /// // a_param label: `a`, /// // a_param debug: `20`, @@ -326,7 +326,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_err_lt_x!(a_function, a_param, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt_x.html\n", /// # " a_function label: `f`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `20`,\n", diff --git a/src/assert_fn_err/assert_fn_err_ne.rs b/src/assert_fn_err/assert_fn_err_ne.rs index 9cf4b8261..15d7bd666 100644 --- a/src/assert_fn_err/assert_fn_err_ne.rs +++ b/src/assert_fn_err/assert_fn_err_ne.rs @@ -68,7 +68,7 @@ macro_rules! assert_fn_err_ne_as_result { format!( concat!( "assertion failed: `assert_fn_err_ne!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -95,7 +95,7 @@ macro_rules! assert_fn_err_ne_as_result { format!( concat!( "assertion failed: `assert_fn_err_ne!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -136,7 +136,7 @@ macro_rules! assert_fn_err_ne_as_result { format!( concat!( "assertion failed: `assert_fn_err_ne!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne.html\n", " a_function label: `{}`,\n", " b_function label: `{}`,\n", " a: `{:?}`,\n", @@ -155,7 +155,7 @@ macro_rules! assert_fn_err_ne_as_result { format!( concat!( "assertion failed: `assert_fn_err_ne!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne.html\n", " a_function label: `{}`,\n", " b_function label: `{}`,\n", " a: `{:?}`,\n", @@ -205,7 +205,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_err_ne!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -242,7 +242,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_err_ne!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne.html\n", " a_function label: `f`,\n", " b_function label: `f`,\n", " a: `1`,\n", @@ -288,7 +288,7 @@ mod tests { /// assert_fn_err_ne!(f, a, f, b); /// # }); /// // assertion failed: `assert_fn_err_ne!(a_function, a_param, b_function, b_param)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne.html /// // a_function label: `f`, /// // a_param label: `a`, /// // a_param debug: `10`, @@ -300,7 +300,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_err_ne!(a_function, a_param, b_function, b_param)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne.html\n", /// # " a_function label: `f`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `10`,\n", diff --git a/src/assert_fn_err/assert_fn_err_ne_x.rs b/src/assert_fn_err/assert_fn_err_ne_x.rs index eae481eea..d403667eb 100644 --- a/src/assert_fn_err/assert_fn_err_ne_x.rs +++ b/src/assert_fn_err/assert_fn_err_ne_x.rs @@ -65,7 +65,7 @@ macro_rules! assert_fn_err_ne_x_as_result { format!( concat!( "assertion failed: `assert_fn_err_ne_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne_x.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -90,7 +90,7 @@ macro_rules! assert_fn_err_ne_x_as_result { format!( concat!( "assertion failed: `assert_fn_err_ne_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne_x.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -126,7 +126,7 @@ macro_rules! assert_fn_err_ne_x_as_result { format!( concat!( "assertion failed: `assert_fn_err_ne_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne_x.html\n", " a_function label: `{}`,\n", " b_expr label: `{}`,\n", " b_expr debug: `{:?}`,\n", @@ -147,7 +147,7 @@ macro_rules! assert_fn_err_ne_x_as_result { format!( concat!( "assertion failed: `assert_fn_err_ne_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne_x.html\n", " a_function label: `{}`,\n", " b_expr label: `{}`,\n", " b_expr debug: `{:?}`,\n", @@ -195,7 +195,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_err_ne_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne_x.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -229,7 +229,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_err_ne_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne_x.html\n", " a_function label: `f`,\n", " b_expr label: `b`,\n", " b_expr debug: `1`,\n", @@ -276,7 +276,7 @@ mod tests { /// assert_fn_err_ne_x!(f, a, b); /// # }); /// // assertion failed: `assert_fn_err_ne_x!(a_function, a_param, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne_x.html /// // a_function label: `f`, /// // a_param label: `a`, /// // a_param debug: `10`, @@ -287,7 +287,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_err_ne_x!(a_function, a_param, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne_x.html\n", /// # " a_function label: `f`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `10`,\n", diff --git a/src/assert_fn_err/mod.rs b/src/assert_fn_err/mod.rs index 7fdabc3f4..11b806f06 100644 --- a/src/assert_fn_err/mod.rs +++ b/src/assert_fn_err/mod.rs @@ -5,7 +5,7 @@ //! //! The macros use these capabilities: //! -//! * implements `.is_err() -> boolean` +//! * implements `.is_err() -> bool` //! //! * implements `.unwrap_err() -> comparable` //! diff --git a/src/assert_fn_ok/assert_fn_ok_eq.rs b/src/assert_fn_ok/assert_fn_ok_eq.rs index be996e169..6a45d4239 100644 --- a/src/assert_fn_ok/assert_fn_ok_eq.rs +++ b/src/assert_fn_ok/assert_fn_ok_eq.rs @@ -68,7 +68,7 @@ macro_rules! assert_fn_ok_eq_as_result { format!( concat!( "assertion failed: `assert_fn_ok_eq!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -95,7 +95,7 @@ macro_rules! assert_fn_ok_eq_as_result { format!( concat!( "assertion failed: `assert_fn_ok_eq!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -136,7 +136,7 @@ macro_rules! assert_fn_ok_eq_as_result { format!( concat!( "assertion failed: `assert_fn_ok_eq!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq.html\n", " a_function label: `{}`,\n", " b_function label: `{}`,\n", " a: `{:?}`,\n", @@ -155,7 +155,7 @@ macro_rules! assert_fn_ok_eq_as_result { format!( concat!( "assertion failed: `assert_fn_ok_eq!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq.html\n", " a_function label: `{}`,\n", " b_function label: `{}`,\n", " a: `{:?}`,\n", @@ -205,7 +205,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ok_eq!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -242,7 +242,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ok_eq!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq.html\n", " a_function label: `f`,\n", " b_function label: `g`,\n", " a: `1`,\n", @@ -288,7 +288,7 @@ mod tests { /// assert_fn_ok_eq!(f, a, f, b); /// # }); /// // assertion failed: `assert_fn_ok_eq!(a_function, a_param, b_function, b_param)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq.html /// // a_function label: `f`, /// // a_param label: `a`, /// // a_param debug: `1`, @@ -300,7 +300,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_ok_eq!(a_function, a_param, b_function, b_param)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq.html\n", /// # " a_function label: `f`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `1`,\n", diff --git a/src/assert_fn_ok/assert_fn_ok_eq_x.rs b/src/assert_fn_ok/assert_fn_ok_eq_x.rs index dc0e0fb0a..42caada2a 100644 --- a/src/assert_fn_ok/assert_fn_ok_eq_x.rs +++ b/src/assert_fn_ok/assert_fn_ok_eq_x.rs @@ -65,7 +65,7 @@ macro_rules! assert_fn_ok_eq_x_as_result { format!( concat!( "assertion failed: `assert_fn_ok_eq_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq_x.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -90,7 +90,7 @@ macro_rules! assert_fn_ok_eq_x_as_result { format!( concat!( "assertion failed: `assert_fn_ok_eq_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq_x.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -126,7 +126,7 @@ macro_rules! assert_fn_ok_eq_x_as_result { format!( concat!( "assertion failed: `assert_fn_ok_eq_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq_x.html\n", " a_function label: `{}`,\n", " b_expr label: `{}`,\n", " b_expr debug: `{:?}`,\n", @@ -147,7 +147,7 @@ macro_rules! assert_fn_ok_eq_x_as_result { format!( concat!( "assertion failed: `assert_fn_ok_eq_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq_x.html\n", " a_function label: `{}`,\n", " b_expr label: `{}`,\n", " b_expr debug: `{:?}`,\n", @@ -195,7 +195,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ok_eq_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq_x.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -229,7 +229,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ok_eq_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq_x.html\n", " a_function label: `f`,\n", " b_expr label: `b`,\n", " b_expr debug: `2`,\n", @@ -276,7 +276,7 @@ mod tests { /// assert_fn_ok_eq_x!(f, a, b); /// # }); /// // assertion failed: `assert_fn_ok_eq_x!(a_function, a_param, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq_x.html /// // a_function label: `f`, /// // a_param label: `a`, /// // a_param debug: `1`, @@ -287,7 +287,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_ok_eq_x!(a_function, a_param, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_eq_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_eq_x.html\n", /// # " a_function label: `f`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `1`,\n", diff --git a/src/assert_fn_ok/assert_fn_ok_ge.rs b/src/assert_fn_ok/assert_fn_ok_ge.rs index 0732fbed6..c9e633030 100644 --- a/src/assert_fn_ok/assert_fn_ok_ge.rs +++ b/src/assert_fn_ok/assert_fn_ok_ge.rs @@ -68,7 +68,7 @@ macro_rules! assert_fn_ok_ge_as_result { format!( concat!( "assertion failed: `assert_fn_ok_ge!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ge.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -95,7 +95,7 @@ macro_rules! assert_fn_ok_ge_as_result { format!( concat!( "assertion failed: `assert_fn_err_ge!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -136,7 +136,7 @@ macro_rules! assert_fn_ok_ge_as_result { format!( concat!( "assertion failed: `assert_fn_ok_ge!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ge.html\n", " a_function label: `{}`,\n", " b_function label: `{}`,\n", " a: `{:?}`,\n", @@ -155,7 +155,7 @@ macro_rules! assert_fn_ok_ge_as_result { format!( concat!( "assertion failed: `assert_fn_err_ge!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ge.html\n", " a_function label: `{}`,\n", " b_function label: `{}`,\n", " a: `{:?}`,\n", @@ -213,7 +213,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ok_ge!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ge.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -256,7 +256,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ok_ge!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ge.html\n", " a_function label: `f`,\n", " b_function label: `g`,\n", " a: `1`,\n", @@ -302,7 +302,7 @@ mod tests { /// assert_fn_ok_ge!(f, a, f, b); /// # }); /// // assertion failed: `assert_fn_ok_ge!(a_function, a_param, b_function, b_param)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ge.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ge.html /// // a_function label: `f`, /// // a_param label: `a`, /// // a_param debug: `1`, @@ -314,7 +314,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_ok_ge!(a_function, a_param, b_function, b_param)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ge.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ge.html\n", /// # " a_function label: `f`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `1`,\n", diff --git a/src/assert_fn_ok/assert_fn_ok_ge_x.rs b/src/assert_fn_ok/assert_fn_ok_ge_x.rs index 030a6a2d8..d823b2a21 100644 --- a/src/assert_fn_ok/assert_fn_ok_ge_x.rs +++ b/src/assert_fn_ok/assert_fn_ok_ge_x.rs @@ -65,7 +65,7 @@ macro_rules! assert_fn_ok_ge_x_as_result { format!( concat!( "assertion failed: `assert_fn_ok_ge_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ge_x.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -90,7 +90,7 @@ macro_rules! assert_fn_ok_ge_x_as_result { format!( concat!( "assertion failed: `assert_fn_ok_ge_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ge_x.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -126,7 +126,7 @@ macro_rules! assert_fn_ok_ge_x_as_result { format!( concat!( "assertion failed: `assert_fn_ok_ge_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ge_x.html\n", " a_function label: `{}`,\n", " b_expr label: `{}`,\n", " b_expr debug: `{:?}`,\n", @@ -147,7 +147,7 @@ macro_rules! assert_fn_ok_ge_x_as_result { format!( concat!( "assertion failed: `assert_fn_ok_ge_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ge_x.html\n", " a_function label: `{}`,\n", " b_expr label: `{}`,\n", " b_expr debug: `{:?}`,\n", @@ -203,7 +203,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ok_ge_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ge_x.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -244,7 +244,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ok_ge_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ge_x.html\n", " a_function label: `f`,\n", " b_expr label: `b`,\n", " b_expr debug: `2`,\n", @@ -291,7 +291,7 @@ mod tests { /// assert_fn_ok_ge_x!(f, a, b); /// # }); /// // assertion failed: `assert_fn_ok_ge_x!(a_function, a_param, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ge_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ge_x.html /// // a_function label: `f`, /// // a_param label: `a`, /// // a_param debug: `1`, @@ -302,7 +302,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_ok_ge_x!(a_function, a_param, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ge_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ge_x.html\n", /// # " a_function label: `f`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `1`,\n", diff --git a/src/assert_fn_ok/assert_fn_ok_gt.rs b/src/assert_fn_ok/assert_fn_ok_gt.rs index 13eec1210..f1b8e5c53 100644 --- a/src/assert_fn_ok/assert_fn_ok_gt.rs +++ b/src/assert_fn_ok/assert_fn_ok_gt.rs @@ -68,7 +68,7 @@ macro_rules! assert_fn_ok_gt_as_result { format!( concat!( "assertion failed: `assert_fn_ok_gt!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -95,7 +95,7 @@ macro_rules! assert_fn_ok_gt_as_result { format!( concat!( "assertion failed: `assert_fn_err_gt!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -136,7 +136,7 @@ macro_rules! assert_fn_ok_gt_as_result { format!( concat!( "assertion failed: `assert_fn_ok_gt!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt.html\n", " a_function label: `{}`,\n", " b_function label: `{}`,\n", " a: `{:?}`,\n", @@ -155,7 +155,7 @@ macro_rules! assert_fn_ok_gt_as_result { format!( concat!( "assertion failed: `assert_fn_err_gt!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_gt.html\n", " a_function label: `{}`,\n", " b_function label: `{}`,\n", " a: `{:?}`,\n", @@ -205,7 +205,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ok_gt!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -227,7 +227,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ok_gt!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -264,7 +264,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ok_gt!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt.html\n", " a_function label: `f`,\n", " b_function label: `f`,\n", " a: `1`,\n", @@ -280,7 +280,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ok_gt!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt.html\n", " a_function label: `f`,\n", " b_function label: `g`,\n", " a: `1`,\n", @@ -326,7 +326,7 @@ mod tests { /// assert_fn_ok_gt!(f, a, f, b); /// # }); /// // assertion failed: `assert_fn_ok_gt!(a_function, a_param, b_function, b_param)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt.html /// // a_function label: `f`, /// // a_param label: `a`, /// // a_param debug: `1`, @@ -338,7 +338,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_ok_gt!(a_function, a_param, b_function, b_param)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt.html\n", /// # " a_function label: `f`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `1`,\n", diff --git a/src/assert_fn_ok/assert_fn_ok_gt_x.rs b/src/assert_fn_ok/assert_fn_ok_gt_x.rs index 5d2392df8..1bf6c00fe 100644 --- a/src/assert_fn_ok/assert_fn_ok_gt_x.rs +++ b/src/assert_fn_ok/assert_fn_ok_gt_x.rs @@ -65,7 +65,7 @@ macro_rules! assert_fn_ok_gt_x_as_result { format!( concat!( "assertion failed: `assert_fn_ok_gt_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt_x.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -90,7 +90,7 @@ macro_rules! assert_fn_ok_gt_x_as_result { format!( concat!( "assertion failed: `assert_fn_ok_gt_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt_x.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -126,7 +126,7 @@ macro_rules! assert_fn_ok_gt_x_as_result { format!( concat!( "assertion failed: `assert_fn_ok_gt_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt_x.html\n", " a_function label: `{}`,\n", " b_expr label: `{}`,\n", " b_expr debug: `{:?}`,\n", @@ -147,7 +147,7 @@ macro_rules! assert_fn_ok_gt_x_as_result { format!( concat!( "assertion failed: `assert_fn_ok_gt_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt_x.html\n", " a_function label: `{}`,\n", " b_expr label: `{}`,\n", " b_expr debug: `{:?}`,\n", @@ -195,7 +195,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ok_gt_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt_x.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -216,7 +216,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ok_gt_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt_x.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -250,7 +250,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ok_gt_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt_x.html\n", " a_function label: `f`,\n", " b_expr label: `b`,\n", " b_expr debug: `1`,\n", @@ -268,7 +268,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ok_gt_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt_x.html\n", " a_function label: `f`,\n", " b_expr label: `b`,\n", " b_expr debug: `2`,\n", @@ -315,7 +315,7 @@ mod tests { /// assert_fn_ok_gt_x!(f, a, b); /// # }); /// // assertion failed: `assert_fn_ok_gt_x!(a_function, a_param, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt_x.html /// // a_function label: `f`, /// // a_param label: `a`, /// // a_param debug: `1`, @@ -326,7 +326,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_ok_gt_x!(a_function, a_param, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_gt_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_gt_x.html\n", /// # " a_function label: `f`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `1`,\n", diff --git a/src/assert_fn_ok/assert_fn_ok_le.rs b/src/assert_fn_ok/assert_fn_ok_le.rs index cce7ca547..ed3f13868 100644 --- a/src/assert_fn_ok/assert_fn_ok_le.rs +++ b/src/assert_fn_ok/assert_fn_ok_le.rs @@ -68,7 +68,7 @@ macro_rules! assert_fn_ok_le_as_result { format!( concat!( "assertion failed: `assert_fn_ok_le!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -95,7 +95,7 @@ macro_rules! assert_fn_ok_le_as_result { format!( concat!( "assertion failed: `assert_fn_err_le!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -136,7 +136,7 @@ macro_rules! assert_fn_ok_le_as_result { format!( concat!( "assertion failed: `assert_fn_ok_le!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le.html\n", " a_function label: `{}`,\n", " b_function label: `{}`,\n", " a: `{:?}`,\n", @@ -155,7 +155,7 @@ macro_rules! assert_fn_ok_le_as_result { format!( concat!( "assertion failed: `assert_fn_err_le!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_le.html\n", " a_function label: `{}`,\n", " b_function label: `{}`,\n", " a: `{:?}`,\n", @@ -213,7 +213,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ok_le!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `2`,\n", @@ -256,7 +256,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ok_le!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le.html\n", " a_function label: `g`,\n", " b_function label: `f`,\n", " a: `2`,\n", @@ -302,7 +302,7 @@ mod tests { /// assert_fn_ok_le!(f, a, f, b); /// # }); /// // assertion failed: `assert_fn_ok_le!(a_function, a_param, b_function, b_param)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le.html /// // a_function label: `f`, /// // a_param label: `a`, /// // a_param debug: `2`, @@ -314,7 +314,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_ok_le!(a_function, a_param, b_function, b_param)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le.html\n", /// # " a_function label: `f`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `2`,\n", diff --git a/src/assert_fn_ok/assert_fn_ok_le_x.rs b/src/assert_fn_ok/assert_fn_ok_le_x.rs index 807ed8032..2bed94f93 100644 --- a/src/assert_fn_ok/assert_fn_ok_le_x.rs +++ b/src/assert_fn_ok/assert_fn_ok_le_x.rs @@ -65,7 +65,7 @@ macro_rules! assert_fn_ok_le_x_as_result { format!( concat!( "assertion failed: `assert_fn_ok_le_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le_x.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -90,7 +90,7 @@ macro_rules! assert_fn_ok_le_x_as_result { format!( concat!( "assertion failed: `assert_fn_ok_le_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le_x.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -126,7 +126,7 @@ macro_rules! assert_fn_ok_le_x_as_result { format!( concat!( "assertion failed: `assert_fn_ok_le_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le_x.html\n", " a_function label: `{}`,\n", " b_expr label: `{}`,\n", " b_expr debug: `{:?}`,\n", @@ -147,7 +147,7 @@ macro_rules! assert_fn_ok_le_x_as_result { format!( concat!( "assertion failed: `assert_fn_ok_le_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le_x.html\n", " a_function label: `{}`,\n", " b_expr label: `{}`,\n", " b_expr debug: `{:?}`,\n", @@ -203,7 +203,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ok_le_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le_x.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `2`,\n", @@ -244,7 +244,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ok_le_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le_x.html\n", " a_function label: `f`,\n", " b_expr label: `b`,\n", " b_expr debug: `0`,\n", @@ -292,7 +292,7 @@ mod tests { /// assert_fn_ok_le_x!(f, a, b); /// # }); /// // assertion failed: `assert_fn_ok_le_x!(a_function, a_param, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le_x.html /// // a_function label: `f`, /// // a_param label: `a`, /// // a_param debug: `2`, @@ -303,7 +303,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_ok_le_x!(a_function, a_param, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le_x.html\n", /// # " a_function label: `f`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `2`,\n", diff --git a/src/assert_fn_ok/assert_fn_ok_lt.rs b/src/assert_fn_ok/assert_fn_ok_lt.rs index e5b978e53..6ccb0f285 100644 --- a/src/assert_fn_ok/assert_fn_ok_lt.rs +++ b/src/assert_fn_ok/assert_fn_ok_lt.rs @@ -68,7 +68,7 @@ macro_rules! assert_fn_ok_lt_as_result { format!( concat!( "assertion failed: `assert_fn_ok_lt!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_lt.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -95,7 +95,7 @@ macro_rules! assert_fn_ok_lt_as_result { format!( concat!( "assertion failed: `assert_fn_err_lt!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -136,7 +136,7 @@ macro_rules! assert_fn_ok_lt_as_result { format!( concat!( "assertion failed: `assert_fn_ok_lt!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_lt.html\n", " a_function label: `{}`,\n", " b_function label: `{}`,\n", " a: `{:?}`,\n", @@ -155,7 +155,7 @@ macro_rules! assert_fn_ok_lt_as_result { format!( concat!( "assertion failed: `assert_fn_err_lt!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_lt.html\n", " a_function label: `{}`,\n", " b_function label: `{}`,\n", " a: `{:?}`,\n", @@ -205,7 +205,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ok_lt!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_lt.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -227,7 +227,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ok_lt!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_lt.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `2`,\n", @@ -264,7 +264,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ok_lt!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_lt.html\n", " a_function label: `f`,\n", " b_function label: `f`,\n", " a: `1`,\n", @@ -280,7 +280,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ok_lt!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_lt.html\n", " a_function label: `g`,\n", " b_function label: `f`,\n", " a: `2`,\n", @@ -336,7 +336,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_ok_lt!(a_function, a_param, b_function, b_param)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_lt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_lt.html\n", /// # " a_function label: `f`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `2`,\n", diff --git a/src/assert_fn_ok/assert_fn_ok_lt_x.rs b/src/assert_fn_ok/assert_fn_ok_lt_x.rs index 740f32651..ac1cb6d1f 100644 --- a/src/assert_fn_ok/assert_fn_ok_lt_x.rs +++ b/src/assert_fn_ok/assert_fn_ok_lt_x.rs @@ -67,7 +67,7 @@ macro_rules! assert_fn_ok_lt_x_as_result { format!( concat!( "assertion failed: `assert_fn_ok_lt_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_lt_x.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -92,7 +92,7 @@ macro_rules! assert_fn_ok_lt_x_as_result { format!( concat!( "assertion failed: `assert_fn_ok_le_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le_x.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -128,7 +128,7 @@ macro_rules! assert_fn_ok_lt_x_as_result { format!( concat!( "assertion failed: `assert_fn_ok_lt_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_lt_x.html\n", " a_function label: `{}`,\n", " b_expr label: `{}`,\n", " b_expr debug: `{:?}`,\n", @@ -149,7 +149,7 @@ macro_rules! assert_fn_ok_lt_x_as_result { format!( concat!( "assertion failed: `assert_fn_ok_le_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_le_x.html\n", " a_function label: `{}`,\n", " b_expr label: `{}`,\n", " b_expr debug: `{:?}`,\n", @@ -197,7 +197,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ok_lt_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_lt_x.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -231,7 +231,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ok_lt_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_lt_x.html\n", " a_function label: `f`,\n", " b_expr label: `b`,\n", " b_expr debug: `1`,\n", @@ -278,7 +278,7 @@ mod tests { /// assert_fn_ok_lt_x!(f, a, b); /// # }); /// // assertion failed: `assert_fn_ok_lt_x!(a_function, a_param, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_lt_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_lt_x.html /// // a_function label: `f`, /// // a_param label: `a`, /// // a_param debug: `2`, @@ -289,7 +289,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_ok_lt_x!(a_function, a_param, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_lt_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_lt_x.html\n", /// # " a_function label: `f`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `2`,\n", diff --git a/src/assert_fn_ok/assert_fn_ok_ne.rs b/src/assert_fn_ok/assert_fn_ok_ne.rs index 519fef71c..0857c2a42 100644 --- a/src/assert_fn_ok/assert_fn_ok_ne.rs +++ b/src/assert_fn_ok/assert_fn_ok_ne.rs @@ -68,7 +68,7 @@ macro_rules! assert_fn_ok_ne_as_result { format!( concat!( "assertion failed: `assert_fn_ok_ne!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ne.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -95,7 +95,7 @@ macro_rules! assert_fn_ok_ne_as_result { format!( concat!( "assertion failed: `assert_fn_err_ne!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -136,7 +136,7 @@ macro_rules! assert_fn_ok_ne_as_result { format!( concat!( "assertion failed: `assert_fn_ok_ne!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ne.html\n", " a_function label: `{}`,\n", " b_function label: `{}`,\n", " a: `{:?}`,\n", @@ -155,7 +155,7 @@ macro_rules! assert_fn_ok_ne_as_result { format!( concat!( "assertion failed: `assert_fn_err_ne!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_err_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_err_ne.html\n", " a_function label: `{}`,\n", " b_function label: `{}`,\n", " a: `{:?}`,\n", @@ -205,7 +205,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ok_ne!(a_function, a_param, b_function, b_param)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ne.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -242,7 +242,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ok_ne!(a_function, b_function)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ne.html\n", " a_function label: `f`,\n", " b_function label: `f`,\n", " a: `1`,\n", @@ -288,7 +288,7 @@ mod tests { /// assert_fn_ok_ne!(f, a, f, b); /// # }); /// // assertion failed: `assert_fn_ok_ne!(a_function, a_param, b_function, b_param)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ne.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ne.html /// // a_function label: `f`, /// // a_param label: `a`, /// // a_param debug: `1`, @@ -300,7 +300,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_ok_ne!(a_function, a_param, b_function, b_param)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ne.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ne.html\n", /// # " a_function label: `f`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `1`,\n", diff --git a/src/assert_fn_ok/assert_fn_ok_ne_x.rs b/src/assert_fn_ok/assert_fn_ok_ne_x.rs index be57c00c5..518d7c361 100644 --- a/src/assert_fn_ok/assert_fn_ok_ne_x.rs +++ b/src/assert_fn_ok/assert_fn_ok_ne_x.rs @@ -65,7 +65,7 @@ macro_rules! assert_fn_ok_ne_x_as_result { format!( concat!( "assertion failed: `assert_fn_ok_ne_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ne_x.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -90,7 +90,7 @@ macro_rules! assert_fn_ok_ne_x_as_result { format!( concat!( "assertion failed: `assert_fn_ok_ne_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ne_x.html\n", " a_function label: `{}`,\n", " a_param label: `{}`,\n", " a_param debug: `{:?}`,\n", @@ -126,7 +126,7 @@ macro_rules! assert_fn_ok_ne_x_as_result { format!( concat!( "assertion failed: `assert_fn_ok_ne_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ne_x.html\n", " a_function label: `{}`,\n", " b_expr label: `{}`,\n", " b_expr debug: `{:?}`,\n", @@ -147,7 +147,7 @@ macro_rules! assert_fn_ok_ne_x_as_result { format!( concat!( "assertion failed: `assert_fn_ok_ne_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ne_x.html\n", " a_function label: `{}`,\n", " b_expr label: `{}`,\n", " b_expr debug: `{:?}`,\n", @@ -194,7 +194,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ok_ne_x!(a_function, a_param, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ne_x.html\n", " a_function label: `f`,\n", " a_param label: `a`,\n", " a_param debug: `1`,\n", @@ -228,7 +228,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_fn_ok_ne_x!(a_function, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ne_x.html\n", " a_function label: `f`,\n", " b_expr label: `b`,\n", " b_expr debug: `1`,\n", @@ -275,7 +275,7 @@ mod tests { /// assert_fn_ok_ne_x!(f, a, b); /// # }); /// // assertion failed: `assert_fn_ok_ne_x!(a_function, a_param, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ne_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ne_x.html /// // a_function label: `f`, /// // a_param label: `a`, /// // a_param debug: `1`, @@ -286,7 +286,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fn_ok_ne_x!(a_function, a_param, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fn_ok_ne_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fn_ok_ne_x.html\n", /// # " a_function label: `f`,\n", /// # " a_param label: `a`,\n", /// # " a_param debug: `1`,\n", diff --git a/src/assert_fn_ok/mod.rs b/src/assert_fn_ok/mod.rs index 88c420888..648262a16 100644 --- a/src/assert_fn_ok/mod.rs +++ b/src/assert_fn_ok/mod.rs @@ -5,7 +5,7 @@ //! //! The macros use these capabilities: //! -//! * implements `.is_ok() -> boolean` +//! * implements `.is_ok() -> bool` //! //! * implements `.unwrap_ok() -> comparable` //! diff --git a/src/assert_fs_read_to_string/assert_fs_read_to_string_contains.rs b/src/assert_fs_read_to_string/assert_fs_read_to_string_contains.rs index 077add330..a3b705139 100644 --- a/src/assert_fs_read_to_string/assert_fs_read_to_string_contains.rs +++ b/src/assert_fs_read_to_string/assert_fs_read_to_string_contains.rs @@ -56,7 +56,7 @@ macro_rules! assert_fs_read_to_string_contains_as_result { format!( concat!( "assertion failed: `assert_fs_read_to_string_contains!(path, containee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_contains.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_contains.html\n", " path label: `{}`,\n", " path debug: `{:?}`,\n", " containee label: `{}`,\n", @@ -77,7 +77,7 @@ macro_rules! assert_fs_read_to_string_contains_as_result { format!( concat!( "assertion failed: `assert_fs_read_to_string_contains!(path, containee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_contains.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_contains.html\n", " path label: `{}`,\n", " path debug: `{:?}`,\n", " containee label: `{}`,\n", @@ -131,7 +131,7 @@ mod tests { format!( concat!( "assertion failed: `assert_fs_read_to_string_contains!(path, containee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_contains.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_contains.html\n", " path label: `&path`,\n", " path debug: `{:?}`,\n", " containee label: `&containee`,\n", @@ -173,7 +173,7 @@ mod tests { /// assert_fs_read_to_string_contains!(&path, &containee); /// # }); /// // assertion failed: `assert_fs_read_to_string_contains!(path, containee)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_contains.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_contains.html /// // path label: `&path`, /// // path debug: `\"alfa.txt\"`, /// // containee label: `&containee`, @@ -182,7 +182,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fs_read_to_string_contains!(path, containee)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_contains.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_contains.html\n", /// # " path label: `&path`,\n", /// # " path debug: `\"alfa.txt\"`,\n", /// # " containee label: `&containee`,\n", diff --git a/src/assert_fs_read_to_string/assert_fs_read_to_string_eq.rs b/src/assert_fs_read_to_string/assert_fs_read_to_string_eq.rs index ed90ad643..a9b618189 100644 --- a/src/assert_fs_read_to_string/assert_fs_read_to_string_eq.rs +++ b/src/assert_fs_read_to_string/assert_fs_read_to_string_eq.rs @@ -56,7 +56,7 @@ macro_rules! assert_fs_read_to_string_eq_as_result { format!( concat!( "assertion failed: `assert_fs_read_to_string_eq!(a_path, b_path)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_eq.html\n", " a_path label: `{}`,\n", " a_path debug: `{:?}`,\n", " b_path label: `{}`,\n", @@ -79,7 +79,7 @@ macro_rules! assert_fs_read_to_string_eq_as_result { format!( concat!( "assertion failed: `assert_fs_read_to_string_eq!(a_path, b_path)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_eq.html\n", " a_path label: `{}`,\n", " a_path debug: `{:?}`,\n", " b_path label: `{}`,\n", @@ -138,7 +138,7 @@ mod tests { format!( concat!( "assertion failed: `assert_fs_read_to_string_eq!(a_path, b_path)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_eq.html\n", " a_path label: `&a`,\n", " a_path debug: `{:?}`,\n", " b_path label: `&b`,\n", @@ -162,7 +162,7 @@ mod tests { format!( concat!( "assertion failed: `assert_fs_read_to_string_eq!(a_path, b_path)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_eq.html\n", " a_path label: `&a`,\n", " a_path debug: `{:?}`,\n", " b_path label: `&b`,\n", @@ -206,7 +206,7 @@ mod tests { /// assert_fs_read_to_string_eq!(&a, &b); /// # }); /// // assertion failed: `assert_fs_read_to_string_eq!(a_path, b_path)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_eq.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_eq.html /// // a_path label: `&a`, /// // a_path debug: `\"alfa.txt\"`, /// // b_path label: `&b`, @@ -216,7 +216,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fs_read_to_string_eq!(a_path, b_path)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_eq.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_eq.html\n", /// # " a_path label: `&a`,\n", /// # " a_path debug: `\"alfa.txt\"`,\n", /// # " b_path label: `&b`,\n", diff --git a/src/assert_fs_read_to_string/assert_fs_read_to_string_eq_x.rs b/src/assert_fs_read_to_string/assert_fs_read_to_string_eq_x.rs index e0191099a..e156e916b 100644 --- a/src/assert_fs_read_to_string/assert_fs_read_to_string_eq_x.rs +++ b/src/assert_fs_read_to_string/assert_fs_read_to_string_eq_x.rs @@ -57,7 +57,7 @@ macro_rules! assert_fs_read_to_string_eq_x_as_result { format!( concat!( "assertion failed: `assert_fs_read_to_string_eq_x!(a_path, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_eq_x.html\n", " a_path label: `{}`,\n", " a_path debug: `{:?}`,\n", " b_expr label: `{}`,\n", @@ -80,7 +80,7 @@ macro_rules! assert_fs_read_to_string_eq_x_as_result { format!( concat!( "assertion failed: `assert_fs_read_to_string_eq_x!(a_path, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_eq_x.html\n", " a_path label: `{}`,\n", " a_path debug: `{:?}`,\n", " b_expr label: `{}`,\n", @@ -134,7 +134,7 @@ mod tests { format!( concat!( "assertion failed: `assert_fs_read_to_string_eq_x!(a_path, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_eq_x.html\n", " a_path label: `&path`,\n", " a_path debug: `{:?}`,\n", " b_expr label: `&value`,\n", @@ -157,7 +157,7 @@ mod tests { format!( concat!( "assertion failed: `assert_fs_read_to_string_eq_x!(a_path, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_eq_x.html\n", " a_path label: `&path`,\n", " a_path debug: `{:?}`,\n", " b_expr label: `&value`,\n", @@ -200,7 +200,7 @@ mod tests { /// assert_fs_read_to_string_eq_x!(&path, &value); /// # }); /// // assertion failed: `assert_fs_read_to_string_eq_x!(a_path, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_eq_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_eq_x.html /// // a_path label: `&path`, /// // a_path debug: `\"alfa.txt\"`, /// // b_expr label: `&value`, @@ -210,7 +210,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fs_read_to_string_eq_x!(a_path, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_eq_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_eq_x.html\n", /// # " a_path label: `&path`,\n", /// # " a_path debug: `\"alfa.txt\"`,\n", /// # " b_expr label: `&value`,\n", diff --git a/src/assert_fs_read_to_string/assert_fs_read_to_string_ge.rs b/src/assert_fs_read_to_string/assert_fs_read_to_string_ge.rs index 21d2c5025..83a1ce8a5 100644 --- a/src/assert_fs_read_to_string/assert_fs_read_to_string_ge.rs +++ b/src/assert_fs_read_to_string/assert_fs_read_to_string_ge.rs @@ -56,7 +56,7 @@ macro_rules! assert_fs_read_to_string_ge_as_result { format!( concat!( "assertion failed: `assert_fs_read_to_string_ge!(a_path, b_path)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ge.html\n", " a_path label: `{}`,\n", " a_path debug: `{:?}`,\n", " b_path label: `{}`,\n", @@ -79,7 +79,7 @@ macro_rules! assert_fs_read_to_string_ge_as_result { format!( concat!( "assertion failed: `assert_fs_read_to_string_ge!(a_path, b_path)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ge.html\n", " a_path label: `{}`,\n", " a_path debug: `{:?}`,\n", " b_path label: `{}`,\n", @@ -149,7 +149,7 @@ mod tests { format!( concat!( "assertion failed: `assert_fs_read_to_string_ge!(a_path, b_path)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ge.html\n", " a_path label: `&a`,\n", " a_path debug: `{:?}`,\n", " b_path label: `&b`,\n", @@ -193,7 +193,7 @@ mod tests { /// assert_fs_read_to_string_ge!(&a, &b); /// # }); /// // assertion failed: `assert_fs_read_to_string_ge!(a_path, b_path)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ge.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ge.html /// // a_path label: `&a`, /// // a_path debug: `\"alfa.txt\"`, /// // b_path label: `&b`, @@ -203,7 +203,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fs_read_to_string_ge!(a_path, b_path)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ge.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ge.html\n", /// # " a_path label: `&a`,\n", /// # " a_path debug: `\"alfa.txt\"`,\n", /// # " b_path label: `&b`,\n", diff --git a/src/assert_fs_read_to_string/assert_fs_read_to_string_ge_x.rs b/src/assert_fs_read_to_string/assert_fs_read_to_string_ge_x.rs index 3102957f6..acf89a3a4 100644 --- a/src/assert_fs_read_to_string/assert_fs_read_to_string_ge_x.rs +++ b/src/assert_fs_read_to_string/assert_fs_read_to_string_ge_x.rs @@ -57,7 +57,7 @@ macro_rules! assert_fs_read_to_string_ge_x_as_result { format!( concat!( "assertion failed: `assert_fs_read_to_string_ge_x!(a_path, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ge_x.html\n", " a_path label: `{}`,\n", " a_path debug: `{:?}`,\n", " b_expr label: `{}`,\n", @@ -80,7 +80,7 @@ macro_rules! assert_fs_read_to_string_ge_x_as_result { format!( concat!( "assertion failed: `assert_fs_read_to_string_ge_x!(a_path, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ge_x.html\n", " a_path label: `{}`,\n", " a_path debug: `{:?}`,\n", " b_expr label: `{}`,\n", @@ -142,7 +142,7 @@ mod tests { format!( concat!( "assertion failed: `assert_fs_read_to_string_ge_x!(a_path, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ge_x.html\n", " a_path label: `&path`,\n", " a_path debug: `{:?}`,\n", " b_expr label: `&value`,\n", @@ -185,7 +185,7 @@ mod tests { /// assert_fs_read_to_string_ge_x!(&path, &value); /// # }); /// // assertion failed: `assert_fs_read_to_string_ge_x!(a_path, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ge_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ge_x.html /// // a_path label: `&path`, /// // a_path debug: `\"alfa.txt\"`, /// // b_expr label: `&value`, @@ -195,7 +195,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fs_read_to_string_ge_x!(a_path, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ge_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ge_x.html\n", /// # " a_path label: `&path`,\n", /// # " a_path debug: `\"alfa.txt\"`,\n", /// # " b_expr label: `&value`,\n", diff --git a/src/assert_fs_read_to_string/assert_fs_read_to_string_gt.rs b/src/assert_fs_read_to_string/assert_fs_read_to_string_gt.rs index 0c8713833..2972a2999 100644 --- a/src/assert_fs_read_to_string/assert_fs_read_to_string_gt.rs +++ b/src/assert_fs_read_to_string/assert_fs_read_to_string_gt.rs @@ -56,7 +56,7 @@ macro_rules! assert_fs_read_to_string_gt_as_result { format!( concat!( "assertion failed: `assert_fs_read_to_string_gt!(a_path, b_path)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_gt.html\n", " a_path label: `{}`,\n", " a_path debug: `{:?}`,\n", " b_path label: `{}`,\n", @@ -79,7 +79,7 @@ macro_rules! assert_fs_read_to_string_gt_as_result { format!( concat!( "assertion failed: `assert_fs_read_to_string_gt!(a_path, b_path)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_gt.html\n", " a_path label: `{}`,\n", " a_path debug: `{:?}`,\n", " b_path label: `{}`,\n", @@ -138,7 +138,7 @@ mod tests { format!( concat!( "assertion failed: `assert_fs_read_to_string_gt!(a_path, b_path)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_gt.html\n", " a_path label: `&a`,\n", " a_path debug: `{:?}`,\n", " b_path label: `&b`,\n", @@ -162,7 +162,7 @@ mod tests { format!( concat!( "assertion failed: `assert_fs_read_to_string_gt!(a_path, b_path)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_gt.html\n", " a_path label: `&a`,\n", " a_path debug: `{:?}`,\n", " b_path label: `&b`,\n", @@ -206,7 +206,7 @@ mod tests { /// assert_fs_read_to_string_gt!(&a, &b); /// # }); /// // assertion failed: `assert_fs_read_to_string_gt!(a_path, b_path)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_gt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_gt.html /// // a_path label: `&a`, /// // a_path debug: `\"alfa.txt\"`, /// // b_path label: `&b`, @@ -216,7 +216,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fs_read_to_string_gt!(a_path, b_path)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_gt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_gt.html\n", /// # " a_path label: `&a`,\n", /// # " a_path debug: `\"alfa.txt\"`,\n", /// # " b_path label: `&b`,\n", diff --git a/src/assert_fs_read_to_string/assert_fs_read_to_string_gt_x.rs b/src/assert_fs_read_to_string/assert_fs_read_to_string_gt_x.rs index 4a3d91119..9a2c8ac3f 100644 --- a/src/assert_fs_read_to_string/assert_fs_read_to_string_gt_x.rs +++ b/src/assert_fs_read_to_string/assert_fs_read_to_string_gt_x.rs @@ -57,7 +57,7 @@ macro_rules! assert_fs_read_to_string_gt_x_as_result { format!( concat!( "assertion failed: `assert_fs_read_to_string_gt_x!(a_path, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_gt_x.html\n", " a_path label: `{}`,\n", " a_path debug: `{:?}`,\n", " b_expr label: `{}`,\n", @@ -80,7 +80,7 @@ macro_rules! assert_fs_read_to_string_gt_x_as_result { format!( concat!( "assertion failed: `assert_fs_read_to_string_gt_x!(a_path, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_gt_x.html\n", " a_path label: `{}`,\n", " a_path debug: `{:?}`,\n", " b_expr label: `{}`,\n", @@ -134,7 +134,7 @@ mod tests { format!( concat!( "assertion failed: `assert_fs_read_to_string_gt_x!(a_path, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_gt_x.html\n", " a_path label: `&path`,\n", " a_path debug: `{:?}`,\n", " b_expr label: `&value`,\n", @@ -157,7 +157,7 @@ mod tests { format!( concat!( "assertion failed: `assert_fs_read_to_string_gt_x!(a_path, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_gt_x.html\n", " a_path label: `&path`,\n", " a_path debug: `{:?}`,\n", " b_expr label: `&value`,\n", @@ -200,7 +200,7 @@ mod tests { /// assert_fs_read_to_string_gt_x!(&path, &value); /// # }); /// // assertion failed: `assert_fs_read_to_string_gt_x!(a_path, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_gt_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_gt_x.html /// // a_path label: `&path`, /// // a_path debug: `\"alfa.txt\"`, /// // b_expr label: `&value`, @@ -210,7 +210,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fs_read_to_string_gt_x!(a_path, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_gt_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_gt_x.html\n", /// # " a_path label: `&path`,\n", /// # " a_path debug: `\"alfa.txt\"`,\n", /// # " b_expr label: `&value`,\n", diff --git a/src/assert_fs_read_to_string/assert_fs_read_to_string_is_match.rs b/src/assert_fs_read_to_string/assert_fs_read_to_string_is_match.rs index 700167b09..e002ecd74 100644 --- a/src/assert_fs_read_to_string/assert_fs_read_to_string_is_match.rs +++ b/src/assert_fs_read_to_string/assert_fs_read_to_string_is_match.rs @@ -57,7 +57,7 @@ macro_rules! assert_fs_read_to_string_is_match_as_result { format!( concat!( "assertion failed: `assert_fs_read_to_string_is_match!(path, matcher)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_is_match.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_is_match.html\n", " path label: `{}`,\n", " path debug: `{:?}`,\n", " matcher label: `{}`,\n", @@ -78,7 +78,7 @@ macro_rules! assert_fs_read_to_string_is_match_as_result { format!( concat!( "assertion failed: `assert_fs_read_to_string_is_match!(path, matcher)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_is_match.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_is_match.html\n", " path label: `{}`,\n", " path debug: `{:?}`,\n", " matcher label: `{}`,\n", @@ -131,7 +131,7 @@ mod tests { format!( concat!( "assertion failed: `assert_fs_read_to_string_is_match!(path, matcher)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_is_match.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_is_match.html\n", " path label: `&path`,\n", " path debug: `{:?}`,\n", " matcher label: `&matcher`,\n", @@ -174,7 +174,7 @@ mod tests { /// assert_fs_read_to_string_is_match!(&path, &matcher); /// # }); /// // assertion failed: `assert_fs_read_to_string_is_match!(path, matcher)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_is_match.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_is_match.html /// // path label: `&path`, /// // path debug: `\"alfa.txt\"`, /// // matcher label: `&matcher`, @@ -183,7 +183,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fs_read_to_string_is_match!(path, matcher)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_is_match.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_is_match.html\n", /// # " path label: `&path`,\n", /// # " path debug: `\"alfa.txt\"`,\n", /// # " matcher label: `&matcher`,\n", diff --git a/src/assert_fs_read_to_string/assert_fs_read_to_string_le.rs b/src/assert_fs_read_to_string/assert_fs_read_to_string_le.rs index f97918ccf..e43a77d5d 100644 --- a/src/assert_fs_read_to_string/assert_fs_read_to_string_le.rs +++ b/src/assert_fs_read_to_string/assert_fs_read_to_string_le.rs @@ -56,7 +56,7 @@ macro_rules! assert_fs_read_to_string_le_as_result { format!( concat!( "assertion failed: `assert_fs_read_to_string_le!(a_path, b_path)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_le.html\n", " a_path label: `{}`,\n", " a_path debug: `{:?}`,\n", " b_path label: `{}`,\n", @@ -79,7 +79,7 @@ macro_rules! assert_fs_read_to_string_le_as_result { format!( concat!( "assertion failed: `assert_fs_read_to_string_le!(a_path, b_path)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_le.html\n", " a_path label: `{}`,\n", " a_path debug: `{:?}`,\n", " b_path label: `{}`,\n", @@ -149,7 +149,7 @@ mod tests { format!( concat!( "assertion failed: `assert_fs_read_to_string_le!(a_path, b_path)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_le.html\n", " a_path label: `&a`,\n", " a_path debug: `{:?}`,\n", " b_path label: `&b`,\n", @@ -193,7 +193,7 @@ mod tests { /// assert_fs_read_to_string_le!(&a, &b); /// # }); /// // assertion failed: `assert_fs_read_to_string_le!(a_path, b_path)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_le.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_le.html /// // a_path label: `&a`, /// // a_path debug: `\"bravo.txt\"`, /// // b_path label: `&b`, @@ -203,7 +203,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fs_read_to_string_le!(a_path, b_path)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_le.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_le.html\n", /// # " a_path label: `&a`,\n", /// # " a_path debug: `\"bravo.txt\"`,\n", /// # " b_path label: `&b`,\n", diff --git a/src/assert_fs_read_to_string/assert_fs_read_to_string_le_x.rs b/src/assert_fs_read_to_string/assert_fs_read_to_string_le_x.rs index 0fb91cbe8..8cb9d263b 100644 --- a/src/assert_fs_read_to_string/assert_fs_read_to_string_le_x.rs +++ b/src/assert_fs_read_to_string/assert_fs_read_to_string_le_x.rs @@ -57,7 +57,7 @@ macro_rules! assert_fs_read_to_string_le_x_as_result { format!( concat!( "assertion failed: `assert_fs_read_to_string_le_x!(a_path, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_le_x.html\n", " a_path label: `{}`,\n", " a_path debug: `{:?}`,\n", " b_expr label: `{}`,\n", @@ -80,7 +80,7 @@ macro_rules! assert_fs_read_to_string_le_x_as_result { format!( concat!( "assertion failed: `assert_fs_read_to_string_le_x!(a_path, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_le_x.html\n", " a_path label: `{}`,\n", " a_path debug: `{:?}`,\n", " b_expr label: `{}`,\n", @@ -142,7 +142,7 @@ mod tests { format!( concat!( "assertion failed: `assert_fs_read_to_string_le_x!(a_path, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_le_x.html\n", " a_path label: `&path`,\n", " a_path debug: `{:?}`,\n", " b_expr label: `&value`,\n", @@ -185,7 +185,7 @@ mod tests { /// assert_fs_read_to_string_le_x!(&path, &value); /// # }); /// // assertion failed: `assert_fs_read_to_string_le_x!(a_path, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_le_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_le_x.html /// // a_path label: `&path`, /// // a_path debug: `\"bravo.txt\"`, /// // b_expr label: `&value`, @@ -195,7 +195,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fs_read_to_string_le_x!(a_path, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_le_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_le_x.html\n", /// # " a_path label: `&path`,\n", /// # " a_path debug: `\"bravo.txt\"`,\n", /// # " b_expr label: `&value`,\n", diff --git a/src/assert_fs_read_to_string/assert_fs_read_to_string_lt.rs b/src/assert_fs_read_to_string/assert_fs_read_to_string_lt.rs index 7cefddb21..654df0490 100644 --- a/src/assert_fs_read_to_string/assert_fs_read_to_string_lt.rs +++ b/src/assert_fs_read_to_string/assert_fs_read_to_string_lt.rs @@ -56,7 +56,7 @@ macro_rules! assert_fs_read_to_string_lt_as_result { format!( concat!( "assertion failed: `assert_fs_read_to_string_lt!(a_path, b_path)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_lt.html\n", " a_path label: `{}`,\n", " a_path debug: `{:?}`,\n", " b_path label: `{}`,\n", @@ -79,7 +79,7 @@ macro_rules! assert_fs_read_to_string_lt_as_result { format!( concat!( "assertion failed: `assert_fs_read_to_string_lt!(a_path, b_path)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_lt.html\n", " a_path label: `{}`,\n", " a_path debug: `{:?}`,\n", " b_path label: `{}`,\n", @@ -138,7 +138,7 @@ mod tests { format!( concat!( "assertion failed: `assert_fs_read_to_string_lt!(a_path, b_path)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_lt.html\n", " a_path label: `&a`,\n", " a_path debug: `{:?}`,\n", " b_path label: `&b`,\n", @@ -162,7 +162,7 @@ mod tests { format!( concat!( "assertion failed: `assert_fs_read_to_string_lt!(a_path, b_path)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_lt.html\n", " a_path label: `&a`,\n", " a_path debug: `{:?}`,\n", " b_path label: `&b`,\n", @@ -206,7 +206,7 @@ mod tests { /// assert_fs_read_to_string_lt!(&a, &b); /// # }); /// // assertion failed: `assert_fs_read_to_string_lt!(a_path, b_path)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_lt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_lt.html /// // a_path label: `&a`, /// // a_path debug: `\"bravo.txt\"`, /// // b_path label: `&b`, @@ -216,7 +216,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fs_read_to_string_lt!(a_path, b_path)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_lt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_lt.html\n", /// # " a_path label: `&a`,\n", /// # " a_path debug: `\"bravo.txt\"`,\n", /// # " b_path label: `&b`,\n", diff --git a/src/assert_fs_read_to_string/assert_fs_read_to_string_lt_x.rs b/src/assert_fs_read_to_string/assert_fs_read_to_string_lt_x.rs index f5e5a8f81..c65c222f4 100644 --- a/src/assert_fs_read_to_string/assert_fs_read_to_string_lt_x.rs +++ b/src/assert_fs_read_to_string/assert_fs_read_to_string_lt_x.rs @@ -57,7 +57,7 @@ macro_rules! assert_fs_read_to_string_lt_x_as_result { format!( concat!( "assertion failed: `assert_fs_read_to_string_lt_x!(a_path, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_lt_x.html\n", " a_path label: `{}`,\n", " a_path debug: `{:?}`,\n", " b_expr label: `{}`,\n", @@ -80,7 +80,7 @@ macro_rules! assert_fs_read_to_string_lt_x_as_result { format!( concat!( "assertion failed: `assert_fs_read_to_string_lt_x!(a_path, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_lt_x.html\n", " a_path label: `{}`,\n", " a_path debug: `{:?}`,\n", " b_expr label: `{}`,\n", @@ -134,7 +134,7 @@ mod tests { format!( concat!( "assertion failed: `assert_fs_read_to_string_lt_x!(a_path, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_lt_x.html\n", " a_path label: `&path`,\n", " a_path debug: `{:?}`,\n", " b_expr label: `&value`,\n", @@ -157,7 +157,7 @@ mod tests { format!( concat!( "assertion failed: `assert_fs_read_to_string_lt_x!(a_path, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_lt_x.html\n", " a_path label: `&path`,\n", " a_path debug: `{:?}`,\n", " b_expr label: `&value`,\n", @@ -200,7 +200,7 @@ mod tests { /// assert_fs_read_to_string_lt_x!(&path, &value); /// # }); /// // assertion failed: `assert_fs_read_to_string_lt_x!(a_path, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_lt_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_lt_x.html /// // a_path label: `&path`, /// // a_path debug: `\"bravo.txt\"`, /// // b_expr label: `&value`, @@ -210,7 +210,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fs_read_to_string_lt_x!(a_path, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_lt_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_lt_x.html\n", /// # " a_path label: `&path`,\n", /// # " a_path debug: `\"bravo.txt\"`,\n", /// # " b_expr label: `&value`,\n", diff --git a/src/assert_fs_read_to_string/assert_fs_read_to_string_ne.rs b/src/assert_fs_read_to_string/assert_fs_read_to_string_ne.rs index c8427e445..c580ea352 100644 --- a/src/assert_fs_read_to_string/assert_fs_read_to_string_ne.rs +++ b/src/assert_fs_read_to_string/assert_fs_read_to_string_ne.rs @@ -56,7 +56,7 @@ macro_rules! assert_fs_read_to_string_ne_as_result { format!( concat!( "assertion failed: `assert_fs_read_to_string_ne!(a_path, b_path)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ne.html\n", " a_path label: `{}`,\n", " a_path debug: `{:?}`,\n", " b_path label: `{}`,\n", @@ -79,7 +79,7 @@ macro_rules! assert_fs_read_to_string_ne_as_result { format!( concat!( "assertion failed: `assert_fs_read_to_string_ne!(a_path, b_path)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ne.html\n", " a_path label: `{}`,\n", " a_path debug: `{:?}`,\n", " b_path label: `{}`,\n", @@ -149,7 +149,7 @@ mod tests { format!( concat!( "assertion failed: `assert_fs_read_to_string_ne!(a_path, b_path)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ne.html\n", " a_path label: `&a`,\n", " a_path debug: `{:?}`,\n", " b_path label: `&b`,\n", @@ -192,7 +192,7 @@ mod tests { /// let b = "alfa.txt"; /// assert_fs_read_to_string_ne!(&a, &b); /// // assertion failed: `assert_fs_read_to_string_ne!(a_path, b_path)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ne.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ne.html /// // a_path label: `&a`, /// // a_path debug: `\"alfa.txt\"`, /// // b_path label: `&b`, @@ -203,7 +203,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fs_read_to_string_ne!(a_path, b_path)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ne.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ne.html\n", /// # " a_path label: `&a`,\n", /// # " a_path debug: `\"alfa.txt\"`,\n", /// # " b_path label: `&b`,\n", diff --git a/src/assert_fs_read_to_string/assert_fs_read_to_string_ne_x.rs b/src/assert_fs_read_to_string/assert_fs_read_to_string_ne_x.rs index 91a483588..611a3b24a 100644 --- a/src/assert_fs_read_to_string/assert_fs_read_to_string_ne_x.rs +++ b/src/assert_fs_read_to_string/assert_fs_read_to_string_ne_x.rs @@ -57,7 +57,7 @@ macro_rules! assert_fs_read_to_string_ne_x_as_result { format!( concat!( "assertion failed: `assert_fs_read_to_string_ne_x!(a_path, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ne_x.html\n", " a_path label: `{}`,\n", " a_path debug: `{:?}`,\n", " b_expr label: `{}`,\n", @@ -80,7 +80,7 @@ macro_rules! assert_fs_read_to_string_ne_x_as_result { format!( concat!( "assertion failed: `assert_fs_read_to_string_ne_x!(a_path, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ne_x.html\n", " a_path label: `{}`,\n", " a_path debug: `{:?}`,\n", " b_expr label: `{}`,\n", @@ -142,7 +142,7 @@ mod tests { format!( concat!( "assertion failed: `assert_fs_read_to_string_ne_x!(a_path, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ne_x.html\n", " a_path label: `&path`,\n", " a_path debug: `{:?}`,\n", " b_expr label: `&value`,\n", @@ -185,7 +185,7 @@ mod tests { /// assert_fs_read_to_string_ne_x!(&path, &value); /// # }); /// // assertion failed: `assert_fs_read_to_string_ne_x!(a_path, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ne_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ne_x.html /// // a_path label: `&path`, /// // a_path debug: `\"alfa.txt\"`, /// // b_expr label: `&value`, @@ -195,7 +195,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_fs_read_to_string_ne_x!(a_path, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_fs_read_to_string_ne_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_fs_read_to_string_ne_x.html\n", /// # " a_path label: `&path`,\n", /// # " a_path debug: `\"alfa.txt\"`,\n", /// # " b_expr label: `&value`,\n", diff --git a/src/assert_ge.rs b/src/assert_ge.rs index 09a294dfc..daae3eadd 100644 --- a/src/assert_ge.rs +++ b/src/assert_ge.rs @@ -1,4 +1,4 @@ -//! Assert an expression is greater than or equal to another expression. +//! Assert an expression is greater than or equal to another. //! //! Pseudocode:
                                                                                                                                                                                //! a ≥ b @@ -21,7 +21,7 @@ //! * [`assert_ge_as_result`](macro@crate::assert_ge_as_result) //! * [`debug_assert_ge`](macro@crate::debug_assert_ge) -/// Assert an expression is greater than or equal to another expression. +/// Assert an expression is greater than or equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a ≥ b @@ -53,7 +53,7 @@ macro_rules! assert_ge_as_result { Err(format!( concat!( "assertion failed: `assert_ge!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ge.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -90,7 +90,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_ge!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ge.html\n", " a label: `a`,\n", " a debug: `1`,\n", " b label: `b`,\n", @@ -100,7 +100,7 @@ mod tests { } } -/// Assert an expression is greater than or equal to another expression. +/// Assert an expression is greater than or equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a ≥ b @@ -128,7 +128,7 @@ mod tests { /// assert_ge!(a, b); /// # }); /// // assertion failed: `assert_ge!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_ge.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_ge.html /// // a label: `a`, /// // a debug: `1`, /// // b label: `b`, @@ -136,7 +136,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_ge!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ge.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ge.html\n", /// # " a label: `a`,\n", /// # " a debug: `1`,\n", /// # " b label: `b`,\n", @@ -168,7 +168,7 @@ macro_rules! assert_ge { }}; } -/// Assert an expression is greater than or equal to another expression. +/// Assert an expression is greater than or equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a ≥ b diff --git a/src/assert_gt.rs b/src/assert_gt.rs index 3afaa8b6a..360d1ce6e 100644 --- a/src/assert_gt.rs +++ b/src/assert_gt.rs @@ -1,4 +1,4 @@ -//! Assert an expression is greater than another expression. +//! Assert an expression is greater than another. //! //! Pseudocode:
                                                                                                                                                                                //! a > b @@ -21,7 +21,7 @@ //! * [`assert_gt_as_result`](macro@crate::assert_gt_as_result) //! * [`debug_assert_gt`](macro@crate::debug_assert_gt) -/// Assert an expression is greater than another expression. +/// Assert an expression is greater than another. /// /// Pseudocode:
                                                                                                                                                                                /// a > b @@ -53,7 +53,7 @@ macro_rules! assert_gt_as_result { Err(format!( concat!( "assertion failed: `assert_gt!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_gt.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -90,7 +90,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_gt!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_gt.html\n", " a label: `a`,\n", " a debug: `1`,\n", " b label: `b`,\n", @@ -100,7 +100,7 @@ mod tests { } } -/// Assert an expression is greater than another expression. +/// Assert an expression is greater than another. /// /// Pseudocode:
                                                                                                                                                                                /// a > b @@ -128,7 +128,7 @@ mod tests { /// assert_gt!(a, b); /// # }); /// // assertion failed: `assert_gt!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_gt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_gt.html /// // a label: `a`, /// // a debug: `1`, /// // b label: `b`, @@ -136,7 +136,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_gt!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_gt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_gt.html\n", /// # " a label: `a`,\n", /// # " a debug: `1`,\n", /// # " b label: `b`,\n", @@ -168,7 +168,7 @@ macro_rules! assert_gt { }}; } -/// Assert an expression is greater than another expression. +/// Assert an expression is greater than another. /// /// Pseudocode:
                                                                                                                                                                                /// a > b diff --git a/src/assert_in/assert_in_delta.rs b/src/assert_in/assert_in_delta.rs index 0d300b44a..fcf889f09 100644 --- a/src/assert_in/assert_in_delta.rs +++ b/src/assert_in/assert_in_delta.rs @@ -1,4 +1,4 @@ -//! Assert a number is within delta of another number. +//! Assert a number is within delta of another. //! //! Pseudocode:
                                                                                                                                                                                //! | a - b | ≤ Δ @@ -62,7 +62,7 @@ //! * [`assert_in_delta_as_result`](macro@crate::assert_in_delta_as_result) //! * [`debug_assert_in_delta`](macro@crate::debug_assert_in_delta) -/// Assert a number is within delta of another number. +/// Assert a number is within delta of another. /// /// Pseudocode:
                                                                                                                                                                                /// | a - b | ≤ Δ @@ -97,7 +97,7 @@ macro_rules! assert_in_delta_as_result { format!( concat!( "assertion failed: `assert_in_delta!(a, b, Δ)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_in_delta.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_in_delta.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -145,7 +145,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_in_delta!(a, b, Δ)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_in_delta.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_in_delta.html\n", " a label: `a`,\n", " a debug: `10`,\n", " b label: `b`,\n", @@ -159,7 +159,7 @@ mod tests { } } -/// Assert a number is within delta of another number. +/// Assert a number is within delta of another. /// /// Pseudocode:
                                                                                                                                                                                /// | a - b | ≤ Δ @@ -189,7 +189,7 @@ mod tests { /// assert_in_delta!(a, b, delta); /// # }); /// // assertion failed: `assert_in_delta!(a, b, Δ)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_in_delta.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_in_delta.html /// // a label: `a`, /// // a debug: `10`, /// // b label: `b`, @@ -201,7 +201,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_in_delta!(a, b, Δ)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_in_delta.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_in_delta.html\n", /// # " a label: `a`,\n", /// # " a debug: `10`,\n", /// # " b label: `b`,\n", @@ -255,7 +255,7 @@ macro_rules! assert_in_delta { }}; } -/// Assert a number is within delta of another number. +/// Assert a number is within delta of another. /// /// Pseudocode:
                                                                                                                                                                                /// | a - b | ≤ Δ diff --git a/src/assert_in/assert_in_epsilon.rs b/src/assert_in/assert_in_epsilon.rs index 510e41050..9131d6f57 100644 --- a/src/assert_in/assert_in_epsilon.rs +++ b/src/assert_in/assert_in_epsilon.rs @@ -1,4 +1,4 @@ -//! Assert a number is within epsilon of another number. +//! Assert a number is within epsilon of another. //! //! Pseudocode:
                                                                                                                                                                                //! | a - b | ≤ ε * min(a, b) @@ -62,7 +62,7 @@ //! * [`assert_in_epsilon_as_result`](macro@crate::assert_in_epsilon_as_result) //! * [`debug_assert_in_epsilon`](macro@crate::debug_assert_in_epsilon) -/// Assert a number is within epsilon of another number. +/// Assert a number is within epsilon of another. /// /// Pseudocode:
                                                                                                                                                                                /// | a - b | ≤ ε * min(a, b) @@ -99,7 +99,7 @@ macro_rules! assert_in_epsilon_as_result { format!( concat!( "assertion failed: `assert_in_epsilon!(a, b, ε)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_in_epsilon.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_in_epsilon.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -149,7 +149,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_in_epsilon!(a, b, ε)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_in_epsilon.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_in_epsilon.html\n", " a label: `a`,\n", " a debug: `10`,\n", " b label: `b`,\n", @@ -164,7 +164,7 @@ mod tests { } } -/// Assert a number is within epsilon of another number. +/// Assert a number is within epsilon of another. /// /// Pseudocode:
                                                                                                                                                                                /// | a - b | ≤ ε * min(a, b) @@ -194,7 +194,7 @@ mod tests { /// assert_in_epsilon!(a, b, epsilon); /// # }); /// // assertion failed: `assert_in_epsilon!(a, b, epsilon)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_in_epsilon.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_in_epsilon.html /// // a label: `a`, /// // a debug: `10`, /// // b label: `b`, @@ -207,7 +207,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_in_epsilon!(a, b, ε)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_in_epsilon.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_in_epsilon.html\n", /// # " a label: `a`,\n", /// # " a debug: `10`,\n", /// # " b label: `b`,\n", @@ -262,7 +262,7 @@ macro_rules! assert_in_epsilon { }}; } -/// Assert a number is within epsilon of another number. +/// Assert a number is within epsilon of another. /// /// Pseudocode:
                                                                                                                                                                                /// | a - b | ≤ ε * min(a, b) diff --git a/src/assert_infix.rs b/src/assert_infix.rs index 61b1bc2e7..82d1c92a1 100644 --- a/src/assert_infix.rs +++ b/src/assert_infix.rs @@ -99,7 +99,7 @@ macro_rules! assert_infix_as_result { format!( concat!( "assertion failed: `assert_infix!(a {} b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_infix.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_infix.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -138,7 +138,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_infix!(a == b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_infix.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_infix.html\n", " a label: `a`,\n", " a debug: `1`,\n", " b label: `b`,\n", @@ -150,7 +150,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_infix!(a >= b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_infix.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_infix.html\n", " a label: `a`,\n", " a debug: `1`,\n", " b label: `b`,\n", @@ -188,7 +188,7 @@ mod tests { /// assert_infix!(a == b); /// # }); /// // assertion failed: `assert_infix!(a == b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_infix.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_infix.html /// // a label: `a`, /// // a debug: `1`, /// // b label: `b`, @@ -196,7 +196,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_infix!(a == b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_infix.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_infix.html\n", /// # " a label: `a`,\n", /// # " a debug: `1`,\n", /// # " b label: `b`,\n", diff --git a/src/assert_io_read_to_string/assert_io_read_to_string_contains.rs b/src/assert_io_read_to_string/assert_io_read_to_string_contains.rs index af16db579..941cb5f5b 100644 --- a/src/assert_io_read_to_string/assert_io_read_to_string_contains.rs +++ b/src/assert_io_read_to_string/assert_io_read_to_string_contains.rs @@ -58,7 +58,7 @@ macro_rules! assert_io_read_to_string_contains_as_result { format!( concat!( "assertion failed: `assert_io_read_to_string_contains!(reader, &containee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_contains.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_contains.html\n", " reader label: `{}`,\n", " reader debug: `{:?}`,\n", " containee label: `{}`,\n", @@ -79,7 +79,7 @@ macro_rules! assert_io_read_to_string_contains_as_result { format!( concat!( "assertion failed: `assert_io_read_to_string_contains!(reader, &containee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_contains.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_contains.html\n", " reader label: `{}`,\n", " reader debug: `{:?}`,\n", " containee label: `{}`,\n", @@ -122,7 +122,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_io_read_to_string_contains!(reader, &containee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_contains.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_contains.html\n", " reader label: `reader`,\n", " reader debug: `[]`,\n", " containee label: `&containee`,\n", @@ -162,7 +162,7 @@ mod tests { /// assert_io_read_to_string_contains!(reader, &containee); /// # }); /// // assertion failed: `assert_io_read_to_string_contains!(reader, &containee)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_contains.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_contains.html /// // reader label: `&reader`, /// // reader debug: `[]`, /// // containee label: `&containee`, @@ -171,7 +171,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_io_read_to_string_contains!(reader, &containee)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_contains.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_contains.html\n", /// # " reader label: `reader`,\n", /// # " reader debug: `[]`,\n", /// # " containee label: `&containee`,\n", diff --git a/src/assert_io_read_to_string/assert_io_read_to_string_eq.rs b/src/assert_io_read_to_string/assert_io_read_to_string_eq.rs index 0b127f5f7..01b6bffc6 100644 --- a/src/assert_io_read_to_string/assert_io_read_to_string_eq.rs +++ b/src/assert_io_read_to_string/assert_io_read_to_string_eq.rs @@ -60,7 +60,7 @@ macro_rules! assert_io_read_to_string_eq_as_result { format!( concat!( "assertion failed: `assert_io_read_to_string_eq!(a_reader, b_reader)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_eq.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -83,7 +83,7 @@ macro_rules! assert_io_read_to_string_eq_as_result { format!( concat!( "assertion failed: `assert_io_read_to_string_eq!(a_reader, b_reader)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_eq.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -126,7 +126,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_io_read_to_string_eq!(a_reader, b_reader)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_eq.html\n", " a label: `a`,\n", " a debug: `[]`,\n", " b label: `b`,\n", @@ -146,7 +146,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_io_read_to_string_eq!(a_reader, b_reader)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_eq.html\n", " a label: `a`,\n", " a debug: `[]`,\n", " b label: `b`,\n", @@ -187,7 +187,7 @@ mod tests { /// assert_io_read_to_string_eq!(a, b); /// # }); /// // assertion failed: `assert_io_read_to_string_eq!(a_reader, b_reader)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_eq.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_eq.html /// // a label: `a`, /// // a debug: `[]`, /// // b label: `b`, @@ -197,7 +197,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_io_read_to_string_eq!(a_reader, b_reader)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_eq.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_eq.html\n", /// # " a label: `a`,\n", /// # " a debug: `[]`,\n", /// # " b label: `b`,\n", diff --git a/src/assert_io_read_to_string/assert_io_read_to_string_eq_x.rs b/src/assert_io_read_to_string/assert_io_read_to_string_eq_x.rs index f5299853f..dfd3967d4 100644 --- a/src/assert_io_read_to_string/assert_io_read_to_string_eq_x.rs +++ b/src/assert_io_read_to_string/assert_io_read_to_string_eq_x.rs @@ -59,7 +59,7 @@ macro_rules! assert_io_read_to_string_eq_x_as_result { format!( concat!( "assertion failed: `assert_io_read_to_string_eq_x!(a_reader, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_eq_x.html\n", " a_reader label: `{}`,\n", " a_reader debug: `{:?}`,\n", " b_expr label: `{}`,\n", @@ -82,7 +82,7 @@ macro_rules! assert_io_read_to_string_eq_x_as_result { format!( concat!( "assertion failed: `assert_io_read_to_string_eq_x!(a_reader, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_eq_x.html\n", " a_reader label: `{}`,\n", " a_reader debug: `{:?}`,\n", " b_expr label: `{}`,\n", @@ -125,7 +125,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_io_read_to_string_eq_x!(a_reader, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_eq_x.html\n", " a_reader label: `reader`,\n", " a_reader debug: `[]`,\n", " b_expr label: `&value`,\n", @@ -145,7 +145,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_io_read_to_string_eq_x!(a_reader, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_eq_x.html\n", " a_reader label: `reader`,\n", " a_reader debug: `[]`,\n", " b_expr label: `&value`,\n", @@ -186,7 +186,7 @@ mod tests { /// assert_io_read_to_string_eq_x!(reader, &value); /// # }); /// // assertion failed: `assert_io_read_to_string_eq_x!(a_reader, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_eq_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_eq_x.html /// // a_reader label: `reader`, /// // a_reader debug: `[]`, /// // b_expr label: `&value`, @@ -196,7 +196,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_io_read_to_string_eq_x!(a_reader, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_eq_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_eq_x.html\n", /// # " a_reader label: `reader`,\n", /// # " a_reader debug: `[]`,\n", /// # " b_expr label: `&value`,\n", diff --git a/src/assert_io_read_to_string/assert_io_read_to_string_ge.rs b/src/assert_io_read_to_string/assert_io_read_to_string_ge.rs index 1021e2892..8aa8475f3 100644 --- a/src/assert_io_read_to_string/assert_io_read_to_string_ge.rs +++ b/src/assert_io_read_to_string/assert_io_read_to_string_ge.rs @@ -60,7 +60,7 @@ macro_rules! assert_io_read_to_string_ge_as_result { format!( concat!( "assertion failed: `assert_io_read_to_string_ge!(a_reader, b_reader)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ge.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -83,7 +83,7 @@ macro_rules! assert_io_read_to_string_ge_as_result { format!( concat!( "assertion failed: `assert_io_read_to_string_ge!(a_reader, b_reader)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ge.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -140,7 +140,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_io_read_to_string_ge!(a_reader, b_reader)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ge.html\n", " a label: `a`,\n", " a debug: `[]`,\n", " b label: `b`,\n", @@ -181,7 +181,7 @@ mod tests { /// assert_io_read_to_string_ge!(a, b); /// # }); /// // assertion failed: `assert_io_read_to_string_ge!(a_reader, b_reader)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ge.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ge.html /// // a label: `a`, /// // a debug: `[]`, /// // b label: `b`, @@ -191,7 +191,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_io_read_to_string_ge!(a_reader, b_reader)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ge.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ge.html\n", /// # " a label: `a`,\n", /// # " a debug: `[]`,\n", /// # " b label: `b`,\n", diff --git a/src/assert_io_read_to_string/assert_io_read_to_string_ge_x.rs b/src/assert_io_read_to_string/assert_io_read_to_string_ge_x.rs index 6eb5d5fa0..b9a140588 100644 --- a/src/assert_io_read_to_string/assert_io_read_to_string_ge_x.rs +++ b/src/assert_io_read_to_string/assert_io_read_to_string_ge_x.rs @@ -59,7 +59,7 @@ macro_rules! assert_io_read_to_string_ge_x_as_result { format!( concat!( "assertion failed: `assert_io_read_to_string_ge_x!(a_reader, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ge_x.html\n", " a_reader label: `{}`,\n", " a_reader debug: `{:?}`,\n", " b_expr label: `{}`,\n", @@ -82,7 +82,7 @@ macro_rules! assert_io_read_to_string_ge_x_as_result { format!( concat!( "assertion failed: `assert_io_read_to_string_ge_x!(a_reader, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ge_x.html\n", " a_reader label: `{}`,\n", " a_reader debug: `{:?}`,\n", " b_expr label: `{}`,\n", @@ -133,7 +133,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_io_read_to_string_ge_x!(a_reader, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ge_x.html\n", " a_reader label: `reader`,\n", " a_reader debug: `[]`,\n", " b_expr label: `&value`,\n", @@ -174,7 +174,7 @@ mod tests { /// assert_io_read_to_string_ge_x!(reader, &value); /// # }); /// // assertion failed: `assert_io_read_to_string_ge_x!(a_reader, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ge_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ge_x.html /// // a_reader label: `reader`, /// // a_reader debug: `[]`, /// // b_expr label: `&value`, @@ -184,7 +184,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_io_read_to_string_ge_x!(a_reader, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ge_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ge_x.html\n", /// # " a_reader label: `reader`,\n", /// # " a_reader debug: `[]`,\n", /// # " b_expr label: `&value`,\n", diff --git a/src/assert_io_read_to_string/assert_io_read_to_string_gt.rs b/src/assert_io_read_to_string/assert_io_read_to_string_gt.rs index 76a270266..926800fa8 100644 --- a/src/assert_io_read_to_string/assert_io_read_to_string_gt.rs +++ b/src/assert_io_read_to_string/assert_io_read_to_string_gt.rs @@ -60,7 +60,7 @@ macro_rules! assert_io_read_to_string_gt_as_result { format!( concat!( "assertion failed: `assert_io_read_to_string_gt!(a_reader, b_reader)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_gt.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -84,7 +84,7 @@ macro_rules! assert_io_read_to_string_gt_as_result { format!( concat!( "assertion failed: `assert_io_read_to_string_gt!(a_reader, b_reader)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_gt.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -130,7 +130,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_io_read_to_string_gt!(a_reader, b_reader)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_gt.html\n", " a label: `a`,\n", " a debug: `[]`,\n", " b label: `b`,\n", @@ -150,7 +150,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_io_read_to_string_gt!(a_reader, b_reader)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_gt.html\n", " a label: `a`,\n", " a debug: `[]`,\n", " b label: `b`,\n", @@ -191,7 +191,7 @@ mod tests { /// assert_io_read_to_string_gt!(a, b); /// # }); /// // assertion failed: `assert_io_read_to_string_gt!(a_reader, b_reader)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_gt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_gt.html /// // a label: `a`, /// // a debug: `[]`, /// // b label: `b`, @@ -201,7 +201,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_io_read_to_string_gt!(a_reader, b_reader)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_gt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_gt.html\n", /// # " a label: `a`,\n", /// # " a debug: `[]`,\n", /// # " b label: `b`,\n", diff --git a/src/assert_io_read_to_string/assert_io_read_to_string_gt_x.rs b/src/assert_io_read_to_string/assert_io_read_to_string_gt_x.rs index b54f47695..ab4b737f0 100644 --- a/src/assert_io_read_to_string/assert_io_read_to_string_gt_x.rs +++ b/src/assert_io_read_to_string/assert_io_read_to_string_gt_x.rs @@ -59,7 +59,7 @@ macro_rules! assert_io_read_to_string_gt_x_as_result { format!( concat!( "assertion failed: `assert_io_read_to_string_gt_x!(a_reader, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_gt_x.html\n", " a_reader label: `{}`,\n", " a_reader debug: `{:?}`,\n", " b_expr label: `{}`,\n", @@ -82,7 +82,7 @@ macro_rules! assert_io_read_to_string_gt_x_as_result { format!( concat!( "assertion failed: `assert_io_read_to_string_gt_x!(a_reader, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_gt_x.html\n", " a_reader label: `{}`,\n", " a_reader debug: `{:?}`,\n", " b_expr label: `{}`,\n", @@ -125,7 +125,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_io_read_to_string_gt_x!(a_reader, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_gt_x.html\n", " a_reader label: `reader`,\n", " a_reader debug: `[]`,\n", " b_expr label: `&value`,\n", @@ -145,7 +145,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_io_read_to_string_gt_x!(a_reader, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_gt_x.html\n", " a_reader label: `reader`,\n", " a_reader debug: `[]`,\n", " b_expr label: `&value`,\n", @@ -186,7 +186,7 @@ mod tests { /// assert_io_read_to_string_gt_x!(reader, &value); /// # }); /// // assertion failed: `assert_io_read_to_string_gt_x!(a_reader, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_gt_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_gt_x.html /// // a_reader label: `reader`, /// // a_reader debug: `[]`, /// // b_expr label: `&value`, @@ -196,7 +196,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_io_read_to_string_gt_x!(a_reader, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_gt_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_gt_x.html\n", /// # " a_reader label: `reader`,\n", /// # " a_reader debug: `[]`,\n", /// # " b_expr label: `&value`,\n", diff --git a/src/assert_io_read_to_string/assert_io_read_to_string_is_match.rs b/src/assert_io_read_to_string/assert_io_read_to_string_is_match.rs index e3ecd2d7c..d6f597e0a 100644 --- a/src/assert_io_read_to_string/assert_io_read_to_string_is_match.rs +++ b/src/assert_io_read_to_string/assert_io_read_to_string_is_match.rs @@ -59,7 +59,7 @@ macro_rules! assert_io_read_to_string_is_match_as_result { format!( concat!( "assertion failed: `assert_io_read_to_string_is_match!(a_reader, &matcher)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_is_match.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_is_match.html\n", " reader label: `{}`,\n", " reader debug: `{:?}`,\n", " matcher label: `{}`,\n", @@ -82,7 +82,7 @@ macro_rules! assert_io_read_to_string_is_match_as_result { format!( concat!( "assertion failed: `assert_io_read_to_string_is_match!(a_reader, &matcher)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_is_match.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_is_match.html\n", " reader label: `{}`,\n", " reader debug: `{:?}`,\n", " matcher label: `{}`,\n", @@ -125,7 +125,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_io_read_to_string_is_match!(a_reader, &matcher)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_is_match.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_is_match.html\n", " reader label: `reader`,\n", " reader debug: `[]`,\n", " matcher label: `&matcher`,\n", @@ -167,7 +167,7 @@ mod tests { /// assert_io_read_to_string_is_match!(reader, &matcher); /// # }); /// // assertion failed: `assert_io_read_to_string_is_match!(a_reader, &matcher)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_is_match.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_is_match.html /// // reader label: `reader`, /// // reader debug: `[]`, /// // matcher label: `&matcher`, @@ -177,7 +177,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_io_read_to_string_is_match!(a_reader, &matcher)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_is_match.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_is_match.html\n", /// # " reader label: `reader`,\n", /// # " reader debug: `[]`,\n", /// # " matcher label: `&matcher`,\n", diff --git a/src/assert_io_read_to_string/assert_io_read_to_string_le.rs b/src/assert_io_read_to_string/assert_io_read_to_string_le.rs index 910728a0f..66b487706 100644 --- a/src/assert_io_read_to_string/assert_io_read_to_string_le.rs +++ b/src/assert_io_read_to_string/assert_io_read_to_string_le.rs @@ -60,7 +60,7 @@ macro_rules! assert_io_read_to_string_le_as_result { format!( concat!( "assertion failed: `assert_io_read_to_string_le!(a_reader, b_reader)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_le.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -83,7 +83,7 @@ macro_rules! assert_io_read_to_string_le_as_result { format!( concat!( "assertion failed: `assert_io_read_to_string_le!(a_reader, b_reader)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_le.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -129,7 +129,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_io_read_to_string_le!(a_reader, b_reader)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_le.html\n", " a label: `a`,\n", " a debug: `[]`,\n", " b label: `b`,\n", @@ -170,7 +170,7 @@ mod tests { /// assert_io_read_to_string_le!(a, b); /// # }); /// // assertion failed: `assert_io_read_to_string_le!(a_reader, b_reader)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_le.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_le.html /// // a label: `a`, /// // a debug: `[]`, /// // b label: `b`, @@ -180,7 +180,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_io_read_to_string_le!(a_reader, b_reader)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_le.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_le.html\n", /// # " a label: `a`,\n", /// # " a debug: `[]`,\n", /// # " b label: `b`,\n", diff --git a/src/assert_io_read_to_string/assert_io_read_to_string_le_x.rs b/src/assert_io_read_to_string/assert_io_read_to_string_le_x.rs index 5f420cf0b..eb7fecf21 100644 --- a/src/assert_io_read_to_string/assert_io_read_to_string_le_x.rs +++ b/src/assert_io_read_to_string/assert_io_read_to_string_le_x.rs @@ -59,7 +59,7 @@ macro_rules! assert_io_read_to_string_le_x_as_result { format!( concat!( "assertion failed: `assert_io_read_to_string_le_x!(a_reader, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_le_x.html\n", " a_reader label: `{}`,\n", " a_reader debug: `{:?}`,\n", " b_expr label: `{}`,\n", @@ -82,7 +82,7 @@ macro_rules! assert_io_read_to_string_le_x_as_result { format!( concat!( "assertion failed: `assert_io_read_to_string_le_x!(a_reader, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_le_x.html\n", " a_reader label: `{}`,\n", " a_reader debug: `{:?}`,\n", " b_expr label: `{}`,\n", @@ -125,7 +125,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_io_read_to_string_le_x!(a_reader, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_le_x.html\n", " a_reader label: `reader`,\n", " a_reader debug: `[]`,\n", " b_expr label: `&value`,\n", @@ -166,7 +166,7 @@ mod tests { /// assert_io_read_to_string_le_x!(reader, &value); /// # }); /// // assertion failed: `assert_io_read_to_string_le_x!(a_reader, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_le_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_le_x.html /// // a_reader label: `reader`, /// // a_reader debug: `[]`, /// // b_expr label: `&value`, @@ -176,7 +176,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_io_read_to_string_le_x!(a_reader, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_le_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_le_x.html\n", /// # " a_reader label: `reader`,\n", /// # " a_reader debug: `[]`,\n", /// # " b_expr label: `&value`,\n", diff --git a/src/assert_io_read_to_string/assert_io_read_to_string_lt.rs b/src/assert_io_read_to_string/assert_io_read_to_string_lt.rs index 53b50fe20..50cf13f99 100644 --- a/src/assert_io_read_to_string/assert_io_read_to_string_lt.rs +++ b/src/assert_io_read_to_string/assert_io_read_to_string_lt.rs @@ -60,7 +60,7 @@ macro_rules! assert_io_read_to_string_lt_as_result { format!( concat!( "assertion failed: `assert_io_read_to_string_lt!(a_reader, b_reader)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_lt.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -83,7 +83,7 @@ macro_rules! assert_io_read_to_string_lt_as_result { format!( concat!( "assertion failed: `assert_io_read_to_string_lt!(a_reader, b_reader)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_lt.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -129,7 +129,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_io_read_to_string_lt!(a_reader, b_reader)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_lt.html\n", " a label: `a`,\n", " a debug: `[]`,\n", " b label: `b`,\n", @@ -170,7 +170,7 @@ mod tests { /// assert_io_read_to_string_lt!(a, b); /// # }); /// // assertion failed: `assert_io_read_to_string_lt!(a_reader, b_reader)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_lt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_lt.html /// // a label: `a`, /// // a debug: `[]`, /// // b label: `b`, @@ -180,7 +180,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_io_read_to_string_lt!(a_reader, b_reader)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_lt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_lt.html\n", /// # " a label: `a`,\n", /// # " a debug: `[]`,\n", /// # " b label: `b`,\n", diff --git a/src/assert_io_read_to_string/assert_io_read_to_string_lt_x.rs b/src/assert_io_read_to_string/assert_io_read_to_string_lt_x.rs index 05f19d51c..70e6c4fb3 100644 --- a/src/assert_io_read_to_string/assert_io_read_to_string_lt_x.rs +++ b/src/assert_io_read_to_string/assert_io_read_to_string_lt_x.rs @@ -59,7 +59,7 @@ macro_rules! assert_io_read_to_string_lt_x_as_result { format!( concat!( "assertion failed: `assert_io_read_to_string_lt_x!(a_reader, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_lt_x.html\n", " a_reader label: `{}`,\n", " a_reader debug: `{:?}`,\n", " b_expr label: `{}`,\n", @@ -82,7 +82,7 @@ macro_rules! assert_io_read_to_string_lt_x_as_result { format!( concat!( "assertion failed: `assert_io_read_to_string_lt_x!(a_reader, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_lt_x.html\n", " a_reader label: `{}`,\n", " a_reader debug: `{:?}`,\n", " b_expr label: `{}`,\n", @@ -125,7 +125,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_io_read_to_string_lt_x!(a_reader, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_lt_x.html\n", " a_reader label: `reader`,\n", " a_reader debug: `[]`,\n", " b_expr label: `&value`,\n", @@ -166,7 +166,7 @@ mod tests { /// assert_io_read_to_string_lt_x!(reader, &value); /// # }); /// // assertion failed: `assert_io_read_to_string_lt_x!(a_reader, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_lt_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_lt_x.html /// // a_reader label: `reader`, /// // a_reader debug: `[]`, /// // b_expr label: `&value`, @@ -176,7 +176,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_io_read_to_string_lt_x!(a_reader, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_lt_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_lt_x.html\n", /// # " a_reader label: `reader`,\n", /// # " a_reader debug: `[]`,\n", /// # " b_expr label: `&value`,\n", diff --git a/src/assert_io_read_to_string/assert_io_read_to_string_ne.rs b/src/assert_io_read_to_string/assert_io_read_to_string_ne.rs index 57983db3e..45f5e7f91 100644 --- a/src/assert_io_read_to_string/assert_io_read_to_string_ne.rs +++ b/src/assert_io_read_to_string/assert_io_read_to_string_ne.rs @@ -60,7 +60,7 @@ macro_rules! assert_io_read_to_string_ne_as_result { format!( concat!( "assertion failed: `assert_io_read_to_string_ne!(a_reader, b_reader)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ne.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -83,7 +83,7 @@ macro_rules! assert_io_read_to_string_ne_as_result { format!( concat!( "assertion failed: `assert_io_read_to_string_ne!(a_reader, b_reader)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ne.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -129,7 +129,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_io_read_to_string_ne!(a_reader, b_reader)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ne.html\n", " a label: `a`,\n", " a debug: `[]`,\n", " b label: `b`,\n", @@ -170,7 +170,7 @@ mod tests { /// assert_io_read_to_string_ne!(a, b); /// # }); /// // assertion failed: `assert_io_read_to_string_ne!(a_reader, b_reader)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ne.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ne.html /// // a label: `a`, /// // a debug: `[]`, /// // b label: `b`, @@ -180,7 +180,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_io_read_to_string_ne!(a_reader, b_reader)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ne.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ne.html\n", /// # " a label: `a`,\n", /// # " a debug: `[]`,\n", /// # " b label: `b`,\n", diff --git a/src/assert_io_read_to_string/assert_io_read_to_string_ne_x.rs b/src/assert_io_read_to_string/assert_io_read_to_string_ne_x.rs index 78eecd79f..b2c02f004 100644 --- a/src/assert_io_read_to_string/assert_io_read_to_string_ne_x.rs +++ b/src/assert_io_read_to_string/assert_io_read_to_string_ne_x.rs @@ -59,7 +59,7 @@ macro_rules! assert_io_read_to_string_ne_x_as_result { format!( concat!( "assertion failed: `assert_io_read_to_string_ne_x!(a_reader, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ne_x.html\n", " a_reader label: `{}`,\n", " a_reader debug: `{:?}`,\n", " b_expr label: `{}`,\n", @@ -82,7 +82,7 @@ macro_rules! assert_io_read_to_string_ne_x_as_result { format!( concat!( "assertion failed: `assert_io_read_to_string_ne_x!(a_reader, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ne_x.html\n", " a_reader label: `{}`,\n", " a_reader debug: `{:?}`,\n", " b_expr label: `{}`,\n", @@ -125,7 +125,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_io_read_to_string_ne_x!(a_reader, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ne_x.html\n", " a_reader label: `reader`,\n", " a_reader debug: `[]`,\n", " b_expr label: `&value`,\n", @@ -166,7 +166,7 @@ mod tests { /// assert_io_read_to_string_ne_x!(reader, &value); /// # }); /// // assertion failed: `assert_io_read_to_string_ne_x!(a_reader, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ne_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ne_x.html /// // a_reader label: `reader`, /// // a_reader debug: `[]`, /// // b_expr label: `&value`, @@ -176,7 +176,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_io_read_to_string_ne_x!(a_reader, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_io_read_to_string_ne_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_io_read_to_string_ne_x.html\n", /// # " a_reader label: `reader`,\n", /// # " a_reader debug: `[]`,\n", /// # " b_expr label: `&value`,\n", diff --git a/src/assert_is_empty/assert_is_empty.rs b/src/assert_is_empty/assert_is_empty.rs index 8b4151d51..de3ccc3ec 100644 --- a/src/assert_is_empty/assert_is_empty.rs +++ b/src/assert_is_empty/assert_is_empty.rs @@ -53,7 +53,7 @@ macro_rules! assert_is_empty_as_result { format!( concat!( "assertion failed: `assert_is_empty!(a)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_is_empty.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_is_empty.html\n", " label: `{}`,\n", " debug: `{:?}`", ), @@ -84,7 +84,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_is_empty!(a)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_is_empty.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_is_empty.html\n", " label: `a`,\n", " debug: `\"alfa\"`" ); @@ -118,13 +118,13 @@ mod tests { /// assert_is_empty!(a); /// # }); /// // assertion failed: `assert_is_empty!(a)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_is_empty.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_is_empty.html /// // label: `a`, /// // debug: `\"alfa\"` /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_is_empty!(a)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_is_empty.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_is_empty.html\n", /// # " label: `a`,\n", /// # " debug: `\"alfa\"`" /// # ); diff --git a/src/assert_is_empty/assert_not_empty.rs b/src/assert_is_empty/assert_not_empty.rs index 6c9f6768d..d65c3fa8a 100644 --- a/src/assert_is_empty/assert_not_empty.rs +++ b/src/assert_is_empty/assert_not_empty.rs @@ -53,7 +53,7 @@ macro_rules! assert_not_empty_as_result { format!( concat!( "assertion failed: `assert_not_empty!(a)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_empty.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_empty.html\n", " label: `{}`,\n", " debug: `{:?}`" ), @@ -84,7 +84,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_not_empty!(a)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_empty.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_empty.html\n", " label: `a`,\n", " debug: `\"\"`", ); @@ -118,13 +118,13 @@ mod tests { /// assert_not_empty!(a); /// # }); /// // assertion failed: `assert_not_empty!(a)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_empty.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_empty.html /// // label: `a`, /// // debug: `\"\"` /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_not_empty!(a)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_empty.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_empty.html\n", /// # " label: `a`,\n", /// # " debug: `\"\"`" /// # ); diff --git a/src/assert_is_match/assert_is_match.rs b/src/assert_is_match/assert_is_match.rs index 82fbbb393..3ff194a9d 100644 --- a/src/assert_is_match/assert_is_match.rs +++ b/src/assert_is_match/assert_is_match.rs @@ -55,7 +55,7 @@ macro_rules! assert_is_match_as_result { format!( concat!( "assertion failed: `assert_is_match!(matcher, matchee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_is_match.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_is_match.html\n", " matcher label: `{}`,\n", " matcher debug: `{:?}`,\n", " matchee label: `{}`,\n", @@ -94,7 +94,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_is_match!(matcher, matchee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_is_match.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_is_match.html\n", " matcher label: `a`,\n", " matcher debug: `Regex(\"lf\")`,\n", " matchee label: `b`,\n", @@ -133,7 +133,7 @@ mod tests { /// assert_is_match!(a, b); /// # }); /// // assertion failed: `assert_is_match!(matcher, matchee)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_is_match.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_is_match.html /// // matcher label: `a`, /// // matcher debug: `Regex(\"lf\")`, /// // matchee label: `b`, @@ -141,7 +141,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_is_match!(matcher, matchee)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_is_match.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_is_match.html\n", /// # " matcher label: `a`,\n", /// # " matcher debug: `Regex(\"lf\")`,\n", /// # " matchee label: `b`,\n", diff --git a/src/assert_is_match/assert_not_match.rs b/src/assert_is_match/assert_not_match.rs index a51fdea46..8dc4117a9 100644 --- a/src/assert_is_match/assert_not_match.rs +++ b/src/assert_is_match/assert_not_match.rs @@ -55,7 +55,7 @@ macro_rules! assert_not_match_as_result { format!( concat!( "assertion failed: `assert_not_match!(matcher, matchee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_match.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_match.html\n", " matcher label: `{}`,\n", " matcher debug: `{:?}`,\n", " matchee label: `{}`,\n", @@ -94,7 +94,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_not_match!(matcher, matchee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_match.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_match.html\n", " matcher label: `a`,\n", " matcher debug: `Regex(\"lf\")`,\n", " matchee label: `b`,\n", @@ -133,7 +133,7 @@ mod tests { /// assert_not_match!(a, b); /// # }); /// // assertion failed: `assert_not_match!(matcher, matchee)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_match.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_match.html /// // matcher label: `a`, /// // matcher debug: `Regex(\"lf\")`, /// // matchee label: `b`, @@ -141,7 +141,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_not_match!(matcher, matchee)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_match.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_match.html\n", /// # " matcher label: `a`,\n", /// # " matcher debug: `Regex(\"lf\")`,\n", /// # " matchee label: `b`,\n", diff --git a/src/assert_iter/assert_iter_eq.rs b/src/assert_iter/assert_iter_eq.rs index 5767c5429..447d8b378 100644 --- a/src/assert_iter/assert_iter_eq.rs +++ b/src/assert_iter/assert_iter_eq.rs @@ -60,7 +60,7 @@ macro_rules! assert_iter_eq_as_result { format!( concat!( "assertion failed: `assert_iter_eq!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_eq.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -98,7 +98,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_iter_eq!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_eq.html\n", " a label: `&a`,\n", " a debug: `[1, 2]`,\n", " b label: `&b`,\n", @@ -136,7 +136,7 @@ mod tests { /// assert_iter_eq!(&a, &b); /// # }); /// // assertion failed: `assert_iter_eq!(a_collection, b_collection)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_eq.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_eq.html /// // a label: `&a`, /// // a debug: `[1, 2]`, /// // b label: `&b`, @@ -144,7 +144,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_iter_eq!(a_collection, b_collection)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_eq.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_eq.html\n", /// # " a label: `&a`,\n", /// # " a debug: `[1, 2]`,\n", /// # " b label: `&b`,\n", diff --git a/src/assert_iter/assert_iter_ge.rs b/src/assert_iter/assert_iter_ge.rs index 78ec8a790..02ea32f34 100644 --- a/src/assert_iter/assert_iter_ge.rs +++ b/src/assert_iter/assert_iter_ge.rs @@ -60,7 +60,7 @@ macro_rules! assert_iter_ge_as_result { format!( concat!( "assertion failed: `assert_iter_ge!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_ge.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -106,7 +106,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_iter_ge!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_ge.html\n", " a label: `&a`,\n", " a debug: `[1, 2]`,\n", " b label: `&b`,\n", @@ -144,7 +144,7 @@ mod tests { /// assert_iter_ge!(&a, &b); /// # }); /// // assertion failed: `assert_iter_ge!(a_collection, b_collection)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_ge.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_ge.html /// // a label: `&a`, /// // a debug: `[1, 2]`, /// // b label: `&b`, @@ -152,7 +152,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_iter_ge!(a_collection, b_collection)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_ge.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_ge.html\n", /// # " a label: `&a`,\n", /// # " a debug: `[1, 2]`,\n", /// # " b label: `&b`,\n", diff --git a/src/assert_iter/assert_iter_gt.rs b/src/assert_iter/assert_iter_gt.rs index e8b1e6cbb..16e4e1c58 100644 --- a/src/assert_iter/assert_iter_gt.rs +++ b/src/assert_iter/assert_iter_gt.rs @@ -60,7 +60,7 @@ macro_rules! assert_iter_gt_as_result { format!( concat!( "assertion failed: `assert_iter_gt!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_gt.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -98,7 +98,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_iter_gt!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_gt.html\n", " a label: `&a`,\n", " a debug: `[1, 2]`,\n", " b label: `&b`,\n", @@ -116,7 +116,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_iter_gt!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_gt.html\n", " a label: `&a`,\n", " a debug: `[1, 2]`,\n", " b label: `&b`,\n", @@ -154,7 +154,7 @@ mod tests { /// assert_iter_gt!(&a, &b); /// # }); /// // assertion failed: `assert_iter_gt!(a_collection, b_collection)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_gt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_gt.html /// // a label: `&a`, /// // a debug: `[1, 2]`, /// // b label: `&b`, @@ -162,7 +162,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_iter_gt!(a_collection, b_collection)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_gt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_gt.html\n", /// # " a label: `&a`,\n", /// # " a debug: `[1, 2]`,\n", /// # " b label: `&b`,\n", diff --git a/src/assert_iter/assert_iter_le.rs b/src/assert_iter/assert_iter_le.rs index f2e2204f8..2ab3e6872 100644 --- a/src/assert_iter/assert_iter_le.rs +++ b/src/assert_iter/assert_iter_le.rs @@ -60,7 +60,7 @@ macro_rules! assert_iter_le_as_result { format!( concat!( "assertion failed: `assert_iter_le!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_le.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -106,7 +106,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_iter_le!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_le.html\n", " a label: `&a`,\n", " a debug: `[3, 4]`,\n", " b label: `&b`,\n", @@ -144,7 +144,7 @@ mod tests { /// assert_iter_le!(&a, &b); /// # }); /// // assertion failed: `assert_iter_le!(a_collection, b_collection)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_le.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_le.html /// // a label: `&a`, /// // a debug: `[3, 4]`, /// // b label: `&b`, @@ -152,7 +152,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_iter_le!(a_collection, b_collection)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_le.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_le.html\n", /// # " a label: `&a`,\n", /// # " a debug: `[3, 4]`,\n", /// # " b label: `&b`,\n", diff --git a/src/assert_iter/assert_iter_lt.rs b/src/assert_iter/assert_iter_lt.rs index 45b947958..711084143 100644 --- a/src/assert_iter/assert_iter_lt.rs +++ b/src/assert_iter/assert_iter_lt.rs @@ -60,7 +60,7 @@ macro_rules! assert_iter_lt_as_result { format!( concat!( "assertion failed: `assert_iter_lt!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_lt.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -98,7 +98,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_iter_lt!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_lt.html\n", " a label: `&a`,\n", " a debug: `[1, 2]`,\n", " b label: `&b`,\n", @@ -116,7 +116,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_iter_lt!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_lt.html\n", " a label: `&a`,\n", " a debug: `[3, 4]`,\n", " b label: `&b`,\n", @@ -154,7 +154,7 @@ mod tests { /// assert_iter_lt!(&a, &b); /// # }); /// // assertion failed: `assert_iter_lt!(a_collection, b_collection)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_lt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_lt.html /// // a label: `&a`, /// // a debug: `[3, 4]`, /// // b label: `&b`, @@ -162,7 +162,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_iter_lt!(a_collection, b_collection)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_lt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_lt.html\n", /// # " a label: `&a`,\n", /// # " a debug: `[3, 4]`,\n", /// # " b label: `&b`,\n", diff --git a/src/assert_iter/assert_iter_ne.rs b/src/assert_iter/assert_iter_ne.rs index f7c27eac2..449083655 100644 --- a/src/assert_iter/assert_iter_ne.rs +++ b/src/assert_iter/assert_iter_ne.rs @@ -60,7 +60,7 @@ macro_rules! assert_iter_ne_as_result { format!( concat!( "assertion failed: `assert_iter_ne!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_ne.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -98,7 +98,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_iter_ne!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_ne.html\n", " a label: `&a`,\n", " a debug: `[1, 2]`,\n", " b label: `&b`,\n", @@ -136,7 +136,7 @@ mod tests { /// assert_iter_ne!(&a, &b); /// # }); /// // assertion failed: `assert_iter_ne!(a_collection, b_collection)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_ne.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_ne.html /// // a label: `&a`, /// // a debug: `[1, 2]`, /// // b label: `&b`, @@ -144,7 +144,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_iter_ne!(a_collection, b_collection)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_iter_ne.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_iter_ne.html\n", /// # " a label: `&a`,\n", /// # " a debug: `[1, 2]`,\n", /// # " b label: `&b`,\n", diff --git a/src/assert_le.rs b/src/assert_le.rs index e63763e25..2fadbcfcd 100644 --- a/src/assert_le.rs +++ b/src/assert_le.rs @@ -1,4 +1,4 @@ -//! Assert an expression is less than or equal to another expression. +//! Assert an expression is less than or equal to another. //! //! Pseudocode:
                                                                                                                                                                                //! a ≤ b @@ -21,7 +21,7 @@ //! * [`assert_le_as_result`](macro@crate::assert_le_as_result) //! * [`debug_assert_le`](macro@crate::debug_assert_le) -/// Assert an expression is less than or equal to another expression. +/// Assert an expression is less than or equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a ≤ b @@ -53,7 +53,7 @@ macro_rules! assert_le_as_result { Err(format!( concat!( "assertion failed: `assert_le!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_le.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -90,7 +90,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_le!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_le.html\n", " a label: `a`,\n", " a debug: `2`,\n", " b label: `b`,\n", @@ -100,7 +100,7 @@ mod tests { } } -/// Assert an expression is less than or equal to another expression. +/// Assert an expression is less than or equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a ≤ b @@ -128,7 +128,7 @@ mod tests { /// assert_le!(a, b); /// # }); /// // assertion failed: `assert_le!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_le.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_le.html /// // a label: `a`, /// // a debug: `2`, /// // b label: `b`, @@ -136,7 +136,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_le!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_le.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_le.html\n", /// # " a label: `a`,\n", /// # " a debug: `2`,\n", /// # " b label: `b`,\n", @@ -168,7 +168,7 @@ macro_rules! assert_le { }}; } -/// Assert an expression is less than or equal to another expression. +/// Assert an expression is less than or equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a ≤ b diff --git a/src/assert_len/assert_len_eq.rs b/src/assert_len/assert_len_eq.rs index e31b1b605..6f2cb24d0 100644 --- a/src/assert_len/assert_len_eq.rs +++ b/src/assert_len/assert_len_eq.rs @@ -1,4 +1,4 @@ -//! Assert a length is equal to another length. +//! Assert a length is equal to another. //! //! Pseudocode:
                                                                                                                                                                                //! a.len() = b.len() @@ -21,7 +21,7 @@ //! * [`assert_len_eq_as_result`](macro@crate::assert_len_eq_as_result) //! * [`debug_assert_len_eq`](macro@crate::debug_assert_len_eq) -/// Assert a length is equal to another length. +/// Assert a length is equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() = b.len() @@ -56,7 +56,7 @@ macro_rules! assert_len_eq_as_result { format!( concat!( "assertion failed: `assert_len_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_eq.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a.len(): `{:?}`,\n", @@ -98,7 +98,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_len_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_eq.html\n", " a label: `a`,\n", " a debug: `\"x\"`,\n", " a.len(): `1`,\n", @@ -118,7 +118,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_len_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_eq.html\n", " a label: `a`,\n", " a debug: `\"xx\"`,\n", " a.len(): `2`,\n", @@ -130,7 +130,7 @@ mod tests { } } -/// Assert a length is equal to another length. +/// Assert a length is equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() = b.len() @@ -158,7 +158,7 @@ mod tests { /// assert_len_eq!(a, b); /// # }); /// // assertion failed: `assert_len_eq!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_eq.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_eq.html /// // a label: `a`, /// // a debug: `\"x\"`, /// // a.len(): `1`", @@ -168,7 +168,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_len_eq!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_eq.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_eq.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"x\"`,\n", /// # " a.len(): `1`,\n", @@ -202,7 +202,7 @@ macro_rules! assert_len_eq { }}; } -/// Assert a value is greater than an expression. +/// Assert a length is equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() = b.len() diff --git a/src/assert_len/assert_len_eq_x.rs b/src/assert_len/assert_len_eq_x.rs index e2be12912..95ebcf364 100644 --- a/src/assert_len/assert_len_eq_x.rs +++ b/src/assert_len/assert_len_eq_x.rs @@ -55,7 +55,7 @@ macro_rules! assert_len_eq_x_as_result { format!( concat!( "assertion failed: `assert_len_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_eq_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a.len(): `{:?}`,\n", @@ -95,7 +95,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_len_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_eq_x.html\n", " a label: `a`,\n", " a debug: `\"x\"`,\n", " a.len(): `1`,\n", @@ -114,7 +114,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_len_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_eq_x.html\n", " a label: `a`,\n", " a debug: `\"xx\"`,\n", " a.len(): `2`,\n", @@ -153,7 +153,7 @@ mod tests { /// assert_len_eq_x!(a, b); /// # }); /// // assertion failed: `assert_len_eq_x!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_eq_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_eq_x.html /// // a label: `a`, /// // a debug: `\"x\"`, /// // a.len(): `1`", @@ -162,7 +162,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_len_eq_x!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_eq_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_eq_x.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"x\"`,\n", /// # " a.len(): `1`,\n", @@ -195,7 +195,7 @@ macro_rules! assert_len_eq_x { }}; } -/// Assert a value is greater than an expression. +/// Assert a length is equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() = b diff --git a/src/assert_len/assert_len_ge.rs b/src/assert_len/assert_len_ge.rs index 9dec04610..e82489781 100644 --- a/src/assert_len/assert_len_ge.rs +++ b/src/assert_len/assert_len_ge.rs @@ -1,4 +1,4 @@ -//! Assert a length is greater than or equal to another length. +//! Assert a length is greater than or equal to another. //! //! Pseudocode:
                                                                                                                                                                                //! a.len() ≥ b.len() @@ -21,7 +21,7 @@ //! * [`assert_len_ge_as_result`](macro@crate::assert_len_ge_as_result) //! * [`debug_assert_len_ge`](macro@crate::debug_assert_len_ge) -/// Assert a length is greater than or equal to another length. +/// Assert a length is greater than or equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() ≥ b.len() @@ -56,7 +56,7 @@ macro_rules! assert_len_ge_as_result { format!( concat!( "assertion failed: `assert_len_ge!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ge.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a.len(): `{:?}`,\n", @@ -106,7 +106,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_len_ge!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ge.html\n", " a label: `a`,\n", " a debug: `\"x\"`,\n", " a.len(): `1`,\n", @@ -118,7 +118,7 @@ mod tests { } } -/// Assert a length is greater than or equal to another length. +/// Assert a length is greater than or equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() ≥ b.len() @@ -146,7 +146,7 @@ mod tests { /// assert_len_ge!(a, b); /// # }); /// // assertion failed: `assert_len_ge!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ge.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ge.html /// // a label: `a`, /// // a debug: `\"x\"`, /// // a.len(): `1`", @@ -156,7 +156,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_len_ge!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ge.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ge.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"x\"`,\n", /// # " a.len(): `1`,\n", @@ -190,7 +190,7 @@ macro_rules! assert_len_ge { }}; } -/// Assert a value is greater than an expression. +/// Assert a length is greater than or equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() ≥ b.len() diff --git a/src/assert_len/assert_len_ge_x.rs b/src/assert_len/assert_len_ge_x.rs index 3a54133ff..d84f93b52 100644 --- a/src/assert_len/assert_len_ge_x.rs +++ b/src/assert_len/assert_len_ge_x.rs @@ -55,7 +55,7 @@ macro_rules! assert_len_ge_x_as_result { format!( concat!( "assertion failed: `assert_len_ge_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ge_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a.len(): `{:?}`,\n", @@ -103,7 +103,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_len_ge_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ge_x.html\n", " a label: `a`,\n", " a debug: `\"x\"`,\n", " a.len(): `1`,\n", @@ -142,7 +142,7 @@ mod tests { /// assert_len_ge_x!(a, b); /// # }); /// // assertion failed: `assert_len_ge_x!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ge_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ge_x.html /// // a label: `a`, /// // a debug: `\"x\"`, /// // a.len(): `1`", @@ -151,7 +151,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_len_ge_x!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ge_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ge_x.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"x\"`,\n", /// # " a.len(): `1`,\n", @@ -184,7 +184,7 @@ macro_rules! assert_len_ge_x { }}; } -/// Assert a value is greater than an expression. +/// Assert a length is greater than or equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() ≥ b diff --git a/src/assert_len/assert_len_gt.rs b/src/assert_len/assert_len_gt.rs index d20970a56..9b1fa8f9e 100644 --- a/src/assert_len/assert_len_gt.rs +++ b/src/assert_len/assert_len_gt.rs @@ -1,4 +1,4 @@ -//! Assert a length is greater than another length. +//! Assert a length is greater than another. //! //! Pseudocode:
                                                                                                                                                                                //! a.len() > b.len() @@ -21,7 +21,7 @@ //! * [`assert_len_gt_as_result`](macro@crate::assert_len_gt_as_result) //! * [`debug_assert_len_gt`](macro@crate::debug_assert_len_gt) -/// Assert a length is greater than another length. +/// Assert a length is greater than another. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() > b.len() @@ -56,7 +56,7 @@ macro_rules! assert_len_gt_as_result { format!( concat!( "assertion failed: `assert_len_gt!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_gt.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a.len(): `{:?}`,\n", @@ -98,7 +98,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_len_gt!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_gt.html\n", " a label: `a`,\n", " a debug: `\"x\"`,\n", " a.len(): `1`,\n", @@ -118,7 +118,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_len_gt!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_gt.html\n", " a label: `a`,\n", " a debug: `\"x\"`,\n", " a.len(): `1`,\n", @@ -130,7 +130,7 @@ mod tests { } } -/// Assert a length is greater than another length. +/// Assert a length is greater than another. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() > b.len() @@ -158,7 +158,7 @@ mod tests { /// assert_len_gt!(a, b); /// # }); /// // assertion failed: `assert_len_gt!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_gt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_gt.html /// // a label: `a`, /// // a debug: `\"x\"`, /// // a.len(): `1`", @@ -168,7 +168,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_len_gt!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_gt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_gt.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"x\"`,\n", /// # " a.len(): `1`,\n", @@ -202,7 +202,7 @@ macro_rules! assert_len_gt { }}; } -/// Assert a value is greater than an expression. +/// Assert a length is greater than another. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() > b.len() diff --git a/src/assert_len/assert_len_gt_x.rs b/src/assert_len/assert_len_gt_x.rs index fdf21e06e..60f9d5af7 100644 --- a/src/assert_len/assert_len_gt_x.rs +++ b/src/assert_len/assert_len_gt_x.rs @@ -55,7 +55,7 @@ macro_rules! assert_len_gt_x_as_result { format!( concat!( "assertion failed: `assert_len_gt_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_gt_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a.len(): `{:?}`,\n", @@ -95,7 +95,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_len_gt_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_gt_x.html\n", " a label: `a`,\n", " a debug: `\"x\"`,\n", " a.len(): `1`,\n", @@ -114,7 +114,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_len_gt_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_gt_x.html\n", " a label: `a`,\n", " a debug: `\"x\"`,\n", " a.len(): `1`,\n", @@ -153,7 +153,7 @@ mod tests { /// assert_len_gt_x!(a, b); /// # }); /// // assertion failed: `assert_len_gt_x!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_gt_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_gt_x.html /// // a label: `a`, /// // a debug: `\"x\"`, /// // a.len(): `1`", @@ -162,7 +162,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_len_gt_x!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_gt_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_gt_x.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"x\"`,\n", /// # " a.len(): `1`,\n", @@ -195,7 +195,7 @@ macro_rules! assert_len_gt_x { }}; } -/// Assert a value is greater than an expression. +/// Assert a length is greater than an expression. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() > b diff --git a/src/assert_len/assert_len_le.rs b/src/assert_len/assert_len_le.rs index ccefb206f..23b5f8510 100644 --- a/src/assert_len/assert_len_le.rs +++ b/src/assert_len/assert_len_le.rs @@ -1,4 +1,4 @@ -//! Assert a length is less than or equal to another length. +//! Assert a length is less than or equal to another. //! //! Pseudocode:
                                                                                                                                                                                //! a.len() ≤ b.len() @@ -21,7 +21,7 @@ //! * [`assert_len_le_as_result`](macro@crate::assert_len_le_as_result) //! * [`debug_assert_len_le`](macro@crate::debug_assert_len_le) -/// Assert a length is less than or equal to another length. +/// Assert a length is less than or equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() ≤ b.len() @@ -56,7 +56,7 @@ macro_rules! assert_len_le_as_result { format!( concat!( "assertion failed: `assert_len_le!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_le.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a.len(): `{:?}`,\n", @@ -106,7 +106,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_len_le!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_le.html\n", " a label: `a`,\n", " a debug: `\"xx\"`,\n", " a.len(): `2`,\n", @@ -118,7 +118,7 @@ mod tests { } } -/// Assert a length is less than or equal to another length. +/// Assert a length is less than or equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() ≤ b.len() @@ -146,7 +146,7 @@ mod tests { /// assert_len_le!(a, b); /// # }); /// // assertion failed: `assert_len_le!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_le.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_le.html /// // a label: `a`, /// // a debug: `\"xx\"`, /// // a.len(): `2`", @@ -156,7 +156,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_len_le!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_le.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_le.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"xx\"`,\n", /// # " a.len(): `2`,\n", @@ -190,7 +190,7 @@ macro_rules! assert_len_le { }}; } -/// Assert a value is greater than an expression. +/// Assert a length is less than or equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() ≤ b.len() diff --git a/src/assert_len/assert_len_le_x.rs b/src/assert_len/assert_len_le_x.rs index a5ae1faba..900855f02 100644 --- a/src/assert_len/assert_len_le_x.rs +++ b/src/assert_len/assert_len_le_x.rs @@ -55,7 +55,7 @@ macro_rules! assert_len_le_x_as_result { format!( concat!( "assertion failed: `assert_len_le_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_le_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a.len(): `{:?}`,\n", @@ -103,7 +103,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_len_le_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_le_x.html\n", " a label: `a`,\n", " a debug: `\"xx\"`,\n", " a.len(): `2`,\n", @@ -142,7 +142,7 @@ mod tests { /// assert_len_le_x!(a, b); /// # }); /// // assertion failed: `assert_len_le_x!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_le_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_le_x.html /// // a label: `a`, /// // a debug: `\"xx\"`, /// // a.len(): `2`", @@ -151,7 +151,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_len_le_x!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_le_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_le_x.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"xx\"`,\n", /// # " a.len(): `2`,\n", @@ -184,7 +184,7 @@ macro_rules! assert_len_le_x { }}; } -/// Assert a value is greater than an expression. +/// Assert a length is less than or equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() ≤ b diff --git a/src/assert_len/assert_len_lt.rs b/src/assert_len/assert_len_lt.rs index 1b6996b33..8842dbc38 100644 --- a/src/assert_len/assert_len_lt.rs +++ b/src/assert_len/assert_len_lt.rs @@ -1,4 +1,4 @@ -//! Assert a length is less than another length. +//! Assert a length is less than another. //! //! Pseudocode:
                                                                                                                                                                                //! a.len() < b.len() @@ -21,7 +21,7 @@ //! * [`assert_len_lt_as_result`](macro@crate::assert_len_lt_as_result) //! * [`debug_assert_len_lt`](macro@crate::debug_assert_len_lt) -/// Assert a length is less than another length. +/// Assert a length is less than another. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() < b.len() @@ -56,7 +56,7 @@ macro_rules! assert_len_lt_as_result { format!( concat!( "assertion failed: `assert_len_lt!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_lt.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a.len(): `{:?}`,\n", @@ -98,7 +98,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_len_lt!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_lt.html\n", " a label: `a`,\n", " a debug: `\"x\"`,\n", " a.len(): `1`,\n", @@ -118,7 +118,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_len_lt!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_lt.html\n", " a label: `a`,\n", " a debug: `\"xx\"`,\n", " a.len(): `2`,\n", @@ -130,7 +130,7 @@ mod tests { } } -/// Assert a length is less than another length. +/// Assert a length is less than another. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() < b.len() @@ -158,7 +158,7 @@ mod tests { /// assert_len_lt!(a, b); /// # }); /// // assertion failed: `assert_len_lt!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_lt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_lt.html /// // a label: `a`, /// // a debug: `\"xx\"`, /// // a.len(): `2`", @@ -168,7 +168,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_len_lt!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_lt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_lt.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"xx\"`,\n", /// # " a.len(): `2`,\n", @@ -202,7 +202,7 @@ macro_rules! assert_len_lt { }}; } -/// Assert a value is greater than an expression. +/// Assert a length is less than another. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() < b.len() diff --git a/src/assert_len/assert_len_lt_x.rs b/src/assert_len/assert_len_lt_x.rs index f5dbc7ca3..0f4fefb15 100644 --- a/src/assert_len/assert_len_lt_x.rs +++ b/src/assert_len/assert_len_lt_x.rs @@ -55,7 +55,7 @@ macro_rules! assert_len_lt_x_as_result { format!( concat!( "assertion failed: `assert_len_lt_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_lt_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a.len(): `{:?}`,\n", @@ -95,7 +95,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_len_lt_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_lt_x.html\n", " a label: `a`,\n", " a debug: `\"x\"`,\n", " a.len(): `1`,\n", @@ -114,7 +114,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_len_lt_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_lt_x.html\n", " a label: `a`,\n", " a debug: `\"xx\"`,\n", " a.len(): `2`,\n", @@ -153,7 +153,7 @@ mod tests { /// assert_len_lt_x!(a, b); /// # }); /// // assertion failed: `assert_len_lt_x!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_lt_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_lt_x.html /// // a label: `a`, /// // a debug: `\"xx\"`, /// // a.len(): `2`", @@ -162,7 +162,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_len_lt_x!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_lt_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_lt_x.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"xx\"`,\n", /// # " a.len(): `2`,\n", @@ -195,7 +195,7 @@ macro_rules! assert_len_lt_x { }}; } -/// Assert a value is greater than an expression. +/// Assert a length is less than an expression. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() < b diff --git a/src/assert_len/assert_len_ne.rs b/src/assert_len/assert_len_ne.rs index 4bdcbcc65..b1e57ad4d 100644 --- a/src/assert_len/assert_len_ne.rs +++ b/src/assert_len/assert_len_ne.rs @@ -1,4 +1,4 @@ -//! Assert a length is equal to another length. +//! Assert a length is not equal to another. //! //! Pseudocode:
                                                                                                                                                                                //! a.len() ≠ b.len() @@ -21,7 +21,7 @@ //! * [`assert_len_ne_as_result`](macro@crate::assert_len_ne_as_result) //! * [`debug_assert_len_ne`](macro@crate::debug_assert_len_ne) -/// Assert a length is equal to another length. +/// Assert a length is not equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() ≠ b.len() @@ -56,7 +56,7 @@ macro_rules! assert_len_ne_as_result { format!( concat!( "assertion failed: `assert_len_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ne.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a.len(): `{:?}`,\n", @@ -106,7 +106,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_len_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ne.html\n", " a label: `a`,\n", " a debug: `\"x\"`,\n", " a.len(): `1`,\n", @@ -118,7 +118,7 @@ mod tests { } } -/// Assert a length is equal to another length. +/// Assert a length is not equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() ≠ b.len() @@ -146,7 +146,7 @@ mod tests { /// assert_len_ne!(a, b); /// # }); /// // assertion failed: `assert_len_ne!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ne.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ne.html /// // a label: `a`, /// // a debug: `\"x\"`, /// // a.len(): `1`", @@ -156,7 +156,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_len_ne!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ne.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ne.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"x\"`,\n", /// # " a.len(): `1`,\n", @@ -190,7 +190,7 @@ macro_rules! assert_len_ne { }}; } -/// Assert a value is greater than an expression. +/// Assert a length is not equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() ≠ b.len() diff --git a/src/assert_len/assert_len_ne_x.rs b/src/assert_len/assert_len_ne_x.rs index 47828712b..e1e66fff7 100644 --- a/src/assert_len/assert_len_ne_x.rs +++ b/src/assert_len/assert_len_ne_x.rs @@ -1,4 +1,4 @@ -//! Assert a length is equal to an expression. +//! Assert a length is not equal to an expression. //! //! Pseudocode:
                                                                                                                                                                                //! a.len() ≠ b @@ -21,7 +21,7 @@ //! * [`assert_len_ne_x_as_result`](macro@crate::assert_len_ne_x_as_result) //! * [`debug_assert_len_ne_x`](macro@crate::debug_assert_len_ne_x) -/// Assert a length is equal to an expression. +/// Assert a length is not equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() ≠ b @@ -55,7 +55,7 @@ macro_rules! assert_len_ne_x_as_result { format!( concat!( "assertion failed: `assert_len_ne_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ne_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a.len(): `{:?}`,\n", @@ -103,7 +103,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_len_ne_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ne_x.html\n", " a label: `a`,\n", " a debug: `\"x\"`,\n", " a.len(): `1`,\n", @@ -114,7 +114,7 @@ mod tests { } } -/// Assert a length is equal to an expression. +/// Assert a length is not equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() ≠ b @@ -142,7 +142,7 @@ mod tests { /// assert_len_ne_x!(a, b); /// # }); /// // assertion failed: `assert_len_ne_x!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ne_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ne_x.html /// // a label: `a`, /// // a debug: `\"x\"`, /// // a.len(): `1`", @@ -151,7 +151,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_len_ne_x!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_len_ne_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_len_ne_x.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"x\"`,\n", /// # " a.len(): `1`,\n", @@ -184,7 +184,7 @@ macro_rules! assert_len_ne_x { }}; } -/// Assert a value is greater than an expression. +/// Assert a length is not equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() ≠ b diff --git a/src/assert_lt.rs b/src/assert_lt.rs index 060a76477..764fc42aa 100644 --- a/src/assert_lt.rs +++ b/src/assert_lt.rs @@ -1,4 +1,4 @@ -//! Assert an expression is less than another expression. +//! Assert an expression is less than another. //! //! Pseudocode:
                                                                                                                                                                                //! a < b @@ -21,7 +21,7 @@ //! * [`assert_lt_as_result`](macro@crate::assert_lt_as_result) //! * [`debug_assert_lt`](macro@crate::debug_assert_lt) -/// Assert an expression is less than another expression. +/// Assert an expression is less than another. /// /// Pseudocode:
                                                                                                                                                                                /// a < b @@ -54,7 +54,7 @@ macro_rules! assert_lt_as_result { Err(format!( concat!( "assertion failed: `assert_lt!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_lt.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -91,7 +91,7 @@ mod test { result.unwrap_err(), concat!( "assertion failed: `assert_lt!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_lt.html\n", " a label: `a`,\n", " a debug: `2`,\n", " b label: `b`,\n", @@ -101,7 +101,7 @@ mod test { } } -/// Assert an expression is less than another expression. +/// Assert an expression is less than another. /// /// Pseudocode:
                                                                                                                                                                                /// a < b @@ -129,7 +129,7 @@ mod test { /// assert_lt!(a, b); /// # }); /// // assertion failed: `assert_lt!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_lt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_lt.html /// // a label: `a`, /// // a debug: `2`, /// // b label: `b`, @@ -137,7 +137,7 @@ mod test { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_lt!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_lt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_lt.html\n", /// # " a label: `a`,\n", /// # " a debug: `2`,\n", /// # " b label: `b`,\n", @@ -169,7 +169,7 @@ macro_rules! assert_lt { }}; } -/// Assert an expression is less than another expression. +/// Assert an expression is less than another. /// /// Pseudocode:
                                                                                                                                                                                /// a < b diff --git a/src/assert_matches/assert_matches.rs b/src/assert_matches/assert_matches.rs index b15c1e5b1..18fc4d2b6 100644 --- a/src/assert_matches/assert_matches.rs +++ b/src/assert_matches/assert_matches.rs @@ -51,7 +51,7 @@ macro_rules! assert_matches_as_result { format!( concat!( "assertion failed: `assert_matches!(a)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_matches.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_matches.html\n", " args: `{}`", ), stringify!($($arg)*) @@ -81,7 +81,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_matches!(a)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_matches.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_matches.html\n", " args: `a, 'b'..='z'`", ) ); @@ -104,7 +104,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_matches!(a)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_matches.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_matches.html\n", " args: `a, Some(x) if x < 2`", ) ); @@ -134,12 +134,12 @@ mod tests { /// assert_matches!(a, 'b'..='z'); /// # }); /// // assertion failed: `assert_matches!(a)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_matches.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_matches.html /// // args: `a, 'b'..='z'` /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_matches!(a)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_matches.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_matches.html\n", /// # " args: `a, 'b'..='z'`", /// # ); /// # assert_eq!(actual, expect); diff --git a/src/assert_matches/assert_not_matches.rs b/src/assert_matches/assert_not_matches.rs index 4f83c22eb..2c00281dc 100644 --- a/src/assert_matches/assert_not_matches.rs +++ b/src/assert_matches/assert_not_matches.rs @@ -51,7 +51,7 @@ macro_rules! assert_not_matches_as_result { format!( concat!( "assertion failed: `assert_not_matches!(a)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_matches.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_matches.html\n", " args: `{}`", ), stringify!($($arg)*) @@ -81,7 +81,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_not_matches!(a)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_matches.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_matches.html\n", " args: `a, 'a'..='z'`", ) ); @@ -104,7 +104,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_not_matches!(a)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_matches.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_matches.html\n", " args: `a, Some(x) if x < 2`", ) ); @@ -134,12 +134,12 @@ mod tests { /// assert_not_matches!(a, 'a'..='z'); /// # }); /// // assertion failed: `assert_not_matches!(a)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_matches.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_matches.html /// // args: `a, 'a'..='z'` /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_not_matches!(a)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_matches.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_matches.html\n", /// # " args: `a, 'a'..='z'`", /// # ); /// # assert_eq!(actual, expect); diff --git a/src/assert_ne.rs b/src/assert_ne.rs index 93aa1d3ba..7f02865ca 100644 --- a/src/assert_ne.rs +++ b/src/assert_ne.rs @@ -1,4 +1,4 @@ -//! Assert an expression is not equal to another expression. +//! Assert an expression is not equal to another. //! //! Pseudocode:
                                                                                                                                                                                //! a ≠ b @@ -12,7 +12,7 @@ //! * [`assert_ne`](https://doc.rust-lang.org/std/macro.assert_ne.html) //! * [`debug_assert_ne`](https://doc.rust-lang.org/std/macro.debug_assert_ne.html) -/// Assert an expression is not equal to another expression. +/// Assert an expression is not equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a ≠ b @@ -48,7 +48,7 @@ macro_rules! assert_ne_as_result { Err(format!( concat!( "assertion failed: `assert_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ne.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -85,7 +85,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ne.html\n", " a label: `a`,\n", " a debug: `1`,\n", " b label: `b`,\n", diff --git a/src/assert_none/assert_none.rs b/src/assert_none/assert_none.rs index b1197f8d1..5bcfe0dc1 100644 --- a/src/assert_none/assert_none.rs +++ b/src/assert_none/assert_none.rs @@ -55,7 +55,7 @@ macro_rules! assert_none_as_result { format!( concat!( "assertion failed: `assert_none!(a)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_none.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_none.html\n", " a label: `{}`,\n", " a debug: `{:?}`", ), @@ -88,7 +88,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_none!(a)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_none.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_none.html\n", " a label: `a`,\n", " a debug: `Some(1)`", ) @@ -122,13 +122,13 @@ mod tests { /// assert_none!(a); /// # }); /// // assertion failed: `assert_none!(a)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_none.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_none.html /// // a label: `a`, /// // a debug: `Some(1)` /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_none!(a)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_none.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_none.html\n", /// # " a label: `a`,\n", /// # " a debug: `Some(1)`", /// # ); diff --git a/src/assert_ok/assert_ok.rs b/src/assert_ok/assert_ok.rs index 0843f38a6..8647bfca6 100644 --- a/src/assert_ok/assert_ok.rs +++ b/src/assert_ok/assert_ok.rs @@ -49,7 +49,7 @@ macro_rules! assert_ok_as_result { _ => Err(format!( concat!( "assertion failed: `assert_ok!(a)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok.html\n", " a label: `{}`,\n", " a debug: `{:?}`", ), @@ -78,7 +78,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_ok!(a)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok.html\n", " a label: `a`,\n", " a debug: `Err(1)`", ) @@ -112,13 +112,13 @@ mod tests { /// assert_ok!(a); /// # }); /// // assertion failed: `assert_ok!(a)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok.html /// // a label: `a`, /// // a debug: `Err(1)` /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_ok!(a)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok.html\n", /// # " a label: `a`,\n", /// # " a debug: `Err(1)`", /// # ); diff --git a/src/assert_ok/assert_ok_eq.rs b/src/assert_ok/assert_ok_eq.rs index a92aebe68..0f72044d0 100644 --- a/src/assert_ok/assert_ok_eq.rs +++ b/src/assert_ok/assert_ok_eq.rs @@ -54,7 +54,7 @@ macro_rules! assert_ok_eq_as_result { format!( concat!( "assertion failed: `assert_ok_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_eq.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a inner: `{:?}`,\n", @@ -77,7 +77,7 @@ macro_rules! assert_ok_eq_as_result { format!( concat!( "assertion failed: `assert_ok_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_eq.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -114,7 +114,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_ok_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_eq.html\n", " a label: `a`,\n", " a debug: `Ok(1)`,\n", " a inner: `1`,\n", @@ -134,7 +134,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_ok_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_eq.html\n", " a label: `a`,\n", " a debug: `Err(1)`,\n", " b label: `b`,\n", @@ -172,7 +172,7 @@ mod tests { /// assert_ok_eq!(a, b); /// # }); /// // assertion failed: `assert_ok_eq!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_eq.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_eq.html /// // a label: `a`, /// // a debug: `Ok(1)`, /// // a inner: `1`, @@ -182,7 +182,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_ok_eq!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_eq.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_eq.html\n", /// # " a label: `a`,\n", /// # " a debug: `Ok(1)`,\n", /// # " a inner: `1`,\n", diff --git a/src/assert_ok/assert_ok_eq_x.rs b/src/assert_ok/assert_ok_eq_x.rs index 962c52017..133af766c 100644 --- a/src/assert_ok/assert_ok_eq_x.rs +++ b/src/assert_ok/assert_ok_eq_x.rs @@ -54,7 +54,7 @@ macro_rules! assert_ok_eq_x_as_result { format!( concat!( "assertion failed: `assert_ok_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_eq_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a inner: `{:?}`,\n", @@ -75,7 +75,7 @@ macro_rules! assert_ok_eq_x_as_result { format!( concat!( "assertion failed: `assert_ok_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_eq_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -112,7 +112,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_ok_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_eq_x.html\n", " a label: `a`,\n", " a debug: `Ok(1)`,\n", " a inner: `1`,\n", @@ -131,7 +131,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_ok_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_eq_x.html\n", " a label: `a`,\n", " a debug: `Err(1)`,\n", " b label: `b`,\n", @@ -169,7 +169,7 @@ mod tests { /// assert_ok_eq_x!(a, b); /// # }); /// // assertion failed: `assert_ok_eq_x!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_eq_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_eq_x.html /// // a label: `a`, /// // a debug: `Ok(1)`, /// // a inner: `1`, @@ -178,7 +178,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_ok_eq_x!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_eq_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_eq_x.html\n", /// # " a label: `a`,\n", /// # " a debug: `Ok(1)`,\n", /// # " a inner: `1`,\n", diff --git a/src/assert_ok/assert_ok_ne.rs b/src/assert_ok/assert_ok_ne.rs index 07844cb9b..a40d06d2f 100644 --- a/src/assert_ok/assert_ok_ne.rs +++ b/src/assert_ok/assert_ok_ne.rs @@ -54,7 +54,7 @@ macro_rules! assert_ok_ne_as_result { format!( concat!( "assertion failed: `assert_ok_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_ne.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a inner: `{:?}`,\n", @@ -77,7 +77,7 @@ macro_rules! assert_ok_ne_as_result { format!( concat!( "assertion failed: `assert_ok_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_ne.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -114,7 +114,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_ok_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_ne.html\n", " a label: `a`,\n", " a debug: `Ok(1)`,\n", " a inner: `1`,\n", @@ -134,7 +134,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_ok_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_ne.html\n", " a label: `a`,\n", " a debug: `Err(1)`,\n", " b label: `b`,\n", @@ -172,7 +172,7 @@ mod tests { /// assert_ok_ne!(a, b); /// # }); /// // assertion failed: `assert_ok_ne!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_ne.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_ne.html /// // a label: `a`, /// // a debug: `Ok(1)`, /// // a inner: `1`, @@ -182,7 +182,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_ok_ne!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_ne.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_ne.html\n", /// # " a label: `a`,\n", /// # " a debug: `Ok(1)`,\n", /// # " a inner: `1`,\n", diff --git a/src/assert_ok/assert_ok_ne_x.rs b/src/assert_ok/assert_ok_ne_x.rs index 550e8a2c2..593ff00e7 100644 --- a/src/assert_ok/assert_ok_ne_x.rs +++ b/src/assert_ok/assert_ok_ne_x.rs @@ -21,7 +21,7 @@ //! * [`assert_ok_ne_x_as_result`](macro@crate::assert_ok_ne_x_as_result) //! * [`debug_assert_ok_ne_x`](macro@crate::debug_assert_ok_ne_x) -/// Assert an expression is Ok and its value is equal to an expression. +/// Assert an expression is Ok and its value is not equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (a ⇒ Ok(a1) ⇒ a1) = b @@ -54,7 +54,7 @@ macro_rules! assert_ok_ne_x_as_result { format!( concat!( "assertion failed: `assert_ok_ne_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_ne_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a inner: `{:?}`,\n", @@ -75,7 +75,7 @@ macro_rules! assert_ok_ne_x_as_result { format!( concat!( "assertion failed: `assert_ok_ne_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_ne_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -112,7 +112,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_ok_ne_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_ne_x.html\n", " a label: `a`,\n", " a debug: `Ok(1)`,\n", " a inner: `1`,\n", @@ -131,7 +131,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_ok_ne_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_ne_x.html\n", " a label: `a`,\n", " a debug: `Err(1)`,\n", " b label: `b`,\n", @@ -141,7 +141,7 @@ mod tests { } } -/// Assert an expression is Ok and its value is equal to an expression. +/// Assert an expression is Ok and its value is not equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (a ⇒ Ok(a1) ⇒ a1) ≠ b @@ -169,7 +169,7 @@ mod tests { /// assert_ok_ne_x!(a, b); /// # }); /// // assertion failed: `assert_ok_ne_x!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_ne_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_ne_x.html /// // a label: `a`, /// // a debug: `Ok(1)`, /// // a inner: `1`, @@ -178,7 +178,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_ok_ne_x!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ok_ne_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ok_ne_x.html\n", /// # " a label: `a`,\n", /// # " a debug: `Ok(1)`,\n", /// # " a inner: `1`,\n", @@ -211,7 +211,7 @@ macro_rules! assert_ok_ne_x { }}; } -/// Assert an expression is Ok and its value is equal to an expression. +/// Assert an expression is Ok and its value is not equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (a ⇒ Ok(a1) ⇒ a1) ≠ b diff --git a/src/assert_pending/assert_pending.rs b/src/assert_pending/assert_pending.rs index a504f125b..b7e8e4755 100644 --- a/src/assert_pending/assert_pending.rs +++ b/src/assert_pending/assert_pending.rs @@ -57,7 +57,7 @@ macro_rules! assert_pending_as_result { format!( concat!( "assertion failed: `assert_pending!(a)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_pending.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_pending.html\n", " a label: `{}`,\n", " a debug: `{:?}`", ), @@ -92,7 +92,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_pending!(a)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_pending.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_pending.html\n", " a label: `a`,\n", " a debug: `Ready(1)`" ) @@ -127,13 +127,13 @@ mod tests { /// assert_pending!(a); /// # }); /// // assertion failed: `assert_pending!(a)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_pending.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_pending.html /// // a label: `a`, /// // a debug: `Ready(1)` /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_pending!(a)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_pending.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_pending.html\n", /// # " a label: `a`,\n", /// # " a debug: `Ready(1)`", /// # ); diff --git a/src/assert_process/mod.rs b/src/assert_process/mod.rs deleted file mode 100644 index a34fb3fdd..000000000 --- a/src/assert_process/mod.rs +++ /dev/null @@ -1,52 +0,0 @@ -//! Assert for comparing lengths. -//! -//! These macros help with collection lengths, such as for strings, arrays, -//! vectors, iterators, and anything that has a typical `.len()` method. -//! -//! Compare a length with another length: -//! -//! * [`assert_process_status_code_value_eq!(a, b)`](macro@crate::assert_process_status_code_value_eq) ≈ a.len() = b.len() -//! * [`assert_process_status_code_value_ne!(a, b)`](macro@crate::assert_process_status_code_value_ne) ≈ a.len() ≠ b.len() -//! * [`assert_process_status_code_value_lt!(a, b)`](macro@crate::assert_process_status_code_value_lt) ≈ a.len() < b.len() -//! * [`assert_process_status_code_value_le!(a, b)`](macro@crate::assert_process_status_code_value_le) ≈ a.len() ≤ b.len() -//! * [`assert_process_status_code_value_gt!(a, b)`](macro@crate::assert_process_status_code_value_gt) ≈ a.len() > b.len() -//! * [`assert_process_status_code_value_ge!(a, b)`](macro@crate::assert_process_status_code_value_ge) ≈ a.len() ≥ b.len() -//! -//! Compare a length with an expression: -//! -//! * [`assert_process_status_code_value_eq_x!(a, expr)`](macro@crate::assert_process_status_code_value_eq_x) ≈ a.len() = expr -//! * [`assert_process_status_code_value_ne_x!(a, expr)`](macro@crate::assert_process_status_code_value_ne_x) ≈ a.len() ≠ expr -//! * [`assert_process_status_code_value_lt_x!(a, expr)`](macro@crate::assert_process_status_code_value_lt_x) ≈ a.len() < expr -//! * [`assert_process_status_code_value_le_x!(a, expr)`](macro@crate::assert_process_status_code_value_le_x) ≈ a.len() ≤ expr -//! * [`assert_process_status_code_value_gt_x!(a, expr)`](macro@crate::assert_process_status_code_value_gt_x) ≈ a.len() > expr -//! * [`assert_process_status_code_value_ge_x!(a, expr)`](macro@crate::assert_process_status_code_value_ge_x) ≈ a.len() ≥ expr -//! -//! # Example -//! -//! ```rust -//! use assertables::*; -//! use std::process::Command; -//! -//! # fn main() { -//! let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); -//! let mut b = Command::new("bin/exit-with-arg"); b.arg("1"); -//! assert_process_status_code_value_eq!(a, b); -//! # } -//! ``` - -// Compare another -pub mod assert_process_status_code_value_eq; -pub mod assert_process_status_code_value_lt; -pub mod assert_process_status_code_value_ne; - -pub mod assert_process_status_code_value_ge; -pub mod assert_process_status_code_value_gt; -pub mod assert_process_status_code_value_le; - -// Compare expression -pub mod assert_process_status_code_value_eq_x; -pub mod assert_process_status_code_value_ge_x; -pub mod assert_process_status_code_value_gt_x; -pub mod assert_process_status_code_value_le_x; -pub mod assert_process_status_code_value_lt_x; -pub mod assert_process_status_code_value_ne_x; diff --git a/src/assert_program_args/assert_program_args_stderr_eq.rs b/src/assert_program_args/assert_program_args_stderr_eq.rs index 2470d6688..69fe5ce11 100644 --- a/src/assert_program_args/assert_program_args_stderr_eq.rs +++ b/src/assert_program_args/assert_program_args_stderr_eq.rs @@ -63,7 +63,7 @@ macro_rules! assert_program_args_stderr_eq_as_result { format!( concat!( "assertion failed: `assert_program_args_stderr_eq!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_eq.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -94,7 +94,7 @@ macro_rules! assert_program_args_stderr_eq_as_result { format!( concat!( "assertion failed: `assert_program_args_stderr_eq!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_eq.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -153,7 +153,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_eq!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_eq.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -201,7 +201,7 @@ mod tests { /// assert_program_args_stderr_eq!(&a_program, &a_args, &b_program, &b_args); /// # }); /// // assertion failed: `assert_program_args_stderr_eq!(a_program, a_args, b_program, b_args)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_eq.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_eq.html /// // a_program label: `&a_program`, /// // a_program debug: `\"bin/printf-stderr\"`, /// // a_args label: `&a_args`, @@ -215,7 +215,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stderr_eq!(a_program, a_args, b_program, b_args)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_eq.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_eq.html\n", /// # " a_program label: `&a_program`,\n", /// # " a_program debug: `\"bin/printf-stderr\"`,\n", /// # " a_args label: `&a_args`,\n", diff --git a/src/assert_program_args/assert_program_args_stderr_eq_x.rs b/src/assert_program_args/assert_program_args_stderr_eq_x.rs index c5c5257c0..eb0f57b80 100644 --- a/src/assert_program_args/assert_program_args_stderr_eq_x.rs +++ b/src/assert_program_args/assert_program_args_stderr_eq_x.rs @@ -58,7 +58,7 @@ macro_rules! assert_program_args_stderr_eq_x_as_result { format!( concat!( "assertion failed: `assert_program_args_stderr_eq_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_eq_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -85,7 +85,7 @@ macro_rules! assert_program_args_stderr_eq_x_as_result { format!( concat!( "assertion failed: `assert_program_args_stderr_eq_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_eq_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -131,7 +131,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_eq_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_eq_x.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -152,7 +152,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_eq_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_eq_x.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -195,7 +195,7 @@ mod tests { /// assert_program_args_stderr_eq_x!(&program, &args, bytes); /// # }); /// // assertion failed: `assert_program_args_stderr_eq_x!(a_program, a_args, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_eq_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_eq_x.html /// // a_program label: `&program`, /// // a_program debug: `\"bin/printf-stderr\"`, /// // a_args label: `&args`, @@ -207,7 +207,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stderr_eq_x!(a_program, a_args, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_eq_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_eq_x.html\n", /// # " a_program label: `&program`,\n", /// # " a_program debug: `\"bin/printf-stderr\"`,\n", /// # " a_args label: `&args`,\n", diff --git a/src/assert_program_args/assert_program_args_stderr_ge.rs b/src/assert_program_args/assert_program_args_stderr_ge.rs index d87b3d946..944dc8349 100644 --- a/src/assert_program_args/assert_program_args_stderr_ge.rs +++ b/src/assert_program_args/assert_program_args_stderr_ge.rs @@ -63,7 +63,7 @@ macro_rules! assert_program_args_stderr_ge_as_result { format!( concat!( "assertion failed: `assert_program_args_stderr_ge!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ge.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -94,7 +94,7 @@ macro_rules! assert_program_args_stderr_ge_as_result { format!( concat!( "assertion failed: `assert_program_args_stderr_ge!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ge.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -167,7 +167,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_ge!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ge.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -215,7 +215,7 @@ mod tests { /// assert_program_args_stderr_ge!(&a_program, &a_args, &b_program, &b_args); /// # }); /// // assertion failed: `assert_program_args_stderr_ge!(a_program, a_args, b_program, b_args)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ge.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ge.html /// // a_program label: `&a_program`, /// // a_program debug: `\"bin/printf-stderr\"`, /// // a_args label: `&a_args`, @@ -229,7 +229,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stderr_ge!(a_program, a_args, b_program, b_args)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ge.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ge.html\n", /// # " a_program label: `&a_program`,\n", /// # " a_program debug: `\"bin/printf-stderr\"`,\n", /// # " a_args label: `&a_args`,\n", diff --git a/src/assert_program_args/assert_program_args_stderr_ge_x.rs b/src/assert_program_args/assert_program_args_stderr_ge_x.rs index 0a8faf056..23a793da0 100644 --- a/src/assert_program_args/assert_program_args_stderr_ge_x.rs +++ b/src/assert_program_args/assert_program_args_stderr_ge_x.rs @@ -58,7 +58,7 @@ macro_rules! assert_program_args_stderr_ge_x_as_result { format!( concat!( "assertion failed: `assert_program_args_stderr_ge_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ge_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -85,7 +85,7 @@ macro_rules! assert_program_args_stderr_ge_x_as_result { format!( concat!( "assertion failed: `assert_program_args_stderr_ge_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ge_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -131,7 +131,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_ge_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ge_x.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -174,7 +174,7 @@ mod tests { /// assert_program_args_stderr_ge_x!(&program, &args, bytes); /// # }); /// // assertion failed: `assert_program_args_stderr_ge_x!(a_program, a_args, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ge_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ge_x.html /// // a_program label: `&program`, /// // a_program debug: `\"bin/printf-stderr\"`, /// // a_args label: `&args`, @@ -186,7 +186,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stderr_ge_x!(a_program, a_args, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ge_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ge_x.html\n", /// # " a_program label: `&program`,\n", /// # " a_program debug: `\"bin/printf-stderr\"`,\n", /// # " a_args label: `&args`,\n", diff --git a/src/assert_program_args/assert_program_args_stderr_gt.rs b/src/assert_program_args/assert_program_args_stderr_gt.rs index 7fa229bb0..0b45a4a32 100644 --- a/src/assert_program_args/assert_program_args_stderr_gt.rs +++ b/src/assert_program_args/assert_program_args_stderr_gt.rs @@ -63,7 +63,7 @@ macro_rules! assert_program_args_stderr_gt_as_result { format!( concat!( "assertion failed: `assert_program_args_stderr_gt!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_gt.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -94,7 +94,7 @@ macro_rules! assert_program_args_stderr_gt_as_result { format!( concat!( "assertion failed: `assert_program_args_stderr_gt!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_gt.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -153,7 +153,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_gt!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_gt.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -179,7 +179,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_gt!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_gt.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -227,7 +227,7 @@ mod tests { /// assert_program_args_stderr_gt!(&a_program, &a_args, &b_program, &b_args); /// # }); /// // assertion failed: `assert_program_args_stderr_gt!(a_program, a_args, b_program, b_args)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_gt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_gt.html /// // a_program label: `&a_program`, /// // a_program debug: `\"bin/printf-stderr\"`, /// // a_args label: `&a_args`, @@ -241,7 +241,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stderr_gt!(a_program, a_args, b_program, b_args)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_gt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_gt.html\n", /// # " a_program label: `&a_program`,\n", /// # " a_program debug: `\"bin/printf-stderr\"`,\n", /// # " a_args label: `&a_args`,\n", @@ -279,7 +279,7 @@ macro_rules! assert_program_args_stderr_gt { }}; } -/// Assert a command (built with program and args) stderr string is equal to another. +/// Assert a command (built with program and args) stderr string is greater than another. /// /// Pseudocode:
                                                                                                                                                                                /// (program1 + args1 ⇒ command ⇒ stderr) > (program2 + args2 ⇒ command ⇒ stderr) diff --git a/src/assert_program_args/assert_program_args_stderr_gt_x.rs b/src/assert_program_args/assert_program_args_stderr_gt_x.rs index bedcff5b8..2f4e949f4 100644 --- a/src/assert_program_args/assert_program_args_stderr_gt_x.rs +++ b/src/assert_program_args/assert_program_args_stderr_gt_x.rs @@ -58,7 +58,7 @@ macro_rules! assert_program_args_stderr_gt_x_as_result { format!( concat!( "assertion failed: `assert_program_args_stderr_gt_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_gt_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -85,7 +85,7 @@ macro_rules! assert_program_args_stderr_gt_x_as_result { format!( concat!( "assertion failed: `assert_program_args_stderr_gt_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_gt_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -131,7 +131,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_gt_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_gt_x.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -174,7 +174,7 @@ mod tests { /// assert_program_args_stderr_gt_x!(&program, &args, bytes); /// # }); /// // assertion failed: `assert_program_args_stderr_gt_x!(a_program, a_args, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_gt_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_gt_x.html /// // a_program label: `&program`, /// // a_program debug: `\"bin/printf-stderr\"`, /// // a_args label: `&args`, @@ -186,7 +186,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stderr_gt_x!(a_program, a_args, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_gt_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_gt_x.html\n", /// # " a_program label: `&program`,\n", /// # " a_program debug: `\"bin/printf-stderr\"`,\n", /// # " a_args label: `&args`,\n", diff --git a/src/assert_program_args/assert_program_args_stderr_le.rs b/src/assert_program_args/assert_program_args_stderr_le.rs index adefffdcc..385481e87 100644 --- a/src/assert_program_args/assert_program_args_stderr_le.rs +++ b/src/assert_program_args/assert_program_args_stderr_le.rs @@ -63,7 +63,7 @@ macro_rules! assert_program_args_stderr_le_as_result { format!( concat!( "assertion failed: `assert_program_args_stderr_le!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_le.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -94,7 +94,7 @@ macro_rules! assert_program_args_stderr_le_as_result { format!( concat!( "assertion failed: `assert_program_args_stderr_le!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_le.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -167,7 +167,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_le!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_le.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -215,7 +215,7 @@ mod tests { /// assert_program_args_stderr_le!(&a_program, &a_args, &b_program, &b_args); /// # }); /// // assertion failed: `assert_program_args_stderr_le!(a_program, a_args, b_program, b_args)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_le.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_le.html /// // a_program label: `&a_program`, /// // a_program debug: `\"bin/printf-stderr\"`, /// // a_args label: `&a_args`, @@ -229,7 +229,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stderr_le!(a_program, a_args, b_program, b_args)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_le.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_le.html\n", /// # " a_program label: `&a_program`,\n", /// # " a_program debug: `\"bin/printf-stderr\"`,\n", /// # " a_args label: `&a_args`,\n", diff --git a/src/assert_program_args/assert_program_args_stderr_le_x.rs b/src/assert_program_args/assert_program_args_stderr_le_x.rs index 730f11aef..06c84ba04 100644 --- a/src/assert_program_args/assert_program_args_stderr_le_x.rs +++ b/src/assert_program_args/assert_program_args_stderr_le_x.rs @@ -58,7 +58,7 @@ macro_rules! assert_program_args_stderr_le_x_as_result { format!( concat!( "assertion failed: `assert_program_args_stderr_le_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_le_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -85,7 +85,7 @@ macro_rules! assert_program_args_stderr_le_x_as_result { format!( concat!( "assertion failed: `assert_program_args_stderr_le_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_le_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -131,7 +131,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_le_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_le_x.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -174,7 +174,7 @@ mod tests { /// assert_program_args_stderr_le_x!(&program, &args, bytes); /// # }); /// // assertion failed: `assert_program_args_stderr_le_x!(a_program, a_args, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_le_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_le_x.html /// // a_program label: `&program`, /// // a_program debug: `\"bin/printf-stderr\"`, /// // a_args label: `&args`, @@ -186,7 +186,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stderr_le_x!(a_program, a_args, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_le_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_le_x.html\n", /// # " a_program label: `&program`,\n", /// # " a_program debug: `\"bin/printf-stderr\"`,\n", /// # " a_args label: `&args`,\n", @@ -222,7 +222,7 @@ macro_rules! assert_program_args_stderr_le_x { }}; } -/// Assert a command (built with program and args) stderr string is equal to an expression. +/// Assert a command (built with program and args) stderr string is less than or equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// (program1 + args1 ⇒ command ⇒ stderr) ≤ (expr into string) diff --git a/src/assert_program_args/assert_program_args_stderr_lt.rs b/src/assert_program_args/assert_program_args_stderr_lt.rs index 97032eb33..edcb85f58 100644 --- a/src/assert_program_args/assert_program_args_stderr_lt.rs +++ b/src/assert_program_args/assert_program_args_stderr_lt.rs @@ -63,7 +63,7 @@ macro_rules! assert_program_args_stderr_lt_as_result { format!( concat!( "assertion failed: `assert_program_args_stderr_lt!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_lt.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -94,7 +94,7 @@ macro_rules! assert_program_args_stderr_lt_as_result { format!( concat!( "assertion failed: `assert_program_args_stderr_lt!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_lt.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -153,7 +153,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_lt!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_lt.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -179,7 +179,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_lt!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_lt.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -227,7 +227,7 @@ mod tests { /// assert_program_args_stderr_lt!(&a_program, &a_args, &b_program, &b_args); /// # }); /// // assertion failed: `assert_program_args_stderr_lt!(a_program, a_args, b_program, b_args)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_lt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_lt.html /// // a_program label: `&a_program`, /// // a_program debug: `\"bin/printf-stderr\"`, /// // a_args label: `&a_args`, @@ -241,7 +241,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stderr_lt!(a_program, a_args, b_program, b_args)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_lt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_lt.html\n", /// # " a_program label: `&a_program`,\n", /// # " a_program debug: `\"bin/printf-stderr\"`,\n", /// # " a_args label: `&a_args`,\n", diff --git a/src/assert_program_args/assert_program_args_stderr_lt_x.rs b/src/assert_program_args/assert_program_args_stderr_lt_x.rs index f8b3983c0..58c421e83 100644 --- a/src/assert_program_args/assert_program_args_stderr_lt_x.rs +++ b/src/assert_program_args/assert_program_args_stderr_lt_x.rs @@ -58,7 +58,7 @@ macro_rules! assert_program_args_stderr_lt_x_as_result { format!( concat!( "assertion failed: `assert_program_args_stderr_lt_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_lt_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -85,7 +85,7 @@ macro_rules! assert_program_args_stderr_lt_x_as_result { format!( concat!( "assertion failed: `assert_program_args_stderr_lt_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_lt_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -131,7 +131,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_lt_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_lt_x.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -174,7 +174,7 @@ mod tests { /// assert_program_args_stderr_lt_x!(&program, &args, bytes); /// # }); /// // assertion failed: `assert_program_args_stderr_lt_x!(a_program, a_args, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_lt_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_lt_x.html /// // a_program label: `&program`, /// // a_program debug: `\"bin/printf-stderr\"`, /// // a_args label: `&args`, @@ -186,7 +186,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stderr_lt_x!(a_program, a_args, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_lt_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_lt_x.html\n", /// # " a_program label: `&program`,\n", /// # " a_program debug: `\"bin/printf-stderr\"`,\n", /// # " a_args label: `&args`,\n", diff --git a/src/assert_program_args/assert_program_args_stderr_ne.rs b/src/assert_program_args/assert_program_args_stderr_ne.rs index c90c9ec54..2814926b4 100644 --- a/src/assert_program_args/assert_program_args_stderr_ne.rs +++ b/src/assert_program_args/assert_program_args_stderr_ne.rs @@ -63,7 +63,7 @@ macro_rules! assert_program_args_stderr_ne_as_result { format!( concat!( "assertion failed: `assert_program_args_stderr_ne!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ne.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -94,7 +94,7 @@ macro_rules! assert_program_args_stderr_ne_as_result { format!( concat!( "assertion failed: `assert_program_args_stderr_ne!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ne.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -167,7 +167,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_ne!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ne.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -215,7 +215,7 @@ mod tests { /// assert_program_args_stderr_ne!(&a_program, &a_args, &b_program, &b_args); /// # }); /// // assertion failed: `assert_program_args_stderr_ne!(a_program, a_args, b_program, b_args)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ne.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ne.html /// // a_program label: `&a_program`, /// // a_program debug: `\"bin/printf-stderr\"`, /// // a_args label: `&a_args`, @@ -229,7 +229,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stderr_ne!(a_program, a_args, b_program, b_args)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ne.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ne.html\n", /// # " a_program label: `&a_program`,\n", /// # " a_program debug: `\"bin/printf-stderr\"`,\n", /// # " a_args label: `&a_args`,\n", diff --git a/src/assert_program_args/assert_program_args_stderr_ne_x.rs b/src/assert_program_args/assert_program_args_stderr_ne_x.rs index ac5976490..416450cc8 100644 --- a/src/assert_program_args/assert_program_args_stderr_ne_x.rs +++ b/src/assert_program_args/assert_program_args_stderr_ne_x.rs @@ -58,7 +58,7 @@ macro_rules! assert_program_args_stderr_ne_x_as_result { format!( concat!( "assertion failed: `assert_program_args_stderr_ne_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ne_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -85,7 +85,7 @@ macro_rules! assert_program_args_stderr_ne_x_as_result { format!( concat!( "assertion failed: `assert_program_args_stderr_ne_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ne_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -131,7 +131,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_ne_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ne_x.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -174,7 +174,7 @@ mod tests { /// assert_program_args_stderr_ne_x!(&program, &args, bytes); /// # }); /// // assertion failed: `assert_program_args_stderr_ne_x!(a_program, a_args, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ne_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ne_x.html /// // a_program label: `&program`, /// // a_program debug: `\"bin/printf-stderr\"`, /// // a_args label: `&args`, @@ -186,7 +186,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stderr_ne_x!(a_program, a_args, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_ne_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_ne_x.html\n", /// # " a_program label: `&program`,\n", /// # " a_program debug: `\"bin/printf-stderr\"`,\n", /// # " a_args label: `&args`,\n", diff --git a/src/assert_program_args/assert_program_args_stderr_string_contains.rs b/src/assert_program_args/assert_program_args_stderr_string_contains.rs index b43d47f21..9fdab676a 100644 --- a/src/assert_program_args/assert_program_args_stderr_string_contains.rs +++ b/src/assert_program_args/assert_program_args_stderr_string_contains.rs @@ -63,7 +63,7 @@ macro_rules! assert_program_args_stderr_string_contains_as_result { format!( concat!( "assertion failed: `assert_program_args_stderr_string_contains!(a_program, a_args, containee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_string_contains.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_string_contains.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -90,7 +90,7 @@ macro_rules! assert_program_args_stderr_string_contains_as_result { format!( concat!( "assertion failed: `assert_program_args_stderr_string_contains!(a_program, a_args, containee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_string_contains.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_string_contains.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -136,7 +136,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_string_contains!(a_program, a_args, containee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_string_contains.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_string_contains.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -185,7 +185,7 @@ mod tests { /// assert_program_args_stderr_string_contains!(&program, &args, &containee); /// # }); /// // assertion failed: `assert_program_args_stderr_string_contains!(a_program, a_args, containee)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_string_contains.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_string_contains.html /// // a_program label: `&program`, /// // a_program debug: `\"bin/printf-stderr\"`, /// // a_args label: `&args`, @@ -197,7 +197,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stderr_string_contains!(a_program, a_args, containee)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_string_contains.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_string_contains.html\n", /// # " a_program label: `&program`,\n", /// # " a_program debug: `\"bin/printf-stderr\"`,\n", /// # " a_args label: `&args`,\n", diff --git a/src/assert_program_args/assert_program_args_stderr_string_is_match.rs b/src/assert_program_args/assert_program_args_stderr_string_is_match.rs index 0d84e9c55..8124b2972 100644 --- a/src/assert_program_args/assert_program_args_stderr_string_is_match.rs +++ b/src/assert_program_args/assert_program_args_stderr_string_is_match.rs @@ -59,7 +59,7 @@ macro_rules! assert_program_args_stderr_string_is_match_as_result { format!( concat!( "assertion failed: `assert_program_args_stderr_string_is_match!(a_program, b_matcher)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_string_is_match.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_string_is_match.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -86,7 +86,7 @@ macro_rules! assert_program_args_stderr_string_is_match_as_result { format!( concat!( "assertion failed: `assert_program_args_stderr_string_is_match!(a_program, b_matcher)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_string_is_match.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_string_is_match.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -134,7 +134,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stderr_string_is_match!(a_program, b_matcher)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_string_is_match.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_string_is_match.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stderr\"`,\n", " a_args label: `&a_args`,\n", @@ -179,7 +179,7 @@ mod tests { /// assert_program_args_stderr_string_is_match!(&program, &args, &matcher); /// # }); /// // assertion failed: `assert_program_args_stderr_string_is_match!(a_program, b_matcher)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_string_is_match.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_string_is_match.html /// // a_program label: `&program`, /// // a_program debug: `\"bin/printf-stderr\"`, /// // a_args label: `&args`, @@ -191,7 +191,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stderr_string_is_match!(a_program, b_matcher)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stderr_string_is_match.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stderr_string_is_match.html\n", /// # " a_program label: `&program`,\n", /// # " a_program debug: `\"bin/printf-stderr\"`,\n", /// # " a_args label: `&args`,\n", diff --git a/src/assert_program_args/assert_program_args_stdout_eq.rs b/src/assert_program_args/assert_program_args_stdout_eq.rs index c86684a93..3292e0a6a 100644 --- a/src/assert_program_args/assert_program_args_stdout_eq.rs +++ b/src/assert_program_args/assert_program_args_stdout_eq.rs @@ -64,7 +64,7 @@ macro_rules! assert_program_args_stdout_eq_as_result { format!( concat!( "assertion failed: `assert_program_args_stdout_eq!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_eq.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -95,7 +95,7 @@ macro_rules! assert_program_args_stdout_eq_as_result { format!( concat!( "assertion failed: `assert_program_args_stdout_eq!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_eq.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -154,7 +154,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stdout_eq!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_eq.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stdout\"`,\n", " a_args label: `&a_args`,\n", @@ -202,7 +202,7 @@ mod tests { /// assert_program_args_stdout_eq!(&a_program, &a_args, &b_program, &b_args); /// # }); /// // assertion failed: `assert_program_args_stdout_eq!(a_program, a_args, b_program, b_args)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_eq.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_eq.html /// // a_program label: `&a_program`, /// // a_program debug: `\"bin/printf-stdout\"`, /// // a_args label: `&a_args`, @@ -216,7 +216,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stdout_eq!(a_program, a_args, b_program, b_args)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_eq.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_eq.html\n", /// # " a_program label: `&a_program`,\n", /// # " a_program debug: `\"bin/printf-stdout\"`,\n", /// # " a_args label: `&a_args`,\n", diff --git a/src/assert_program_args/assert_program_args_stdout_eq_x.rs b/src/assert_program_args/assert_program_args_stdout_eq_x.rs index b6b3d7fc1..3b7af6a85 100644 --- a/src/assert_program_args/assert_program_args_stdout_eq_x.rs +++ b/src/assert_program_args/assert_program_args_stdout_eq_x.rs @@ -58,7 +58,7 @@ macro_rules! assert_program_args_stdout_eq_x_as_result { format!( concat!( "assertion failed: `assert_program_args_stdout_eq_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_eq_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -85,7 +85,7 @@ macro_rules! assert_program_args_stdout_eq_x_as_result { format!( concat!( "assertion failed: `assert_program_args_stdout_eq_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_eq_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -132,7 +132,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stdout_eq_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_eq_x.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stdout\"`,\n", " a_args label: `&a_args`,\n", @@ -176,7 +176,7 @@ mod tests { /// assert_program_args_stdout_eq_x!(&program, &args, bytes); /// # }); /// // assertion failed: `assert_program_args_stdout_eq_x!(a_program, a_args, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_eq_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_eq_x.html /// // a_program label: `&program`, /// // a_program debug: `\"bin/printf-stdout\"`, /// // a_args label: `&args`, @@ -188,7 +188,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stdout_eq_x!(a_program, a_args, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_eq_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_eq_x.html\n", /// # " a_program label: `&program`,\n", /// # " a_program debug: `\"bin/printf-stdout\"`,\n", /// # " a_args label: `&args`,\n", diff --git a/src/assert_program_args/assert_program_args_stdout_ge.rs b/src/assert_program_args/assert_program_args_stdout_ge.rs index 78fb7f53c..fe405601c 100644 --- a/src/assert_program_args/assert_program_args_stdout_ge.rs +++ b/src/assert_program_args/assert_program_args_stdout_ge.rs @@ -64,7 +64,7 @@ macro_rules! assert_program_args_stdout_ge_as_result { format!( concat!( "assertion failed: `assert_program_args_stdout_ge!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ge.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -95,7 +95,7 @@ macro_rules! assert_program_args_stdout_ge_as_result { format!( concat!( "assertion failed: `assert_program_args_stdout_ge!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ge.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -168,7 +168,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stdout_ge!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ge.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ge.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stdout\"`,\n", " a_args label: `&a_args`,\n", @@ -216,7 +216,7 @@ mod tests { /// assert_program_args_stdout_ge!(&a_program, &a_args, &b_program, &b_args); /// # }); /// // assertion failed: `assert_program_args_stdout_ge!(a_program, a_args, b_program, b_args)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ge.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ge.html /// // a_program label: `&a_program`, /// // a_program debug: `\"bin/printf-stdout\"`, /// // a_args label: `&a_args`, @@ -230,7 +230,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stdout_ge!(a_program, a_args, b_program, b_args)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ge.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ge.html\n", /// # " a_program label: `&a_program`,\n", /// # " a_program debug: `\"bin/printf-stdout\"`,\n", /// # " a_args label: `&a_args`,\n", diff --git a/src/assert_program_args/assert_program_args_stdout_ge_x.rs b/src/assert_program_args/assert_program_args_stdout_ge_x.rs index 6bd8bba67..71d2b417c 100644 --- a/src/assert_program_args/assert_program_args_stdout_ge_x.rs +++ b/src/assert_program_args/assert_program_args_stdout_ge_x.rs @@ -58,7 +58,7 @@ macro_rules! assert_program_args_stdout_ge_x_as_result { format!( concat!( "assertion failed: `assert_program_args_stdout_ge_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ge_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -85,7 +85,7 @@ macro_rules! assert_program_args_stdout_ge_x_as_result { format!( concat!( "assertion failed: `assert_program_args_stdout_ge_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ge_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -140,7 +140,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stdout_ge_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ge_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ge_x.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stdout\"`,\n", " a_args label: `&a_args`,\n", @@ -184,7 +184,7 @@ mod tests { /// assert_program_args_stdout_ge_x!(&program, &args, bytes); /// # }); /// // assertion failed: `assert_program_args_stdout_ge_x!(a_program, a_args, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ge_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ge_x.html /// // a_program label: `&program`, /// // a_program debug: `\"bin/printf-stdout\"`, /// // a_args label: `&args`, @@ -196,7 +196,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stdout_ge_x!(a_program, a_args, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ge_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ge_x.html\n", /// # " a_program label: `&program`,\n", /// # " a_program debug: `\"bin/printf-stdout\"`,\n", /// # " a_args label: `&args`,\n", diff --git a/src/assert_program_args/assert_program_args_stdout_gt.rs b/src/assert_program_args/assert_program_args_stdout_gt.rs index 539db3459..932805c4d 100644 --- a/src/assert_program_args/assert_program_args_stdout_gt.rs +++ b/src/assert_program_args/assert_program_args_stdout_gt.rs @@ -64,7 +64,7 @@ macro_rules! assert_program_args_stdout_gt_as_result { format!( concat!( "assertion failed: `assert_program_args_stdout_gt!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_gt.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -95,7 +95,7 @@ macro_rules! assert_program_args_stdout_gt_as_result { format!( concat!( "assertion failed: `assert_program_args_stdout_gt!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_gt.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -154,7 +154,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stdout_gt!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_gt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_gt.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stdout\"`,\n", " a_args label: `&a_args`,\n", @@ -202,7 +202,7 @@ mod tests { /// assert_program_args_stdout_gt!(&a_program, &a_args, &b_program, &b_args); /// # }); /// // assertion failed: `assert_program_args_stdout_gt!(a_program, a_args, b_program, b_args)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_gt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_gt.html /// // a_program label: `&a_program`, /// // a_program debug: `\"bin/printf-stdout\"`, /// // a_args label: `&a_args`, @@ -216,7 +216,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stdout_gt!(a_program, a_args, b_program, b_args)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_gt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_gt.html\n", /// # " a_program label: `&a_program`,\n", /// # " a_program debug: `\"bin/printf-stdout\"`,\n", /// # " a_args label: `&a_args`,\n", diff --git a/src/assert_program_args/assert_program_args_stdout_gt_x.rs b/src/assert_program_args/assert_program_args_stdout_gt_x.rs index 4e4490ec8..788a3bb6f 100644 --- a/src/assert_program_args/assert_program_args_stdout_gt_x.rs +++ b/src/assert_program_args/assert_program_args_stdout_gt_x.rs @@ -58,7 +58,7 @@ macro_rules! assert_program_args_stdout_gt_x_as_result { format!( concat!( "assertion failed: `assert_program_args_stdout_gt_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_gt_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -85,7 +85,7 @@ macro_rules! assert_program_args_stdout_gt_x_as_result { format!( concat!( "assertion failed: `assert_program_args_stdout_gt_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_gt_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -131,7 +131,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stdout_gt_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_gt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_gt_x.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stdout\"`,\n", " a_args label: `&a_args`,\n", @@ -175,7 +175,7 @@ mod tests { /// assert_program_args_stdout_gt_x!(&program, &args, bytes); /// # }); /// // assertion failed: `assert_program_args_stdout_gt_x!(a_program, a_args, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_gt_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_gt_x.html /// // a_program label: `&program`, /// // a_program debug: `\"bin/printf-stdout\"`, /// // a_args label: `&args`, @@ -187,7 +187,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stdout_gt_x!(a_program, a_args, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_gt_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_gt_x.html\n", /// # " a_program label: `&program`,\n", /// # " a_program debug: `\"bin/printf-stdout\"`,\n", /// # " a_args label: `&args`,\n", diff --git a/src/assert_program_args/assert_program_args_stdout_le.rs b/src/assert_program_args/assert_program_args_stdout_le.rs index ceb23a8b7..29dfb0fe2 100644 --- a/src/assert_program_args/assert_program_args_stdout_le.rs +++ b/src/assert_program_args/assert_program_args_stdout_le.rs @@ -64,7 +64,7 @@ macro_rules! assert_program_args_stdout_le_as_result { format!( concat!( "assertion failed: `assert_program_args_stdout_le!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_le.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -95,7 +95,7 @@ macro_rules! assert_program_args_stdout_le_as_result { format!( concat!( "assertion failed: `assert_program_args_stdout_le!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_le.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -168,7 +168,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stdout_le!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_le.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_le.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stdout\"`,\n", " a_args label: `&a_args`,\n", @@ -216,7 +216,7 @@ mod tests { /// assert_program_args_stdout_le!(&a_program, &a_args, &b_program, &b_args); /// # }); /// // assertion failed: `assert_program_args_stdout_le!(a_program, a_args, b_program, b_args)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_le.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_le.html /// // a_program label: `&a_program`, /// // a_program debug: `\"bin/printf-stdout\"`, /// // a_args label: `&a_args`, @@ -230,7 +230,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stdout_le!(a_program, a_args, b_program, b_args)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_le.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_le.html\n", /// # " a_program label: `&a_program`,\n", /// # " a_program debug: `\"bin/printf-stdout\"`,\n", /// # " a_args label: `&a_args`,\n", diff --git a/src/assert_program_args/assert_program_args_stdout_le_x.rs b/src/assert_program_args/assert_program_args_stdout_le_x.rs index ecef4ac20..409872f4d 100644 --- a/src/assert_program_args/assert_program_args_stdout_le_x.rs +++ b/src/assert_program_args/assert_program_args_stdout_le_x.rs @@ -58,7 +58,7 @@ macro_rules! assert_program_args_stdout_le_x_as_result { format!( concat!( "assertion failed: `assert_program_args_stdout_le_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_le_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -85,7 +85,7 @@ macro_rules! assert_program_args_stdout_le_x_as_result { format!( concat!( "assertion failed: `assert_program_args_stdout_le_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_le_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -140,7 +140,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stdout_le_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_le_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_le_x.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stdout\"`,\n", " a_args label: `&a_args`,\n", @@ -184,7 +184,7 @@ mod tests { /// assert_program_args_stdout_le_x!(&program, &args, bytes); /// # }); /// // assertion failed: `assert_program_args_stdout_le_x!(a_program, a_args, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_le_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_le_x.html /// // a_program label: `&program`, /// // a_program debug: `\"bin/printf-stdout\"`, /// // a_args label: `&args`, @@ -196,7 +196,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stdout_le_x!(a_program, a_args, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_le_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_le_x.html\n", /// # " a_program label: `&program`,\n", /// # " a_program debug: `\"bin/printf-stdout\"`,\n", /// # " a_args label: `&args`,\n", diff --git a/src/assert_program_args/assert_program_args_stdout_lt.rs b/src/assert_program_args/assert_program_args_stdout_lt.rs index cdad6f93c..b132291ab 100644 --- a/src/assert_program_args/assert_program_args_stdout_lt.rs +++ b/src/assert_program_args/assert_program_args_stdout_lt.rs @@ -64,7 +64,7 @@ macro_rules! assert_program_args_stdout_lt_as_result { format!( concat!( "assertion failed: `assert_program_args_stdout_lt!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_lt.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -95,7 +95,7 @@ macro_rules! assert_program_args_stdout_lt_as_result { format!( concat!( "assertion failed: `assert_program_args_stdout_lt!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_lt.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -154,7 +154,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stdout_lt!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_lt.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_lt.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stdout\"`,\n", " a_args label: `&a_args`,\n", @@ -202,7 +202,7 @@ mod tests { /// assert_program_args_stdout_lt!(&a_program, &a_args, &b_program, &b_args); /// # }); /// // assertion failed: `assert_program_args_stdout_lt!(a_program, a_args, b_program, b_args)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_lt.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_lt.html /// // a_program label: `&a_program`, /// // a_program debug: `\"bin/printf-stdout\"`, /// // a_args label: `&a_args`, @@ -216,7 +216,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stdout_lt!(a_program, a_args, b_program, b_args)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_lt.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_lt.html\n", /// # " a_program label: `&a_program`,\n", /// # " a_program debug: `\"bin/printf-stdout\"`,\n", /// # " a_args label: `&a_args`,\n", diff --git a/src/assert_program_args/assert_program_args_stdout_lt_x.rs b/src/assert_program_args/assert_program_args_stdout_lt_x.rs index ab6b5f9f0..38d0abf4b 100644 --- a/src/assert_program_args/assert_program_args_stdout_lt_x.rs +++ b/src/assert_program_args/assert_program_args_stdout_lt_x.rs @@ -58,7 +58,7 @@ macro_rules! assert_program_args_stdout_lt_x_as_result { format!( concat!( "assertion failed: `assert_program_args_stdout_lt_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_lt_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -85,7 +85,7 @@ macro_rules! assert_program_args_stdout_lt_x_as_result { format!( concat!( "assertion failed: `assert_program_args_stdout_lt_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_lt_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -131,7 +131,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stdout_lt_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_lt_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_lt_x.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stdout\"`,\n", " a_args label: `&a_args`,\n", @@ -175,7 +175,7 @@ mod tests { /// assert_program_args_stdout_lt_x!(&program, &args, bytes); /// # }); /// // assertion failed: `assert_program_args_stdout_lt_x!(a_program, a_args, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_lt_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_lt_x.html /// // a_program label: `&program`, /// // a_program debug: `\"bin/printf-stdout\"`, /// // a_args label: `&args`, @@ -187,7 +187,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stdout_lt_x!(a_program, a_args, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_lt_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_lt_x.html\n", /// # " a_program label: `&program`,\n", /// # " a_program debug: `\"bin/printf-stdout\"`,\n", /// # " a_args label: `&args`,\n", diff --git a/src/assert_program_args/assert_program_args_stdout_ne.rs b/src/assert_program_args/assert_program_args_stdout_ne.rs index 507b43652..d015ba686 100644 --- a/src/assert_program_args/assert_program_args_stdout_ne.rs +++ b/src/assert_program_args/assert_program_args_stdout_ne.rs @@ -64,7 +64,7 @@ macro_rules! assert_program_args_stdout_ne_as_result { format!( concat!( "assertion failed: `assert_program_args_stdout_ne!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ne.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -95,7 +95,7 @@ macro_rules! assert_program_args_stdout_ne_as_result { format!( concat!( "assertion failed: `assert_program_args_stdout_ne!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ne.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -154,7 +154,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stdout_ne!(a_program, a_args, b_program, b_args)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ne.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stdout\"`,\n", " a_args label: `&a_args`,\n", @@ -202,7 +202,7 @@ mod tests { /// assert_program_args_stdout_ne!(&a_program, &a_args, &b_program, &b_args); /// # }); /// // assertion failed: `assert_program_args_stdout_ne!(a_program, a_args, b_program, b_args)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ne.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ne.html /// // a_program label: `&a_program`, /// // a_program debug: `\"bin/printf-stdout\"`, /// // a_args label: `&a_args`, @@ -216,7 +216,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stdout_ne!(a_program, a_args, b_program, b_args)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ne.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ne.html\n", /// # " a_program label: `&a_program`,\n", /// # " a_program debug: `\"bin/printf-stdout\"`,\n", /// # " a_args label: `&a_args`,\n", diff --git a/src/assert_program_args/assert_program_args_stdout_ne_x.rs b/src/assert_program_args/assert_program_args_stdout_ne_x.rs index f4484aa4d..e26866cd0 100644 --- a/src/assert_program_args/assert_program_args_stdout_ne_x.rs +++ b/src/assert_program_args/assert_program_args_stdout_ne_x.rs @@ -58,7 +58,7 @@ macro_rules! assert_program_args_stdout_ne_x_as_result { format!( concat!( "assertion failed: `assert_program_args_stdout_ne_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ne_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -85,7 +85,7 @@ macro_rules! assert_program_args_stdout_ne_x_as_result { format!( concat!( "assertion failed: `assert_program_args_stdout_ne_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ne_x.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -131,7 +131,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stdout_ne_x!(a_program, a_args, b_expr)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ne_x.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stdout\"`,\n", " a_args label: `&a_args`,\n", @@ -175,7 +175,7 @@ mod tests { /// assert_program_args_stdout_ne_x!(&program, &args, bytes); /// # }); /// // assertion failed: `assert_program_args_stdout_ne_x!(a_program, a_args, b_expr)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ne_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ne_x.html /// // a_program label: `&program`, /// // a_program debug: `\"bin/printf-stdout\"`, /// // a_args label: `&args`, @@ -187,7 +187,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stdout_ne_x!(a_program, a_args, b_expr)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_ne_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_ne_x.html\n", /// # " a_program label: `&program`,\n", /// # " a_program debug: `\"bin/printf-stdout\"`,\n", /// # " a_args label: `&args`,\n", diff --git a/src/assert_program_args/assert_program_args_stdout_string_contains.rs b/src/assert_program_args/assert_program_args_stdout_string_contains.rs index 1470d5681..7a2bec169 100644 --- a/src/assert_program_args/assert_program_args_stdout_string_contains.rs +++ b/src/assert_program_args/assert_program_args_stdout_string_contains.rs @@ -63,7 +63,7 @@ macro_rules! assert_program_args_stdout_string_contains_as_result { format!( concat!( "assertion failed: `assert_program_args_stdout_string_contains!(a_program, a_args, containee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_string_contains.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_string_contains.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -90,7 +90,7 @@ macro_rules! assert_program_args_stdout_string_contains_as_result { format!( concat!( "assertion failed: `assert_program_args_stdout_string_contains!(a_program, a_args, containee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_string_contains.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_string_contains.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -136,7 +136,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stdout_string_contains!(a_program, a_args, containee)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_string_contains.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_string_contains.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stdout\"`,\n", " a_args label: `&a_args`,\n", @@ -185,7 +185,7 @@ mod tests { /// assert_program_args_stdout_string_contains!(&program, &args, &containee); /// # }); /// // assertion failed: `assert_program_args_stdout_string_contains!(a_program, a_args, containee)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_string_contains.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_string_contains.html /// // a_program label: `&program`, /// // a_program debug: `\"bin/printf-stdout\"`, /// // a_args label: `&args`, @@ -197,7 +197,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stdout_string_contains!(a_program, a_args, containee)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_string_contains.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_string_contains.html\n", /// # " a_program label: `&program`,\n", /// # " a_program debug: `\"bin/printf-stdout\"`,\n", /// # " a_args label: `&args`,\n", diff --git a/src/assert_program_args/assert_program_args_stdout_string_is_match.rs b/src/assert_program_args/assert_program_args_stdout_string_is_match.rs index fcac83339..b204c7afb 100644 --- a/src/assert_program_args/assert_program_args_stdout_string_is_match.rs +++ b/src/assert_program_args/assert_program_args_stdout_string_is_match.rs @@ -59,7 +59,7 @@ macro_rules! assert_program_args_stdout_string_is_match_as_result { format!( concat!( "assertion failed: `assert_program_args_stdout_string_is_match!(a_program, b_matcher)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_string_is_match.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_string_is_match.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -86,7 +86,7 @@ macro_rules! assert_program_args_stdout_string_is_match_as_result { format!( concat!( "assertion failed: `assert_program_args_stdout_string_is_match!(a_program, b_matcher)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_string_is_match.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_string_is_match.html\n", " a_program label: `{}`,\n", " a_program debug: `{:?}`,\n", " a_args label: `{}`,\n", @@ -134,7 +134,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_program_args_stdout_string_is_match!(a_program, b_matcher)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_string_is_match.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_string_is_match.html\n", " a_program label: `&a_program`,\n", " a_program debug: `\"bin/printf-stdout\"`,\n", " a_args label: `&a_args`,\n", @@ -179,7 +179,7 @@ mod tests { /// assert_program_args_stdout_string_is_match!(&program, &args, &matcher); /// # }); /// // assertion failed: `assert_program_args_stdout_string_is_match!(a_program, b_matcher)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_string_is_match.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_string_is_match.html /// // a_program label: `&program`, /// // a_program debug: `\"bin/printf-stdout\"`, /// // a_args label: `&args`, @@ -191,7 +191,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_program_args_stdout_string_is_match!(a_program, b_matcher)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_program_args_stdout_string_is_match.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_program_args_stdout_string_is_match.html\n", /// # " a_program label: `&program`,\n", /// # " a_program debug: `\"bin/printf-stdout\"`,\n", /// # " a_args label: `&args`,\n", diff --git a/src/assert_ready/assert_ready.rs b/src/assert_ready/assert_ready.rs index ddf23fad2..b6a49f9f0 100644 --- a/src/assert_ready/assert_ready.rs +++ b/src/assert_ready/assert_ready.rs @@ -51,7 +51,7 @@ macro_rules! assert_ready_as_result { _ => Err(format!( concat!( "assertion failed: `assert_ready!(a)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready.html\n", " a label: `{}`,\n", " a debug: `{:?}`", ), @@ -82,7 +82,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_ready!(a)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready.html\n", " a label: `a`,\n", " a debug: `Pending`", ) @@ -117,13 +117,13 @@ mod tests { /// assert_ready!(a); /// # }); /// // assertion failed: `assert_ready!(a)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready.html /// // a label: `a`, /// // a debug: `Pending` /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_ready!(a)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready.html\n", /// # " a label: `a`,\n", /// # " a debug: `Pending`", /// # ); diff --git a/src/assert_ready/assert_ready_eq.rs b/src/assert_ready/assert_ready_eq.rs index 092701abc..c3ab8fc22 100644 --- a/src/assert_ready/assert_ready_eq.rs +++ b/src/assert_ready/assert_ready_eq.rs @@ -55,7 +55,7 @@ macro_rules! assert_ready_eq_as_result { format!( concat!( "assertion failed: `assert_ready_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_eq.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a inner: `{:?}`,\n", @@ -78,7 +78,7 @@ macro_rules! assert_ready_eq_as_result { format!( concat!( "assertion failed: `assert_ready_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_eq.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -117,7 +117,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_ready_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_eq.html\n", " a label: `a`,\n", " a debug: `Ready(1)`,\n", " a inner: `1`,\n", @@ -137,7 +137,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_ready_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_eq.html\n", " a label: `a`,\n", " a debug: `Pending`,\n", " b label: `b`,\n", @@ -176,7 +176,7 @@ mod tests { /// assert_ready_eq!(a, b); /// # }); /// // assertion failed: `assert_ready_eq!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_eq.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_eq.html /// // a label: `a`, /// // a debug: `Ready(1)`, /// // a inner: `1`, @@ -186,7 +186,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_ready_eq!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_eq.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_eq.html\n", /// # " a label: `a`,\n", /// # " a debug: `Ready(1)`,\n", /// # " a inner: `1`,\n", diff --git a/src/assert_ready/assert_ready_eq_x.rs b/src/assert_ready/assert_ready_eq_x.rs index 38d2200a5..5ea3e0e79 100644 --- a/src/assert_ready/assert_ready_eq_x.rs +++ b/src/assert_ready/assert_ready_eq_x.rs @@ -55,7 +55,7 @@ macro_rules! assert_ready_eq_x_as_result { format!( concat!( "assertion failed: `assert_ready_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_eq_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a inner: `{:?}`,\n", @@ -76,7 +76,7 @@ macro_rules! assert_ready_eq_x_as_result { format!( concat!( "assertion failed: `assert_ready_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_eq_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -115,7 +115,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_ready_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_eq_x.html\n", " a label: `a`,\n", " a debug: `Ready(1)`,\n", " a inner: `1`,\n", @@ -134,7 +134,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_ready_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_eq_x.html\n", " a label: `a`,\n", " a debug: `Pending`,\n", " b label: `b`,\n", @@ -173,7 +173,7 @@ mod tests { /// assert_ready_eq_x!(a, b); /// # }); /// // assertion failed: `assert_ready_eq_x!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_eq_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_eq_x.html /// // a label: `a`, /// // a debug: `Ready(1)`, /// // a inner: `1`, @@ -182,7 +182,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_ready_eq_x!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_eq_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_eq_x.html\n", /// # " a label: `a`,\n", /// # " a debug: `Ready(1)`,\n", /// # " a inner: `1`,\n", diff --git a/src/assert_ready/assert_ready_ne.rs b/src/assert_ready/assert_ready_ne.rs index 4453397f2..ccef19eef 100644 --- a/src/assert_ready/assert_ready_ne.rs +++ b/src/assert_ready/assert_ready_ne.rs @@ -55,7 +55,7 @@ macro_rules! assert_ready_ne_as_result { format!( concat!( "assertion failed: `assert_ready_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_ne.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a inner: `{:?}`,\n", @@ -78,7 +78,7 @@ macro_rules! assert_ready_ne_as_result { format!( concat!( "assertion failed: `assert_ready_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_ne.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -117,7 +117,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_ready_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_ne.html\n", " a label: `a`,\n", " a debug: `Ready(1)`,\n", " a inner: `1`,\n", @@ -137,7 +137,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_ready_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_ne.html\n", " a label: `a`,\n", " a debug: `Pending`,\n", " b label: `b`,\n", @@ -176,7 +176,7 @@ mod tests { /// assert_ready_ne!(a, b); /// # }); /// // assertion failed: `assert_ready_ne!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_ne.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_ne.html /// // a label: `a`, /// // a debug: `Ready(1)`, /// // a inner: `1`, @@ -186,7 +186,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_ready_ne!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_ne.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_ne.html\n", /// # " a label: `a`,\n", /// # " a debug: `Ready(1)`,\n", /// # " a inner: `1`,\n", diff --git a/src/assert_ready/assert_ready_ne_x.rs b/src/assert_ready/assert_ready_ne_x.rs index 55a94f74c..a497bf773 100644 --- a/src/assert_ready/assert_ready_ne_x.rs +++ b/src/assert_ready/assert_ready_ne_x.rs @@ -55,7 +55,7 @@ macro_rules! assert_ready_ne_x_as_result { format!( concat!( "assertion failed: `assert_ready_ne_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_ne_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a inner: `{:?}`,\n", @@ -76,7 +76,7 @@ macro_rules! assert_ready_ne_x_as_result { format!( concat!( "assertion failed: `assert_ready_ne_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_ne_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -115,7 +115,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_ready_ne_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_ne_x.html\n", " a label: `a`,\n", " a debug: `Ready(1)`,\n", " a inner: `1`,\n", @@ -134,7 +134,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_ready_ne_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_ne_x.html\n", " a label: `a`,\n", " a debug: `Pending`,\n", " b label: `b`,\n", @@ -173,7 +173,7 @@ mod tests { /// assert_ready_ne_x!(a, b); /// # }); /// // assertion failed: `assert_ready_ne_x!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_ne_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_ne_x.html /// // a label: `a`, /// // a debug: `Ready(1)`, /// // a inner: `1`, @@ -182,7 +182,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_ready_ne_x!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_ready_ne_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_ready_ne_x.html\n", /// # " a label: `a`,\n", /// # " a debug: `Ready(1)`,\n", /// # " a inner: `1`,\n", diff --git a/src/assert_set/assert_set_disjoint.rs b/src/assert_set/assert_set_disjoint.rs index 9ecc750e2..841a87910 100644 --- a/src/assert_set/assert_set_disjoint.rs +++ b/src/assert_set/assert_set_disjoint.rs @@ -58,7 +58,7 @@ macro_rules! assert_set_disjoint_as_result { format!( concat!( "assertion failed: `assert_set_disjoint!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_disjoint.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_disjoint.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -104,7 +104,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_set_disjoint!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_disjoint.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_disjoint.html\n", " a label: `&a`,\n", " a debug: `[1, 2]`,\n", " b label: `&b`,\n", @@ -144,7 +144,7 @@ mod tests { /// assert_set_disjoint!(&a, &b); /// # }); /// // assertion failed: `assert_set_disjoint!(a_collection, b_collection)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_disjoint.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_disjoint.html /// // a label: `&a`, /// // a debug: `[1, 2]`, /// // b label: `&b`, @@ -154,7 +154,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_set_disjoint!(a_collection, b_collection)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_disjoint.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_disjoint.html\n", /// # " a label: `&a`,\n", /// # " a debug: `[1, 2]`,\n", /// # " b label: `&b`,\n", diff --git a/src/assert_set/assert_set_eq.rs b/src/assert_set/assert_set_eq.rs index 1405dae55..4617a5a08 100644 --- a/src/assert_set/assert_set_eq.rs +++ b/src/assert_set/assert_set_eq.rs @@ -60,7 +60,7 @@ macro_rules! assert_set_eq_as_result { format!( concat!( "assertion failed: `assert_set_eq!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_eq.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -106,7 +106,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_set_eq!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_eq.html\n", " a label: `&a`,\n", " a debug: `[1, 2]`,\n", " b label: `&b`,\n", @@ -146,7 +146,7 @@ mod tests { /// assert_set_eq!(&a, &b); /// # }); /// // assertion failed: `assert_set_eq!(a_collection, b_collection)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_eq.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_eq.html /// // a label: `&a`, /// // a debug: `[1, 2]`, /// // b label: `&b`, @@ -156,7 +156,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_set_eq!(a_collection, b_collection)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_eq.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_eq.html\n", /// # " a label: `&a`,\n", /// # " a debug: `[1, 2]`,\n", /// # " b label: `&b`,\n", diff --git a/src/assert_set/assert_set_joint.rs b/src/assert_set/assert_set_joint.rs index 78e04b9fd..70f027273 100644 --- a/src/assert_set/assert_set_joint.rs +++ b/src/assert_set/assert_set_joint.rs @@ -58,7 +58,7 @@ macro_rules! assert_set_joint_as_result { format!( concat!( "assertion failed: `assert_set_joint!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_joint.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_joint.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -104,7 +104,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_set_joint!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_joint.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_joint.html\n", " a label: `&a`,\n", " a debug: `[1, 2]`,\n", " b label: `&b`,\n", @@ -144,7 +144,7 @@ mod tests { /// assert_set_joint!(&a, &b); /// # }); /// // assertion failed: `assert_set_joint!(a_collection, b_collection)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_joint.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_joint.html /// // a label: `&a`, /// // a debug: `[1, 2]`, /// // b label: `&b`, @@ -154,7 +154,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_set_joint!(a_collection, b_collection)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_joint.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_joint.html\n", /// # " a label: `&a`,\n", /// # " a debug: `[1, 2]`,\n", /// # " b label: `&b`,\n", diff --git a/src/assert_set/assert_set_ne.rs b/src/assert_set/assert_set_ne.rs index 744fe1672..809e95db8 100644 --- a/src/assert_set/assert_set_ne.rs +++ b/src/assert_set/assert_set_ne.rs @@ -59,7 +59,7 @@ macro_rules! assert_set_ne_as_result { format!( concat!( "assertion failed: `assert_set_ne!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_ne.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -105,7 +105,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_set_ne!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_ne.html\n", " a label: `&a`,\n", " a debug: `[1, 2]`,\n", " b label: `&b`,\n", @@ -145,7 +145,7 @@ mod tests { /// assert_set_ne!(&a, &b); /// # }); /// // assertion failed: `assert_set_ne!(a_collection, b_collection)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_ne.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_ne.html /// // a label: `&a`, /// // a debug: `[1, 2]`, /// // b label: `&b`, @@ -155,7 +155,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_set_ne!(a_collection, b_collection)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_ne.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_ne.html\n", /// # " a label: `&a`,\n", /// # " a debug: `[1, 2]`,\n", /// # " b label: `&b`,\n", diff --git a/src/assert_set/assert_set_subset.rs b/src/assert_set/assert_set_subset.rs index e891a7c71..28b253a3d 100644 --- a/src/assert_set/assert_set_subset.rs +++ b/src/assert_set/assert_set_subset.rs @@ -58,7 +58,7 @@ macro_rules! assert_set_subset_as_result { format!( concat!( "assertion failed: `assert_set_subset!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_subset.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_subset.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -104,7 +104,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_set_subset!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_subset.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_subset.html\n", " a label: `&a`,\n", " a debug: `[1, 2, 3]`,\n", " b label: `&b`,\n", @@ -144,7 +144,7 @@ mod tests { /// assert_set_subset!(&a, &b); /// # }); /// // assertion failed: `assert_set_subset!(a_collection, b_collection)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_subset.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_subset.html /// // a label: `&a`, /// // a debug: `[1, 2, 3]`, /// // b label: `&b`, @@ -154,7 +154,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_set_subset!(a_collection, b_collection)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_subset.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_subset.html\n", /// # " a label: `&a`,\n", /// # " a debug: `[1, 2, 3]`,\n", /// # " b label: `&b`,\n", diff --git a/src/assert_set/assert_set_superset.rs b/src/assert_set/assert_set_superset.rs index b98f5301f..9b15be6a1 100644 --- a/src/assert_set/assert_set_superset.rs +++ b/src/assert_set/assert_set_superset.rs @@ -60,7 +60,7 @@ macro_rules! assert_set_superset_as_result { format!( concat!( "assertion failed: `assert_set_superset!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_superset.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_superset.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -106,7 +106,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_set_superset!(a_collection, b_collection)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_superset.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_superset.html\n", " a label: `&a`,\n", " a debug: `[1, 2]`,\n", " b label: `&b`,\n", @@ -146,7 +146,7 @@ mod tests { /// assert_set_superset!(&a, &b); /// # }); /// // assertion failed: `assert_set_superset!(a_collection, b_collection)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_superset.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_superset.html /// // a label: `&a`, /// // a debug: `[1, 2]`, /// // b label: `&b`, @@ -156,7 +156,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_set_superset!(a_collection, b_collection)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_set_superset.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_set_superset.html\n", /// # " a label: `&a`,\n", /// # " a debug: `[1, 2]`,\n", /// # " b label: `&b`,\n", diff --git a/src/assert_some/assert_some.rs b/src/assert_some/assert_some.rs index cbbf24c95..15462aadc 100644 --- a/src/assert_some/assert_some.rs +++ b/src/assert_some/assert_some.rs @@ -49,7 +49,7 @@ macro_rules! assert_some_as_result { _ => Err(format!( concat!( "assertion failed: `assert_some!(a)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some.html\n", " option label: `{}`,\n", " option debug: `{:?}`", ), @@ -78,7 +78,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_some!(a)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some.html\n", " option label: `a`,\n", " option debug: `None`", ) @@ -112,13 +112,13 @@ mod tests { /// assert_some!(a); /// # }); /// // assertion failed: `assert_some!(a)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_some.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_some.html /// // option label: `a`, /// // option debug: `None` /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_some!(a)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some.html\n", /// # " option label: `a`,\n", /// # " option debug: `None`", /// # ); diff --git a/src/assert_some/assert_some_eq.rs b/src/assert_some/assert_some_eq.rs index 9c807322f..173dd8cfe 100644 --- a/src/assert_some/assert_some_eq.rs +++ b/src/assert_some/assert_some_eq.rs @@ -54,7 +54,7 @@ macro_rules! assert_some_eq_as_result { format!( concat!( "assertion failed: `assert_some_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_eq.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a inner: `{:?}`,\n", @@ -77,7 +77,7 @@ macro_rules! assert_some_eq_as_result { format!( concat!( "assertion failed: `assert_some_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_eq.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -114,7 +114,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_some_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_eq.html\n", " a label: `a`,\n", " a debug: `Some(1)`,\n", " a inner: `1`,\n", @@ -134,7 +134,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_some_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_eq.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_eq.html\n", " a label: `a`,\n", " a debug: `None`,\n", " b label: `b`,\n", @@ -172,7 +172,7 @@ mod tests { /// assert_some_eq!(a, b); /// # }); /// // assertion failed: `assert_some_eq!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_eq.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_eq.html /// // a label: `a`, /// // a debug: `Some(1)`, /// // a inner: `1`, @@ -182,7 +182,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_some_eq!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_eq.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_eq.html\n", /// # " a label: `a`,\n", /// # " a debug: `Some(1)`,\n", /// # " a inner: `1`,\n", diff --git a/src/assert_some/assert_some_eq_x.rs b/src/assert_some/assert_some_eq_x.rs index 3f7993b07..1a20979c0 100644 --- a/src/assert_some/assert_some_eq_x.rs +++ b/src/assert_some/assert_some_eq_x.rs @@ -54,7 +54,7 @@ macro_rules! assert_some_eq_x_as_result { format!( concat!( "assertion failed: `assert_some_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_eq_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a inner: `{:?}`,\n", @@ -75,7 +75,7 @@ macro_rules! assert_some_eq_x_as_result { format!( concat!( "assertion failed: `assert_some_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_eq_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -112,7 +112,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_some_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_eq_x.html\n", " a label: `a`,\n", " a debug: `Some(1)`,\n", " a inner: `1`,\n", @@ -131,7 +131,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_some_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_eq_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_eq_x.html\n", " a label: `a`,\n", " a debug: `None`,\n", " b label: `b`,\n", @@ -169,7 +169,7 @@ mod tests { /// assert_some_eq_x!(a, b); /// # }); /// // assertion failed: `assert_some_eq_x!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_eq_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_eq_x.html /// // a label: `a`, /// // a debug: `Some(1)`, /// // a inner: `1`, @@ -178,7 +178,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_some_eq_x!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_eq_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_eq_x.html\n", /// # " a label: `a`,\n", /// # " a debug: `Some(1)`,\n", /// # " a inner: `1`,\n", diff --git a/src/assert_some/assert_some_ne.rs b/src/assert_some/assert_some_ne.rs index 12d3af2cd..00cfacd3f 100644 --- a/src/assert_some/assert_some_ne.rs +++ b/src/assert_some/assert_some_ne.rs @@ -54,7 +54,7 @@ macro_rules! assert_some_ne_as_result { format!( concat!( "assertion failed: `assert_some_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_ne.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a inner: `{:?}`,\n", @@ -77,7 +77,7 @@ macro_rules! assert_some_ne_as_result { format!( concat!( "assertion failed: `assert_some_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_ne.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -114,7 +114,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_some_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_ne.html\n", " a label: `a`,\n", " a debug: `Some(1)`,\n", " a inner: `1`,\n", @@ -134,7 +134,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_some_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_ne.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_ne.html\n", " a label: `a`,\n", " a debug: `None`,\n", " b label: `b`,\n", @@ -172,7 +172,7 @@ mod tests { /// assert_some_ne!(a, b); /// # }); /// // assertion failed: `assert_some_ne!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_ne.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_ne.html /// // a label: `a`, /// // a debug: `Some(1)`, /// // b label: `b`, @@ -182,7 +182,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_some_ne!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_ne.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_ne.html\n", /// # " a label: `a`,\n", /// # " a debug: `Some(1)`,\n", /// # " a inner: `1`,\n", diff --git a/src/assert_some/assert_some_ne_x.rs b/src/assert_some/assert_some_ne_x.rs index bc4a2aca3..91edac77a 100644 --- a/src/assert_some/assert_some_ne_x.rs +++ b/src/assert_some/assert_some_ne_x.rs @@ -54,7 +54,7 @@ macro_rules! assert_some_ne_x_as_result { format!( concat!( "assertion failed: `assert_some_ne_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_ne_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a inner: `{:?}`,\n", @@ -75,7 +75,7 @@ macro_rules! assert_some_ne_x_as_result { format!( concat!( "assertion failed: `assert_some_ne_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_ne_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " b label: `{}`,\n", @@ -112,7 +112,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_some_ne_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_ne_x.html\n", " a label: `a`,\n", " a debug: `Some(1)`,\n", " a inner: `1`,\n", @@ -131,7 +131,7 @@ mod tests { result.unwrap_err(), concat!( "assertion failed: `assert_some_ne_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_ne_x.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_ne_x.html\n", " a label: `a`,\n", " a debug: `None`,\n", " b label: `b`,\n", @@ -169,7 +169,7 @@ mod tests { /// assert_some_ne_x!(a, b); /// # }); /// // assertion failed: `assert_some_ne_x!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_ne_x.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_ne_x.html /// // a label: `a`, /// // a debug: `Some(1)`, /// // a inner: `1`, @@ -178,7 +178,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_some_ne_x!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_some_ne_x.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_some_ne_x.html\n", /// # " a label: `a`,\n", /// # " a debug: `Some(1)`,\n", /// # " a inner: `1`,\n", diff --git a/src/assert_starts_with/assert_not_starts_with.rs b/src/assert_starts_with/assert_not_starts_with.rs index e58f449da..1514361d2 100644 --- a/src/assert_starts_with/assert_not_starts_with.rs +++ b/src/assert_starts_with/assert_not_starts_with.rs @@ -60,7 +60,7 @@ macro_rules! assert_not_starts_with_as_result { format!( concat!( "assertion failed: `assert_not_starts_with!(sequence, subsequence)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_starts_with.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_starts_with.html\n", " sequence label: `{}`,\n", " sequence debug: `{:?}`,\n", " subsequence label: `{}`,\n", @@ -97,7 +97,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_not_starts_with!(sequence, subsequence)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_starts_with.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_starts_with.html\n", " sequence label: `sequence`,\n", " sequence debug: `\"alfa\"`,\n", " subsequence label: `subsequence`,\n", @@ -141,7 +141,7 @@ mod tests { /// assert_not_starts_with!(sequence, subsequence); /// # }); /// // assertion failed: `assert_not_starts_with!(sequence, subsequence)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_starts_with.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_starts_with.html /// // sequence label: `sequence`, /// // sequence debug: `\"alfa\"`, /// // part label: `subsequence`, @@ -149,7 +149,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_not_starts_with!(sequence, subsequence)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_not_starts_with.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_not_starts_with.html\n", /// # " sequence label: `sequence`,\n", /// # " sequence debug: `\"alfa\"`,\n", /// # " subsequence label: `subsequence`,\n", diff --git a/src/assert_starts_with/assert_starts_with.rs b/src/assert_starts_with/assert_starts_with.rs index 989e865bf..fb664dca6 100644 --- a/src/assert_starts_with/assert_starts_with.rs +++ b/src/assert_starts_with/assert_starts_with.rs @@ -60,7 +60,7 @@ macro_rules! assert_starts_with_as_result { format!( concat!( "assertion failed: `assert_starts_with!(sequence, subsequence)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_starts_with.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_starts_with.html\n", " sequence label: `{}`,\n", " sequence debug: `{:?}`,\n", " subsequence label: `{}`,\n", @@ -97,7 +97,7 @@ mod tests { let actual = result.unwrap_err(); let expect = concat!( "assertion failed: `assert_starts_with!(sequence, subsequence)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_starts_with.html\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_starts_with.html\n", " sequence label: `sequence`,\n", " sequence debug: `\"alfa\"`,\n", " subsequence label: `subsequence`,\n", @@ -140,7 +140,7 @@ mod tests { /// let subsequence = "fa"; /// assert_starts_with!(sequence, subsequence); /// // assertion failed: `assert_starts_with!(sequence, subsequence)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_starts_with.html +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_starts_with.html /// // sequence label: `sequence`, /// // sequence debug: `\"alfa\"`, /// // part label: `subsequence`, @@ -149,7 +149,7 @@ mod tests { /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( /// # "assertion failed: `assert_starts_with!(sequence, subsequence)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_starts_with.html\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_starts_with.html\n", /// # " sequence label: `sequence`,\n", /// # " sequence debug: `\"alfa\"`,\n", /// # " subsequence label: `subsequence`,\n", diff --git a/src/assert_process/assert_process_status_code_value_eq.rs b/src/assert_status/assert_status_code_value_eq.rs similarity index 69% rename from src/assert_process/assert_process_status_code_value_eq.rs rename to src/assert_status/assert_status_code_value_eq.rs index 4bbd86760..0ecf97429 100644 --- a/src/assert_process/assert_process_status_code_value_eq.rs +++ b/src/assert_status/assert_status_code_value_eq.rs @@ -1,4 +1,4 @@ -//! Assert a process status code value is equal to another. +//! Assert a status code value is equal to another. //! //! Pseudocode:
                                                                                                                                                                                //! a ⇒ status ⇒ code ⇒ value = b ⇒ status ⇒ code ⇒ value @@ -12,17 +12,17 @@ //! # fn main() { //! let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); //! let mut b = Command::new("bin/exit-with-arg"); b.arg("1"); -//! assert_process_status_code_value_eq!(a, b); +//! assert_status_code_value_eq!(a, b); //! # } //! ``` //! //! # Module macros //! -//! * [`assert_process_status_code_value_eq`](macro@crate::assert_process_status_code_value_eq) -//! * [`assert_process_status_code_value_eq_as_result`](macro@crate::assert_process_status_code_value_eq_as_result) -//! * [`debug_assert_process_status_code_value_eq`](macro@crate::debug_assert_process_status_code_value_eq) +//! * [`assert_status_code_value_eq`](macro@crate::assert_status_code_value_eq) +//! * [`assert_status_code_value_eq_as_result`](macro@crate::assert_status_code_value_eq_as_result) +//! * [`debug_assert_status_code_value_eq`](macro@crate::debug_assert_status_code_value_eq) -/// Assert a process status code value is equal to another. +/// Assert a status code value is equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a ⇒ status ⇒ code ⇒ value = b ⇒ status ⇒ code ⇒ value @@ -39,12 +39,12 @@ /// /// # Module macros /// -/// * [`assert_process_status_code_value_eq`](macro@crate::assert_process_status_code_value_eq) -/// * [`assert_process_status_code_value_eq_as_result`](macro@crate::assert_process_status_code_value_eq_as_result) -/// * [`debug_assert_process_status_code_value_eq`](macro@crate::debug_assert_process_status_code_value_eq) +/// * [`assert_status_code_value_eq`](macro@crate::assert_status_code_value_eq) +/// * [`assert_status_code_value_eq_as_result`](macro@crate::assert_status_code_value_eq_as_result) +/// * [`debug_assert_status_code_value_eq`](macro@crate::debug_assert_status_code_value_eq) /// #[macro_export] -macro_rules! assert_process_status_code_value_eq_as_result { +macro_rules! assert_status_code_value_eq_as_result { ($a_process:expr, $b_process:expr $(,)?) => {{ match ($a_process.status(), $b_process.status()) { (Ok(a1), Ok(b1)) => { @@ -56,8 +56,8 @@ macro_rules! assert_process_status_code_value_eq_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_eq.html\n", + "assertion failed: `assert_status_code_value_eq!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_eq.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a value: `{:?}`,\n", @@ -79,8 +79,8 @@ macro_rules! assert_process_status_code_value_eq_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_eq.html\n", + "assertion failed: `assert_status_code_value_eq!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_eq.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a code: `{:?}`,\n", @@ -103,8 +103,8 @@ macro_rules! assert_process_status_code_value_eq_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_eq.html\n", + "assertion failed: `assert_status_code_value_eq!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_eq.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a status: `{:?}`,\n", @@ -135,7 +135,7 @@ mod tests { a.arg("1"); let mut b = Command::new("bin/exit-with-arg"); b.arg("1"); - let result = assert_process_status_code_value_eq_as_result!(a, b); + let result = assert_status_code_value_eq_as_result!(a, b); assert_eq!(result.unwrap(), (1, 1)); } @@ -145,12 +145,12 @@ mod tests { a.arg("1"); let mut b = Command::new("bin/exit-with-arg"); b.arg("2"); - let result = assert_process_status_code_value_eq_as_result!(a, b); + let result = assert_status_code_value_eq_as_result!(a, b); assert_eq!( result.unwrap_err(), concat!( - "assertion failed: `assert_process_status_code_value_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_eq.html\n", + "assertion failed: `assert_status_code_value_eq!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_eq.html\n", " a label: `a`,\n", " a debug: `\"bin/exit-with-arg\" \"1\"`,\n", " a value: `1`,\n", @@ -167,12 +167,12 @@ mod tests { a.arg("2"); let mut b = Command::new("bin/exit-with-arg"); b.arg("1"); - let result = assert_process_status_code_value_eq_as_result!(a, b); + let result = assert_status_code_value_eq_as_result!(a, b); assert_eq!( result.unwrap_err(), concat!( - "assertion failed: `assert_process_status_code_value_eq!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_eq.html\n", + "assertion failed: `assert_status_code_value_eq!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_eq.html\n", " a label: `a`,\n", " a debug: `\"bin/exit-with-arg\" \"2\"`,\n", " a value: `2`,\n", @@ -184,7 +184,7 @@ mod tests { } } -/// Assert a process status code value is equal to another. +/// Assert a status code value is equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a ⇒ status ⇒ code ⇒ value = b ⇒ status ⇒ code ⇒ value @@ -204,16 +204,16 @@ mod tests { /// # fn main() { /// let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); /// let mut b = Command::new("bin/exit-with-arg"); b.arg("1"); -/// assert_process_status_code_value_eq!(a, b); +/// assert_status_code_value_eq!(a, b); /// /// # let result = panic::catch_unwind(|| { /// // This will panic /// let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); /// let mut b = Command::new("bin/exit-with-arg"); b.arg("2"); -/// assert_process_status_code_value_eq!(a, b); +/// assert_status_code_value_eq!(a, b); /// # }); -/// // assertion failed: `assert_process_status_code_value_eq!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_eq.html +/// // assertion failed: `assert_status_code_value_eq!(a, b)` +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_eq.html /// // a label: `a`, /// // a debug: `\"bin/exit-with-arg\" \"1\"`, /// // a value: `1`", @@ -222,8 +222,8 @@ mod tests { /// // b value: `2`" /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( -/// # "assertion failed: `assert_process_status_code_value_eq!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_eq.html\n", +/// # "assertion failed: `assert_status_code_value_eq!(a, b)`\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_eq.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"bin/exit-with-arg\" \"1\"`,\n", /// # " a value: `1`,\n", @@ -237,32 +237,32 @@ mod tests { /// /// # Module macros /// -/// * [`assert_process_status_code_value_eq`](macro@crate::assert_process_status_code_value_eq) -/// * [`assert_process_status_code_value_eq_as_result`](macro@crate::assert_process_status_code_value_eq_as_result) -/// * [`debug_assert_process_status_code_value_eq`](macro@crate::debug_assert_process_status_code_value_eq) +/// * [`assert_status_code_value_eq`](macro@crate::assert_status_code_value_eq) +/// * [`assert_status_code_value_eq_as_result`](macro@crate::assert_status_code_value_eq_as_result) +/// * [`debug_assert_status_code_value_eq`](macro@crate::debug_assert_status_code_value_eq) /// #[macro_export] -macro_rules! assert_process_status_code_value_eq { +macro_rules! assert_status_code_value_eq { ($a_process:expr, $b_process:expr $(,)?) => {{ - match $crate::assert_process_status_code_value_eq_as_result!($a_process, $b_process) { + match $crate::assert_status_code_value_eq_as_result!($a_process, $b_process) { Ok(x) => x, Err(err) => panic!("{}", err), } }}; ($a_process:expr, $b_process:expr, $($message:tt)+) => {{ - match $crate::assert_process_status_code_value_eq_as_result!($a_process, $b_process) { + match $crate::assert_status_code_value_eq_as_result!($a_process, $b_process) { Ok(x) => x, Err(_err) => panic!("{}", $($message)+), } }}; } -/// Assert a value is greater than an expression. +/// Assert a status code value is equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a ⇒ status ⇒ code ⇒ value = b ⇒ status ⇒ code ⇒ value /// -/// This macro provides the same statements as [`assert_process_status_code_value_eq`](macro.assert_process_status_code_value_eq.html), +/// This macro provides the same statements as [`assert_status_code_value_eq`](macro.assert_status_code_value_eq.html), /// except this macro's statements are only enabled in non-optimized /// builds by default. An optimized build will not execute this macro's /// statements unless `-C debug-assertions` is passed to the compiler. @@ -284,15 +284,15 @@ macro_rules! assert_process_status_code_value_eq { /// /// # Module macros /// -/// * [`assert_process_status_code_value_eq`](macro@crate::assert_process_status_code_value_eq) -/// * [`assert_process_status_code_value_eq`](macro@crate::assert_process_status_code_value_eq) -/// * [`debug_assert_process_status_code_value_eq`](macro@crate::debug_assert_process_status_code_value_eq) +/// * [`assert_status_code_value_eq`](macro@crate::assert_status_code_value_eq) +/// * [`assert_status_code_value_eq`](macro@crate::assert_status_code_value_eq) +/// * [`debug_assert_status_code_value_eq`](macro@crate::debug_assert_status_code_value_eq) /// #[macro_export] -macro_rules! debug_assert_process_status_code_value_eq { +macro_rules! debug_assert_status_code_value_eq { ($($arg:tt)*) => { if $crate::cfg!(debug_assertions) { - $crate::assert_process_status_code_value_eq!($($arg)*); + $crate::assert_status_code_value_eq!($($arg)*); } }; } diff --git a/src/assert_process/assert_process_status_code_value_eq_x.rs b/src/assert_status/assert_status_code_value_eq_x.rs similarity index 66% rename from src/assert_process/assert_process_status_code_value_eq_x.rs rename to src/assert_status/assert_status_code_value_eq_x.rs index d981f0e3b..7063b3ed2 100644 --- a/src/assert_process/assert_process_status_code_value_eq_x.rs +++ b/src/assert_status/assert_status_code_value_eq_x.rs @@ -1,4 +1,4 @@ -//! Assert a process status code value is equal to an expression. +//! Assert a status code value is equal to an expression. //! //! Pseudocode:
                                                                                                                                                                                //! a ⇒ status ⇒ code ⇒ value = b @@ -12,17 +12,17 @@ //! # fn main() { //! let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); //! let b = 1; -//! assert_process_status_code_value_eq_x!(a, b); +//! assert_status_code_value_eq_x!(a, b); //! # } //! ``` //! //! # Module macros //! -//! * [`assert_process_status_code_value_eq_x`](macro@crate::assert_process_status_code_value_eq_x) -//! * [`assert_process_status_code_value_eq_x_as_result`](macro@crate::assert_process_status_code_value_eq_x_as_result) -//! * [`debug_assert_process_status_code_value_eq_x`](macro@crate::debug_assert_process_status_code_value_eq_x) +//! * [`assert_status_code_value_eq_x`](macro@crate::assert_status_code_value_eq_x) +//! * [`assert_status_code_value_eq_x_as_result`](macro@crate::assert_status_code_value_eq_x_as_result) +//! * [`debug_assert_status_code_value_eq_x`](macro@crate::debug_assert_status_code_value_eq_x) -/// Assert a process status code value is equal to an expression. +/// Assert a status code value is equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// a ⇒ status ⇒ code ⇒ value = b @@ -39,12 +39,12 @@ /// /// # Module macros /// -/// * [`assert_process_status_code_value_eq_x`](macro@crate::assert_process_status_code_value_eq_x) -/// * [`assert_process_status_code_value_eq_x_as_result`](macro@crate::assert_process_status_code_value_eq_x_as_result) -/// * [`debug_assert_process_status_code_value_eq_x`](macro@crate::debug_assert_process_status_code_value_eq_x) +/// * [`assert_status_code_value_eq_x`](macro@crate::assert_status_code_value_eq_x) +/// * [`assert_status_code_value_eq_x_as_result`](macro@crate::assert_status_code_value_eq_x_as_result) +/// * [`debug_assert_status_code_value_eq_x`](macro@crate::debug_assert_status_code_value_eq_x) /// #[macro_export] -macro_rules! assert_process_status_code_value_eq_x_as_result { +macro_rules! assert_status_code_value_eq_x_as_result { ($a_process:expr, $b:expr $(,)?) => {{ match ($a_process.status()) { Ok(a1) => { @@ -56,8 +56,8 @@ macro_rules! assert_process_status_code_value_eq_x_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_eq_x.html\n", + "assertion failed: `assert_status_code_value_eq_x!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_eq_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a value: `{:?}`,\n", @@ -77,8 +77,8 @@ macro_rules! assert_process_status_code_value_eq_x_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_eq_x.html\n", + "assertion failed: `assert_status_code_value_eq_x!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_eq_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a code: `{:?}`,\n", @@ -99,8 +99,8 @@ macro_rules! assert_process_status_code_value_eq_x_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_eq_x.html\n", + "assertion failed: `assert_status_code_value_eq_x!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_eq_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a status: `{:?}`,\n", @@ -128,7 +128,7 @@ mod tests { let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); let b = 1; - let result = assert_process_status_code_value_eq_x_as_result!(a, b); + let result = assert_status_code_value_eq_x_as_result!(a, b); assert_eq!(result.unwrap(), 1); } @@ -137,12 +137,12 @@ mod tests { let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); let b = 2; - let result = assert_process_status_code_value_eq_x_as_result!(a, b); + let result = assert_status_code_value_eq_x_as_result!(a, b); assert_eq!( result.unwrap_err(), concat!( - "assertion failed: `assert_process_status_code_value_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_eq_x.html\n", + "assertion failed: `assert_status_code_value_eq_x!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_eq_x.html\n", " a label: `a`,\n", " a debug: `\"bin/exit-with-arg\" \"1\"`,\n", " a value: `1`,\n", @@ -157,12 +157,12 @@ mod tests { let mut a = Command::new("bin/exit-with-arg"); a.arg("2"); let b = 1; - let result = assert_process_status_code_value_eq_x_as_result!(a, b); + let result = assert_status_code_value_eq_x_as_result!(a, b); assert_eq!( result.unwrap_err(), concat!( - "assertion failed: `assert_process_status_code_value_eq_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_eq_x.html\n", + "assertion failed: `assert_status_code_value_eq_x!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_eq_x.html\n", " a label: `a`,\n", " a debug: `\"bin/exit-with-arg\" \"2\"`,\n", " a value: `2`,\n", @@ -173,7 +173,7 @@ mod tests { } } -/// Assert a process status code value is equal to an expression. +/// Assert a status code value is equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// a ⇒ status ⇒ code ⇒ value = b @@ -193,16 +193,16 @@ mod tests { /// # fn main() { /// let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); /// let b = 1; -/// assert_process_status_code_value_eq_x!(a, b); +/// assert_status_code_value_eq_x!(a, b); /// /// # let result = panic::catch_unwind(|| { /// // This will panic /// let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); /// let b = 2; -/// assert_process_status_code_value_eq_x!(a, b); +/// assert_status_code_value_eq_x!(a, b); /// # }); -/// // assertion failed: `assert_process_status_code_value_eq_x!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_eq_x.html +/// // assertion failed: `assert_status_code_value_eq_x!(a, b)` +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_eq_x.html /// // a label: `a`, /// // a debug: `\"bin/exit-with-arg\" \"1\"`, /// // a value: `1`", @@ -210,8 +210,8 @@ mod tests { /// // b debug: `2` /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( -/// # "assertion failed: `assert_process_status_code_value_eq_x!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_eq_x.html\n", +/// # "assertion failed: `assert_status_code_value_eq_x!(a, b)`\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_eq_x.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"bin/exit-with-arg\" \"1\"`,\n", /// # " a value: `1`,\n", @@ -224,32 +224,32 @@ mod tests { /// /// # Module macros /// -/// * [`assert_process_status_code_value_eq_x`](macro@crate::assert_process_status_code_value_eq_x) -/// * [`assert_process_status_code_value_eq_x_as_result`](macro@crate::assert_process_status_code_value_eq_x_as_result) -/// * [`debug_assert_process_status_code_value_eq_x`](macro@crate::debug_assert_process_status_code_value_eq_x) +/// * [`assert_status_code_value_eq_x`](macro@crate::assert_status_code_value_eq_x) +/// * [`assert_status_code_value_eq_x_as_result`](macro@crate::assert_status_code_value_eq_x_as_result) +/// * [`debug_assert_status_code_value_eq_x`](macro@crate::debug_assert_status_code_value_eq_x) /// #[macro_export] -macro_rules! assert_process_status_code_value_eq_x { +macro_rules! assert_status_code_value_eq_x { ($a_process:expr, $b:expr $(,)?) => {{ - match $crate::assert_process_status_code_value_eq_x_as_result!($a_process, $b) { + match $crate::assert_status_code_value_eq_x_as_result!($a_process, $b) { Ok(x) => x, Err(err) => panic!("{}", err), } }}; ($a_process:expr, $b:expr, $($message:tt)+) => {{ - match $crate::assert_process_status_code_value_eq_x_as_result!($a_process, $b) { + match $crate::assert_status_code_value_eq_x_as_result!($a_process, $b) { Ok(x) => x, Err(_err) => panic!("{}", $($message)+), } }}; } -/// Assert a value is greater than an expression. +/// Assert a status code value is equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// a ⇒ status ⇒ code ⇒ value = b /// -/// This macro provides the same statements as [`assert_process_status_code_value_eq_x`](macro.assert_process_status_code_value_eq_x.html), +/// This macro provides the same statements as [`assert_status_code_value_eq_x`](macro.assert_status_code_value_eq_x.html), /// except this macro's statements are only enabled in non-optimized /// builds by default. An optimized build will not execute this macro's /// statements unless `-C debug-assertions` is passed to the compiler. @@ -271,15 +271,15 @@ macro_rules! assert_process_status_code_value_eq_x { /// /// # Module macros /// -/// * [`assert_process_status_code_value_eq_x`](macro@crate::assert_process_status_code_value_eq_x) -/// * [`assert_process_status_code_value_eq_x`](macro@crate::assert_process_status_code_value_eq_x) -/// * [`debug_assert_process_status_code_value_eq_x`](macro@crate::debug_assert_process_status_code_value_eq_x) +/// * [`assert_status_code_value_eq_x`](macro@crate::assert_status_code_value_eq_x) +/// * [`assert_status_code_value_eq_x`](macro@crate::assert_status_code_value_eq_x) +/// * [`debug_assert_status_code_value_eq_x`](macro@crate::debug_assert_status_code_value_eq_x) /// #[macro_export] -macro_rules! debug_assert_process_status_code_value_eq_x { +macro_rules! debug_assert_status_code_value_eq_x { ($($arg:tt)*) => { if $crate::cfg!(debug_assertions) { - $crate::assert_process_status_code_value_eq_x!($($arg)*); + $crate::assert_status_code_value_eq_x!($($arg)*); } }; } diff --git a/src/assert_process/assert_process_status_code_value_ge.rs b/src/assert_status/assert_status_code_value_ge.rs similarity index 69% rename from src/assert_process/assert_process_status_code_value_ge.rs rename to src/assert_status/assert_status_code_value_ge.rs index 5b003e13f..c1ca75333 100644 --- a/src/assert_process/assert_process_status_code_value_ge.rs +++ b/src/assert_status/assert_status_code_value_ge.rs @@ -1,4 +1,4 @@ -//! Assert a process status code value is greater than or equal to another. +//! Assert a status code value is greater than or equal to another. //! //! Pseudocode:
                                                                                                                                                                                //! a ⇒ status ⇒ code ⇒ value ≥ b ⇒ status ⇒ code ⇒ value @@ -12,17 +12,17 @@ //! # fn main() { //! let mut a = Command::new("bin/exit-with-arg"); a.arg("2"); //! let mut b = Command::new("bin/exit-with-arg"); b.arg("1"); -//! assert_process_status_code_value_ge!(a, b); +//! assert_status_code_value_ge!(a, b); //! # } //! ``` //! //! # Module macros //! -//! * [`assert_process_status_code_value_ge`](macro@crate::assert_process_status_code_value_ge) -//! * [`assert_process_status_code_value_ge_as_result`](macro@crate::assert_process_status_code_value_ge_as_result) -//! * [`debug_assert_process_status_code_value_ge`](macro@crate::debug_assert_process_status_code_value_ge) +//! * [`assert_status_code_value_ge`](macro@crate::assert_status_code_value_ge) +//! * [`assert_status_code_value_ge_as_result`](macro@crate::assert_status_code_value_ge_as_result) +//! * [`debug_assert_status_code_value_ge`](macro@crate::debug_assert_status_code_value_ge) -/// Assert a process status code value is greater than or equal to another. +/// Assert a status code value is greater than or equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a ⇒ status ⇒ code ⇒ value ≥ b ⇒ status ⇒ code ⇒ value @@ -39,12 +39,12 @@ /// /// # Module macros /// -/// * [`assert_process_status_code_value_ge`](macro@crate::assert_process_status_code_value_ge) -/// * [`assert_process_status_code_value_ge_as_result`](macro@crate::assert_process_status_code_value_ge_as_result) -/// * [`debug_assert_process_status_code_value_ge`](macro@crate::debug_assert_process_status_code_value_ge) +/// * [`assert_status_code_value_ge`](macro@crate::assert_status_code_value_ge) +/// * [`assert_status_code_value_ge_as_result`](macro@crate::assert_status_code_value_ge_as_result) +/// * [`debug_assert_status_code_value_ge`](macro@crate::debug_assert_status_code_value_ge) /// #[macro_export] -macro_rules! assert_process_status_code_value_ge_as_result { +macro_rules! assert_status_code_value_ge_as_result { ($a_process:expr, $b_process:expr $(,)?) => {{ match ($a_process.status(), $b_process.status()) { (Ok(a1), Ok(b1)) => { @@ -56,8 +56,8 @@ macro_rules! assert_process_status_code_value_ge_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_ge!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ge.html\n", + "assertion failed: `assert_status_code_value_ge!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ge.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a value: `{:?}`,\n", @@ -79,8 +79,8 @@ macro_rules! assert_process_status_code_value_ge_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_ge!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ge.html\n", + "assertion failed: `assert_status_code_value_ge!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ge.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a code: `{:?}`,\n", @@ -103,8 +103,8 @@ macro_rules! assert_process_status_code_value_ge_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_ge!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ge.html\n", + "assertion failed: `assert_status_code_value_ge!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ge.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a status: `{:?}`,\n", @@ -135,7 +135,7 @@ mod tests { a.arg("2"); let mut b = Command::new("bin/exit-with-arg"); b.arg("1"); - let result = assert_process_status_code_value_ge_as_result!(a, b); + let result = assert_status_code_value_ge_as_result!(a, b); assert_eq!(result, Ok((2, 1))); } @@ -145,7 +145,7 @@ mod tests { a.arg("1"); let mut b = Command::new("bin/exit-with-arg"); b.arg("1"); - let result = assert_process_status_code_value_ge_as_result!(a, b); + let result = assert_status_code_value_ge_as_result!(a, b); assert_eq!(result.unwrap(), (1, 1)); } @@ -155,12 +155,12 @@ mod tests { a.arg("1"); let mut b = Command::new("bin/exit-with-arg"); b.arg("2"); - let result = assert_process_status_code_value_ge_as_result!(a, b); + let result = assert_status_code_value_ge_as_result!(a, b); assert_eq!( result.unwrap_err(), concat!( - "assertion failed: `assert_process_status_code_value_ge!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ge.html\n", + "assertion failed: `assert_status_code_value_ge!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ge.html\n", " a label: `a`,\n", " a debug: `\"bin/exit-with-arg\" \"1\"`,\n", " a value: `1`,\n", @@ -172,7 +172,7 @@ mod tests { } } -/// Assert a process status code value is greater than or equal to another. +/// Assert a status code value is greater than or equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a ⇒ status ⇒ code ⇒ value ≥ b ⇒ status ⇒ code ⇒ value @@ -192,16 +192,16 @@ mod tests { /// # fn main() { /// let mut a = Command::new("bin/exit-with-arg"); a.arg("2"); /// let mut b = Command::new("bin/exit-with-arg"); b.arg("1"); -/// assert_process_status_code_value_ge!(a, b); +/// assert_status_code_value_ge!(a, b); /// /// # let result = panic::catch_unwind(|| { /// // This will panic /// let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); /// let mut b = Command::new("bin/exit-with-arg"); b.arg("2"); -/// assert_process_status_code_value_ge!(a, b); +/// assert_status_code_value_ge!(a, b); /// # }); -/// // assertion failed: `assert_process_status_code_value_ge!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ge.html +/// // assertion failed: `assert_status_code_value_ge!(a, b)` +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ge.html /// // a label: `a`, /// // a debug: `\"bin/exit-with-arg\" \"1\"`, /// // a value: `1`", @@ -210,8 +210,8 @@ mod tests { /// // b value: `2`" /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( -/// # "assertion failed: `assert_process_status_code_value_ge!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ge.html\n", +/// # "assertion failed: `assert_status_code_value_ge!(a, b)`\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ge.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"bin/exit-with-arg\" \"1\"`,\n", /// # " a value: `1`,\n", @@ -225,32 +225,32 @@ mod tests { /// /// # Module macros /// -/// * [`assert_process_status_code_value_ge`](macro@crate::assert_process_status_code_value_ge) -/// * [`assert_process_status_code_value_ge_as_result`](macro@crate::assert_process_status_code_value_ge_as_result) -/// * [`debug_assert_process_status_code_value_ge`](macro@crate::debug_assert_process_status_code_value_ge) +/// * [`assert_status_code_value_ge`](macro@crate::assert_status_code_value_ge) +/// * [`assert_status_code_value_ge_as_result`](macro@crate::assert_status_code_value_ge_as_result) +/// * [`debug_assert_status_code_value_ge`](macro@crate::debug_assert_status_code_value_ge) /// #[macro_export] -macro_rules! assert_process_status_code_value_ge { +macro_rules! assert_status_code_value_ge { ($a_process:expr, $b_process:expr $(,)?) => {{ - match $crate::assert_process_status_code_value_ge_as_result!($a_process, $b_process) { + match $crate::assert_status_code_value_ge_as_result!($a_process, $b_process) { Ok(x) => x, Err(err) => panic!("{}", err), } }}; ($a_process:expr, $b_process:expr, $($message:tt)+) => {{ - match $crate::assert_process_status_code_value_ge_as_result!($a_process, $b_process) { + match $crate::assert_status_code_value_ge_as_result!($a_process, $b_process) { Ok(x) => x, Err(_err) => panic!("{}", $($message)+), } }}; } -/// Assert a value is greater than an expression. +/// Assert a status code value is greater than or equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a ⇒ status ⇒ code ⇒ value ≥ b ⇒ status ⇒ code ⇒ value /// -/// This macro provides the same statements as [`assert_process_status_code_value_ge`](macro.assert_process_status_code_value_ge.html), +/// This macro provides the same statements as [`assert_status_code_value_ge`](macro.assert_status_code_value_ge.html), /// except this macro's statements are only enabled in non-optimized /// builds by default. An optimized build will not execute this macro's /// statements unless `-C debug-assertions` is passed to the compiler. @@ -272,15 +272,15 @@ macro_rules! assert_process_status_code_value_ge { /// /// # Module macros /// -/// * [`assert_process_status_code_value_ge`](macro@crate::assert_process_status_code_value_ge) -/// * [`assert_process_status_code_value_ge`](macro@crate::assert_process_status_code_value_ge) -/// * [`debug_assert_process_status_code_value_ge`](macro@crate::debug_assert_process_status_code_value_ge) +/// * [`assert_status_code_value_ge`](macro@crate::assert_status_code_value_ge) +/// * [`assert_status_code_value_ge`](macro@crate::assert_status_code_value_ge) +/// * [`debug_assert_status_code_value_ge`](macro@crate::debug_assert_status_code_value_ge) /// #[macro_export] -macro_rules! debug_assert_process_status_code_value_ge { +macro_rules! debug_assert_status_code_value_ge { ($($arg:tt)*) => { if $crate::cfg!(debug_assertions) { - $crate::assert_process_status_code_value_ge!($($arg)*); + $crate::assert_status_code_value_ge!($($arg)*); } }; } diff --git a/src/assert_process/assert_process_status_code_value_ge_x.rs b/src/assert_status/assert_status_code_value_ge_x.rs similarity index 65% rename from src/assert_process/assert_process_status_code_value_ge_x.rs rename to src/assert_status/assert_status_code_value_ge_x.rs index 551a4e952..8438bcd56 100644 --- a/src/assert_process/assert_process_status_code_value_ge_x.rs +++ b/src/assert_status/assert_status_code_value_ge_x.rs @@ -1,4 +1,4 @@ -//! Assert a process status code value is greater than or equal to an expression. +//! Assert a status code value is greater than or equal to an expression. //! //! Pseudocode:
                                                                                                                                                                                //! a.len() ≥ b @@ -12,17 +12,17 @@ //! # fn main() { //! let mut a = Command::new("bin/exit-with-arg"); a.arg("2"); //! let b = 1; -//! assert_process_status_code_value_ge_x!(a, b); +//! assert_status_code_value_ge_x!(a, b); //! # } //! ``` //! //! # Module macros //! -//! * [`assert_process_status_code_value_ge_x`](macro@crate::assert_process_status_code_value_ge_x) -//! * [`assert_process_status_code_value_ge_x_as_result`](macro@crate::assert_process_status_code_value_ge_x_as_result) -//! * [`debug_assert_process_status_code_value_ge_x`](macro@crate::debug_assert_process_status_code_value_ge_x) +//! * [`assert_status_code_value_ge_x`](macro@crate::assert_status_code_value_ge_x) +//! * [`assert_status_code_value_ge_x_as_result`](macro@crate::assert_status_code_value_ge_x_as_result) +//! * [`debug_assert_status_code_value_ge_x`](macro@crate::debug_assert_status_code_value_ge_x) -/// Assert a process status code value is greater than or equal to an expression. +/// Assert a status code value is greater than or equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() ≥ b @@ -39,12 +39,12 @@ /// /// # Module macros /// -/// * [`assert_process_status_code_value_ge_x`](macro@crate::assert_process_status_code_value_ge_x) -/// * [`assert_process_status_code_value_ge_x_as_result`](macro@crate::assert_process_status_code_value_ge_x_as_result) -/// * [`debug_assert_process_status_code_value_ge_x`](macro@crate::debug_assert_process_status_code_value_ge_x) +/// * [`assert_status_code_value_ge_x`](macro@crate::assert_status_code_value_ge_x) +/// * [`assert_status_code_value_ge_x_as_result`](macro@crate::assert_status_code_value_ge_x_as_result) +/// * [`debug_assert_status_code_value_ge_x`](macro@crate::debug_assert_status_code_value_ge_x) /// #[macro_export] -macro_rules! assert_process_status_code_value_ge_x_as_result { +macro_rules! assert_status_code_value_ge_x_as_result { ($a_process:expr, $b:expr $(,)?) => {{ match ($a_process.status()) { Ok(a1) => { @@ -56,8 +56,8 @@ macro_rules! assert_process_status_code_value_ge_x_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_ge_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ge_x.html\n", + "assertion failed: `assert_status_code_value_ge_x!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ge_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a value: `{:?}`,\n", @@ -77,8 +77,8 @@ macro_rules! assert_process_status_code_value_ge_x_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_ge_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ge_x.html\n", + "assertion failed: `assert_status_code_value_ge_x!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ge_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a code: `{:?}`,\n", @@ -99,8 +99,8 @@ macro_rules! assert_process_status_code_value_ge_x_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_ge_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ge_x.html\n", + "assertion failed: `assert_status_code_value_ge_x!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ge_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a status: `{:?}`,\n", @@ -128,7 +128,7 @@ mod tests { let mut a = Command::new("bin/exit-with-arg"); a.arg("2"); let b = 1; - let result = assert_process_status_code_value_ge_x_as_result!(a, b); + let result = assert_status_code_value_ge_x_as_result!(a, b); assert_eq!(result.unwrap(), 2); } @@ -137,7 +137,7 @@ mod tests { let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); let b = 1; - let result = assert_process_status_code_value_ge_x_as_result!(a, b); + let result = assert_status_code_value_ge_x_as_result!(a, b); assert_eq!(result.unwrap(), 1); } @@ -146,12 +146,12 @@ mod tests { let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); let b = 2; - let result = assert_process_status_code_value_ge_x_as_result!(a, b); + let result = assert_status_code_value_ge_x_as_result!(a, b); assert_eq!( result.unwrap_err(), concat!( - "assertion failed: `assert_process_status_code_value_ge_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ge_x.html\n", + "assertion failed: `assert_status_code_value_ge_x!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ge_x.html\n", " a label: `a`,\n", " a debug: `\"bin/exit-with-arg\" \"1\"`,\n", " a value: `1`,\n", @@ -162,7 +162,7 @@ mod tests { } } -/// Assert a process status code value is greater than or equal to an expression. +/// Assert a status code value is greater than or equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() ≥ b @@ -182,16 +182,16 @@ mod tests { /// # fn main() { /// let mut a = Command::new("bin/exit-with-arg"); a.arg("2"); /// let b = 1; -/// assert_process_status_code_value_ge_x!(a, b); +/// assert_status_code_value_ge_x!(a, b); /// /// # let result = panic::catch_unwind(|| { /// // This will panic /// let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); /// let b = 2; -/// assert_process_status_code_value_ge_x!(a, b); +/// assert_status_code_value_ge_x!(a, b); /// # }); -/// // assertion failed: `assert_process_status_code_value_ge_x!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ge_x.html +/// // assertion failed: `assert_status_code_value_ge_x!(a, b)` +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ge_x.html /// // a label: `a`, /// // a debug: `\"bin/exit-with-arg\" \"1\"`, /// // a value: `1`", @@ -199,8 +199,8 @@ mod tests { /// // b debug: `2` /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( -/// # "assertion failed: `assert_process_status_code_value_ge_x!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ge_x.html\n", +/// # "assertion failed: `assert_status_code_value_ge_x!(a, b)`\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ge_x.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"bin/exit-with-arg\" \"1\"`,\n", /// # " a value: `1`,\n", @@ -213,32 +213,32 @@ mod tests { /// /// # Module macros /// -/// * [`assert_process_status_code_value_ge_x`](macro@crate::assert_process_status_code_value_ge_x) -/// * [`assert_process_status_code_value_ge_x_as_result`](macro@crate::assert_process_status_code_value_ge_x_as_result) -/// * [`debug_assert_process_status_code_value_ge_x`](macro@crate::debug_assert_process_status_code_value_ge_x) +/// * [`assert_status_code_value_ge_x`](macro@crate::assert_status_code_value_ge_x) +/// * [`assert_status_code_value_ge_x_as_result`](macro@crate::assert_status_code_value_ge_x_as_result) +/// * [`debug_assert_status_code_value_ge_x`](macro@crate::debug_assert_status_code_value_ge_x) /// #[macro_export] -macro_rules! assert_process_status_code_value_ge_x { +macro_rules! assert_status_code_value_ge_x { ($a_process:expr, $b:expr $(,)?) => {{ - match $crate::assert_process_status_code_value_ge_x_as_result!($a_process, $b) { + match $crate::assert_status_code_value_ge_x_as_result!($a_process, $b) { Ok(x) => x, Err(err) => panic!("{}", err), } }}; ($a_process:expr, $b:expr, $($message:tt)+) => {{ - match $crate::assert_process_status_code_value_ge_x_as_result!($a_process, $b) { + match $crate::assert_status_code_value_ge_x_as_result!($a_process, $b) { Ok(x) => x, Err(_err) => panic!("{}", $($message)+), } }}; } -/// Assert a value is greater than an expression. +/// Assert a status code value is greater than or equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() ≥ b /// -/// This macro provides the same statements as [`assert_process_status_code_value_ge_x`](macro.assert_process_status_code_value_ge_x.html), +/// This macro provides the same statements as [`assert_status_code_value_ge_x`](macro.assert_status_code_value_ge_x.html), /// except this macro's statements are only enabled in non-optimized /// builds by default. An optimized build will not execute this macro's /// statements unless `-C debug-assertions` is passed to the compiler. @@ -260,15 +260,15 @@ macro_rules! assert_process_status_code_value_ge_x { /// /// # Module macros /// -/// * [`assert_process_status_code_value_ge_x`](macro@crate::assert_process_status_code_value_ge_x) -/// * [`assert_process_status_code_value_ge_x`](macro@crate::assert_process_status_code_value_ge_x) -/// * [`debug_assert_process_status_code_value_ge_x`](macro@crate::debug_assert_process_status_code_value_ge_x) +/// * [`assert_status_code_value_ge_x`](macro@crate::assert_status_code_value_ge_x) +/// * [`assert_status_code_value_ge_x`](macro@crate::assert_status_code_value_ge_x) +/// * [`debug_assert_status_code_value_ge_x`](macro@crate::debug_assert_status_code_value_ge_x) /// #[macro_export] -macro_rules! debug_assert_process_status_code_value_ge_x { +macro_rules! debug_assert_status_code_value_ge_x { ($($arg:tt)*) => { if $crate::cfg!(debug_assertions) { - $crate::assert_process_status_code_value_ge_x!($($arg)*); + $crate::assert_status_code_value_ge_x!($($arg)*); } }; } diff --git a/src/assert_process/assert_process_status_code_value_gt.rs b/src/assert_status/assert_status_code_value_gt.rs similarity index 69% rename from src/assert_process/assert_process_status_code_value_gt.rs rename to src/assert_status/assert_status_code_value_gt.rs index c244b08bf..2f238c986 100644 --- a/src/assert_process/assert_process_status_code_value_gt.rs +++ b/src/assert_status/assert_status_code_value_gt.rs @@ -1,4 +1,4 @@ -//! Assert a process status code value is greater than another. +//! Assert a status code value is greater than another. //! //! Pseudocode:
                                                                                                                                                                                //! a ⇒ status ⇒ code ⇒ value > b ⇒ status ⇒ code ⇒ value @@ -12,17 +12,17 @@ //! # fn main() { //! let mut a = Command::new("bin/exit-with-arg"); a.arg("2"); //! let mut b = Command::new("bin/exit-with-arg"); b.arg("1"); -//! assert_process_status_code_value_gt!(a, b); +//! assert_status_code_value_gt!(a, b); //! # } //! ``` //! //! # Module macros //! -//! * [`assert_process_status_code_value_gt`](macro@crate::assert_process_status_code_value_gt) -//! * [`assert_process_status_code_value_gt_as_result`](macro@crate::assert_process_status_code_value_gt_as_result) -//! * [`debug_assert_process_status_code_value_gt`](macro@crate::debug_assert_process_status_code_value_gt) +//! * [`assert_status_code_value_gt`](macro@crate::assert_status_code_value_gt) +//! * [`assert_status_code_value_gt_as_result`](macro@crate::assert_status_code_value_gt_as_result) +//! * [`debug_assert_status_code_value_gt`](macro@crate::debug_assert_status_code_value_gt) -/// Assert a process status code value is greater than another. +/// Assert a status code value is greater than another. /// /// Pseudocode:
                                                                                                                                                                                /// a ⇒ status ⇒ code ⇒ value > b ⇒ status ⇒ code ⇒ value @@ -39,12 +39,12 @@ /// /// # Module macros /// -/// * [`assert_process_status_code_value_gt`](macro@crate::assert_process_status_code_value_gt) -/// * [`assert_process_status_code_value_gt_as_result`](macro@crate::assert_process_status_code_value_gt_as_result) -/// * [`debug_assert_process_status_code_value_gt`](macro@crate::debug_assert_process_status_code_value_gt) +/// * [`assert_status_code_value_gt`](macro@crate::assert_status_code_value_gt) +/// * [`assert_status_code_value_gt_as_result`](macro@crate::assert_status_code_value_gt_as_result) +/// * [`debug_assert_status_code_value_gt`](macro@crate::debug_assert_status_code_value_gt) /// #[macro_export] -macro_rules! assert_process_status_code_value_gt_as_result { +macro_rules! assert_status_code_value_gt_as_result { ($a_process:expr, $b_process:expr $(,)?) => {{ match ($a_process.status(), $b_process.status()) { (Ok(a1), Ok(b1)) => { @@ -56,8 +56,8 @@ macro_rules! assert_process_status_code_value_gt_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_gt!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_gt.html\n", + "assertion failed: `assert_status_code_value_gt!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_gt.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a value: `{:?}`,\n", @@ -79,8 +79,8 @@ macro_rules! assert_process_status_code_value_gt_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_gt!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_gt.html\n", + "assertion failed: `assert_status_code_value_gt!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_gt.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a code: `{:?}`,\n", @@ -103,8 +103,8 @@ macro_rules! assert_process_status_code_value_gt_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_gt!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_gt.html\n", + "assertion failed: `assert_status_code_value_gt!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_gt.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a status: `{:?}`,\n", @@ -135,7 +135,7 @@ mod tests { a.arg("2"); let mut b = Command::new("bin/exit-with-arg"); b.arg("1"); - let result = assert_process_status_code_value_gt_as_result!(a, b); + let result = assert_status_code_value_gt_as_result!(a, b); assert_eq!(result, Ok((2, 1))); } @@ -145,12 +145,12 @@ mod tests { a.arg("1"); let mut b = Command::new("bin/exit-with-arg"); b.arg("1"); - let result = assert_process_status_code_value_gt_as_result!(a, b); + let result = assert_status_code_value_gt_as_result!(a, b); assert_eq!( result.unwrap_err(), concat!( - "assertion failed: `assert_process_status_code_value_gt!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_gt.html\n", + "assertion failed: `assert_status_code_value_gt!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_gt.html\n", " a label: `a`,\n", " a debug: `\"bin/exit-with-arg\" \"1\"`,\n", " a value: `1`,\n", @@ -167,12 +167,12 @@ mod tests { a.arg("1"); let mut b = Command::new("bin/exit-with-arg"); b.arg("2"); - let result = assert_process_status_code_value_gt_as_result!(a, b); + let result = assert_status_code_value_gt_as_result!(a, b); assert_eq!( result.unwrap_err(), concat!( - "assertion failed: `assert_process_status_code_value_gt!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_gt.html\n", + "assertion failed: `assert_status_code_value_gt!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_gt.html\n", " a label: `a`,\n", " a debug: `\"bin/exit-with-arg\" \"1\"`,\n", " a value: `1`,\n", @@ -184,7 +184,7 @@ mod tests { } } -/// Assert a process status code value is greater than another. +/// Assert a status code value is greater than another. /// /// Pseudocode:
                                                                                                                                                                                /// a ⇒ status ⇒ code ⇒ value > b ⇒ status ⇒ code ⇒ value @@ -204,16 +204,16 @@ mod tests { /// # fn main() { /// let mut a = Command::new("bin/exit-with-arg"); a.arg("2"); /// let mut b = Command::new("bin/exit-with-arg"); b.arg("1"); -/// assert_process_status_code_value_gt!(a, b); +/// assert_status_code_value_gt!(a, b); /// /// # let result = panic::catch_unwind(|| { /// // This will panic /// let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); /// let mut b = Command::new("bin/exit-with-arg"); b.arg("2"); -/// assert_process_status_code_value_gt!(a, b); +/// assert_status_code_value_gt!(a, b); /// # }); -/// // assertion failed: `assert_process_status_code_value_gt!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_gt.html +/// // assertion failed: `assert_status_code_value_gt!(a, b)` +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_gt.html /// // a label: `a`, /// // a debug: `\"bin/exit-with-arg\" \"1\"`, /// // a value: `1`", @@ -222,8 +222,8 @@ mod tests { /// // b value: `2`" /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( -/// # "assertion failed: `assert_process_status_code_value_gt!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_gt.html\n", +/// # "assertion failed: `assert_status_code_value_gt!(a, b)`\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_gt.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"bin/exit-with-arg\" \"1\"`,\n", /// # " a value: `1`,\n", @@ -237,32 +237,32 @@ mod tests { /// /// # Module macros /// -/// * [`assert_process_status_code_value_gt`](macro@crate::assert_process_status_code_value_gt) -/// * [`assert_process_status_code_value_gt_as_result`](macro@crate::assert_process_status_code_value_gt_as_result) -/// * [`debug_assert_process_status_code_value_gt`](macro@crate::debug_assert_process_status_code_value_gt) +/// * [`assert_status_code_value_gt`](macro@crate::assert_status_code_value_gt) +/// * [`assert_status_code_value_gt_as_result`](macro@crate::assert_status_code_value_gt_as_result) +/// * [`debug_assert_status_code_value_gt`](macro@crate::debug_assert_status_code_value_gt) /// #[macro_export] -macro_rules! assert_process_status_code_value_gt { +macro_rules! assert_status_code_value_gt { ($a_process:expr, $b_process:expr $(,)?) => {{ - match $crate::assert_process_status_code_value_gt_as_result!($a_process, $b_process) { + match $crate::assert_status_code_value_gt_as_result!($a_process, $b_process) { Ok(x) => x, Err(err) => panic!("{}", err), } }}; ($a_process:expr, $b_process:expr, $($message:tt)+) => {{ - match $crate::assert_process_status_code_value_gt_as_result!($a_process, $b_process) { + match $crate::assert_status_code_value_gt_as_result!($a_process, $b_process) { Ok(x) => x, Err(_err) => panic!("{}", $($message)+), } }}; } -/// Assert a value is greater than an expression. +/// Assert a status code value is greater than another. /// /// Pseudocode:
                                                                                                                                                                                /// a ⇒ status ⇒ code ⇒ value > b ⇒ status ⇒ code ⇒ value /// -/// This macro provides the same statements as [`assert_process_status_code_value_gt`](macro.assert_process_status_code_value_gt.html), +/// This macro provides the same statements as [`assert_status_code_value_gt`](macro.assert_status_code_value_gt.html), /// except this macro's statements are only enabled in non-optimized /// builds by default. An optimized build will not execute this macro's /// statements unless `-C debug-assertions` is passed to the compiler. @@ -284,15 +284,15 @@ macro_rules! assert_process_status_code_value_gt { /// /// # Module macros /// -/// * [`assert_process_status_code_value_gt`](macro@crate::assert_process_status_code_value_gt) -/// * [`assert_process_status_code_value_gt`](macro@crate::assert_process_status_code_value_gt) -/// * [`debug_assert_process_status_code_value_gt`](macro@crate::debug_assert_process_status_code_value_gt) +/// * [`assert_status_code_value_gt`](macro@crate::assert_status_code_value_gt) +/// * [`assert_status_code_value_gt`](macro@crate::assert_status_code_value_gt) +/// * [`debug_assert_status_code_value_gt`](macro@crate::debug_assert_status_code_value_gt) /// #[macro_export] -macro_rules! debug_assert_process_status_code_value_gt { +macro_rules! debug_assert_status_code_value_gt { ($($arg:tt)*) => { if $crate::cfg!(debug_assertions) { - $crate::assert_process_status_code_value_gt!($($arg)*); + $crate::assert_status_code_value_gt!($($arg)*); } }; } diff --git a/src/assert_process/assert_process_status_code_value_gt_x.rs b/src/assert_status/assert_status_code_value_gt_x.rs similarity index 65% rename from src/assert_process/assert_process_status_code_value_gt_x.rs rename to src/assert_status/assert_status_code_value_gt_x.rs index 0865736e7..8687718a8 100644 --- a/src/assert_process/assert_process_status_code_value_gt_x.rs +++ b/src/assert_status/assert_status_code_value_gt_x.rs @@ -1,4 +1,4 @@ -//! Assert a process status code value is greater than an expression. +//! Assert a status code value is greater than an expression. //! //! Pseudocode:
                                                                                                                                                                                //! a.len() > b @@ -12,17 +12,17 @@ //! # fn main() { //! let mut a = Command::new("bin/exit-with-arg"); a.arg("2"); //! let b = 1; -//! assert_process_status_code_value_gt_x!(a, b); +//! assert_status_code_value_gt_x!(a, b); //! # } //! ``` //! //! # Module macros //! -//! * [`assert_process_status_code_value_gt_x`](macro@crate::assert_process_status_code_value_gt_x) -//! * [`assert_process_status_code_value_gt_x_as_result`](macro@crate::assert_process_status_code_value_gt_x_as_result) -//! * [`debug_assert_process_status_code_value_gt_x`](macro@crate::debug_assert_process_status_code_value_gt_x) +//! * [`assert_status_code_value_gt_x`](macro@crate::assert_status_code_value_gt_x) +//! * [`assert_status_code_value_gt_x_as_result`](macro@crate::assert_status_code_value_gt_x_as_result) +//! * [`debug_assert_status_code_value_gt_x`](macro@crate::debug_assert_status_code_value_gt_x) -/// Assert a process status code value is greater than an expression. +/// Assert a status code value is greater than an expression. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() > b @@ -39,12 +39,12 @@ /// /// # Module macros /// -/// * [`assert_process_status_code_value_gt_x`](macro@crate::assert_process_status_code_value_gt_x) -/// * [`assert_process_status_code_value_gt_x_as_result`](macro@crate::assert_process_status_code_value_gt_x_as_result) -/// * [`debug_assert_process_status_code_value_gt_x`](macro@crate::debug_assert_process_status_code_value_gt_x) +/// * [`assert_status_code_value_gt_x`](macro@crate::assert_status_code_value_gt_x) +/// * [`assert_status_code_value_gt_x_as_result`](macro@crate::assert_status_code_value_gt_x_as_result) +/// * [`debug_assert_status_code_value_gt_x`](macro@crate::debug_assert_status_code_value_gt_x) /// #[macro_export] -macro_rules! assert_process_status_code_value_gt_x_as_result { +macro_rules! assert_status_code_value_gt_x_as_result { ($a_process:expr, $b:expr $(,)?) => {{ match ($a_process.status()) { Ok(a1) => { @@ -56,8 +56,8 @@ macro_rules! assert_process_status_code_value_gt_x_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_gt_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_gt_x.html\n", + "assertion failed: `assert_status_code_value_gt_x!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_gt_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a value: `{:?}`,\n", @@ -77,8 +77,8 @@ macro_rules! assert_process_status_code_value_gt_x_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_gt_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_gt_x.html\n", + "assertion failed: `assert_status_code_value_gt_x!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_gt_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a code: `{:?}`,\n", @@ -99,8 +99,8 @@ macro_rules! assert_process_status_code_value_gt_x_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_gt_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_gt_x.html\n", + "assertion failed: `assert_status_code_value_gt_x!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_gt_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a status: `{:?}`,\n", @@ -128,7 +128,7 @@ mod tests { let mut a = Command::new("bin/exit-with-arg"); a.arg("2"); let b = 1; - let result = assert_process_status_code_value_gt_x_as_result!(a, b); + let result = assert_status_code_value_gt_x_as_result!(a, b); assert_eq!(result.unwrap(), 2); } @@ -137,12 +137,12 @@ mod tests { let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); let b = 1; - let result = assert_process_status_code_value_gt_x_as_result!(a, b); + let result = assert_status_code_value_gt_x_as_result!(a, b); assert_eq!( result.unwrap_err(), concat!( - "assertion failed: `assert_process_status_code_value_gt_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_gt_x.html\n", + "assertion failed: `assert_status_code_value_gt_x!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_gt_x.html\n", " a label: `a`,\n", " a debug: `\"bin/exit-with-arg\" \"1\"`,\n", " a value: `1`,\n", @@ -157,12 +157,12 @@ mod tests { let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); let b = 2; - let result = assert_process_status_code_value_gt_x_as_result!(a, b); + let result = assert_status_code_value_gt_x_as_result!(a, b); assert_eq!( result.unwrap_err(), concat!( - "assertion failed: `assert_process_status_code_value_gt_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_gt_x.html\n", + "assertion failed: `assert_status_code_value_gt_x!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_gt_x.html\n", " a label: `a`,\n", " a debug: `\"bin/exit-with-arg\" \"1\"`,\n", " a value: `1`,\n", @@ -173,7 +173,7 @@ mod tests { } } -/// Assert a process status code value is greater than an expression. +/// Assert a status code value is greater than an expression. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() > b @@ -193,16 +193,16 @@ mod tests { /// # fn main() { /// let mut a = Command::new("bin/exit-with-arg"); a.arg("2"); /// let b = 1; -/// assert_process_status_code_value_gt_x!(a, b); +/// assert_status_code_value_gt_x!(a, b); /// /// # let result = panic::catch_unwind(|| { /// // This will panic /// let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); /// let b = 2; -/// assert_process_status_code_value_gt_x!(a, b); +/// assert_status_code_value_gt_x!(a, b); /// # }); -/// // assertion failed: `assert_process_status_code_value_gt_x!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_gt_x.html +/// // assertion failed: `assert_status_code_value_gt_x!(a, b)` +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_gt_x.html /// // a label: `a`, /// // a debug: `\"bin/exit-with-arg\" \"1\"`, /// // a value: `1`", @@ -210,8 +210,8 @@ mod tests { /// // b debug: `2` /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( -/// # "assertion failed: `assert_process_status_code_value_gt_x!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_gt_x.html\n", +/// # "assertion failed: `assert_status_code_value_gt_x!(a, b)`\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_gt_x.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"bin/exit-with-arg\" \"1\"`,\n", /// # " a value: `1`,\n", @@ -224,32 +224,32 @@ mod tests { /// /// # Module macros /// -/// * [`assert_process_status_code_value_gt_x`](macro@crate::assert_process_status_code_value_gt_x) -/// * [`assert_process_status_code_value_gt_x_as_result`](macro@crate::assert_process_status_code_value_gt_x_as_result) -/// * [`debug_assert_process_status_code_value_gt_x`](macro@crate::debug_assert_process_status_code_value_gt_x) +/// * [`assert_status_code_value_gt_x`](macro@crate::assert_status_code_value_gt_x) +/// * [`assert_status_code_value_gt_x_as_result`](macro@crate::assert_status_code_value_gt_x_as_result) +/// * [`debug_assert_status_code_value_gt_x`](macro@crate::debug_assert_status_code_value_gt_x) /// #[macro_export] -macro_rules! assert_process_status_code_value_gt_x { +macro_rules! assert_status_code_value_gt_x { ($a_process:expr, $b:expr $(,)?) => {{ - match $crate::assert_process_status_code_value_gt_x_as_result!($a_process, $b) { + match $crate::assert_status_code_value_gt_x_as_result!($a_process, $b) { Ok(x) => x, Err(err) => panic!("{}", err), } }}; ($a_process:expr, $b:expr, $($message:tt)+) => {{ - match $crate::assert_process_status_code_value_gt_x_as_result!($a_process, $b) { + match $crate::assert_status_code_value_gt_x_as_result!($a_process, $b) { Ok(x) => x, Err(_err) => panic!("{}", $($message)+), } }}; } -/// Assert a value is greater than an expression. +/// Assert a status code value is greater than an expression. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() > b /// -/// This macro provides the same statements as [`assert_process_status_code_value_gt_x`](macro.assert_process_status_code_value_gt_x.html), +/// This macro provides the same statements as [`assert_status_code_value_gt_x`](macro.assert_status_code_value_gt_x.html), /// except this macro's statements are only enabled in non-optimized /// builds by default. An optimized build will not execute this macro's /// statements unless `-C debug-assertions` is passed to the compiler. @@ -271,15 +271,15 @@ macro_rules! assert_process_status_code_value_gt_x { /// /// # Module macros /// -/// * [`assert_process_status_code_value_gt_x`](macro@crate::assert_process_status_code_value_gt_x) -/// * [`assert_process_status_code_value_gt_x`](macro@crate::assert_process_status_code_value_gt_x) -/// * [`debug_assert_process_status_code_value_gt_x`](macro@crate::debug_assert_process_status_code_value_gt_x) +/// * [`assert_status_code_value_gt_x`](macro@crate::assert_status_code_value_gt_x) +/// * [`assert_status_code_value_gt_x`](macro@crate::assert_status_code_value_gt_x) +/// * [`debug_assert_status_code_value_gt_x`](macro@crate::debug_assert_status_code_value_gt_x) /// #[macro_export] -macro_rules! debug_assert_process_status_code_value_gt_x { +macro_rules! debug_assert_status_code_value_gt_x { ($($arg:tt)*) => { if $crate::cfg!(debug_assertions) { - $crate::assert_process_status_code_value_gt_x!($($arg)*); + $crate::assert_status_code_value_gt_x!($($arg)*); } }; } diff --git a/src/assert_process/assert_process_status_code_value_le.rs b/src/assert_status/assert_status_code_value_le.rs similarity index 69% rename from src/assert_process/assert_process_status_code_value_le.rs rename to src/assert_status/assert_status_code_value_le.rs index 185a933fa..747a88fc6 100644 --- a/src/assert_process/assert_process_status_code_value_le.rs +++ b/src/assert_status/assert_status_code_value_le.rs @@ -1,4 +1,4 @@ -//! Assert a process status code value is less than or equal to another. +//! Assert a status code value is less than or equal to another. //! //! Pseudocode:
                                                                                                                                                                                //! a ⇒ status ⇒ code ⇒ value ≤ b ⇒ status ⇒ code ⇒ value @@ -12,17 +12,17 @@ //! # fn main() { //! let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); //! let mut b = Command::new("bin/exit-with-arg"); b.arg("2"); -//! assert_process_status_code_value_le!(a, b); +//! assert_status_code_value_le!(a, b); //! # } //! ``` //! //! # Module macros //! -//! * [`assert_process_status_code_value_le`](macro@crate::assert_process_status_code_value_le) -//! * [`assert_process_status_code_value_le_as_result`](macro@crate::assert_process_status_code_value_le_as_result) -//! * [`debug_assert_process_status_code_value_le`](macro@crate::debug_assert_process_status_code_value_le) +//! * [`assert_status_code_value_le`](macro@crate::assert_status_code_value_le) +//! * [`assert_status_code_value_le_as_result`](macro@crate::assert_status_code_value_le_as_result) +//! * [`debug_assert_status_code_value_le`](macro@crate::debug_assert_status_code_value_le) -/// Assert a process status code value is less than or equal to another. +/// Assert a status code value is less than or equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a ⇒ status ⇒ code ⇒ value ≤ b ⇒ status ⇒ code ⇒ value @@ -39,12 +39,12 @@ /// /// # Module macros /// -/// * [`assert_process_status_code_value_le`](macro@crate::assert_process_status_code_value_le) -/// * [`assert_process_status_code_value_le_as_result`](macro@crate::assert_process_status_code_value_le_as_result) -/// * [`debug_assert_process_status_code_value_le`](macro@crate::debug_assert_process_status_code_value_le) +/// * [`assert_status_code_value_le`](macro@crate::assert_status_code_value_le) +/// * [`assert_status_code_value_le_as_result`](macro@crate::assert_status_code_value_le_as_result) +/// * [`debug_assert_status_code_value_le`](macro@crate::debug_assert_status_code_value_le) /// #[macro_export] -macro_rules! assert_process_status_code_value_le_as_result { +macro_rules! assert_status_code_value_le_as_result { ($a_process:expr, $b_process:expr $(,)?) => {{ match ($a_process.status(), $b_process.status()) { (Ok(a1), Ok(b1)) => { @@ -56,8 +56,8 @@ macro_rules! assert_process_status_code_value_le_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_le!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_le.html\n", + "assertion failed: `assert_status_code_value_le!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_le.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a value: `{:?}`,\n", @@ -79,8 +79,8 @@ macro_rules! assert_process_status_code_value_le_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_le!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_le.html\n", + "assertion failed: `assert_status_code_value_le!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_le.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a code: `{:?}`,\n", @@ -103,8 +103,8 @@ macro_rules! assert_process_status_code_value_le_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_le!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_le.html\n", + "assertion failed: `assert_status_code_value_le!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_le.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a status: `{:?}`,\n", @@ -135,7 +135,7 @@ mod tests { a.arg("1"); let mut b = Command::new("bin/exit-with-arg"); b.arg("2"); - let result = assert_process_status_code_value_le_as_result!(a, b); + let result = assert_status_code_value_le_as_result!(a, b); assert_eq!(result, Ok((1, 2))); } @@ -145,7 +145,7 @@ mod tests { a.arg("1"); let mut b = Command::new("bin/exit-with-arg"); b.arg("1"); - let result = assert_process_status_code_value_le_as_result!(a, b); + let result = assert_status_code_value_le_as_result!(a, b); assert_eq!(result.unwrap(), (1, 1)); } @@ -155,12 +155,12 @@ mod tests { a.arg("2"); let mut b = Command::new("bin/exit-with-arg"); b.arg("1"); - let result = assert_process_status_code_value_le_as_result!(a, b); + let result = assert_status_code_value_le_as_result!(a, b); assert_eq!( result.unwrap_err(), concat!( - "assertion failed: `assert_process_status_code_value_le!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_le.html\n", + "assertion failed: `assert_status_code_value_le!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_le.html\n", " a label: `a`,\n", " a debug: `\"bin/exit-with-arg\" \"2\"`,\n", " a value: `2`,\n", @@ -172,7 +172,7 @@ mod tests { } } -/// Assert a process status code value is less than or equal to another. +/// Assert a status code value is less than or equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a ⇒ status ⇒ code ⇒ value ≤ b ⇒ status ⇒ code ⇒ value @@ -192,16 +192,16 @@ mod tests { /// # fn main() { /// let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); /// let mut b = Command::new("bin/exit-with-arg"); b.arg("2"); -/// assert_process_status_code_value_le!(a, b); +/// assert_status_code_value_le!(a, b); /// /// # let result = panic::catch_unwind(|| { /// // This will panic /// let mut a = Command::new("bin/exit-with-arg"); a.arg("2"); /// let mut b = Command::new("bin/exit-with-arg"); b.arg("1"); -/// assert_process_status_code_value_le!(a, b); +/// assert_status_code_value_le!(a, b); /// # }); -/// // assertion failed: `assert_process_status_code_value_le!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_le.html +/// // assertion failed: `assert_status_code_value_le!(a, b)` +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_le.html /// // a label: `a`, /// // a debug: `\"bin/exit-with-arg\" \"1\"`, /// // a value: `2`", @@ -210,8 +210,8 @@ mod tests { /// // b value: `1`" /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( -/// # "assertion failed: `assert_process_status_code_value_le!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_le.html\n", +/// # "assertion failed: `assert_status_code_value_le!(a, b)`\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_le.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"bin/exit-with-arg\" \"2\"`,\n", /// # " a value: `2`,\n", @@ -225,32 +225,32 @@ mod tests { /// /// # Module macros /// -/// * [`assert_process_status_code_value_le`](macro@crate::assert_process_status_code_value_le) -/// * [`assert_process_status_code_value_le_as_result`](macro@crate::assert_process_status_code_value_le_as_result) -/// * [`debug_assert_process_status_code_value_le`](macro@crate::debug_assert_process_status_code_value_le) +/// * [`assert_status_code_value_le`](macro@crate::assert_status_code_value_le) +/// * [`assert_status_code_value_le_as_result`](macro@crate::assert_status_code_value_le_as_result) +/// * [`debug_assert_status_code_value_le`](macro@crate::debug_assert_status_code_value_le) /// #[macro_export] -macro_rules! assert_process_status_code_value_le { +macro_rules! assert_status_code_value_le { ($a_process:expr, $b_process:expr $(,)?) => {{ - match $crate::assert_process_status_code_value_le_as_result!($a_process, $b_process) { + match $crate::assert_status_code_value_le_as_result!($a_process, $b_process) { Ok(x) => x, Err(err) => panic!("{}", err), } }}; ($a_process:expr, $b_process:expr, $($message:tt)+) => {{ - match $crate::assert_process_status_code_value_le_as_result!($a_process, $b_process) { + match $crate::assert_status_code_value_le_as_result!($a_process, $b_process) { Ok(x) => x, Err(_err) => panic!("{}", $($message)+), } }}; } -/// Assert a value is greater than an expression. +/// Assert a status code value is less than or equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a ⇒ status ⇒ code ⇒ value ≤ b ⇒ status ⇒ code ⇒ value /// -/// This macro provides the same statements as [`assert_process_status_code_value_le`](macro.assert_process_status_code_value_le.html), +/// This macro provides the same statements as [`assert_status_code_value_le`](macro.assert_status_code_value_le.html), /// except this macro's statements are only enabled in non-optimized /// builds by default. An optimized build will not execute this macro's /// statements unless `-C debug-assertions` is passed to the compiler. @@ -272,15 +272,15 @@ macro_rules! assert_process_status_code_value_le { /// /// # Module macros /// -/// * [`assert_process_status_code_value_le`](macro@crate::assert_process_status_code_value_le) -/// * [`assert_process_status_code_value_le`](macro@crate::assert_process_status_code_value_le) -/// * [`debug_assert_process_status_code_value_le`](macro@crate::debug_assert_process_status_code_value_le) +/// * [`assert_status_code_value_le`](macro@crate::assert_status_code_value_le) +/// * [`assert_status_code_value_le`](macro@crate::assert_status_code_value_le) +/// * [`debug_assert_status_code_value_le`](macro@crate::debug_assert_status_code_value_le) /// #[macro_export] -macro_rules! debug_assert_process_status_code_value_le { +macro_rules! debug_assert_status_code_value_le { ($($arg:tt)*) => { if $crate::cfg!(debug_assertions) { - $crate::assert_process_status_code_value_le!($($arg)*); + $crate::assert_status_code_value_le!($($arg)*); } }; } diff --git a/src/assert_process/assert_process_status_code_value_le_x.rs b/src/assert_status/assert_status_code_value_le_x.rs similarity index 65% rename from src/assert_process/assert_process_status_code_value_le_x.rs rename to src/assert_status/assert_status_code_value_le_x.rs index 24dcf5ea0..fa98d9251 100644 --- a/src/assert_process/assert_process_status_code_value_le_x.rs +++ b/src/assert_status/assert_status_code_value_le_x.rs @@ -1,4 +1,4 @@ -//! Assert a process status code value is less than or equal to an expression. +//! Assert a status code value is less than or equal to an expression. //! //! Pseudocode:
                                                                                                                                                                                //! a.len() ≤ b @@ -12,17 +12,17 @@ //! # fn main() { //! let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); //! let b = 2; -//! assert_process_status_code_value_le_x!(a, b); +//! assert_status_code_value_le_x!(a, b); //! # } //! ``` //! //! # Module macros //! -//! * [`assert_process_status_code_value_le_x`](macro@crate::assert_process_status_code_value_le_x) -//! * [`assert_process_status_code_value_le_x_as_result`](macro@crate::assert_process_status_code_value_le_x_as_result) -//! * [`debug_assert_process_status_code_value_le_x`](macro@crate::debug_assert_process_status_code_value_le_x) +//! * [`assert_status_code_value_le_x`](macro@crate::assert_status_code_value_le_x) +//! * [`assert_status_code_value_le_x_as_result`](macro@crate::assert_status_code_value_le_x_as_result) +//! * [`debug_assert_status_code_value_le_x`](macro@crate::debug_assert_status_code_value_le_x) -/// Assert a process status code value is less than or equal to an expression. +/// Assert a status code value is less than or equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() ≤ b @@ -39,12 +39,12 @@ /// /// # Module macros /// -/// * [`assert_process_status_code_value_le_x`](macro@crate::assert_process_status_code_value_le_x) -/// * [`assert_process_status_code_value_le_x_as_result`](macro@crate::assert_process_status_code_value_le_x_as_result) -/// * [`debug_assert_process_status_code_value_le_x`](macro@crate::debug_assert_process_status_code_value_le_x) +/// * [`assert_status_code_value_le_x`](macro@crate::assert_status_code_value_le_x) +/// * [`assert_status_code_value_le_x_as_result`](macro@crate::assert_status_code_value_le_x_as_result) +/// * [`debug_assert_status_code_value_le_x`](macro@crate::debug_assert_status_code_value_le_x) /// #[macro_export] -macro_rules! assert_process_status_code_value_le_x_as_result { +macro_rules! assert_status_code_value_le_x_as_result { ($a_process:expr, $b:expr $(,)?) => {{ match ($a_process.status()) { Ok(a1) => { @@ -56,8 +56,8 @@ macro_rules! assert_process_status_code_value_le_x_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_le_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_le_x.html\n", + "assertion failed: `assert_status_code_value_le_x!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_le_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a value: `{:?}`,\n", @@ -77,8 +77,8 @@ macro_rules! assert_process_status_code_value_le_x_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_le_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_le_x.html\n", + "assertion failed: `assert_status_code_value_le_x!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_le_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a code: `{:?}`,\n", @@ -99,8 +99,8 @@ macro_rules! assert_process_status_code_value_le_x_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_le_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_le_x.html\n", + "assertion failed: `assert_status_code_value_le_x!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_le_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a status: `{:?}`,\n", @@ -128,7 +128,7 @@ mod tests { let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); let b = 2; - let result = assert_process_status_code_value_le_x_as_result!(a, b); + let result = assert_status_code_value_le_x_as_result!(a, b); assert_eq!(result.unwrap(), 1); } @@ -137,7 +137,7 @@ mod tests { let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); let b = 1; - let result = assert_process_status_code_value_le_x_as_result!(a, b); + let result = assert_status_code_value_le_x_as_result!(a, b); assert_eq!(result.unwrap(), 1); } @@ -146,12 +146,12 @@ mod tests { let mut a = Command::new("bin/exit-with-arg"); a.arg("2"); let b = 1; - let result = assert_process_status_code_value_le_x_as_result!(a, b); + let result = assert_status_code_value_le_x_as_result!(a, b); assert_eq!( result.unwrap_err(), concat!( - "assertion failed: `assert_process_status_code_value_le_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_le_x.html\n", + "assertion failed: `assert_status_code_value_le_x!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_le_x.html\n", " a label: `a`,\n", " a debug: `\"bin/exit-with-arg\" \"2\"`,\n", " a value: `2`,\n", @@ -162,7 +162,7 @@ mod tests { } } -/// Assert a process status code value is less than or equal to an expression. +/// Assert a status code value is less than or equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() ≤ b @@ -182,16 +182,16 @@ mod tests { /// # fn main() { /// let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); /// let b = 2; -/// assert_process_status_code_value_le_x!(a, b); +/// assert_status_code_value_le_x!(a, b); /// /// # let result = panic::catch_unwind(|| { /// // This will panic /// let mut a = Command::new("bin/exit-with-arg"); a.arg("2"); /// let b = 1; -/// assert_process_status_code_value_le_x!(a, b); +/// assert_status_code_value_le_x!(a, b); /// # }); -/// // assertion failed: `assert_process_status_code_value_le_x!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_le_x.html +/// // assertion failed: `assert_status_code_value_le_x!(a, b)` +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_le_x.html /// // a label: `a`, /// // a debug: `\"bin/exit-with-arg\" \"1\"`, /// // a value: `2`", @@ -199,8 +199,8 @@ mod tests { /// // b debug: `1` /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( -/// # "assertion failed: `assert_process_status_code_value_le_x!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_le_x.html\n", +/// # "assertion failed: `assert_status_code_value_le_x!(a, b)`\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_le_x.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"bin/exit-with-arg\" \"2\"`,\n", /// # " a value: `2`,\n", @@ -213,32 +213,32 @@ mod tests { /// /// # Module macros /// -/// * [`assert_process_status_code_value_le_x`](macro@crate::assert_process_status_code_value_le_x) -/// * [`assert_process_status_code_value_le_x_as_result`](macro@crate::assert_process_status_code_value_le_x_as_result) -/// * [`debug_assert_process_status_code_value_le_x`](macro@crate::debug_assert_process_status_code_value_le_x) +/// * [`assert_status_code_value_le_x`](macro@crate::assert_status_code_value_le_x) +/// * [`assert_status_code_value_le_x_as_result`](macro@crate::assert_status_code_value_le_x_as_result) +/// * [`debug_assert_status_code_value_le_x`](macro@crate::debug_assert_status_code_value_le_x) /// #[macro_export] -macro_rules! assert_process_status_code_value_le_x { +macro_rules! assert_status_code_value_le_x { ($a_process:expr, $b:expr $(,)?) => {{ - match $crate::assert_process_status_code_value_le_x_as_result!($a_process, $b) { + match $crate::assert_status_code_value_le_x_as_result!($a_process, $b) { Ok(x) => x, Err(err) => panic!("{}", err), } }}; ($a_process:expr, $b:expr, $($message:tt)+) => {{ - match $crate::assert_process_status_code_value_le_x_as_result!($a_process, $b) { + match $crate::assert_status_code_value_le_x_as_result!($a_process, $b) { Ok(x) => x, Err(_err) => panic!("{}", $($message)+), } }}; } -/// Assert a value is greater than an expression. +/// Assert a status code value is less than or equal to an expression. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() ≤ b /// -/// This macro provides the same statements as [`assert_process_status_code_value_le_x`](macro.assert_process_status_code_value_le_x.html), +/// This macro provides the same statements as [`assert_status_code_value_le_x`](macro.assert_status_code_value_le_x.html), /// except this macro's statements are only enabled in non-optimized /// builds by default. An optimized build will not execute this macro's /// statements unless `-C debug-assertions` is passed to the compiler. @@ -260,15 +260,15 @@ macro_rules! assert_process_status_code_value_le_x { /// /// # Module macros /// -/// * [`assert_process_status_code_value_le_x`](macro@crate::assert_process_status_code_value_le_x) -/// * [`assert_process_status_code_value_le_x`](macro@crate::assert_process_status_code_value_le_x) -/// * [`debug_assert_process_status_code_value_le_x`](macro@crate::debug_assert_process_status_code_value_le_x) +/// * [`assert_status_code_value_le_x`](macro@crate::assert_status_code_value_le_x) +/// * [`assert_status_code_value_le_x`](macro@crate::assert_status_code_value_le_x) +/// * [`debug_assert_status_code_value_le_x`](macro@crate::debug_assert_status_code_value_le_x) /// #[macro_export] -macro_rules! debug_assert_process_status_code_value_le_x { +macro_rules! debug_assert_status_code_value_le_x { ($($arg:tt)*) => { if $crate::cfg!(debug_assertions) { - $crate::assert_process_status_code_value_le_x!($($arg)*); + $crate::assert_status_code_value_le_x!($($arg)*); } }; } diff --git a/src/assert_process/assert_process_status_code_value_lt.rs b/src/assert_status/assert_status_code_value_lt.rs similarity index 69% rename from src/assert_process/assert_process_status_code_value_lt.rs rename to src/assert_status/assert_status_code_value_lt.rs index be39d99bb..fb3e61b03 100644 --- a/src/assert_process/assert_process_status_code_value_lt.rs +++ b/src/assert_status/assert_status_code_value_lt.rs @@ -1,4 +1,4 @@ -//! Assert a process status code value is less than another. +//! Assert a status code value is less than another. //! //! Pseudocode:
                                                                                                                                                                                //! a ⇒ status ⇒ code ⇒ value < b ⇒ status ⇒ code ⇒ value @@ -12,17 +12,17 @@ //! # fn main() { //! let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); //! let mut b = Command::new("bin/exit-with-arg"); b.arg("2"); -//! assert_process_status_code_value_lt!(a, b); +//! assert_status_code_value_lt!(a, b); //! # } //! ``` //! //! # Module macros //! -//! * [`assert_process_status_code_value_lt`](macro@crate::assert_process_status_code_value_lt) -//! * [`assert_process_status_code_value_lt_as_result`](macro@crate::assert_process_status_code_value_lt_as_result) -//! * [`debug_assert_process_status_code_value_lt`](macro@crate::debug_assert_process_status_code_value_lt) +//! * [`assert_status_code_value_lt`](macro@crate::assert_status_code_value_lt) +//! * [`assert_status_code_value_lt_as_result`](macro@crate::assert_status_code_value_lt_as_result) +//! * [`debug_assert_status_code_value_lt`](macro@crate::debug_assert_status_code_value_lt) -/// Assert a process status code value is less than another. +/// Assert a status code value is less than another. /// /// Pseudocode:
                                                                                                                                                                                /// a ⇒ status ⇒ code ⇒ value < b ⇒ status ⇒ code ⇒ value @@ -39,12 +39,12 @@ /// /// # Module macros /// -/// * [`assert_process_status_code_value_lt`](macro@crate::assert_process_status_code_value_lt) -/// * [`assert_process_status_code_value_lt_as_result`](macro@crate::assert_process_status_code_value_lt_as_result) -/// * [`debug_assert_process_status_code_value_lt`](macro@crate::debug_assert_process_status_code_value_lt) +/// * [`assert_status_code_value_lt`](macro@crate::assert_status_code_value_lt) +/// * [`assert_status_code_value_lt_as_result`](macro@crate::assert_status_code_value_lt_as_result) +/// * [`debug_assert_status_code_value_lt`](macro@crate::debug_assert_status_code_value_lt) /// #[macro_export] -macro_rules! assert_process_status_code_value_lt_as_result { +macro_rules! assert_status_code_value_lt_as_result { ($a_process:expr, $b_process:expr $(,)?) => {{ match ($a_process.status(), $b_process.status()) { (Ok(a1), Ok(b1)) => { @@ -56,8 +56,8 @@ macro_rules! assert_process_status_code_value_lt_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_lt!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_lt.html\n", + "assertion failed: `assert_status_code_value_lt!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_lt.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a value: `{:?}`,\n", @@ -79,8 +79,8 @@ macro_rules! assert_process_status_code_value_lt_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_lt!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_lt.html\n", + "assertion failed: `assert_status_code_value_lt!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_lt.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a code: `{:?}`,\n", @@ -103,8 +103,8 @@ macro_rules! assert_process_status_code_value_lt_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_lt!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_lt.html\n", + "assertion failed: `assert_status_code_value_lt!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_lt.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a status: `{:?}`,\n", @@ -135,7 +135,7 @@ mod tests { a.arg("1"); let mut b = Command::new("bin/exit-with-arg"); b.arg("2"); - let result = assert_process_status_code_value_lt_as_result!(a, b); + let result = assert_status_code_value_lt_as_result!(a, b); assert_eq!(result, Ok((1, 2))); } @@ -145,12 +145,12 @@ mod tests { a.arg("1"); let mut b = Command::new("bin/exit-with-arg"); b.arg("1"); - let result = assert_process_status_code_value_lt_as_result!(a, b); + let result = assert_status_code_value_lt_as_result!(a, b); assert_eq!( result.unwrap_err(), concat!( - "assertion failed: `assert_process_status_code_value_lt!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_lt.html\n", + "assertion failed: `assert_status_code_value_lt!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_lt.html\n", " a label: `a`,\n", " a debug: `\"bin/exit-with-arg\" \"1\"`,\n", " a value: `1`,\n", @@ -167,12 +167,12 @@ mod tests { a.arg("2"); let mut b = Command::new("bin/exit-with-arg"); b.arg("1"); - let result = assert_process_status_code_value_lt_as_result!(a, b); + let result = assert_status_code_value_lt_as_result!(a, b); assert_eq!( result.unwrap_err(), concat!( - "assertion failed: `assert_process_status_code_value_lt!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_lt.html\n", + "assertion failed: `assert_status_code_value_lt!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_lt.html\n", " a label: `a`,\n", " a debug: `\"bin/exit-with-arg\" \"2\"`,\n", " a value: `2`,\n", @@ -184,7 +184,7 @@ mod tests { } } -/// Assert a process status code value is less than another. +/// Assert a status code value is less than another. /// /// Pseudocode:
                                                                                                                                                                                /// a ⇒ status ⇒ code ⇒ value < b ⇒ status ⇒ code ⇒ value @@ -204,16 +204,16 @@ mod tests { /// # fn main() { /// let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); /// let mut b = Command::new("bin/exit-with-arg"); b.arg("2"); -/// assert_process_status_code_value_lt!(a, b); +/// assert_status_code_value_lt!(a, b); /// /// # let result = panic::catch_unwind(|| { /// // This will panic /// let mut a = Command::new("bin/exit-with-arg"); a.arg("2"); /// let mut b = Command::new("bin/exit-with-arg"); b.arg("1"); -/// assert_process_status_code_value_lt!(a, b); +/// assert_status_code_value_lt!(a, b); /// # }); -/// // assertion failed: `assert_process_status_code_value_lt!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_lt.html +/// // assertion failed: `assert_status_code_value_lt!(a, b)` +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_lt.html /// // a label: `a`, /// // a debug: `\"bin/exit-with-arg\" \"1\"`, /// // a value: `2`", @@ -222,8 +222,8 @@ mod tests { /// // b value: `1`" /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( -/// # "assertion failed: `assert_process_status_code_value_lt!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_lt.html\n", +/// # "assertion failed: `assert_status_code_value_lt!(a, b)`\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_lt.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"bin/exit-with-arg\" \"2\"`,\n", /// # " a value: `2`,\n", @@ -237,32 +237,32 @@ mod tests { /// /// # Module macros /// -/// * [`assert_process_status_code_value_lt`](macro@crate::assert_process_status_code_value_lt) -/// * [`assert_process_status_code_value_lt_as_result`](macro@crate::assert_process_status_code_value_lt_as_result) -/// * [`debug_assert_process_status_code_value_lt`](macro@crate::debug_assert_process_status_code_value_lt) +/// * [`assert_status_code_value_lt`](macro@crate::assert_status_code_value_lt) +/// * [`assert_status_code_value_lt_as_result`](macro@crate::assert_status_code_value_lt_as_result) +/// * [`debug_assert_status_code_value_lt`](macro@crate::debug_assert_status_code_value_lt) /// #[macro_export] -macro_rules! assert_process_status_code_value_lt { +macro_rules! assert_status_code_value_lt { ($a_process:expr, $b_process:expr $(,)?) => {{ - match $crate::assert_process_status_code_value_lt_as_result!($a_process, $b_process) { + match $crate::assert_status_code_value_lt_as_result!($a_process, $b_process) { Ok(x) => x, Err(err) => panic!("{}", err), } }}; ($a_process:expr, $b_process:expr, $($message:tt)+) => {{ - match $crate::assert_process_status_code_value_lt_as_result!($a_process, $b_process) { + match $crate::assert_status_code_value_lt_as_result!($a_process, $b_process) { Ok(x) => x, Err(_err) => panic!("{}", $($message)+), } }}; } -/// Assert a value is greater than an expression. +/// Assert a status code value is less than another. /// /// Pseudocode:
                                                                                                                                                                                /// a ⇒ status ⇒ code ⇒ value < b ⇒ status ⇒ code ⇒ value /// -/// This macro provides the same statements as [`assert_process_status_code_value_lt`](macro.assert_process_status_code_value_lt.html), +/// This macro provides the same statements as [`assert_status_code_value_lt`](macro.assert_status_code_value_lt.html), /// except this macro's statements are only enabled in non-optimized /// builds by default. An optimized build will not execute this macro's /// statements unless `-C debug-assertions` is passed to the compiler. @@ -284,15 +284,15 @@ macro_rules! assert_process_status_code_value_lt { /// /// # Module macros /// -/// * [`assert_process_status_code_value_lt`](macro@crate::assert_process_status_code_value_lt) -/// * [`assert_process_status_code_value_lt`](macro@crate::assert_process_status_code_value_lt) -/// * [`debug_assert_process_status_code_value_lt`](macro@crate::debug_assert_process_status_code_value_lt) +/// * [`assert_status_code_value_lt`](macro@crate::assert_status_code_value_lt) +/// * [`assert_status_code_value_lt`](macro@crate::assert_status_code_value_lt) +/// * [`debug_assert_status_code_value_lt`](macro@crate::debug_assert_status_code_value_lt) /// #[macro_export] -macro_rules! debug_assert_process_status_code_value_lt { +macro_rules! debug_assert_status_code_value_lt { ($($arg:tt)*) => { if $crate::cfg!(debug_assertions) { - $crate::assert_process_status_code_value_lt!($($arg)*); + $crate::assert_status_code_value_lt!($($arg)*); } }; } diff --git a/src/assert_process/assert_process_status_code_value_lt_x.rs b/src/assert_status/assert_status_code_value_lt_x.rs similarity index 65% rename from src/assert_process/assert_process_status_code_value_lt_x.rs rename to src/assert_status/assert_status_code_value_lt_x.rs index ce335f2e7..9a7fa8028 100644 --- a/src/assert_process/assert_process_status_code_value_lt_x.rs +++ b/src/assert_status/assert_status_code_value_lt_x.rs @@ -1,4 +1,4 @@ -//! Assert a process status code value is less than an expression. +//! Assert a status code value is less than an expression. //! //! Pseudocode:
                                                                                                                                                                                //! a.len() < b @@ -12,17 +12,17 @@ //! # fn main() { //! let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); //! let b = 2; -//! assert_process_status_code_value_lt_x!(a, b); +//! assert_status_code_value_lt_x!(a, b); //! # } //! ``` //! //! # Module macros //! -//! * [`assert_process_status_code_value_lt_x`](macro@crate::assert_process_status_code_value_lt_x) -//! * [`assert_process_status_code_value_lt_x_as_result`](macro@crate::assert_process_status_code_value_lt_x_as_result) -//! * [`debug_assert_process_status_code_value_lt_x`](macro@crate::debug_assert_process_status_code_value_lt_x) +//! * [`assert_status_code_value_lt_x`](macro@crate::assert_status_code_value_lt_x) +//! * [`assert_status_code_value_lt_x_as_result`](macro@crate::assert_status_code_value_lt_x_as_result) +//! * [`debug_assert_status_code_value_lt_x`](macro@crate::debug_assert_status_code_value_lt_x) -/// Assert a process status code value is less than an expression. +/// Assert a status code value is less than an expression. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() < b @@ -39,12 +39,12 @@ /// /// # Module macros /// -/// * [`assert_process_status_code_value_lt_x`](macro@crate::assert_process_status_code_value_lt_x) -/// * [`assert_process_status_code_value_lt_x_as_result`](macro@crate::assert_process_status_code_value_lt_x_as_result) -/// * [`debug_assert_process_status_code_value_lt_x`](macro@crate::debug_assert_process_status_code_value_lt_x) +/// * [`assert_status_code_value_lt_x`](macro@crate::assert_status_code_value_lt_x) +/// * [`assert_status_code_value_lt_x_as_result`](macro@crate::assert_status_code_value_lt_x_as_result) +/// * [`debug_assert_status_code_value_lt_x`](macro@crate::debug_assert_status_code_value_lt_x) /// #[macro_export] -macro_rules! assert_process_status_code_value_lt_x_as_result { +macro_rules! assert_status_code_value_lt_x_as_result { ($a_process:expr, $b:expr $(,)?) => {{ match ($a_process.status()) { Ok(a1) => { @@ -56,8 +56,8 @@ macro_rules! assert_process_status_code_value_lt_x_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_lt_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_lt_x.html\n", + "assertion failed: `assert_status_code_value_lt_x!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_lt_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a value: `{:?}`,\n", @@ -77,8 +77,8 @@ macro_rules! assert_process_status_code_value_lt_x_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_lt_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_lt_x.html\n", + "assertion failed: `assert_status_code_value_lt_x!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_lt_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a code: `{:?}`,\n", @@ -99,8 +99,8 @@ macro_rules! assert_process_status_code_value_lt_x_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_lt_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_lt_x.html\n", + "assertion failed: `assert_status_code_value_lt_x!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_lt_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a status: `{:?}`,\n", @@ -128,7 +128,7 @@ mod tests { let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); let b = 2; - let result = assert_process_status_code_value_lt_x_as_result!(a, b); + let result = assert_status_code_value_lt_x_as_result!(a, b); assert_eq!(result.unwrap(), 1); } @@ -137,12 +137,12 @@ mod tests { let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); let b = 1; - let result = assert_process_status_code_value_lt_x_as_result!(a, b); + let result = assert_status_code_value_lt_x_as_result!(a, b); assert_eq!( result.unwrap_err(), concat!( - "assertion failed: `assert_process_status_code_value_lt_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_lt_x.html\n", + "assertion failed: `assert_status_code_value_lt_x!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_lt_x.html\n", " a label: `a`,\n", " a debug: `\"bin/exit-with-arg\" \"1\"`,\n", " a value: `1`,\n", @@ -157,12 +157,12 @@ mod tests { let mut a = Command::new("bin/exit-with-arg"); a.arg("2"); let b = 1; - let result = assert_process_status_code_value_lt_x_as_result!(a, b); + let result = assert_status_code_value_lt_x_as_result!(a, b); assert_eq!( result.unwrap_err(), concat!( - "assertion failed: `assert_process_status_code_value_lt_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_lt_x.html\n", + "assertion failed: `assert_status_code_value_lt_x!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_lt_x.html\n", " a label: `a`,\n", " a debug: `\"bin/exit-with-arg\" \"2\"`,\n", " a value: `2`,\n", @@ -173,7 +173,7 @@ mod tests { } } -/// Assert a process status code value is less than an expression. +/// Assert a status code value is less than an expression. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() < b @@ -193,16 +193,16 @@ mod tests { /// # fn main() { /// let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); /// let b = 2; -/// assert_process_status_code_value_lt_x!(a, b); +/// assert_status_code_value_lt_x!(a, b); /// /// # let result = panic::catch_unwind(|| { /// // This will panic /// let mut a = Command::new("bin/exit-with-arg"); a.arg("2"); /// let b = 1; -/// assert_process_status_code_value_lt_x!(a, b); +/// assert_status_code_value_lt_x!(a, b); /// # }); -/// // assertion failed: `assert_process_status_code_value_lt_x!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_lt_x.html +/// // assertion failed: `assert_status_code_value_lt_x!(a, b)` +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_lt_x.html /// // a label: `a`, /// // a debug: `\"bin/exit-with-arg\" \"1\"`, /// // a value: `2`", @@ -210,8 +210,8 @@ mod tests { /// // b debug: `1` /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( -/// # "assertion failed: `assert_process_status_code_value_lt_x!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_lt_x.html\n", +/// # "assertion failed: `assert_status_code_value_lt_x!(a, b)`\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_lt_x.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"bin/exit-with-arg\" \"2\"`,\n", /// # " a value: `2`,\n", @@ -224,32 +224,32 @@ mod tests { /// /// # Module macros /// -/// * [`assert_process_status_code_value_lt_x`](macro@crate::assert_process_status_code_value_lt_x) -/// * [`assert_process_status_code_value_lt_x_as_result`](macro@crate::assert_process_status_code_value_lt_x_as_result) -/// * [`debug_assert_process_status_code_value_lt_x`](macro@crate::debug_assert_process_status_code_value_lt_x) +/// * [`assert_status_code_value_lt_x`](macro@crate::assert_status_code_value_lt_x) +/// * [`assert_status_code_value_lt_x_as_result`](macro@crate::assert_status_code_value_lt_x_as_result) +/// * [`debug_assert_status_code_value_lt_x`](macro@crate::debug_assert_status_code_value_lt_x) /// #[macro_export] -macro_rules! assert_process_status_code_value_lt_x { +macro_rules! assert_status_code_value_lt_x { ($a_process:expr, $b:expr $(,)?) => {{ - match $crate::assert_process_status_code_value_lt_x_as_result!($a_process, $b) { + match $crate::assert_status_code_value_lt_x_as_result!($a_process, $b) { Ok(x) => x, Err(err) => panic!("{}", err), } }}; ($a_process:expr, $b:expr, $($message:tt)+) => {{ - match $crate::assert_process_status_code_value_lt_x_as_result!($a_process, $b) { + match $crate::assert_status_code_value_lt_x_as_result!($a_process, $b) { Ok(x) => x, Err(_err) => panic!("{}", $($message)+), } }}; } -/// Assert a value is greater than an expression. +/// Assert a status code value is less than an expression. /// /// Pseudocode:
                                                                                                                                                                                /// a.len() < b /// -/// This macro provides the same statements as [`assert_process_status_code_value_lt_x`](macro.assert_process_status_code_value_lt_x.html), +/// This macro provides the same statements as [`assert_status_code_value_lt_x`](macro.assert_status_code_value_lt_x.html), /// except this macro's statements are only enabled in non-optimized /// builds by default. An optimized build will not execute this macro's /// statements unless `-C debug-assertions` is passed to the compiler. @@ -271,15 +271,15 @@ macro_rules! assert_process_status_code_value_lt_x { /// /// # Module macros /// -/// * [`assert_process_status_code_value_lt_x`](macro@crate::assert_process_status_code_value_lt_x) -/// * [`assert_process_status_code_value_lt_x`](macro@crate::assert_process_status_code_value_lt_x) -/// * [`debug_assert_process_status_code_value_lt_x`](macro@crate::debug_assert_process_status_code_value_lt_x) +/// * [`assert_status_code_value_lt_x`](macro@crate::assert_status_code_value_lt_x) +/// * [`assert_status_code_value_lt_x`](macro@crate::assert_status_code_value_lt_x) +/// * [`debug_assert_status_code_value_lt_x`](macro@crate::debug_assert_status_code_value_lt_x) /// #[macro_export] -macro_rules! debug_assert_process_status_code_value_lt_x { +macro_rules! debug_assert_status_code_value_lt_x { ($($arg:tt)*) => { if $crate::cfg!(debug_assertions) { - $crate::assert_process_status_code_value_lt_x!($($arg)*); + $crate::assert_status_code_value_lt_x!($($arg)*); } }; } diff --git a/src/assert_process/assert_process_status_code_value_ne.rs b/src/assert_status/assert_status_code_value_ne.rs similarity index 69% rename from src/assert_process/assert_process_status_code_value_ne.rs rename to src/assert_status/assert_status_code_value_ne.rs index d7fcbadac..24e7c2b64 100644 --- a/src/assert_process/assert_process_status_code_value_ne.rs +++ b/src/assert_status/assert_status_code_value_ne.rs @@ -1,4 +1,4 @@ -//! Assert a process status code value is not equal to another. +//! Assert a status code value is not equal to another. //! //! Pseudocode:
                                                                                                                                                                                //! a ⇒ status ⇒ code ⇒ value ≠ b ⇒ status ⇒ code ⇒ value @@ -12,17 +12,17 @@ //! # fn main() { //! let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); //! let mut b = Command::new("bin/exit-with-arg"); b.arg("2"); -//! assert_process_status_code_value_ne!(a, b); +//! assert_status_code_value_ne!(a, b); //! # } //! ``` //! //! # Module macros //! -//! * [`assert_process_status_code_value_ne`](macro@crate::assert_process_status_code_value_ne) -//! * [`assert_process_status_code_value_ne_as_result`](macro@crate::assert_process_status_code_value_ne_as_result) -//! * [`debug_assert_process_status_code_value_ne`](macro@crate::debug_assert_process_status_code_value_ne) +//! * [`assert_status_code_value_ne`](macro@crate::assert_status_code_value_ne) +//! * [`assert_status_code_value_ne_as_result`](macro@crate::assert_status_code_value_ne_as_result) +//! * [`debug_assert_status_code_value_ne`](macro@crate::debug_assert_status_code_value_ne) -/// Assert a process status code value is not equal to another. +/// Assert a status code value is not equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a ⇒ status ⇒ code ⇒ value ≠ b ⇒ status ⇒ code ⇒ value @@ -39,12 +39,12 @@ /// /// # Module macros /// -/// * [`assert_process_status_code_value_ne`](macro@crate::assert_process_status_code_value_ne) -/// * [`assert_process_status_code_value_ne_as_result`](macro@crate::assert_process_status_code_value_ne_as_result) -/// * [`debug_assert_process_status_code_value_ne`](macro@crate::debug_assert_process_status_code_value_ne) +/// * [`assert_status_code_value_ne`](macro@crate::assert_status_code_value_ne) +/// * [`assert_status_code_value_ne_as_result`](macro@crate::assert_status_code_value_ne_as_result) +/// * [`debug_assert_status_code_value_ne`](macro@crate::debug_assert_status_code_value_ne) /// #[macro_export] -macro_rules! assert_process_status_code_value_ne_as_result { +macro_rules! assert_status_code_value_ne_as_result { ($a_process:expr, $b_process:expr $(,)?) => {{ match ($a_process.status(), $b_process.status()) { (Ok(a1), Ok(b1)) => { @@ -56,8 +56,8 @@ macro_rules! assert_process_status_code_value_ne_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ne.html\n", + "assertion failed: `assert_status_code_value_ne!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ne.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a value: `{:?}`,\n", @@ -79,8 +79,8 @@ macro_rules! assert_process_status_code_value_ne_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ne.html\n", + "assertion failed: `assert_status_code_value_ne!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ne.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a code: `{:?}`,\n", @@ -103,8 +103,8 @@ macro_rules! assert_process_status_code_value_ne_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ne.html\n", + "assertion failed: `assert_status_code_value_ne!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ne.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a status: `{:?}`,\n", @@ -135,7 +135,7 @@ mod tests { a.arg("1"); let mut b = Command::new("bin/exit-with-arg"); b.arg("2"); - let result = assert_process_status_code_value_ne_as_result!(a, b); + let result = assert_status_code_value_ne_as_result!(a, b); assert_eq!(result, Ok((1, 2))); } @@ -145,7 +145,7 @@ mod tests { a.arg("2"); let mut b = Command::new("bin/exit-with-arg"); b.arg("1"); - let result = assert_process_status_code_value_ne_as_result!(a, b); + let result = assert_status_code_value_ne_as_result!(a, b); assert_eq!(result.unwrap(), (2, 1)); } @@ -155,12 +155,12 @@ mod tests { a.arg("1"); let mut b = Command::new("bin/exit-with-arg"); b.arg("1"); - let result = assert_process_status_code_value_ne_as_result!(a, b); + let result = assert_status_code_value_ne_as_result!(a, b); assert_eq!( result.unwrap_err(), concat!( - "assertion failed: `assert_process_status_code_value_ne!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ne.html\n", + "assertion failed: `assert_status_code_value_ne!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ne.html\n", " a label: `a`,\n", " a debug: `\"bin/exit-with-arg\" \"1\"`,\n", " a value: `1`,\n", @@ -172,7 +172,7 @@ mod tests { } } -/// Assert a process status code value is not equal to another. +/// Assert a status code value is not equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a ⇒ status ⇒ code ⇒ value ≠ b ⇒ status ⇒ code ⇒ value @@ -192,16 +192,16 @@ mod tests { /// # fn main() { /// let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); /// let mut b = Command::new("bin/exit-with-arg"); b.arg("2"); -/// assert_process_status_code_value_ne!(a, b); +/// assert_status_code_value_ne!(a, b); /// /// # let result = panic::catch_unwind(|| { /// // This will panic /// let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); /// let mut b = Command::new("bin/exit-with-arg"); b.arg("1"); -/// assert_process_status_code_value_ne!(a, b); +/// assert_status_code_value_ne!(a, b); /// # }); -/// // assertion failed: `assert_process_status_code_value_ne!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ne.html +/// // assertion failed: `assert_status_code_value_ne!(a, b)` +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ne.html /// // a label: `a`, /// // a debug: `\"bin/exit-with-arg\" \"1\"`, /// // a value: `1`", @@ -210,8 +210,8 @@ mod tests { /// // b value: `1`" /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( -/// # "assertion failed: `assert_process_status_code_value_ne!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ne.html\n", +/// # "assertion failed: `assert_status_code_value_ne!(a, b)`\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ne.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"bin/exit-with-arg\" \"1\"`,\n", /// # " a value: `1`,\n", @@ -225,32 +225,32 @@ mod tests { /// /// # Module macros /// -/// * [`assert_process_status_code_value_ne`](macro@crate::assert_process_status_code_value_ne) -/// * [`assert_process_status_code_value_ne_as_result`](macro@crate::assert_process_status_code_value_ne_as_result) -/// * [`debug_assert_process_status_code_value_ne`](macro@crate::debug_assert_process_status_code_value_ne) +/// * [`assert_status_code_value_ne`](macro@crate::assert_status_code_value_ne) +/// * [`assert_status_code_value_ne_as_result`](macro@crate::assert_status_code_value_ne_as_result) +/// * [`debug_assert_status_code_value_ne`](macro@crate::debug_assert_status_code_value_ne) /// #[macro_export] -macro_rules! assert_process_status_code_value_ne { +macro_rules! assert_status_code_value_ne { ($a_process:expr, $b_process:expr $(,)?) => {{ - match $crate::assert_process_status_code_value_ne_as_result!($a_process, $b_process) { + match $crate::assert_status_code_value_ne_as_result!($a_process, $b_process) { Ok(x) => x, Err(err) => panic!("{}", err), } }}; ($a_process:expr, $b_process:expr, $($message:tt)+) => {{ - match $crate::assert_process_status_code_value_ne_as_result!($a_process, $b_process) { + match $crate::assert_status_code_value_ne_as_result!($a_process, $b_process) { Ok(x) => x, Err(_err) => panic!("{}", $($message)+), } }}; } -/// Assert a value is greater than an expression. +/// Assert a status code value is not equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a ⇒ status ⇒ code ⇒ value ≠ b ⇒ status ⇒ code ⇒ value /// -/// This macro provides the same statements as [`assert_process_status_code_value_ne`](macro.assert_process_status_code_value_ne.html), +/// This macro provides the same statements as [`assert_status_code_value_ne`](macro.assert_status_code_value_ne.html), /// except this macro's statements are only enabled in non-optimized /// builds by default. An optimized build will not execute this macro's /// statements unless `-C debug-assertions` is passed to the compiler. @@ -272,15 +272,15 @@ macro_rules! assert_process_status_code_value_ne { /// /// # Module macros /// -/// * [`assert_process_status_code_value_ne`](macro@crate::assert_process_status_code_value_ne) -/// * [`assert_process_status_code_value_ne`](macro@crate::assert_process_status_code_value_ne) -/// * [`debug_assert_process_status_code_value_ne`](macro@crate::debug_assert_process_status_code_value_ne) +/// * [`assert_status_code_value_ne`](macro@crate::assert_status_code_value_ne) +/// * [`assert_status_code_value_ne`](macro@crate::assert_status_code_value_ne) +/// * [`debug_assert_status_code_value_ne`](macro@crate::debug_assert_status_code_value_ne) /// #[macro_export] -macro_rules! debug_assert_process_status_code_value_ne { +macro_rules! debug_assert_status_code_value_ne { ($($arg:tt)*) => { if $crate::cfg!(debug_assertions) { - $crate::assert_process_status_code_value_ne!($($arg)*); + $crate::assert_status_code_value_ne!($($arg)*); } }; } diff --git a/src/assert_process/assert_process_status_code_value_ne_x.rs b/src/assert_status/assert_status_code_value_ne_x.rs similarity index 67% rename from src/assert_process/assert_process_status_code_value_ne_x.rs rename to src/assert_status/assert_status_code_value_ne_x.rs index 9101ef077..ecc0021d0 100644 --- a/src/assert_process/assert_process_status_code_value_ne_x.rs +++ b/src/assert_status/assert_status_code_value_ne_x.rs @@ -1,4 +1,4 @@ -//! Assert a process status code value is equal to another. +//! Assert a status code value is not equal to another. //! //! Pseudocode:
                                                                                                                                                                                //! a ⇒ status ⇒ code ⇒ value = b ⇒ status ⇒ code ⇒ value @@ -12,17 +12,17 @@ //! # fn main() { //! let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); //! let b = 2; -//! assert_process_status_code_value_ne_x!(a, b); +//! assert_status_code_value_ne_x!(a, b); //! # } //! ``` //! //! # Module macros //! -//! * [`assert_process_status_code_value_ne`](macro@crate::assert_process_status_code_value_ne) -//! * [`assert_process_status_code_value_ne_x_as_result`](macro@crate::assert_process_status_code_value_ne_x_as_result) -//! * [`debug_assert_process_status_code_value_ne`](macro@crate::debug_assert_process_status_code_value_ne) +//! * [`assert_status_code_value_ne`](macro@crate::assert_status_code_value_ne) +//! * [`assert_status_code_value_ne_x_as_result`](macro@crate::assert_status_code_value_ne_x_as_result) +//! * [`debug_assert_status_code_value_ne`](macro@crate::debug_assert_status_code_value_ne) -/// Assert a process status code value is equal to another. +/// Assert a status code value is not equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a ⇒ status ⇒ code ⇒ value = b ⇒ status ⇒ code ⇒ value @@ -39,12 +39,12 @@ /// /// # Module macros /// -/// * [`assert_process_status_code_value_ne`](macro@crate::assert_process_status_code_value_ne) -/// * [`assert_process_status_code_value_ne_x_as_result`](macro@crate::assert_process_status_code_value_ne_x_as_result) -/// * [`debug_assert_process_status_code_value_ne`](macro@crate::debug_assert_process_status_code_value_ne) +/// * [`assert_status_code_value_ne`](macro@crate::assert_status_code_value_ne) +/// * [`assert_status_code_value_ne_x_as_result`](macro@crate::assert_status_code_value_ne_x_as_result) +/// * [`debug_assert_status_code_value_ne`](macro@crate::debug_assert_status_code_value_ne) /// #[macro_export] -macro_rules! assert_process_status_code_value_ne_x_as_result { +macro_rules! assert_status_code_value_ne_x_as_result { ($a_process:expr, $b:expr $(,)?) => {{ match ($a_process.status()) { Ok(a1) => { @@ -56,8 +56,8 @@ macro_rules! assert_process_status_code_value_ne_x_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_ne_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ne_x.html\n", + "assertion failed: `assert_status_code_value_ne_x!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ne_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a value: `{:?}`,\n", @@ -77,8 +77,8 @@ macro_rules! assert_process_status_code_value_ne_x_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_ne_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ne_x.html\n", + "assertion failed: `assert_status_code_value_ne_x!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ne_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a code: `{:?}`,\n", @@ -99,8 +99,8 @@ macro_rules! assert_process_status_code_value_ne_x_as_result { Err( format!( concat!( - "assertion failed: `assert_process_status_code_value_ne_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ne_x.html\n", + "assertion failed: `assert_status_code_value_ne_x!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ne_x.html\n", " a label: `{}`,\n", " a debug: `{:?}`,\n", " a status: `{:?}`,\n", @@ -128,7 +128,7 @@ mod tests { let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); let b = 2; - let result = assert_process_status_code_value_ne_x_as_result!(a, b); + let result = assert_status_code_value_ne_x_as_result!(a, b); assert_eq!(result.unwrap(), 1); } @@ -137,7 +137,7 @@ mod tests { let mut a = Command::new("bin/exit-with-arg"); a.arg("2"); let b = 1; - let result = assert_process_status_code_value_ne_x_as_result!(a, b); + let result = assert_status_code_value_ne_x_as_result!(a, b); assert_eq!(result.unwrap(), 2); } @@ -146,12 +146,12 @@ mod tests { let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); let b = 1; - let result = assert_process_status_code_value_ne_x_as_result!(a, b); + let result = assert_status_code_value_ne_x_as_result!(a, b); assert_eq!( result.unwrap_err(), concat!( - "assertion failed: `assert_process_status_code_value_ne_x!(a, b)`\n", - "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ne_x.html\n", + "assertion failed: `assert_status_code_value_ne_x!(a, b)`\n", + "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ne_x.html\n", " a label: `a`,\n", " a debug: `\"bin/exit-with-arg\" \"1\"`,\n", " a value: `1`,\n", @@ -162,7 +162,7 @@ mod tests { } } -/// Assert a process status code value is equal to another. +/// Assert a status code value is not equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a ⇒ status ⇒ code ⇒ value = b ⇒ status ⇒ code ⇒ value @@ -182,16 +182,16 @@ mod tests { /// # fn main() { /// let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); /// let b = 2; -/// assert_process_status_code_value_ne_x!(a, b); +/// assert_status_code_value_ne_x!(a, b); /// /// # let result = panic::catch_unwind(|| { /// // This will panic /// let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); /// let b = 1; -/// assert_process_status_code_value_ne_x!(a, b); +/// assert_status_code_value_ne_x!(a, b); /// # }); -/// // assertion failed: `assert_process_status_code_value_ne_x!(a, b)` -/// // https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ne_x.html +/// // assertion failed: `assert_status_code_value_ne_x!(a, b)` +/// // https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ne_x.html /// // a label: `a`, /// // a debug: `\"bin/exit-with-arg\" \"1\"`, /// // a value: `1`", @@ -199,8 +199,8 @@ mod tests { /// // b debug: `1`" /// # let actual = result.unwrap_err().downcast::().unwrap().to_string(); /// # let expect = concat!( -/// # "assertion failed: `assert_process_status_code_value_ne_x!(a, b)`\n", -/// # "https://docs.rs/assertables/9.2.0/assertables/macro.assert_process_status_code_value_ne_x.html\n", +/// # "assertion failed: `assert_status_code_value_ne_x!(a, b)`\n", +/// # "https://docs.rs/assertables/9.3.0/assertables/macro.assert_status_code_value_ne_x.html\n", /// # " a label: `a`,\n", /// # " a debug: `\"bin/exit-with-arg\" \"1\"`,\n", /// # " a value: `1`,\n", @@ -213,32 +213,32 @@ mod tests { /// /// # Module macros /// -/// * [`assert_process_status_code_value_ne`](macro@crate::assert_process_status_code_value_ne) -/// * [`assert_process_status_code_value_ne_x_as_result`](macro@crate::assert_process_status_code_value_ne_x_as_result) -/// * [`debug_assert_process_status_code_value_ne`](macro@crate::debug_assert_process_status_code_value_ne) +/// * [`assert_status_code_value_ne`](macro@crate::assert_status_code_value_ne) +/// * [`assert_status_code_value_ne_x_as_result`](macro@crate::assert_status_code_value_ne_x_as_result) +/// * [`debug_assert_status_code_value_ne`](macro@crate::debug_assert_status_code_value_ne) /// #[macro_export] -macro_rules! assert_process_status_code_value_ne_x { +macro_rules! assert_status_code_value_ne_x { ($a_process:expr, $b:expr $(,)?) => {{ - match $crate::assert_process_status_code_value_ne_x_as_result!($a_process, $b) { + match $crate::assert_status_code_value_ne_x_as_result!($a_process, $b) { Ok(x) => x, Err(err) => panic!("{}", err), } }}; ($a_process:expr, $b:expr, $($message:tt)+) => {{ - match $crate::assert_process_status_code_value_ne_x_as_result!($a_process, $b) { + match $crate::assert_status_code_value_ne_x_as_result!($a_process, $b) { Ok(x) => x, Err(_err) => panic!("{}", $($message)+), } }}; } -/// Assert a value is greater than an expression. +/// Assert a status code value is not equal to another. /// /// Pseudocode:
                                                                                                                                                                                /// a ⇒ status ⇒ code ⇒ value = b ⇒ status ⇒ code ⇒ value /// -/// This macro provides the same statements as [`assert_process_status_code_value_ne`](macro.assert_process_status_code_value_ne_x.html), +/// This macro provides the same statements as [`assert_status_code_value_ne`](macro.assert_status_code_value_ne_x.html), /// except this macro's statements are only enabled in non-optimized /// builds by default. An optimized build will not execute this macro's /// statements unless `-C debug-assertions` is passed to the compiler. @@ -260,15 +260,15 @@ macro_rules! assert_process_status_code_value_ne_x { /// /// # Module macros /// -/// * [`assert_process_status_code_value_ne`](macro@crate::assert_process_status_code_value_ne) -/// * [`assert_process_status_code_value_ne`](macro@crate::assert_process_status_code_value_ne) -/// * [`debug_assert_process_status_code_value_ne`](macro@crate::debug_assert_process_status_code_value_ne) +/// * [`assert_status_code_value_ne`](macro@crate::assert_status_code_value_ne) +/// * [`assert_status_code_value_ne`](macro@crate::assert_status_code_value_ne) +/// * [`debug_assert_status_code_value_ne`](macro@crate::debug_assert_status_code_value_ne) /// #[macro_export] -macro_rules! debug_assert_process_status_code_value_ne_x { +macro_rules! debug_assert_status_code_value_ne_x { ($($arg:tt)*) => { if $crate::cfg!(debug_assertions) { - $crate::assert_process_status_code_value_ne_x!($($arg)*); + $crate::assert_status_code_value_ne_x!($($arg)*); } }; } diff --git a/src/assert_status/mod.rs b/src/assert_status/mod.rs new file mode 100644 index 000000000..1ef9dcbbc --- /dev/null +++ b/src/assert_status/mod.rs @@ -0,0 +1,63 @@ +//! Assert for comparing status concepts. +//! +//! These macros help with commands, program, processes, and anything else that +//! provides a method `status()`, and optionally status methods such as: +//! +//! * `success() => bool` +//! * `code() => Result(T, E)` +//! +//! Try success/failure: +//! +//! * [`assert_status_success!(a)`](macro@crate::assert_status_success) ≈ a.status().success() = true`` +//! * [`assert_status_success_false!(a)`](macro@crate::assert_status_success_false) ≈ a.status().success() = false`` +//! +//! Compare a status code with another status code: +//! +//! * [`assert_status_code_value_eq!(a, b)`](macro@crate::assert_status_code_value_eq) ≈ a.len() = b.len() +//! * [`assert_status_code_value_ne!(a, b)`](macro@crate::assert_status_code_value_ne) ≈ a.len() ≠ b.len() +//! * [`assert_status_code_value_lt!(a, b)`](macro@crate::assert_status_code_value_lt) ≈ a.len() < b.len() +//! * [`assert_status_code_value_le!(a, b)`](macro@crate::assert_status_code_value_le) ≈ a.len() ≤ b.len() +//! * [`assert_status_code_value_gt!(a, b)`](macro@crate::assert_status_code_value_gt) ≈ a.len() > b.len() +//! * [`assert_status_code_value_ge!(a, b)`](macro@crate::assert_status_code_value_ge) ≈ a.len() ≥ b.len() +//! +//! Compare a status code with an expression: +//! +//! * [`assert_status_code_value_eq_x!(a, expr)`](macro@crate::assert_status_code_value_eq_x) ≈ a.len() = expr +//! * [`assert_status_code_value_ne_x!(a, expr)`](macro@crate::assert_status_code_value_ne_x) ≈ a.len() ≠ expr +//! * [`assert_status_code_value_lt_x!(a, expr)`](macro@crate::assert_status_code_value_lt_x) ≈ a.len() < expr +//! * [`assert_status_code_value_le_x!(a, expr)`](macro@crate::assert_status_code_value_le_x) ≈ a.len() ≤ expr +//! * [`assert_status_code_value_gt_x!(a, expr)`](macro@crate::assert_status_code_value_gt_x) ≈ a.len() > expr +//! * [`assert_status_code_value_ge_x!(a, expr)`](macro@crate::assert_status_code_value_ge_x) ≈ a.len() ≥ expr +//! +//! # Example +//! +//! ```rust +//! use assertables::*; +//! use std::process::Command; +//! +//! # fn main() { +//! let mut a = Command::new("bin/exit-with-arg"); a.arg("1"); +//! let mut b = Command::new("bin/exit-with-arg"); b.arg("1"); +//! assert_status_code_value_eq!(a, b); +//! # } +//! ``` + +// For success/failure +pub mod assert_status_success; +pub mod assert_status_success_false; + +// Compare another +pub mod assert_status_code_value_eq; +pub mod assert_status_code_value_ge; +pub mod assert_status_code_value_gt; +pub mod assert_status_code_value_le; +pub mod assert_status_code_value_lt; +pub mod assert_status_code_value_ne; + +// Compare expression +pub mod assert_status_code_value_eq_x; +pub mod assert_status_code_value_ge_x; +pub mod assert_status_code_value_gt_x; +pub mod assert_status_code_value_le_x; +pub mod assert_status_code_value_lt_x; +pub mod assert_status_code_value_ne_x; diff --git a/src/lib.rs b/src/lib.rs index f9a1ed61f..111c15441 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -36,14 +36,14 @@ //! […](https://docs.rs/assertables/) //! * Test programs with //! [assert_command](module@crate::assert_command), -//! [assert_process](module@crate::assert_process), +//! [assert_status](module@crate::assert_status), //! […](https://docs.rs/assertables) //! * Many more below. //! //! To use this crate, add it to your file `Cargo.toml`: //! //! ```toml -//! assertables = "9.2.0" +//! assertables = "9.3.0" //! `````` //! //! Benefits: @@ -71,6 +71,48 @@ //! [claims](https://github.com/SixArm/assertables-rust-crate/tree/main/help/comparisons/more_asserts), //! [etc.](https://github.com/SixArm/assertables-rust-crate/tree/main/help/comparisons) //! +//! ## Examples +//! +//! Examples with numbers: +//! +//! ```rust +//! # use assertables::*; +//! # fn main() { +//! assert_lt!(1, 2); // less than +//! assert_gt!(2, 1); // greater than +//! assert_approx_eq!(1.00000001, 1.00000002); // approximately equal to +//! assert_abs_diff_eq!(10, 13, 3); // absolute difference equal to +//! # } +//! ``` +//! +//! Examples with strings: +//! +//! ```rust +//! # use assertables::*; +//! # use regex::Regex; +//! # fn main() { +//! let s = "hello world"; +//! assert_starts_with!(s, "hello"); +//! assert_ends_with!(s, "world"); +//! assert_contains!(s, "lo"); +//! assert_is_match!(Regex::new(r"h.* w.*").unwrap(), s); +//! # } +//! ``` +//! +//! Examples with arrays: +//! +//! ```rust +//! # use assertables::*; +//! # use regex::Regex; +//! # fn main() { +//! let a = [1, 2, 3]; +//! assert_not_empty!(a); +//! assert_len_eq_x!(a, 3); +//! assert_all!(a.into_iter(), |i: i32| i < 4); +//! assert_any!(a.into_iter(), |i: i32| i > 2); +//! # } +//! ``` +//! //! ## Highlights //! //! Values: @@ -142,78 +184,6 @@ //! For a complete list of modules and macros, see the //! [docs](https://docs.rs/assertables/). //! -//! ## Examples -//! -//! Examples with values: -//! -//! ```rust -//! # use assertables::*; -//! # fn main() { -//! assert_eq!(1, 1); // equal to -//! assert_ne!(2, 1); // not equal to -//! assert_lt!(1, 2); // less than -//! assert_le!(1, 2); // less than or equal to -//! assert_gt!(2, 1); // greater than -//! assert_ge!(2, 1); // greater than or equal to -//! # } -//! ``` -//! -//! Examples with values: -//! -//! ```rust -//! # use assertables::*; -//! # fn main() { -//! assert_eq!(1, 1); // equal to -//! assert_ne!(2, 1); // not equal to -//! assert_lt!(1, 2); // less than -//! assert_le!(1, 2); // less than or equal to -//! assert_gt!(2, 1); // greater than -//! assert_ge!(2, 1); // greater than or equal to -//! # } -//! ``` -//! -//! Examples with strings: -//! -//! ```rust -//! # use assertables::*; -//! # use regex::Regex; -//! # fn main() { -//! let s = "hello world"; -//! assert_starts_with!(s, "hello"); -//! assert_ends_with!(s, "world"); -//! assert_contains!(s, "lo"); -//! assert_is_match!(Regex::new(r"h.* w.*").unwrap(), s); -//! assert_not_empty!(s); -//! assert_len_eq!(s, "***********"); -//! assert_len_eq_x!(s, 11); -//! assert_all!(s.chars(), |c: char| c < 'x'); -//! assert_any!(s.chars(), |c: char| c.is_whitespace()); -//! # } -//! ``` -//! -//! Examples with nearness: -//! -//! ```rust -//! # use assertables::*; -//! # fn main() { -//! assert_approx_eq!(1.00000001, 1.00000002); -//! assert_abs_diff_eq!(10, 13, 3); -//! assert_in_delta!(10, 13, 4); -//! assert_in_epsilon!(10, 13, 5); -//! # } -//! ``` -//! -//! Examples with iterators: -//! -//! ```rust -//! # use assertables::*; -//! # fn main() { -//! assert_iter_eq!([1, 2], [1, 2]); -//! assert_iter_ne!([1, 2], [2, 1]); -//! assert_iter_lt!([1, 2], [3, 4]); -//! assert_iter_gt!([3, 4], [1, 2]); -//! # } -//! ``` //! //! ## Forms //! @@ -246,9 +216,9 @@ //! ## Tracking //! //! * Package: assertables-rust-crate -//! * Version: 9.2.0 +//! * Version: 9.3.0 //! * Created: 2021-03-30T15:47:49Z -//! * Updated: 2024-10-31T11:04:30Z +//! * Updated: 2024-11-03T21:01:28Z //! * License: MIT or Apache-2.0 or GPL-2.0 or GPL-3.0 or contact us for more //! * Contact: Joel Parker Henderson (joel@joelparkerhenderson.com) @@ -316,5 +286,8 @@ pub mod assert_io_read_to_string; // For externals pub mod assert_command; -pub mod assert_process; pub mod assert_program_args; +pub mod assert_status; + +// Misc +pub mod assert_success; diff --git a/tests/examples/starters.rs b/tests/examples/starters.rs index 2e3ba196c..18f074b28 100644 --- a/tests/examples/starters.rs +++ b/tests/examples/starters.rs @@ -407,29 +407,29 @@ fn examples_with_assert_program_args_stderr() { } -/// Examples with assert_process_status_code_value_* +/// Examples with assert_status_code_value_* #[test] -fn examples_with_assert_process_status_code_value() { +fn examples_with_assert_status_code_value() { let program = BIN.join("exit-with-arg"); let mut a = Command::new(&program); a.arg("1"); // Compare another - let mut b = Command::new(&program); b.arg("1"); assert_process_status_code_value_eq!(a, b); - let mut b = Command::new(&program); b.arg("2"); assert_process_status_code_value_ne!(a, b); - let mut b = Command::new(&program); b.arg("2"); assert_process_status_code_value_lt!(a, b); - let mut b = Command::new(&program); b.arg("2"); assert_process_status_code_value_le!(a, b); - let mut b = Command::new(&program); b.arg("0"); assert_process_status_code_value_gt!(a, b); - let mut b = Command::new(&program); b.arg("0"); assert_process_status_code_value_ge!(a, b); + let mut b = Command::new(&program); b.arg("1"); assert_status_code_value_eq!(a, b); + let mut b = Command::new(&program); b.arg("2"); assert_status_code_value_ne!(a, b); + let mut b = Command::new(&program); b.arg("2"); assert_status_code_value_lt!(a, b); + let mut b = Command::new(&program); b.arg("2"); assert_status_code_value_le!(a, b); + let mut b = Command::new(&program); b.arg("0"); assert_status_code_value_gt!(a, b); + let mut b = Command::new(&program); b.arg("0"); assert_status_code_value_ge!(a, b); // Compare expression - assert_process_status_code_value_eq_x!(a, 1); - assert_process_status_code_value_ne_x!(a, 2); - assert_process_status_code_value_lt_x!(a, 2); - assert_process_status_code_value_le_x!(a, 2); - assert_process_status_code_value_gt_x!(a, 0); - assert_process_status_code_value_ge_x!(a, 0); + assert_status_code_value_eq_x!(a, 1); + assert_status_code_value_ne_x!(a, 2); + assert_status_code_value_lt_x!(a, 2); + assert_status_code_value_le_x!(a, 2); + assert_status_code_value_gt_x!(a, 0); + assert_status_code_value_ge_x!(a, 0); }