<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=struct.U512.html">
</head>
<body>
<p>Redirecting to <a href="struct.U512.html">struct.U512.html</a>...</p>
<script>location.replace("struct.U512.html" + location.search + location.hash);</script>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=trait.Uint.html">
</head>
<body>
<p>Redirecting to <a href="trait.Uint.html">trait.Uint.html</a>...</p>
<script>location.replace("trait.Uint.html" + location.search + location.hash);</script>
</body>
</html>
\ No newline at end of file
This diff is collapsed.
<!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 `uint` mod in crate `chain`."><meta name="keywords" content="rust, rustlang, rust-lang, uint"><title>chain::bigint::uint - 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></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><p class='location'>Module uint</p><div class="sidebar-elems"><div class="block items"><ul><li><a href="#structs">Structs</a></li><li><a href="#enums">Enums</a></li><li><a href="#traits">Traits</a></li></ul></div><p class='location'><a href='../../index.html'>chain</a>::<wbr><a href='../index.html'>bigint</a></p><script>window.sidebarCurrent = {name: 'uint', 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 js-only"><div class="search-container"><input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><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></span><span class='in-band'>Module <a href='../../index.html'>chain</a>::<wbr><a href='../index.html'>bigint</a>::<wbr><a class="mod" href=''>uint</a></span></h1><div class='docblock'><p>Big unsigned integer types.</p>
<p>Implementation of a various large-but-fixed sized unsigned integer types.
The functions here are designed to be fast. There are optional <code>x86_64</code>
implementations for even more speed, hidden behind the <code>x64_arithmetic</code>
feature flag.</p>
</div><h2 id='structs' class='section-header'><a href="#structs">Structs</a></h2>
<table>
<tr class=' module-item'>
<td><a class="struct" href="struct.U128.html"
title='struct chain::bigint::uint::U128'>U128</a></td>
<td class='docblock-short'>
<p>Little-endian large integer type</p>
</td>
</tr>
<tr class=' module-item'>
<td><a class="struct" href="struct.U256.html"
title='struct chain::bigint::uint::U256'>U256</a></td>
<td class='docblock-short'>
<p>Little-endian large integer type</p>
</td>
</tr>
<tr class=' module-item'>
<td><a class="struct" href="struct.U512.html"
title='struct chain::bigint::uint::U512'>U512</a></td>
<td class='docblock-short'>
<p>Little-endian large integer type</p>
</td>
</tr></table><h2 id='enums' class='section-header'><a href="#enums">Enums</a></h2>
<table>
<tr class=' module-item'>
<td><a class="enum" href="enum.FromDecStrErr.html"
title='enum chain::bigint::uint::FromDecStrErr'>FromDecStrErr</a></td>
<td class='docblock-short'>
<p>Conversion from decimal string error</p>
</td>
</tr></table><h2 id='traits' class='section-header'><a href="#traits">Traits</a></h2>
<table>
<tr class=' module-item'>
<td><a class="trait" href="trait.Uint.html"
title='trait chain::bigint::uint::Uint'>Uint</a></td>
<td class='docblock-short'>
<p>Large, fixed-length unsigned integer type.</p>
</td>
</tr></table></section><section id="search" class="content hidden"></section><section class="footer"></section><aside id="help" class="hidden"><div><h1 class="hidden">Help</h1><div class="shortcuts"><h2>Keyboard Shortcuts</h2><dl><dt><kbd>?</kbd></dt><dd>Show this help dialog</dd><dt><kbd>S</kbd></dt><dd>Focus the search field</dd><dt><kbd></kbd></dt><dd>Move up in search results</dd><dt><kbd></kbd></dt><dd>Move down in search results</dd><dt><kbd></kbd></dt><dd>Switch tab</dd><dt><kbd>&#9166;</kbd></dt><dd>Go to active search result</dd><dt><kbd>+</kbd></dt><dd>Expand all sections</dd><dt><kbd>-</kbd></dt><dd>Collapse all sections</dd></dl></div><div class="infos"><h2>Search Tricks</h2><p>Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type.</p><p>Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>.</p><p>Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>)</p><p>Search multiple things at once by splitting your query with comma (e.g. <code>str,u8</code> or <code>String,struct:Vec,test</code>)</p></div></div></aside><script>window.rootPath = "../../../";window.currentCrate = "chain";</script><script src="../../../aliases.js"></script><script src="../../../main.js"></script><script defer src="../../../search-index.js"></script></body></html>
\ No newline at end of file
initSidebarItems({"enum":[["FromDecStrErr","Conversion from decimal string error"]],"struct":[["U128","Little-endian large integer type"],["U256","Little-endian large integer type"],["U512","Little-endian large integer type"]],"trait":[["Uint","Large, fixed-length unsigned integer type."]]});
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=struct.Block.html">
</head>
<body>
<p>Redirecting to <a href="struct.Block.html">struct.Block.html</a>...</p>
<script>location.replace("struct.Block.html" + location.search + location.hash);</script>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../chain/struct.Block.html">
</head>
<body>
<p>Redirecting to <a href="../../chain/struct.Block.html">../../chain/struct.Block.html</a>...</p>
<script>location.replace("../../chain/struct.Block.html" + location.search + location.hash);</script>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=struct.BlockHeader.html">
</head>
<body>
<p>Redirecting to <a href="struct.BlockHeader.html">struct.BlockHeader.html</a>...</p>
<script>location.replace("struct.BlockHeader.html" + location.search + location.hash);</script>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../chain/struct.BlockHeader.html">
</head>
<body>
<p>Redirecting to <a href="../../chain/struct.BlockHeader.html">../../chain/struct.BlockHeader.html</a>...</p>
<script>location.replace("../../chain/struct.BlockHeader.html" + location.search + location.hash);</script>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=struct.Bytes.html">
</head>
<body>
<p>Redirecting to <a href="struct.Bytes.html">struct.Bytes.html</a>...</p>
<script>location.replace("struct.Bytes.html" + location.search + location.hash);</script>
</body>
</html>
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=struct.TaggedBytes.html">
</head>
<body>
<p>Redirecting to <a href="struct.TaggedBytes.html">struct.TaggedBytes.html</a>...</p>
<script>location.replace("struct.TaggedBytes.html" + location.search + location.hash);</script>
</body>
</html>
\ No newline at end of file
This diff is collapsed.
initSidebarItems({"struct":[["Bytes","Wrapper around `Vec<u8>`"],["TaggedBytes","Wrapper around `Vec<u8>` which represent associated type"]]});
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=struct.Compact.html">
</head>
<body>
<p>Redirecting to <a href="struct.Compact.html">struct.Compact.html</a>...</p>
<script>location.replace("struct.Compact.html" + location.search + location.hash);</script>
</body>
</html>
\ No newline at end of file