<main><divclass="width-limiter"><navclass="sub"><formclass="search-form"><span></span><divid="sidebar-button"tabindex="-1"><ahref="../../logos/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">logos</a>::<wbr><aclass="mod"href="#">source</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/logos/source.rs.html#1-243">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>This module contains a bunch of traits necessary for processing byte strings.</p>
<p>Most notable are:</p>
<ul>
<li><code>Source</code> - implemented by default for <code>&str</code> and <code>&[u8]</code>, used by the <code>Lexer</code>.</li>
<li><code>Slice</code> - slices of <code>Source</code>, returned by <code>Lexer::slice</code>.</li>
</div></details><h2id="traits"class="section-header">Traits<ahref="#traits"class="anchor">§</a></h2><ulclass="item-table"><li><divclass="item-name"><aclass="trait"href="trait.Chunk.html"title="trait logos::source::Chunk">Chunk</a></div><divclass="desc docblock-short">A fixed, statically sized chunk of data that can be read from the <code>Source</code>.</div></li><li><divclass="item-name"><aclass="trait"href="trait.Source.html"title="trait logos::source::Source">Source</a></div><divclass="desc docblock-short">Trait for types the <code>Lexer</code> can read from.</div></li></ul></section></div></main></body></html>