Remove is_binary from API

This commit is contained in:
Andras Schmelczer 2025-11-03 21:36:21 +00:00
parent 6191d1adb3
commit e6615463ed
7 changed files with 41 additions and 83 deletions

View file

@ -1,6 +1,6 @@
pub mod common_prefix_len;
pub mod common_suffix_len;
pub mod find_longest_prefix_contained_within;
pub mod is_binary;
pub mod myers_diff;
pub mod string_builder;
pub mod string_or_nothing;