var searchIndex = {}; searchIndex["lcs"] = {"doc":"This crate provides utilities around [least common subsequences][wiki]. From a least common\nsubsequences table, you can also calculate diffs (see `LcsTable::diff`).","items":[[3,"LcsTable","lcs","",null,null],[4,"DiffComponent","","",null,null],[13,"Insertion","","",0,null],[13,"Unchanged","","",0,null],[13,"Deletion","","",0,null],[11,"fmt","","",1,null],[11,"eq","","",0,null],[11,"ne","","",0,null],[11,"fmt","","",0,null],[11,"new","","Constructs a LcsTable for matching between two sequences `a` and `b`.",1,null],[11,"longest_common_subsequence","","Gets the longest common subsequence between `a` and `b`.",1,null],[11,"longest_common_subsequences","","Gets all longest common subsequences between `a` and `b`.",1,null],[11,"diff","","Computes a diff from `a` to `b`.",1,null]],"paths":[[4,"DiffComponent"],[3,"LcsTable"]]}; initSearch(searchIndex);