<main><divclass="width-limiter"><navclass="sub"><formclass="search-form"><span></span><divid="sidebar-button"tabindex="-1"><ahref="../matchers/all.html"title="show sidebar"></a></div><inputclass="search-input"name="search"aria-label="Run search in the documentation"autocomplete="off"spellcheck="false"placeholder="Click or press ‘S’ to search, ‘?’ for more options…"type="search"><divid="help-button"tabindex="-1"><ahref="../help.html"title="help">?</a></div><divid="settings-menu"tabindex="-1"><ahref="../settings.html"title="settings"><imgwidth="22"height="22"alt="Change settings"src="../static.files/wheel-7b819b6101059cd0.svg"></a></div></form></nav><sectionid="main-content"class="content"><divclass="main-heading"><h1>Crate <aclass="mod"href="#">matchers</a><buttonid="copy-path"title="Copy item path to clipboard"><imgsrc="../static.files/clipboard-7571035ce49a181d.svg"width="19"height="18"alt="Copy item path"></button></h1><spanclass="out-of-band"><aclass="src"href="../src/matchers/lib.rs.html#1-600">source</a> · <buttonid="toggle-all-docs"title="collapse all docs">[<span>−</span>]</button></span></div><detailsclass="toggle top-doc"open><summaryclass="hideme"><span>Expand description</span></summary><divclass="docblock"><p>Regex matchers on character and byte streams.</p>
<p>This crate uses the same <ahref="https://docs.rs/regex-automata/0.1.7/regex_automata/#syntax">regex syntax</a> of the <code>regex-automata</code> crate.</p>
</div></details><h2id="structs"class="section-header">Structs<ahref="#structs"class="anchor">§</a></h2><ulclass="item-table"><li><divclass="item-name"><aclass="struct"href="struct.Error.html"title="struct matchers::Error">Error</a></div><divclass="desc docblock-short">An error that occurred during the construction of a DFA.</div></li><li><divclass="item-name"><aclass="struct"href="struct.Matcher.html"title="struct matchers::Matcher">Matcher</a></div><divclass="desc docblock-short">A reference to a <ahref="../struct.Pattern.html"><code>Pattern</code></a> that matches a single input.</div></li><li><divclass="item-name"><aclass="struct"href="struct.Pattern.html"title="struct matchers::Pattern">Pattern</a></div><divclass="desc docblock-short">A compiled match pattern that can match multipe inputs, or return a
<ahref="../struct.Matcher.html"><code>Matcher</code></a> that matches a single input.</div></li></ul><h2id="traits"class="section-header">Traits<ahref="#traits"class="anchor">§</a></h2><ulclass="item-table"><li><divclass="item-name"><aclass="trait"href="trait.ToMatcher.html"title="trait matchers::ToMatcher">ToMatcher</a></div></li></ul></section></div></main></body></html>