Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coooodeer/parse-rust
/ functions
Functions
394 in github.com/coooodeer/parse-rust
⨍
Functions
394
◇
Types & classes
21
Function
test_normalize_short_tz_offset_hour_colon
()
src/result.rs:656
Function
test_normalize_short_tz_offset_three_digits
()
src/result.rs:661
Function
test_nothing
()
tests/test_parse.py:17
Function
test_null_byte_in_format
Null bytes in the format string must be handled.
tests/test_security_inputs.py:107
Function
test_null_byte_in_string
Null bytes in the input string must be handled, not crash.
tests/test_security_inputs.py:98
Function
test_numbered
()
tests/test_pattern.py:33
Function
test_numbers
()
tests/test_parse.py:233
Function
test_numeric_and_decimal_types_are_converted
()
tests/test_python_api_integration.py:125
Function
test_parse_case_insensitive
()
src/parser.rs:632
Function
test_parse_case_sensitive
()
src/parser.rs:641
Function
test_parse_escaped_braces
()
src/parser.rs:726
Function
test_parse_format_spec_alignment_without_type
()
src/compiler.rs:809
Function
test_parse_format_spec_compound_numeric_flags
()
src/compiler.rs:756
Function
test_parse_format_spec_full
()
src/compiler.rs:800
Function
test_parse_format_spec_type_only
()
src/compiler.rs:787
Function
test_parse_format_spec_unknown_type_errors
()
src/compiler.rs:781
Function
test_parse_format_spec_with_custom_type
()
src/compiler.rs:766
Function
test_parse_format_spec_with_width
()
src/compiler.rs:793
Function
test_parse_format_spec_zero_padded_decimal
()
src/compiler.rs:747
Function
test_parse_hex
()
src/parser.rs:717
Function
test_parse_iso_datetime_supports_spaced_timezone
()
src/result.rs:678
Function
test_parse_letters_type
()
src/parser.rs:744
Function
test_parse_multiple_types
()
src/parser.rs:685
Function
test_parse_named_fields
()
src/parser.rs:591
Function
test_parse_no_match
()
src/parser.rs:626
Function
test_parse_percentage
()
src/parser.rs:708
Function
test_parse_simple_anonymous
()
src/parser.rs:582
Function
test_parse_typed_float
()
src/parser.rs:617
Function
test_parse_typed_integer
()
src/parser.rs:604
Function
test_parse_values_equal_datetime_considers_raw_and_format
()
src/parser.rs:552
Function
test_parse_word_type
()
src/parser.rs:735
Function
test_parser_format
()
tests/test_parse.py:769
Function
test_parser_preserves_results_after_pickle_roundtrip
()
tests/test_python_api_integration.py:289
Function
test_parser_reuse
()
src/parser.rs:670
Function
test_pattern_should_be_used
()
tests/test_parsetype.py:28
Function
test_pattern_should_be_used2
()
tests/test_parsetype.py:45
Function
test_pickling_bug_110
()
tests/test_bugs.py:76
Function
test_pipe
()
tests/test_parse.py:48
Function
test_pm_handling_issue57
()
tests/test_bugs.py:42
Function
test_pm_overflow_issue16
()
tests/test_bugs.py:37
Function
test_pos
()
tests/test_search.py:14
Function
test_precision
()
tests/test_parse.py:110
Function
test_question_mark
()
tests/test_parse.py:42
Function
test_regex_group_chars_in_format
Parentheses in format string must be literal.
tests/test_security_inputs.py:239
Function
test_regex_group_count_is_supported_for_custom_types
()
tests/test_python_api_integration.py:198
Function
test_regex_quantifier_chars_in_format
Regex quantifiers in format string must be literal text.
tests/test_security_inputs.py:229
Function
test_regular_expression
()
tests/test_parse.py:31
Function
test_repeated_named_field_conflict_returns_none
()
src/parser.rs:576
Function
test_repeated_names_support_success_and_raise_on_type_mismatch
()
tests/test_python_api_integration.py:175
Function
test_result_access_and_membership_behaviors
()
tests/test_python_api_integration.py:61
Function
test_result_python_constructor_and_access
()
tests/test_python_api_integration.py:271
Function
test_result_spans_and_unicode_offsets_use_character_positions
()
tests/test_python_api_integration.py:81
Function
test_right
()
tests/test_parse.py:78
Function
test_right_to_left_text
RTL text must not crash.
tests/test_security_inputs.py:150
Function
test_search_and_findall_work_end_to_end
()
tests/test_python_api_integration.py:25
Function
test_search_basic
()
src/parser.rs:647
Function
test_search_on_empty_string
search on empty string must return None, not crash.
tests/test_security_inputs.py:379
Function
test_search_pos_beyond_length
search with pos beyond string length must return None.
tests/test_security_inputs.py:393
Function
test_sign
()
tests/test_parse.py:98
Function
test_slice_access
()
tests/test_result.py:16
Function
test_spans
()
tests/test_parse.py:208
Function
test_split_format_escaped_braces
()
src/compiler.rs:739
Function
test_split_format_named
()
src/compiler.rs:732
Function
test_split_format_simple
()
src/compiler.rs:725
Function
test_strftime_strptime_roundtrip
()
tests/test_parse.py:761
Function
test_string_type_regex_semantics
()
src/types.rs:521
Function
test_surrogate_range_bytes
Lone surrogate code units (\\ud800-\\udfff) must not crash.
tests/test_security_inputs.py:160
Function
test_too_many_fields
()
tests/test_parse.py:742
Function
test_top_level_and_compiled_range_behavior_stay_consistent
()
tests/test_python_api_integration.py:111
Function
test_top_level_parse_named_and_positional_fields
()
tests/test_python_api_integration.py:11
Function
test_top_level_parse_returns_none_on_no_match
()
tests/test_python_api_integration.py:21
Function
test_two_datetimes
()
tests/test_parse.py:350
Function
test_typed
()
tests/test_parse.py:90
Function
test_typed_fail
()
tests/test_parse.py:137
Function
test_tz_compare_to_None
()
tests/test_bugs.py:7
Function
test_unclosed_brace
A format string with an unclosed brace must not crash.
tests/test_security_inputs.py:289
Function
test_unicode
()
tests/test_parse.py:54
Function
test_unknown_format_type
Unknown format type character must raise ValueError, not panic.
tests/test_security_inputs.py:316
Function
test_unmatched_brace_doesnt_match
()
tests/test_bugs.py:71
Function
test_unused_centered_alignment_bug
()
tests/test_bugs.py:82
Function
test_unused_left_alignment_bug
()
tests/test_bugs.py:94
Function
test_user_type_with_group_count_issue60
()
tests/test_bugs.py:49
Function
test_whitespace_only_format
A format of only whitespace must not crash.
tests/test_security_inputs.py:268
Function
test_width_constraints
()
tests/test_parsetype.py:186
Function
test_width_empty_input
()
tests/test_parsetype.py:204
Function
test_width_multi_int
()
tests/test_parsetype.py:197
Function
test_width_str
()
tests/test_parsetype.py:177
Function
test_with_pattern
()
tests/test_parsetype.py:74
Function
test_with_pattern_and_regex_group_count
()
tests/test_parsetype.py:87
Function
test_with_pattern_and_regex_group_count_is_none
()
tests/test_parsetype.py:141
Function
test_with_pattern_and_wrong_regex_group_count_raises_error
()
tests/test_parsetype.py:116
Function
timeout
Fail the test if it takes longer than *seconds*.
tests/test_security_inputs.py:19
Function
triple
(text)
tests/test_python_api_integration.py:236
Function
with_pattern
(pattern: String, regex_group_count: Option<usize>)
src/lib.rs:324
← previous
301–394 of 394, ranked by callers