pattern-compiler 0.1.0

Utilities for compiling pattern matches into optimal decision trees
Documentation
  • Coverage
  • 17.5%
    7 out of 40 items documented0 out of 10 items with examples
  • Size
  • Source code size: 37.12 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.86 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 25s Average build duration of successful builds.
  • all releases: 25s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • hansihe

Pattern compiler

Implements a variant of http://www.cs.tufts.edu/~nr/cs257/archive/luc-maranget/jun08.pdf

Crate that compiles pattern matching into optimal decision trees.