Files
mercator_service/nom/lib/std/index.html

20 lines
6.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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="API documentation for the Rust `std` mod in crate `nom`."><meta name="keywords" content="rust, rustlang, rust-lang, std"><title>nom::lib::std - Rust</title><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="../../../dark.css"><link rel="stylesheet" type="text/css" href="../../../light.css" id="themeStyle"><script src="../../../storage.js"></script><noscript><link rel="stylesheet" href="../../../noscript.css"></noscript><link rel="shortcut icon" href="../../../favicon.ico"><style type="text/css">#crate-search{background-image:url("../../../down-arrow.svg");}</style></head><body class="rustdoc mod"><!--[if lte IE 8]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="sidebar"><div class="sidebar-menu">&#9776;</div><a href='../../../nom/index.html'><div class='logo-container'><img src='../../../rust-logo.png' alt='logo'></div></a><p class='location'>Module std</p><div class="sidebar-elems"><div class="block items"><ul><li><a href="#modules">Modules</a></li><li><a href="#macros">Macros</a></li></ul></div><p class='location'><a href='../../index.html'>nom</a>::<wbr><a href='../index.html'>lib</a></p><script>window.sidebarCurrent = {name: 'std', ty: 'mod', relpath: '../'};</script><script defer src="../sidebar-items.js"></script></div></nav><div class="theme-picker"><button id="theme-picker" aria-label="Pick another theme!"><img src="../../../brush.svg" width="18" alt="Pick another theme!"></button><div id="theme-choices"></div></div><script src="../../../theme.js"></script><nav class="sub"><form class="search-form"><div class="search-container"><div><select id="crate-search"><option value="All crates">All crates</option></select><input class="search-input" name="search" disabled autocomplete="off" spellcheck="false" placeholder="Click or press S to search, ? for more options…" type="search"></div><a id="settings-menu" href="../../../settings.html"><img src="../../../wheel.svg" width="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class='fqn'><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'>&#x2212;</span>]</a></span><a class='srclink' href='../../../src/nom/lib.rs.html#388-393' title='goto source code'>[src]</a></span><span class='in-band'>Module <a href='../../index.html'>nom</a>::<wbr><a href='../index.html'>lib</a>::<wbr><a class="mod" href=''>std</a></span></h1><h2 id='modules' class='section-header'><a href="#modules">Modules</a></h2>
<table><tr class='module-item'><td><a class="mod" href="boxed/index.html" title='nom::lib::std::boxed mod'>boxed</a></td><td class='docblock-short'><p>A pointer type for heap allocation.</p>
</td></tr><tr class='module-item'><td><a class="mod" href="cmp/index.html" title='nom::lib::std::cmp mod'>cmp</a></td><td class='docblock-short'><p>Functionality for ordering and comparison.</p>
</td></tr><tr class='module-item'><td><a class="mod" href="collections/index.html" title='nom::lib::std::collections mod'>collections</a></td><td class='docblock-short'><p>Collection types.</p>
</td></tr><tr class='module-item'><td><a class="mod" href="convert/index.html" title='nom::lib::std::convert mod'>convert</a></td><td class='docblock-short'><p>Traits for conversions between types.</p>
</td></tr><tr class='module-item'><td><a class="mod" href="fmt/index.html" title='nom::lib::std::fmt mod'>fmt</a></td><td class='docblock-short'><p>Utilities for formatting and printing <code>String</code>s.</p>
</td></tr><tr class='module-item'><td><a class="mod" href="hash/index.html" title='nom::lib::std::hash mod'>hash</a></td><td class='docblock-short'><p>Generic hashing support.</p>
</td></tr><tr class='module-item'><td><a class="mod" href="iter/index.html" title='nom::lib::std::iter mod'>iter</a></td><td class='docblock-short'><p>Composable external iteration.</p>
</td></tr><tr class='module-item'><td><a class="mod" href="mem/index.html" title='nom::lib::std::mem mod'>mem</a></td><td class='docblock-short'><p>Basic functions for dealing with memory.</p>
</td></tr><tr class='module-item'><td><a class="mod" href="ops/index.html" title='nom::lib::std::ops mod'>ops</a></td><td class='docblock-short'><p>Overloadable operators.</p>
</td></tr><tr class='module-item'><td><a class="mod" href="option/index.html" title='nom::lib::std::option mod'>option</a></td><td class='docblock-short'><p>Optional values.</p>
</td></tr><tr class='module-item'><td><a class="mod" href="prelude/index.html" title='nom::lib::std::prelude mod'>prelude</a></td><td class='docblock-short'></td></tr><tr class='module-item'><td><a class="mod" href="result/index.html" title='nom::lib::std::result mod'>result</a></td><td class='docblock-short'><p>Error handling with the <code>Result</code> type.</p>
</td></tr><tr class='module-item'><td><a class="mod" href="slice/index.html" title='nom::lib::std::slice mod'>slice</a></td><td class='docblock-short'><p>A dynamically-sized view into a contiguous sequence, <code>[T]</code>.</p>
</td></tr><tr class='module-item'><td><a class="mod" href="str/index.html" title='nom::lib::std::str mod'>str</a></td><td class='docblock-short'><p>Unicode string slices.</p>
</td></tr><tr class='module-item'><td><a class="mod" href="string/index.html" title='nom::lib::std::string mod'>string</a></td><td class='docblock-short'><p>A UTF-8 encoded, growable string.</p>
</td></tr><tr class='module-item'><td><a class="mod" href="vec/index.html" title='nom::lib::std::vec mod'>vec</a></td><td class='docblock-short'><p>A contiguous growable array type with heap-allocated contents, written
<code>Vec&lt;T&gt;</code>.</p>
</td></tr></table><h2 id='macros' class='section-header'><a href="#macros">Macros</a></h2>
<table><tr class='module-item'><td><a class="macro" href="macro.vec.html" title='nom::lib::std::vec macro'>vec</a></td><td class='docblock-short'><p>Creates a <a href="../std/vec/struct.Vec.html"><code>Vec</code></a> containing the arguments.</p>
</td></tr></table></section><section id="search" class="content hidden"></section><section class="footer"></section><script>window.rootPath = "../../../";window.currentCrate = "nom";</script><script src="../../../aliases.js"></script><script src="../../../main.js"></script><script defer src="../../../search-index.js"></script></body></html>