Skip to content

ActionDB 0.6.0

Latest
Compare
Choose a tag to compare
@ihrwein ihrwein released this 24 Jan 09:31
· 71 commits to master since this release

This release mostly contains internal changes and a suffix array Matcher implementation.

  • suffix tree refactoring
  • remove forgotten println! call
  • refacor Parser by removing LengthCheckedParserBase struct
  • add HasLengthConstraint trait
  • remove Factory
  • rename GenericFactory to PatternLoader
  • rename Builder to MatcherBuilder
  • rename drain_into to from_source
  • add FromPatternSource trait
  • add a suffix array based Matcher implementation
  • use travis-cargo in Travis
  • test on stable, beta, previous stable rustc releases
  • update clap to 1.5