0.1.12 - 26 Okt 2024 =================== - Add a `copy_range` method 0.1.11 - 26 Okt 2024 =================== - Add methods to obtain first/last row/cols 0.1.9 - 12 Okt 2024 =================== - Jagged::extract - Jagged::join_lines 0.1.8 - 09 Okt 2024 =================== - Fix jagged iterator: If iterator stop is out of bounds, it iterated over the full data 0.1.7 - 07 Okt 2024 =================== - Rename find_closing_x to find_matching_x - Fix linter errors 0.1.6 - 03 Okt 2024 =================== - Move to next opening/closing bracket 0.1.5 - 28 Sep 2024 =================== - Make search case insensitive 0.1.4 - 29 June 2024 =================== - Fix bugs 0.1.3 - 01 Mar 2024 =================== - Add is_empty_row - Expose is_first/is_last col/row methods - Make len_col safe by default 0.1.1 - 20 Jan 2024 =================== - Index2 derives default trait - Add match_indices method to search for sub-slices in an array - Improved documentation