mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-03 22:49:54 +03:00
49 lines
14 KiB
HTML
49 lines
14 KiB
HTML
<!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="The contents of this crate need to be organized better:"><meta name="keywords" content="rust, rustlang, rust-lang, abstutil"><title>abstutil - 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="../light.css" id="themeStyle"><link rel="stylesheet" type="text/css" href="../dark.css" disabled ><link rel="stylesheet" type="text/css" href="../ayu.css" disabled ><script id="default-settings"></script><script src="../storage.js"></script><script src="../crates.js"></script><noscript><link rel="stylesheet" href="../noscript.css"></noscript><link rel="icon" type="image/svg+xml" href="../favicon.svg">
|
||
<link rel="alternate icon" type="image/png" href="../favicon-16x16.png">
|
||
<link rel="alternate icon" type="image/png" href="../favicon-32x32.png"><style type="text/css">#crate-search{background-image:url("../down-arrow.svg");}</style></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="sidebar"><div class="sidebar-menu" role="button">☰</div><a href='../abstutil/index.html'><div class='logo-container rust-logo'><img src='../rust-logo.png' alt='logo'></div></a><p class="location">Crate abstutil</p><div class="block version"><p>Version 0.1.0</p></div><div class="sidebar-elems"><a id="all-types" href="all.html"><p>See all abstutil's items</p></a><div class="block items"><ul><li><a href="#reexports">Re-exports</a></li><li><a href="#modules">Modules</a></li><li><a href="#structs">Structs</a></li><li><a href="#constants">Constants</a></li><li><a href="#traits">Traits</a></li><li><a href="#functions">Functions</a></li></ul></div><p class="location"></p><div id="sidebar-vars" data-name="abstutil" data-ty="mod" data-relpath="../"></div><script defer src="../sidebar-items.js"></script></div></nav><div class="theme-picker"><button id="theme-picker" aria-label="Pick another theme!" aria-haspopup="menu"><img src="../brush.svg" width="18" height="18" alt="Pick another theme!"></button><div id="theme-choices" role="menu"></div></div><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><button type="button" class="help-button">?</button>
|
||
<a id="settings-menu" href="../settings.html"><img src="../wheel.svg" width="18" height="18" alt="Change settings"></a></div></form></nav><section id="main" class="content"><h1 class="fqn"><span class="in-band">Crate <a class="mod" href="">abstutil</a><button id="copy-path" onclick="copy_path(this)">⎘</button></span><span class="out-of-band"><span id="render-detail"><a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">−</span>]</a></span><a class="srclink" href="../src/abstutil/lib.rs.html#1-30" title="goto source code">[src]</a></span></h1><div class="docblock"><p>The contents of this crate need to be organized better:</p>
|
||
<ul>
|
||
<li>Timer (a mix of logging, profiling, and even parallel execution)</li>
|
||
<li>true utility functions (collections, prettyprinting, CLI parsing</li>
|
||
</ul>
|
||
</div><h2 id="reexports" class="section-header"><a href="#reexports">Re-exports</a></h2>
|
||
<table><tr class="import-item"><td><code>pub use <a class="mod" href="time/index.html" title="mod abstutil::time">time</a>::*;</code></td><td class="docblock-short"></td></tr></table><h2 id="modules" class="section-header"><a href="#modules">Modules</a></h2>
|
||
<table><tr class="module-item"><td><a class="mod" href="cli/index.html" title="abstutil::cli mod">cli</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="mod" href="clone/index.html" title="abstutil::clone mod">clone</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="mod" href="collections/index.html" title="abstutil::collections mod">collections</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="mod" href="logger/index.html" title="abstutil::logger mod">logger</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="mod" href="process/index.html" title="abstutil::process mod">process</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="mod" href="serde/index.html" title="abstutil::serde mod">serde</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="mod" href="time/index.html" title="abstutil::time mod">time</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="mod" href="utils/index.html" title="abstutil::utils mod">utils</a></td><td class="docblock-short"></td></tr></table><h2 id="structs" class="section-header"><a href="#structs">Structs</a></h2>
|
||
<table><tr class="module-item"><td><a class="struct" href="struct.CmdArgs.html" title="abstutil::CmdArgs struct">CmdArgs</a></td><td class="docblock-short"><p>Yet another barebones command-line flag parsing library.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.Counter.html" title="abstutil::Counter struct">Counter</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.FixedMap.html" title="abstutil::FixedMap struct">FixedMap</a></td><td class="docblock-short"><p>A drop-in replacement for <code>BTreeMap</code>, where the keys have the property of being array indices.
|
||
Some values may be missing. Much more efficient at operations on individual objects, because
|
||
it just becomes a simple array lookup.</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.MultiMap.html" title="abstutil::MultiMap struct">MultiMap</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="struct" href="struct.Tags.html" title="abstutil::Tags struct">Tags</a></td><td class="docblock-short"><p>Convenience functions around a string->string map</p>
|
||
</td></tr><tr class="module-item"><td><a class="struct" href="struct.VecMap.html" title="abstutil::VecMap struct">VecMap</a></td><td class="docblock-short"><p>Use when your key is just PartialEq, not Ord or Hash.</p>
|
||
</td></tr></table><h2 id="constants" class="section-header"><a href="#constants">Constants</a></h2>
|
||
<table><tr class="module-item"><td><a class="constant" href="constant.PROGRESS_FREQUENCY_SECONDS.html" title="abstutil::PROGRESS_FREQUENCY_SECONDS constant">PROGRESS_FREQUENCY_SECONDS</a></td><td class="docblock-short"></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.CloneableAny.html" title="abstutil::CloneableAny trait">CloneableAny</a></td><td class="docblock-short"><p>Trick to make a cloneable Any from
|
||
https://stackoverflow.com/questions/30353462/how-to-clone-a-struct-storing-a-boxed-trait-object/30353928#30353928.</p>
|
||
</td></tr><tr class="module-item"><td><a class="trait" href="trait.CloneableImpl.html" title="abstutil::CloneableImpl trait">CloneableImpl</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="trait" href="trait.IndexableKey.html" title="abstutil::IndexableKey trait">IndexableKey</a></td><td class="docblock-short"><p>Use with <code>FixedMap</code>. From a particular key, extract a <code>usize</code>. These values should be
|
||
roughly contiguous; the space used by the <code>FixedMap</code> will be <code>O(n)</code> with respect to the largest
|
||
value returned here.</p>
|
||
</td></tr></table><h2 id="functions" class="section-header"><a href="#functions">Functions</a></h2>
|
||
<table><tr class="module-item"><td><a class="fn" href="fn.abbreviated_format.html" title="abstutil::abbreviated_format fn">abbreviated_format</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="fn" href="fn.basename.html" title="abstutil::basename fn">basename</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="fn" href="fn.contains_duplicates.html" title="abstutil::contains_duplicates fn">contains_duplicates</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="fn" href="fn.deserialize_btreemap.html" title="abstutil::deserialize_btreemap fn">deserialize_btreemap</a></td><td class="docblock-short"><p>Deserializes a BTreeMap from a list of tuples. Necessary when the keys are structs; see
|
||
https://github.com/serde-rs/json/issues/402.</p>
|
||
</td></tr><tr class="module-item"><td><a class="fn" href="fn.deserialize_hashmap.html" title="abstutil::deserialize_hashmap fn">deserialize_hashmap</a></td><td class="docblock-short"><p>Deserializes a HashMap from a list of tuples.</p>
|
||
</td></tr><tr class="module-item"><td><a class="fn" href="fn.deserialize_multimap.html" title="abstutil::deserialize_multimap fn">deserialize_multimap</a></td><td class="docblock-short"><p>Deserializes a MultiMap.</p>
|
||
</td></tr><tr class="module-item"><td><a class="fn" href="fn.deserialize_usize.html" title="abstutil::deserialize_usize fn">deserialize_usize</a></td><td class="docblock-short"><p>Deserializes a <code>usize</code> from a <code>u32</code>.</p>
|
||
</td></tr><tr class="module-item"><td><a class="fn" href="fn.from_binary.html" title="abstutil::from_binary fn">from_binary</a></td><td class="docblock-short"><p>Deserializes an object from the bincode format.</p>
|
||
</td></tr><tr class="module-item"><td><a class="fn" href="fn.from_binary_reader.html" title="abstutil::from_binary_reader fn">from_binary_reader</a></td><td class="docblock-short"><p>Deserializes an object from the bincode format, from a reader.</p>
|
||
</td></tr><tr class="module-item"><td><a class="fn" href="fn.from_json.html" title="abstutil::from_json fn">from_json</a></td><td class="docblock-short"><p>Deserializes an object from a JSON string.</p>
|
||
</td></tr><tr class="module-item"><td><a class="fn" href="fn.from_json_reader.html" title="abstutil::from_json_reader fn">from_json_reader</a></td><td class="docblock-short"><p>Deserializes an object from JSON, from a reader.</p>
|
||
</td></tr><tr class="module-item"><td><a class="fn" href="fn.must_run_cmd.html" title="abstutil::must_run_cmd fn">must_run_cmd</a></td><td class="docblock-short"><p>Runs a command, asserts success. STDOUT and STDERR aren’t touched.</p>
|
||
</td></tr><tr class="module-item"><td><a class="fn" href="fn.parent_path.html" title="abstutil::parent_path fn">parent_path</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="fn" href="fn.plain_list_names.html" title="abstutil::plain_list_names fn">plain_list_names</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="fn" href="fn.prettyprint_usize.html" title="abstutil::prettyprint_usize fn">prettyprint_usize</a></td><td class="docblock-short"></td></tr><tr class="module-item"><td><a class="fn" href="fn.serialize_btreemap.html" title="abstutil::serialize_btreemap fn">serialize_btreemap</a></td><td class="docblock-short"><p>Serializes a BTreeMap as a list of tuples. Necessary when the keys are structs; see
|
||
https://github.com/serde-rs/json/issues/402.</p>
|
||
</td></tr><tr class="module-item"><td><a class="fn" href="fn.serialize_hashmap.html" title="abstutil::serialize_hashmap fn">serialize_hashmap</a></td><td class="docblock-short"><p>Serializes a HashMap as a list of tuples, first sorting by the keys. This ensures the
|
||
serialized form is deterministic.</p>
|
||
</td></tr><tr class="module-item"><td><a class="fn" href="fn.serialize_multimap.html" title="abstutil::serialize_multimap fn">serialize_multimap</a></td><td class="docblock-short"><p>Serializes a MultiMap.</p>
|
||
</td></tr><tr class="module-item"><td><a class="fn" href="fn.serialize_usize.html" title="abstutil::serialize_usize fn">serialize_usize</a></td><td class="docblock-short"><p>Serializes a <code>usize</code> as a <code>u32</code> to save space. Useful when you need <code>usize</code> for indexing, but
|
||
the values don’t exceed 2^32.</p>
|
||
</td></tr><tr class="module-item"><td><a class="fn" href="fn.serialized_size_bytes.html" title="abstutil::serialized_size_bytes fn">serialized_size_bytes</a></td><td class="docblock-short"><p>The number of bytes for an object serialized to bincode.</p>
|
||
</td></tr><tr class="module-item"><td><a class="fn" href="fn.setup.html" title="abstutil::setup fn">setup</a></td><td class="docblock-short"><p>On native: uses env_log</p>
|
||
</td></tr><tr class="module-item"><td><a class="fn" href="fn.to_binary.html" title="abstutil::to_binary fn">to_binary</a></td><td class="docblock-short"><p>Transforms an object to bincoded bytes.</p>
|
||
</td></tr><tr class="module-item"><td><a class="fn" href="fn.to_json.html" title="abstutil::to_json fn">to_json</a></td><td class="docblock-short"><p>Stringifies an object to nicely formatted JSON.</p>
|
||
</td></tr><tr class="module-item"><td><a class="fn" href="fn.to_json_terse.html" title="abstutil::to_json_terse fn">to_json_terse</a></td><td class="docblock-short"><p>Stringifies an object to terse JSON.</p>
|
||
</td></tr><tr class="module-item"><td><a class="fn" href="fn.wraparound_get.html" title="abstutil::wraparound_get fn">wraparound_get</a></td><td class="docblock-short"></td></tr></table></section><section id="search" class="content hidden"></section><div id="rustdoc-vars" data-root-path="../" data-current-crate="abstutil" data-search-index-js="../search-index.js" data-search-js="../search.js"></div>
|
||
<script src="../main.js"></script></body></html> |