Hoist specificity computation into a new private builder module.

This patch doesn't modify any of the code because making a few things pub. I
did this first to make the next patch easier to audit.

MozReview-Commit-ID: 7PYxoS5bVGN
This commit is contained in:
Bobby Holley 2017-06-18 12:36:39 -07:00
parent 1d242ad760
commit 1fc1d64e80
3 changed files with 144 additions and 136 deletions

View file

@ -15,6 +15,7 @@ extern crate smallvec;
pub mod attr;
pub mod bloom;
mod builder;
pub mod context;
pub mod matching;
pub mod parser;