<main><divclass="width-limiter"><navclass="sub"><formclass="search-form"><span></span><divid="sidebar-button"tabindex="-1"><ahref="../../../regex_automata/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>Module <ahref="../../index.html">regex_automata</a>::<wbr><ahref="../index.html">util</a>::<wbr><aclass="mod"href="#">escape</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/regex_automata/util/escape.rs.html#1-84">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>Provides convenience routines for escaping raw bytes.</p>
<p>Since this crate tends to deal with <code>&[u8]</code> everywhere and the default
<code>Debug</code> implementation just shows decimal integers, it makes debugging those
representations quite difficult. This module provides types that show <code>&[u8]</code>
as if it were a string, with invalid UTF-8 escaped into its byte-by-byte hex
</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.DebugByte.html"title="struct regex_automata::util::escape::DebugByte">DebugByte</a></div><divclass="desc docblock-short">Provides a convenient <code>Debug</code> implementation for a <code>u8</code>.</div></li><li><divclass="item-name"><aclass="struct"href="struct.DebugHaystack.html"title="struct regex_automata::util::escape::DebugHaystack">DebugHaystack</a></div><divclass="desc docblock-short">Provides a convenient <code>Debug</code> implementation for <code>&[u8]</code>.</div></li></ul></section></div></main></body></html>