bc-envelope-pattern 0.12.1

Pattern matcher for Gordian Envelope
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
mod error;
mod format;
mod parse;
mod pattern;

pub use dcbor_pattern::{
    Interval, Matcher as DCBORMatcher, Pattern as DCBORPattern, Quantifier,
    Reluctance,
};
pub use error::{Error, Result};
pub use format::{
    FormatPathsOpts, PathElementFormat, format_path, format_path_opt,
    format_paths, format_paths_opt, format_paths_with_captures,
    format_paths_with_captures_opt,
};
pub use pattern::{Matcher, Path, Pattern, dcbor_integration};