332ca5582b
cargo format
2025-09-11 15:20:00 -05:00
fdecdbc6c9
fp
2025-09-11 15:18:29 -05:00
Armin Ronacher
5077768172
Add wasm tests ( #74 )
2025-01-19 15:36:34 +01:00
Armin Ronacher
177ce9e700
Add wasm32_web_time feature ( #73 )
2025-01-19 01:11:09 +01:00
Armin Ronacher
ff5f4caaa3
Alternative fix for #37 that lets the code hobble on
2022-07-28 20:13:45 +02:00
Armin Ronacher
3a938ae1d3
Raise an explicit panic when context_lines is 0. Fixes #37
2022-07-28 15:15:37 +02:00
Armin Ronacher
a3e10af892
Make the change type be generic over any T rather &T ( #31 )
...
This makes the interface of this crate more flexible as the utility
methods such as `iter_changes` now also work if a container does not
contain references.
2021-09-11 11:20:51 +02:00
Armin Ronacher
7e628d78d8
Add compaction support ( #22 )
2021-02-25 22:13:43 +01:00
Armin Ronacher
74e2805a95
Added deadlines to all algorithms ( #18 )
...
This adds a deadline to all algorithms which lets one bail in a fixed amount of
time to avoid pathological cases.
2021-02-20 10:12:06 +01:00
Armin Ronacher
de8d82ab63
Better split functionality between toplevel and algorithms
2021-02-03 00:34:17 +01:00
Armin Ronacher
4770479fd7
Bigger refactorings in module layout
2021-02-03 00:05:54 +01:00