diffus 0.10.0

Finds the difference between two instances of any data structure. Supports: collections, Strings, Maps etc. Uses LCS where applicable. Also supports derive via `diffus-derive`.
Documentation
1
2
3
4
5
6
7
pub mod borrow;
pub mod collection;
pub mod map;
pub mod option;
pub mod primitives;
pub mod set;
pub mod string;