Now a REAL lib

This commit is contained in:
Justine
2023-01-09 19:23:20 +01:00
parent ef46613c71
commit fe9e6f04f5
19014 changed files with 715877 additions and 264 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,38 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Character specific parsers and combinators, complete input version."><meta name="keywords" content="rust, rustlang, rust-lang, complete"><title>nom::character::complete - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../SourceSerif4-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../FiraSans-Regular.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../FiraSans-Medium.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../SourceCodePro-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../SourceSerif4-Bold.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../SourceCodePro-Semibold.ttf.woff2"><link rel="stylesheet" type="text/css" href="../../../normalize.css"><link rel="stylesheet" type="text/css" href="../../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../../ayu.css" disabled><link rel="stylesheet" type="text/css" href="../../../dark.css" disabled><link rel="stylesheet" type="text/css" href="../../../light.css" id="themeStyle"><script id="default-settings" ></script><script src="../../../storage.js"></script><script defer src="../../../main.js"></script><noscript><link rel="stylesheet" href="../../../noscript.css"></noscript><link rel="alternate icon" type="image/png" href="../../../favicon-16x16.png"><link rel="alternate icon" type="image/png" href="../../../favicon-32x32.png"><link rel="icon" type="image/svg+xml" href="../../../favicon.svg"></head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="sidebar-logo" href="../../../nom/index.html"><div class="logo-container"><img class="rust-logo" src="../../../rust-logo.svg" alt="logo"></div></a><h2 class="location"></h2></nav><nav class="sidebar"><a class="sidebar-logo" href="../../../nom/index.html"><div class="logo-container"><img class="rust-logo" src="../../../rust-logo.svg" alt="logo"></div></a><h2 class="location"><a href="#">Module complete</a></h2><div class="sidebar-elems"><section><div class="block"><ul><li><a href="#functions">Functions</a></li></ul></div></section></div></nav><main><div class="width-limiter"><div class="sub-container"><a class="sub-logo-container" href="../../../nom/index.html"><img class="rust-logo" src="../../../rust-logo.svg" alt="logo"></a><nav class="sub"><form class="search-form"><div class="search-container"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press S to search, ? for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><button type="button">?</button></div><div id="settings-menu" tabindex="-1"><a href="../../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../../wheel.svg"></a></div></div></form></nav></div><section id="main-content" class="content"><div class="main-heading"><h1 class="fqn"><span class="in-band">Module <a href="../../index.html">nom</a>::<wbr><a href="../index.html">character</a>::<wbr><a class="mod" href="#">complete</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../../../clipboard.svg" width="19" height="18" alt="Copy item path"></button></span></h1><span class="out-of-band"><a class="srclink" href="../../../src/nom/character/complete.rs.html#1-1227">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><details class="rustdoc-toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Character specific parsers and combinators, complete input version.</p>
<p>Functions recognizing specific characters.</p>
</div></details><h2 id="functions" class="small-section-header"><a href="#functions">Functions</a></h2><div class="item-table"><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.alpha0.html" title="nom::character::complete::alpha0 fn">alpha0</a></div><div class="item-right docblock-short"><p>Recognizes zero or more lowercase and uppercase ASCII alphabetic characters: a-z, A-Z</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.alpha1.html" title="nom::character::complete::alpha1 fn">alpha1</a></div><div class="item-right docblock-short"><p>Recognizes one or more lowercase and uppercase ASCII alphabetic characters: a-z, A-Z</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.alphanumeric0.html" title="nom::character::complete::alphanumeric0 fn">alphanumeric0</a></div><div class="item-right docblock-short"><p>Recognizes zero or more ASCII numerical and alphabetic characters: 0-9, a-z, A-Z</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.alphanumeric1.html" title="nom::character::complete::alphanumeric1 fn">alphanumeric1</a></div><div class="item-right docblock-short"><p>Recognizes one or more ASCII numerical and alphabetic characters: 0-9, a-z, A-Z</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.anychar.html" title="nom::character::complete::anychar fn">anychar</a></div><div class="item-right docblock-short"><p>Matches one byte as a character. Note that the input type will
accept a <code>str</code>, but not a <code>&amp;[u8]</code>, unlike many other nom parsers.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.char.html" title="nom::character::complete::char fn">char</a></div><div class="item-right docblock-short"><p>Recognizes one character.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.crlf.html" title="nom::character::complete::crlf fn">crlf</a></div><div class="item-right docblock-short"><p>Recognizes the string “\r\n”.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.digit0.html" title="nom::character::complete::digit0 fn">digit0</a></div><div class="item-right docblock-short"><p>Recognizes zero or more ASCII numerical characters: 0-9</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.digit1.html" title="nom::character::complete::digit1 fn">digit1</a></div><div class="item-right docblock-short"><p>Recognizes one or more ASCII numerical characters: 0-9</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.hex_digit0.html" title="nom::character::complete::hex_digit0 fn">hex_digit0</a></div><div class="item-right docblock-short"><p>Recognizes zero or more ASCII hexadecimal numerical characters: 0-9, A-F, a-f</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.hex_digit1.html" title="nom::character::complete::hex_digit1 fn">hex_digit1</a></div><div class="item-right docblock-short"><p>Recognizes one or more ASCII hexadecimal numerical characters: 0-9, A-F, a-f</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.i8.html" title="nom::character::complete::i8 fn">i8</a></div><div class="item-right docblock-short"><p>will parse a number in text form to a number</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.i16.html" title="nom::character::complete::i16 fn">i16</a></div><div class="item-right docblock-short"><p>will parse a number in text form to a number</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.i32.html" title="nom::character::complete::i32 fn">i32</a></div><div class="item-right docblock-short"><p>will parse a number in text form to a number</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.i64.html" title="nom::character::complete::i64 fn">i64</a></div><div class="item-right docblock-short"><p>will parse a number in text form to a number</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.i128.html" title="nom::character::complete::i128 fn">i128</a></div><div class="item-right docblock-short"><p>will parse a number in text form to a number</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.line_ending.html" title="nom::character::complete::line_ending fn">line_ending</a></div><div class="item-right docblock-short"><p>Recognizes an end of line (both \n and \r\n).</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.multispace0.html" title="nom::character::complete::multispace0 fn">multispace0</a></div><div class="item-right docblock-short"><p>Recognizes zero or more spaces, tabs, carriage returns and line feeds.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.multispace1.html" title="nom::character::complete::multispace1 fn">multispace1</a></div><div class="item-right docblock-short"><p>Recognizes one or more spaces, tabs, carriage returns and line feeds.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.newline.html" title="nom::character::complete::newline fn">newline</a></div><div class="item-right docblock-short"><p>Matches a newline character \n.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.none_of.html" title="nom::character::complete::none_of fn">none_of</a></div><div class="item-right docblock-short"><p>Recognizes a character that is not in the provided characters.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.not_line_ending.html" title="nom::character::complete::not_line_ending fn">not_line_ending</a></div><div class="item-right docblock-short"><p>Recognizes a string of any char except \r\n or \n.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.oct_digit0.html" title="nom::character::complete::oct_digit0 fn">oct_digit0</a></div><div class="item-right docblock-short"><p>Recognizes zero or more octal characters: 0-7</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.oct_digit1.html" title="nom::character::complete::oct_digit1 fn">oct_digit1</a></div><div class="item-right docblock-short"><p>Recognizes one or more octal characters: 0-7</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.one_of.html" title="nom::character::complete::one_of fn">one_of</a></div><div class="item-right docblock-short"><p>Recognizes one of the provided characters.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.satisfy.html" title="nom::character::complete::satisfy fn">satisfy</a></div><div class="item-right docblock-short"><p>Recognizes one character and checks that it satisfies a predicate</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.space0.html" title="nom::character::complete::space0 fn">space0</a></div><div class="item-right docblock-short"><p>Recognizes zero or more spaces and tabs.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.space1.html" title="nom::character::complete::space1 fn">space1</a></div><div class="item-right docblock-short"><p>Recognizes one or more spaces and tabs.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.tab.html" title="nom::character::complete::tab fn">tab</a></div><div class="item-right docblock-short"><p>Matches a tab character \t.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.u8.html" title="nom::character::complete::u8 fn">u8</a></div><div class="item-right docblock-short"><p>will parse a number in text form to a number</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.u16.html" title="nom::character::complete::u16 fn">u16</a></div><div class="item-right docblock-short"><p>will parse a number in text form to a number</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.u32.html" title="nom::character::complete::u32 fn">u32</a></div><div class="item-right docblock-short"><p>will parse a number in text form to a number</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.u64.html" title="nom::character::complete::u64 fn">u64</a></div><div class="item-right docblock-short"><p>will parse a number in text form to a number</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.u128.html" title="nom::character::complete::u128 fn">u128</a></div><div class="item-right docblock-short"><p>will parse a number in text form to a number</p>
</div></div></div></section></div></main><div id="rustdoc-vars" data-root-path="../../../" data-current-crate="nom" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.64.0 (a55dd71d5 2022-09-19)" ></div></body></html>

View File

@ -0,0 +1 @@
window.SIDEBAR_ITEMS = {"fn":[["alpha0","Recognizes zero or more lowercase and uppercase ASCII alphabetic characters: a-z, A-Z"],["alpha1","Recognizes one or more lowercase and uppercase ASCII alphabetic characters: a-z, A-Z"],["alphanumeric0","Recognizes zero or more ASCII numerical and alphabetic characters: 0-9, a-z, A-Z"],["alphanumeric1","Recognizes one or more ASCII numerical and alphabetic characters: 0-9, a-z, A-Z"],["anychar","Matches one byte as a character. Note that the input type will accept a `str`, but not a `&[u8]`, unlike many other nom parsers."],["char","Recognizes one character."],["crlf","Recognizes the string “\\r\\n”."],["digit0","Recognizes zero or more ASCII numerical characters: 0-9"],["digit1","Recognizes one or more ASCII numerical characters: 0-9"],["hex_digit0","Recognizes zero or more ASCII hexadecimal numerical characters: 0-9, A-F, a-f"],["hex_digit1","Recognizes one or more ASCII hexadecimal numerical characters: 0-9, A-F, a-f"],["i128","will parse a number in text form to a number"],["i16","will parse a number in text form to a number"],["i32","will parse a number in text form to a number"],["i64","will parse a number in text form to a number"],["i8","will parse a number in text form to a number"],["line_ending","Recognizes an end of line (both \\n and \\r\\n)."],["multispace0","Recognizes zero or more spaces, tabs, carriage returns and line feeds."],["multispace1","Recognizes one or more spaces, tabs, carriage returns and line feeds."],["newline","Matches a newline character \\n."],["none_of","Recognizes a character that is not in the provided characters."],["not_line_ending","Recognizes a string of any char except \\r\\n or \\n."],["oct_digit0","Recognizes zero or more octal characters: 0-7"],["oct_digit1","Recognizes one or more octal characters: 0-7"],["one_of","Recognizes one of the provided characters."],["satisfy","Recognizes one character and checks that it satisfies a predicate"],["space0","Recognizes zero or more spaces and tabs."],["space1","Recognizes one or more spaces and tabs."],["tab","Matches a tab character \\t."],["u128","will parse a number in text form to a number"],["u16","will parse a number in text form to a number"],["u32","will parse a number in text form to a number"],["u64","will parse a number in text form to a number"],["u8","will parse a number in text form to a number"]]};

View File

@ -0,0 +1,5 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Tests if byte is ASCII alphabetic: A-Z, a-z"><meta name="keywords" content="rust, rustlang, rust-lang, is_alphabetic"><title>is_alphabetic in nom::character - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceSerif4-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../FiraSans-Regular.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../FiraSans-Medium.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceCodePro-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceSerif4-Bold.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceCodePro-Semibold.ttf.woff2"><link rel="stylesheet" type="text/css" href="../../normalize.css"><link rel="stylesheet" type="text/css" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../ayu.css" disabled><link rel="stylesheet" type="text/css" href="../../dark.css" disabled><link rel="stylesheet" type="text/css" href="../../light.css" id="themeStyle"><script id="default-settings" ></script><script src="../../storage.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../main.js"></script><noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="alternate icon" type="image/png" href="../../favicon-16x16.png"><link rel="alternate icon" type="image/png" href="../../favicon-32x32.png"><link rel="icon" type="image/svg+xml" href="../../favicon.svg"></head><body class="rustdoc fn"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="sidebar-logo" href="../../nom/index.html"><div class="logo-container"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></div></a><h2 class="location"></h2></nav><nav class="sidebar"><a class="sidebar-logo" href="../../nom/index.html"><div class="logo-container"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></div></a><div class="sidebar-elems"><h2 class="location"><a href="index.html">In nom::character</a></h2></div></nav><main><div class="width-limiter"><div class="sub-container"><a class="sub-logo-container" href="../../nom/index.html"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></a><nav class="sub"><form class="search-form"><div class="search-container"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press S to search, ? for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><button type="button">?</button></div><div id="settings-menu" tabindex="-1"><a href="../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../wheel.svg"></a></div></div></form></nav></div><section id="main-content" class="content"><div class="main-heading"><h1 class="fqn"><span class="in-band">Function <a href="../index.html">nom</a>::<wbr><a href="index.html">character</a>::<wbr><a class="fn" href="#">is_alphabetic</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../../clipboard.svg" width="19" height="18" alt="Copy item path"></button></span></h1><span class="out-of-band"><a class="srclink" href="../../src/nom/character/mod.rs.html#21-23">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><div class="docblock item-decl"><pre class="rust fn"><code>pub fn is_alphabetic(chr: <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.bool.html">bool</a></code></pre></div><details class="rustdoc-toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Tests if byte is ASCII alphabetic: A-Z, a-z</p>
<h2 id="example"><a href="#example">Example</a></h2>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="macro">assert_eq!</span>(<span class="ident">is_alphabetic</span>(<span class="string">b&#39;9&#39;</span>), <span class="bool-val">false</span>);
<span class="macro">assert_eq!</span>(<span class="ident">is_alphabetic</span>(<span class="string">b&#39;a&#39;</span>), <span class="bool-val">true</span>);</code></pre></div>
</div></details></section></div></main><div id="rustdoc-vars" data-root-path="../../" data-current-crate="nom" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.64.0 (a55dd71d5 2022-09-19)" ></div></body></html>

View File

@ -0,0 +1,7 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Tests if byte is ASCII alphanumeric: A-Z, a-z, 0-9"><meta name="keywords" content="rust, rustlang, rust-lang, is_alphanumeric"><title>is_alphanumeric in nom::character - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceSerif4-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../FiraSans-Regular.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../FiraSans-Medium.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceCodePro-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceSerif4-Bold.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceCodePro-Semibold.ttf.woff2"><link rel="stylesheet" type="text/css" href="../../normalize.css"><link rel="stylesheet" type="text/css" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../ayu.css" disabled><link rel="stylesheet" type="text/css" href="../../dark.css" disabled><link rel="stylesheet" type="text/css" href="../../light.css" id="themeStyle"><script id="default-settings" ></script><script src="../../storage.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../main.js"></script><noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="alternate icon" type="image/png" href="../../favicon-16x16.png"><link rel="alternate icon" type="image/png" href="../../favicon-32x32.png"><link rel="icon" type="image/svg+xml" href="../../favicon.svg"></head><body class="rustdoc fn"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="sidebar-logo" href="../../nom/index.html"><div class="logo-container"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></div></a><h2 class="location"></h2></nav><nav class="sidebar"><a class="sidebar-logo" href="../../nom/index.html"><div class="logo-container"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></div></a><div class="sidebar-elems"><h2 class="location"><a href="index.html">In nom::character</a></h2></div></nav><main><div class="width-limiter"><div class="sub-container"><a class="sub-logo-container" href="../../nom/index.html"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></a><nav class="sub"><form class="search-form"><div class="search-container"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press S to search, ? for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><button type="button">?</button></div><div id="settings-menu" tabindex="-1"><a href="../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../wheel.svg"></a></div></div></form></nav></div><section id="main-content" class="content"><div class="main-heading"><h1 class="fqn"><span class="in-band">Function <a href="../index.html">nom</a>::<wbr><a href="index.html">character</a>::<wbr><a class="fn" href="#">is_alphanumeric</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../../clipboard.svg" width="19" height="18" alt="Copy item path"></button></span></h1><span class="out-of-band"><a class="srclink" href="../../src/nom/character/mod.rs.html#82-84">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><div class="docblock item-decl"><pre class="rust fn"><code>pub fn is_alphanumeric(chr: <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.bool.html">bool</a></code></pre></div><details class="rustdoc-toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Tests if byte is ASCII alphanumeric: A-Z, a-z, 0-9</p>
<h2 id="example"><a href="#example">Example</a></h2>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="macro">assert_eq!</span>(<span class="ident">is_alphanumeric</span>(<span class="string">b&#39;-&#39;</span>), <span class="bool-val">false</span>);
<span class="macro">assert_eq!</span>(<span class="ident">is_alphanumeric</span>(<span class="string">b&#39;a&#39;</span>), <span class="bool-val">true</span>);
<span class="macro">assert_eq!</span>(<span class="ident">is_alphanumeric</span>(<span class="string">b&#39;9&#39;</span>), <span class="bool-val">true</span>);
<span class="macro">assert_eq!</span>(<span class="ident">is_alphanumeric</span>(<span class="string">b&#39;A&#39;</span>), <span class="bool-val">true</span>);</code></pre></div>
</div></details></section></div></main><div id="rustdoc-vars" data-root-path="../../" data-current-crate="nom" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.64.0 (a55dd71d5 2022-09-19)" ></div></body></html>

View File

@ -0,0 +1,5 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Tests if byte is ASCII digit: 0-9"><meta name="keywords" content="rust, rustlang, rust-lang, is_digit"><title>is_digit in nom::character - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceSerif4-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../FiraSans-Regular.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../FiraSans-Medium.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceCodePro-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceSerif4-Bold.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceCodePro-Semibold.ttf.woff2"><link rel="stylesheet" type="text/css" href="../../normalize.css"><link rel="stylesheet" type="text/css" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../ayu.css" disabled><link rel="stylesheet" type="text/css" href="../../dark.css" disabled><link rel="stylesheet" type="text/css" href="../../light.css" id="themeStyle"><script id="default-settings" ></script><script src="../../storage.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../main.js"></script><noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="alternate icon" type="image/png" href="../../favicon-16x16.png"><link rel="alternate icon" type="image/png" href="../../favicon-32x32.png"><link rel="icon" type="image/svg+xml" href="../../favicon.svg"></head><body class="rustdoc fn"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="sidebar-logo" href="../../nom/index.html"><div class="logo-container"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></div></a><h2 class="location"></h2></nav><nav class="sidebar"><a class="sidebar-logo" href="../../nom/index.html"><div class="logo-container"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></div></a><div class="sidebar-elems"><h2 class="location"><a href="index.html">In nom::character</a></h2></div></nav><main><div class="width-limiter"><div class="sub-container"><a class="sub-logo-container" href="../../nom/index.html"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></a><nav class="sub"><form class="search-form"><div class="search-container"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press S to search, ? for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><button type="button">?</button></div><div id="settings-menu" tabindex="-1"><a href="../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../wheel.svg"></a></div></div></form></nav></div><section id="main-content" class="content"><div class="main-heading"><h1 class="fqn"><span class="in-band">Function <a href="../index.html">nom</a>::<wbr><a href="index.html">character</a>::<wbr><a class="fn" href="#">is_digit</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../../clipboard.svg" width="19" height="18" alt="Copy item path"></button></span></h1><span class="out-of-band"><a class="srclink" href="../../src/nom/character/mod.rs.html#35-37">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><div class="docblock item-decl"><pre class="rust fn"><code>pub fn is_digit(chr: <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.bool.html">bool</a></code></pre></div><details class="rustdoc-toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Tests if byte is ASCII digit: 0-9</p>
<h2 id="example"><a href="#example">Example</a></h2>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="macro">assert_eq!</span>(<span class="ident">is_digit</span>(<span class="string">b&#39;a&#39;</span>), <span class="bool-val">false</span>);
<span class="macro">assert_eq!</span>(<span class="ident">is_digit</span>(<span class="string">b&#39;9&#39;</span>), <span class="bool-val">true</span>);</code></pre></div>
</div></details></section></div></main><div id="rustdoc-vars" data-root-path="../../" data-current-crate="nom" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.64.0 (a55dd71d5 2022-09-19)" ></div></body></html>

View File

@ -0,0 +1,7 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Tests if byte is ASCII hex digit: 0-9, A-F, a-f"><meta name="keywords" content="rust, rustlang, rust-lang, is_hex_digit"><title>is_hex_digit in nom::character - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceSerif4-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../FiraSans-Regular.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../FiraSans-Medium.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceCodePro-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceSerif4-Bold.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceCodePro-Semibold.ttf.woff2"><link rel="stylesheet" type="text/css" href="../../normalize.css"><link rel="stylesheet" type="text/css" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../ayu.css" disabled><link rel="stylesheet" type="text/css" href="../../dark.css" disabled><link rel="stylesheet" type="text/css" href="../../light.css" id="themeStyle"><script id="default-settings" ></script><script src="../../storage.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../main.js"></script><noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="alternate icon" type="image/png" href="../../favicon-16x16.png"><link rel="alternate icon" type="image/png" href="../../favicon-32x32.png"><link rel="icon" type="image/svg+xml" href="../../favicon.svg"></head><body class="rustdoc fn"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="sidebar-logo" href="../../nom/index.html"><div class="logo-container"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></div></a><h2 class="location"></h2></nav><nav class="sidebar"><a class="sidebar-logo" href="../../nom/index.html"><div class="logo-container"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></div></a><div class="sidebar-elems"><h2 class="location"><a href="index.html">In nom::character</a></h2></div></nav><main><div class="width-limiter"><div class="sub-container"><a class="sub-logo-container" href="../../nom/index.html"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></a><nav class="sub"><form class="search-form"><div class="search-container"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press S to search, ? for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><button type="button">?</button></div><div id="settings-menu" tabindex="-1"><a href="../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../wheel.svg"></a></div></div></form></nav></div><section id="main-content" class="content"><div class="main-heading"><h1 class="fqn"><span class="in-band">Function <a href="../index.html">nom</a>::<wbr><a href="index.html">character</a>::<wbr><a class="fn" href="#">is_hex_digit</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../../clipboard.svg" width="19" height="18" alt="Copy item path"></button></span></h1><span class="out-of-band"><a class="srclink" href="../../src/nom/character/mod.rs.html#51-53">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><div class="docblock item-decl"><pre class="rust fn"><code>pub fn is_hex_digit(chr: <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.bool.html">bool</a></code></pre></div><details class="rustdoc-toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Tests if byte is ASCII hex digit: 0-9, A-F, a-f</p>
<h2 id="example"><a href="#example">Example</a></h2>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="macro">assert_eq!</span>(<span class="ident">is_hex_digit</span>(<span class="string">b&#39;a&#39;</span>), <span class="bool-val">true</span>);
<span class="macro">assert_eq!</span>(<span class="ident">is_hex_digit</span>(<span class="string">b&#39;9&#39;</span>), <span class="bool-val">true</span>);
<span class="macro">assert_eq!</span>(<span class="ident">is_hex_digit</span>(<span class="string">b&#39;A&#39;</span>), <span class="bool-val">true</span>);
<span class="macro">assert_eq!</span>(<span class="ident">is_hex_digit</span>(<span class="string">b&#39;x&#39;</span>), <span class="bool-val">false</span>);</code></pre></div>
</div></details></section></div></main><div id="rustdoc-vars" data-root-path="../../" data-current-crate="nom" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.64.0 (a55dd71d5 2022-09-19)" ></div></body></html>

View File

@ -0,0 +1,7 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Tests if byte is ASCII newline: \n"><meta name="keywords" content="rust, rustlang, rust-lang, is_newline"><title>is_newline in nom::character - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceSerif4-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../FiraSans-Regular.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../FiraSans-Medium.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceCodePro-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceSerif4-Bold.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceCodePro-Semibold.ttf.woff2"><link rel="stylesheet" type="text/css" href="../../normalize.css"><link rel="stylesheet" type="text/css" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../ayu.css" disabled><link rel="stylesheet" type="text/css" href="../../dark.css" disabled><link rel="stylesheet" type="text/css" href="../../light.css" id="themeStyle"><script id="default-settings" ></script><script src="../../storage.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../main.js"></script><noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="alternate icon" type="image/png" href="../../favicon-16x16.png"><link rel="alternate icon" type="image/png" href="../../favicon-32x32.png"><link rel="icon" type="image/svg+xml" href="../../favicon.svg"></head><body class="rustdoc fn"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="sidebar-logo" href="../../nom/index.html"><div class="logo-container"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></div></a><h2 class="location"></h2></nav><nav class="sidebar"><a class="sidebar-logo" href="../../nom/index.html"><div class="logo-container"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></div></a><div class="sidebar-elems"><h2 class="location"><a href="index.html">In nom::character</a></h2></div></nav><main><div class="width-limiter"><div class="sub-container"><a class="sub-logo-container" href="../../nom/index.html"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></a><nav class="sub"><form class="search-form"><div class="search-container"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press S to search, ? for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><button type="button">?</button></div><div id="settings-menu" tabindex="-1"><a href="../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../wheel.svg"></a></div></div></form></nav></div><section id="main-content" class="content"><div class="main-heading"><h1 class="fqn"><span class="in-band">Function <a href="../index.html">nom</a>::<wbr><a href="index.html">character</a>::<wbr><a class="fn" href="#">is_newline</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../../clipboard.svg" width="19" height="18" alt="Copy item path"></button></span></h1><span class="out-of-band"><a class="srclink" href="../../src/nom/character/mod.rs.html#114-116">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><div class="docblock item-decl"><pre class="rust fn"><code>pub fn is_newline(chr: <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.bool.html">bool</a></code></pre></div><details class="rustdoc-toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Tests if byte is ASCII newline: \n</p>
<h2 id="example"><a href="#example">Example</a></h2>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="macro">assert_eq!</span>(<span class="ident">is_newline</span>(<span class="string">b&#39;\n&#39;</span>), <span class="bool-val">true</span>);
<span class="macro">assert_eq!</span>(<span class="ident">is_newline</span>(<span class="string">b&#39;\r&#39;</span>), <span class="bool-val">false</span>);
<span class="macro">assert_eq!</span>(<span class="ident">is_newline</span>(<span class="string">b&#39; &#39;</span>), <span class="bool-val">false</span>);
<span class="macro">assert_eq!</span>(<span class="ident">is_newline</span>(<span class="string">b&#39;\t&#39;</span>), <span class="bool-val">false</span>);</code></pre></div>
</div></details></section></div></main><div id="rustdoc-vars" data-root-path="../../" data-current-crate="nom" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.64.0 (a55dd71d5 2022-09-19)" ></div></body></html>

View File

@ -0,0 +1,6 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Tests if byte is ASCII octal digit: 0-7"><meta name="keywords" content="rust, rustlang, rust-lang, is_oct_digit"><title>is_oct_digit in nom::character - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceSerif4-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../FiraSans-Regular.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../FiraSans-Medium.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceCodePro-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceSerif4-Bold.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceCodePro-Semibold.ttf.woff2"><link rel="stylesheet" type="text/css" href="../../normalize.css"><link rel="stylesheet" type="text/css" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../ayu.css" disabled><link rel="stylesheet" type="text/css" href="../../dark.css" disabled><link rel="stylesheet" type="text/css" href="../../light.css" id="themeStyle"><script id="default-settings" ></script><script src="../../storage.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../main.js"></script><noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="alternate icon" type="image/png" href="../../favicon-16x16.png"><link rel="alternate icon" type="image/png" href="../../favicon-32x32.png"><link rel="icon" type="image/svg+xml" href="../../favicon.svg"></head><body class="rustdoc fn"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="sidebar-logo" href="../../nom/index.html"><div class="logo-container"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></div></a><h2 class="location"></h2></nav><nav class="sidebar"><a class="sidebar-logo" href="../../nom/index.html"><div class="logo-container"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></div></a><div class="sidebar-elems"><h2 class="location"><a href="index.html">In nom::character</a></h2></div></nav><main><div class="width-limiter"><div class="sub-container"><a class="sub-logo-container" href="../../nom/index.html"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></a><nav class="sub"><form class="search-form"><div class="search-container"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press S to search, ? for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><button type="button">?</button></div><div id="settings-menu" tabindex="-1"><a href="../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../wheel.svg"></a></div></div></form></nav></div><section id="main-content" class="content"><div class="main-heading"><h1 class="fqn"><span class="in-band">Function <a href="../index.html">nom</a>::<wbr><a href="index.html">character</a>::<wbr><a class="fn" href="#">is_oct_digit</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../../clipboard.svg" width="19" height="18" alt="Copy item path"></button></span></h1><span class="out-of-band"><a class="srclink" href="../../src/nom/character/mod.rs.html#66-68">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><div class="docblock item-decl"><pre class="rust fn"><code>pub fn is_oct_digit(chr: <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.bool.html">bool</a></code></pre></div><details class="rustdoc-toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Tests if byte is ASCII octal digit: 0-7</p>
<h2 id="example"><a href="#example">Example</a></h2>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="macro">assert_eq!</span>(<span class="ident">is_oct_digit</span>(<span class="string">b&#39;a&#39;</span>), <span class="bool-val">false</span>);
<span class="macro">assert_eq!</span>(<span class="ident">is_oct_digit</span>(<span class="string">b&#39;9&#39;</span>), <span class="bool-val">false</span>);
<span class="macro">assert_eq!</span>(<span class="ident">is_oct_digit</span>(<span class="string">b&#39;6&#39;</span>), <span class="bool-val">true</span>);</code></pre></div>
</div></details></section></div></main><div id="rustdoc-vars" data-root-path="../../" data-current-crate="nom" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.64.0 (a55dd71d5 2022-09-19)" ></div></body></html>

View File

@ -0,0 +1,7 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Tests if byte is ASCII space or tab"><meta name="keywords" content="rust, rustlang, rust-lang, is_space"><title>is_space in nom::character - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceSerif4-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../FiraSans-Regular.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../FiraSans-Medium.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceCodePro-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceSerif4-Bold.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceCodePro-Semibold.ttf.woff2"><link rel="stylesheet" type="text/css" href="../../normalize.css"><link rel="stylesheet" type="text/css" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../ayu.css" disabled><link rel="stylesheet" type="text/css" href="../../dark.css" disabled><link rel="stylesheet" type="text/css" href="../../light.css" id="themeStyle"><script id="default-settings" ></script><script src="../../storage.js"></script><script defer src="sidebar-items.js"></script><script defer src="../../main.js"></script><noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="alternate icon" type="image/png" href="../../favicon-16x16.png"><link rel="alternate icon" type="image/png" href="../../favicon-32x32.png"><link rel="icon" type="image/svg+xml" href="../../favicon.svg"></head><body class="rustdoc fn"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="sidebar-logo" href="../../nom/index.html"><div class="logo-container"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></div></a><h2 class="location"></h2></nav><nav class="sidebar"><a class="sidebar-logo" href="../../nom/index.html"><div class="logo-container"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></div></a><div class="sidebar-elems"><h2 class="location"><a href="index.html">In nom::character</a></h2></div></nav><main><div class="width-limiter"><div class="sub-container"><a class="sub-logo-container" href="../../nom/index.html"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></a><nav class="sub"><form class="search-form"><div class="search-container"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press S to search, ? for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><button type="button">?</button></div><div id="settings-menu" tabindex="-1"><a href="../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../wheel.svg"></a></div></div></form></nav></div><section id="main-content" class="content"><div class="main-heading"><h1 class="fqn"><span class="in-band">Function <a href="../index.html">nom</a>::<wbr><a href="index.html">character</a>::<wbr><a class="fn" href="#">is_space</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../../clipboard.svg" width="19" height="18" alt="Copy item path"></button></span></h1><span class="out-of-band"><a class="srclink" href="../../src/nom/character/mod.rs.html#98-100">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><div class="docblock item-decl"><pre class="rust fn"><code>pub fn is_space(chr: <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.u8.html">u8</a>) -&gt; <a class="primitive" href="https://doc.rust-lang.org/1.64.0/std/primitive.bool.html">bool</a></code></pre></div><details class="rustdoc-toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Tests if byte is ASCII space or tab</p>
<h2 id="example"><a href="#example">Example</a></h2>
<div class="example-wrap"><pre class="rust rust-example-rendered"><code><span class="macro">assert_eq!</span>(<span class="ident">is_space</span>(<span class="string">b&#39;\n&#39;</span>), <span class="bool-val">false</span>);
<span class="macro">assert_eq!</span>(<span class="ident">is_space</span>(<span class="string">b&#39;\r&#39;</span>), <span class="bool-val">false</span>);
<span class="macro">assert_eq!</span>(<span class="ident">is_space</span>(<span class="string">b&#39; &#39;</span>), <span class="bool-val">true</span>);
<span class="macro">assert_eq!</span>(<span class="ident">is_space</span>(<span class="string">b&#39;\t&#39;</span>), <span class="bool-val">true</span>);</code></pre></div>
</div></details></section></div></main><div id="rustdoc-vars" data-root-path="../../" data-current-crate="nom" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.64.0 (a55dd71d5 2022-09-19)" ></div></body></html>

View File

@ -0,0 +1,12 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Character specific parsers and combinators"><meta name="keywords" content="rust, rustlang, rust-lang, character"><title>nom::character - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceSerif4-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../FiraSans-Regular.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../FiraSans-Medium.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceCodePro-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceSerif4-Bold.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../SourceCodePro-Semibold.ttf.woff2"><link rel="stylesheet" type="text/css" href="../../normalize.css"><link rel="stylesheet" type="text/css" href="../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../ayu.css" disabled><link rel="stylesheet" type="text/css" href="../../dark.css" disabled><link rel="stylesheet" type="text/css" href="../../light.css" id="themeStyle"><script id="default-settings" ></script><script src="../../storage.js"></script><script defer src="../../main.js"></script><noscript><link rel="stylesheet" href="../../noscript.css"></noscript><link rel="alternate icon" type="image/png" href="../../favicon-16x16.png"><link rel="alternate icon" type="image/png" href="../../favicon-32x32.png"><link rel="icon" type="image/svg+xml" href="../../favicon.svg"></head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="sidebar-logo" href="../../nom/index.html"><div class="logo-container"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></div></a><h2 class="location"></h2></nav><nav class="sidebar"><a class="sidebar-logo" href="../../nom/index.html"><div class="logo-container"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></div></a><h2 class="location"><a href="#">Module character</a></h2><div class="sidebar-elems"><section><div class="block"><ul><li><a href="#modules">Modules</a></li><li><a href="#functions">Functions</a></li></ul></div></section></div></nav><main><div class="width-limiter"><div class="sub-container"><a class="sub-logo-container" href="../../nom/index.html"><img class="rust-logo" src="../../rust-logo.svg" alt="logo"></a><nav class="sub"><form class="search-form"><div class="search-container"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press S to search, ? for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><button type="button">?</button></div><div id="settings-menu" tabindex="-1"><a href="../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../wheel.svg"></a></div></div></form></nav></div><section id="main-content" class="content"><div class="main-heading"><h1 class="fqn"><span class="in-band">Module <a href="../index.html">nom</a>::<wbr><a class="mod" href="#">character</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../../clipboard.svg" width="19" height="18" alt="Copy item path"></button></span></h1><span class="out-of-band"><a class="srclink" href="../../src/nom/character/mod.rs.html#1-116">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><details class="rustdoc-toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Character specific parsers and combinators</p>
<p>Functions recognizing specific characters</p>
</div></details><h2 id="modules" class="small-section-header"><a href="#modules">Modules</a></h2><div class="item-table"><div class="item-row"><div class="item-left module-item"><a class="mod" href="complete/index.html" title="nom::character::complete mod">complete</a></div><div class="item-right docblock-short"><p>Character specific parsers and combinators, complete input version.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="mod" href="streaming/index.html" title="nom::character::streaming mod">streaming</a></div><div class="item-right docblock-short"><p>Character specific parsers and combinators, streaming version</p>
</div></div></div><h2 id="functions" class="small-section-header"><a href="#functions">Functions</a></h2><div class="item-table"><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.is_alphabetic.html" title="nom::character::is_alphabetic fn">is_alphabetic</a></div><div class="item-right docblock-short"><p>Tests if byte is ASCII alphabetic: A-Z, a-z</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.is_alphanumeric.html" title="nom::character::is_alphanumeric fn">is_alphanumeric</a></div><div class="item-right docblock-short"><p>Tests if byte is ASCII alphanumeric: A-Z, a-z, 0-9</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.is_digit.html" title="nom::character::is_digit fn">is_digit</a></div><div class="item-right docblock-short"><p>Tests if byte is ASCII digit: 0-9</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.is_hex_digit.html" title="nom::character::is_hex_digit fn">is_hex_digit</a></div><div class="item-right docblock-short"><p>Tests if byte is ASCII hex digit: 0-9, A-F, a-f</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.is_newline.html" title="nom::character::is_newline fn">is_newline</a></div><div class="item-right docblock-short"><p>Tests if byte is ASCII newline: \n</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.is_oct_digit.html" title="nom::character::is_oct_digit fn">is_oct_digit</a></div><div class="item-right docblock-short"><p>Tests if byte is ASCII octal digit: 0-7</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.is_space.html" title="nom::character::is_space fn">is_space</a></div><div class="item-right docblock-short"><p>Tests if byte is ASCII space or tab</p>
</div></div></div></section></div></main><div id="rustdoc-vars" data-root-path="../../" data-current-crate="nom" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.64.0 (a55dd71d5 2022-09-19)" ></div></body></html>

View File

@ -0,0 +1 @@
window.SIDEBAR_ITEMS = {"fn":[["is_alphabetic","Tests if byte is ASCII alphabetic: A-Z, a-z"],["is_alphanumeric","Tests if byte is ASCII alphanumeric: A-Z, a-z, 0-9"],["is_digit","Tests if byte is ASCII digit: 0-9"],["is_hex_digit","Tests if byte is ASCII hex digit: 0-9, A-F, a-f"],["is_newline","Tests if byte is ASCII newline: \\n"],["is_oct_digit","Tests if byte is ASCII octal digit: 0-7"],["is_space","Tests if byte is ASCII space or tab"]],"mod":[["complete","Character specific parsers and combinators, complete input version."],["streaming","Character specific parsers and combinators, streaming version"]]};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,38 @@
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="Character specific parsers and combinators, streaming version"><meta name="keywords" content="rust, rustlang, rust-lang, streaming"><title>nom::character::streaming - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../SourceSerif4-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../FiraSans-Regular.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../FiraSans-Medium.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../SourceCodePro-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../SourceSerif4-Bold.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../SourceCodePro-Semibold.ttf.woff2"><link rel="stylesheet" type="text/css" href="../../../normalize.css"><link rel="stylesheet" type="text/css" href="../../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" type="text/css" href="../../../ayu.css" disabled><link rel="stylesheet" type="text/css" href="../../../dark.css" disabled><link rel="stylesheet" type="text/css" href="../../../light.css" id="themeStyle"><script id="default-settings" ></script><script src="../../../storage.js"></script><script defer src="../../../main.js"></script><noscript><link rel="stylesheet" href="../../../noscript.css"></noscript><link rel="alternate icon" type="image/png" href="../../../favicon-16x16.png"><link rel="alternate icon" type="image/png" href="../../../favicon-32x32.png"><link rel="icon" type="image/svg+xml" href="../../../favicon.svg"></head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="sidebar-logo" href="../../../nom/index.html"><div class="logo-container"><img class="rust-logo" src="../../../rust-logo.svg" alt="logo"></div></a><h2 class="location"></h2></nav><nav class="sidebar"><a class="sidebar-logo" href="../../../nom/index.html"><div class="logo-container"><img class="rust-logo" src="../../../rust-logo.svg" alt="logo"></div></a><h2 class="location"><a href="#">Module streaming</a></h2><div class="sidebar-elems"><section><div class="block"><ul><li><a href="#functions">Functions</a></li></ul></div></section></div></nav><main><div class="width-limiter"><div class="sub-container"><a class="sub-logo-container" href="../../../nom/index.html"><img class="rust-logo" src="../../../rust-logo.svg" alt="logo"></a><nav class="sub"><form class="search-form"><div class="search-container"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press S to search, ? for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><button type="button">?</button></div><div id="settings-menu" tabindex="-1"><a href="../../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../../wheel.svg"></a></div></div></form></nav></div><section id="main-content" class="content"><div class="main-heading"><h1 class="fqn"><span class="in-band">Module <a href="../../index.html">nom</a>::<wbr><a href="../index.html">character</a>::<wbr><a class="mod" href="#">streaming</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../../../clipboard.svg" width="19" height="18" alt="Copy item path"></button></span></h1><span class="out-of-band"><a class="srclink" href="../../../src/nom/character/streaming.rs.html#1-1182">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><details class="rustdoc-toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>Character specific parsers and combinators, streaming version</p>
<p>Functions recognizing specific characters</p>
</div></details><h2 id="functions" class="small-section-header"><a href="#functions">Functions</a></h2><div class="item-table"><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.alpha0.html" title="nom::character::streaming::alpha0 fn">alpha0</a></div><div class="item-right docblock-short"><p>Recognizes zero or more lowercase and uppercase ASCII alphabetic characters: a-z, A-Z</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.alpha1.html" title="nom::character::streaming::alpha1 fn">alpha1</a></div><div class="item-right docblock-short"><p>Recognizes one or more lowercase and uppercase ASCII alphabetic characters: a-z, A-Z</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.alphanumeric0.html" title="nom::character::streaming::alphanumeric0 fn">alphanumeric0</a></div><div class="item-right docblock-short"><p>Recognizes zero or more ASCII numerical and alphabetic characters: 0-9, a-z, A-Z</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.alphanumeric1.html" title="nom::character::streaming::alphanumeric1 fn">alphanumeric1</a></div><div class="item-right docblock-short"><p>Recognizes one or more ASCII numerical and alphabetic characters: 0-9, a-z, A-Z</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.anychar.html" title="nom::character::streaming::anychar fn">anychar</a></div><div class="item-right docblock-short"><p>Matches one byte as a character. Note that the input type will
accept a <code>str</code>, but not a <code>&amp;[u8]</code>, unlike many other nom parsers.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.char.html" title="nom::character::streaming::char fn">char</a></div><div class="item-right docblock-short"><p>Recognizes one character.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.crlf.html" title="nom::character::streaming::crlf fn">crlf</a></div><div class="item-right docblock-short"><p>Recognizes the string “\r\n”.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.digit0.html" title="nom::character::streaming::digit0 fn">digit0</a></div><div class="item-right docblock-short"><p>Recognizes zero or more ASCII numerical characters: 0-9</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.digit1.html" title="nom::character::streaming::digit1 fn">digit1</a></div><div class="item-right docblock-short"><p>Recognizes one or more ASCII numerical characters: 0-9</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.hex_digit0.html" title="nom::character::streaming::hex_digit0 fn">hex_digit0</a></div><div class="item-right docblock-short"><p>Recognizes zero or more ASCII hexadecimal numerical characters: 0-9, A-F, a-f</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.hex_digit1.html" title="nom::character::streaming::hex_digit1 fn">hex_digit1</a></div><div class="item-right docblock-short"><p>Recognizes one or more ASCII hexadecimal numerical characters: 0-9, A-F, a-f</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.i8.html" title="nom::character::streaming::i8 fn">i8</a></div><div class="item-right docblock-short"><p>will parse a number in text form to a number</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.i16.html" title="nom::character::streaming::i16 fn">i16</a></div><div class="item-right docblock-short"><p>will parse a number in text form to a number</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.i32.html" title="nom::character::streaming::i32 fn">i32</a></div><div class="item-right docblock-short"><p>will parse a number in text form to a number</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.i64.html" title="nom::character::streaming::i64 fn">i64</a></div><div class="item-right docblock-short"><p>will parse a number in text form to a number</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.i128.html" title="nom::character::streaming::i128 fn">i128</a></div><div class="item-right docblock-short"><p>will parse a number in text form to a number</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.line_ending.html" title="nom::character::streaming::line_ending fn">line_ending</a></div><div class="item-right docblock-short"><p>Recognizes an end of line (both \n and \r\n).</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.multispace0.html" title="nom::character::streaming::multispace0 fn">multispace0</a></div><div class="item-right docblock-short"><p>Recognizes zero or more spaces, tabs, carriage returns and line feeds.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.multispace1.html" title="nom::character::streaming::multispace1 fn">multispace1</a></div><div class="item-right docblock-short"><p>Recognizes one or more spaces, tabs, carriage returns and line feeds.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.newline.html" title="nom::character::streaming::newline fn">newline</a></div><div class="item-right docblock-short"><p>Matches a newline character \n.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.none_of.html" title="nom::character::streaming::none_of fn">none_of</a></div><div class="item-right docblock-short"><p>Recognizes a character that is not in the provided characters.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.not_line_ending.html" title="nom::character::streaming::not_line_ending fn">not_line_ending</a></div><div class="item-right docblock-short"><p>Recognizes a string of any char except \r\n or \n.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.oct_digit0.html" title="nom::character::streaming::oct_digit0 fn">oct_digit0</a></div><div class="item-right docblock-short"><p>Recognizes zero or more octal characters: 0-7</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.oct_digit1.html" title="nom::character::streaming::oct_digit1 fn">oct_digit1</a></div><div class="item-right docblock-short"><p>Recognizes one or more octal characters: 0-7</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.one_of.html" title="nom::character::streaming::one_of fn">one_of</a></div><div class="item-right docblock-short"><p>Recognizes one of the provided characters.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.satisfy.html" title="nom::character::streaming::satisfy fn">satisfy</a></div><div class="item-right docblock-short"><p>Recognizes one character and checks that it satisfies a predicate</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.space0.html" title="nom::character::streaming::space0 fn">space0</a></div><div class="item-right docblock-short"><p>Recognizes zero or more spaces and tabs.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.space1.html" title="nom::character::streaming::space1 fn">space1</a></div><div class="item-right docblock-short"><p>Recognizes one or more spaces and tabs.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.tab.html" title="nom::character::streaming::tab fn">tab</a></div><div class="item-right docblock-short"><p>Matches a tab character \t.</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.u8.html" title="nom::character::streaming::u8 fn">u8</a></div><div class="item-right docblock-short"><p>will parse a number in text form to a number</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.u16.html" title="nom::character::streaming::u16 fn">u16</a></div><div class="item-right docblock-short"><p>will parse a number in text form to a number</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.u32.html" title="nom::character::streaming::u32 fn">u32</a></div><div class="item-right docblock-short"><p>will parse a number in text form to a number</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.u64.html" title="nom::character::streaming::u64 fn">u64</a></div><div class="item-right docblock-short"><p>will parse a number in text form to a number</p>
</div></div><div class="item-row"><div class="item-left module-item"><a class="fn" href="fn.u128.html" title="nom::character::streaming::u128 fn">u128</a></div><div class="item-right docblock-short"><p>will parse a number in text form to a number</p>
</div></div></div></section></div></main><div id="rustdoc-vars" data-root-path="../../../" data-current-crate="nom" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.64.0 (a55dd71d5 2022-09-19)" ></div></body></html>

View File

@ -0,0 +1 @@
window.SIDEBAR_ITEMS = {"fn":[["alpha0","Recognizes zero or more lowercase and uppercase ASCII alphabetic characters: a-z, A-Z"],["alpha1","Recognizes one or more lowercase and uppercase ASCII alphabetic characters: a-z, A-Z"],["alphanumeric0","Recognizes zero or more ASCII numerical and alphabetic characters: 0-9, a-z, A-Z"],["alphanumeric1","Recognizes one or more ASCII numerical and alphabetic characters: 0-9, a-z, A-Z"],["anychar","Matches one byte as a character. Note that the input type will accept a `str`, but not a `&[u8]`, unlike many other nom parsers."],["char","Recognizes one character."],["crlf","Recognizes the string “\\r\\n”."],["digit0","Recognizes zero or more ASCII numerical characters: 0-9"],["digit1","Recognizes one or more ASCII numerical characters: 0-9"],["hex_digit0","Recognizes zero or more ASCII hexadecimal numerical characters: 0-9, A-F, a-f"],["hex_digit1","Recognizes one or more ASCII hexadecimal numerical characters: 0-9, A-F, a-f"],["i128","will parse a number in text form to a number"],["i16","will parse a number in text form to a number"],["i32","will parse a number in text form to a number"],["i64","will parse a number in text form to a number"],["i8","will parse a number in text form to a number"],["line_ending","Recognizes an end of line (both \\n and \\r\\n)."],["multispace0","Recognizes zero or more spaces, tabs, carriage returns and line feeds."],["multispace1","Recognizes one or more spaces, tabs, carriage returns and line feeds."],["newline","Matches a newline character \\n."],["none_of","Recognizes a character that is not in the provided characters."],["not_line_ending","Recognizes a string of any char except \\r\\n or \\n."],["oct_digit0","Recognizes zero or more octal characters: 0-7"],["oct_digit1","Recognizes one or more octal characters: 0-7"],["one_of","Recognizes one of the provided characters."],["satisfy","Recognizes one character and checks that it satisfies a predicate"],["space0","Recognizes zero or more spaces and tabs."],["space1","Recognizes one or more spaces and tabs."],["tab","Matches a tab character \\t."],["u128","will parse a number in text form to a number"],["u16","will parse a number in text form to a number"],["u32","will parse a number in text form to a number"],["u64","will parse a number in text form to a number"],["u8","will parse a number in text form to a number"]]};