mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-05-21 18:50:42 +00:00
Automatic Travis documentation build
This commit is contained in:
@@ -55,11 +55,7 @@
|
||||
</form>
|
||||
</nav>
|
||||
|
||||
<section id='main' class="content"><h1 class='fqn'><span class='in-band'>Struct <a href='../../index.html'>regex_syntax</a>::<wbr><a href='../index.html'>ast</a>::<wbr><a href='index.html'>parse</a>::<wbr><a class="struct" href=''>Parser</a></span><span class='out-of-band'><span id='render-detail'>
|
||||
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
|
||||
[<span class='inner'>−</span>]
|
||||
</a>
|
||||
</span><a class='srclink' href='../../../src/regex_syntax/ast/parse.rs.html#233-264' title='goto source code'>[src]</a></span></h1><div class="docblock type-decl"><pre class='rust struct'>pub struct Parser { /* fields omitted */ }</pre></div><div class='docblock'><p>A regular expression parser.</p>
|
||||
<section id='main' class="content"><h1 class='fqn'><span class='in-band'>Struct <a href='../../index.html'>regex_syntax</a>::<wbr><a href='../index.html'>ast</a>::<wbr><a href='index.html'>parse</a>::<wbr><a class="struct" href=''>Parser</a></span><span class='out-of-band'><span id='render-detail'><a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class='inner'>−</span>]</a></span><a class='srclink' href='../../../src/regex_syntax/ast/parse.rs.html#233-264' title='goto source code'>[src]</a></span></h1><div class="docblock type-decl"><pre class='rust struct'>pub struct Parser { /* fields omitted */ }</pre></div><div class='docblock'><p>A regular expression parser.</p>
|
||||
<p>This parses a string representation of a regular expression into an
|
||||
abstract syntax tree. The size of the tree is proportional to the length
|
||||
of the regular expression pattern.</p>
|
||||
|
||||
Reference in New Issue
Block a user