Don't depend on serde for wasm

This commit is contained in:
Andras Schmelczer 2025-11-16 12:29:30 +00:00
parent d0ce566118
commit 4c77a0360e
14 changed files with 251 additions and 314 deletions

View file

@ -3,4 +3,3 @@ pub mod common_suffix_len;
pub mod find_longest_prefix_contained_within;
pub mod myers_diff;
pub mod string_builder;
pub mod string_or_nothing;