Docs.rs
pattern-compiler-0.1.0
pattern-compiler 0.1.0
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
19 June 2026
Links
crates.io
Source
Owners
hansihe
Dependencies
derivative ^1.0
normal
either ^1.5
normal
petgraph ^0.4
normal
prettytable-rs ^0.8
normal
Versions
17.5%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
to_decision_tree
pattern_
compiler
0.1.0
pattern_compiler
Function
to_
decision_
tree
Copy item path
Source
pub fn to_decision_tree<P>(pattern:
&mut P
) ->
PatternCfg
<P>
where P:
PatternProvider
,