abstutil
0.1.0
Modules
cli
clone
collections
logger
priority_queue
process
serde
time
utils
Structs
Counter
FixedMap
MultiMap
PriorityQueueItem
Tags
VecMap
Constants
PROGRESS_FREQUENCY_SECONDS
Traits
CloneableAny
CloneableImpl
IndexableKey
Functions
abbreviated_format
args_to_query_string
basename
cli_args
contains_duplicates
deserialize_btreemap
deserialize_hashmap
deserialize_multimap
deserialize_usize
from_binary
from_binary_reader
from_json
from_json_reader
must_run_cmd
parent_path
plain_list_names
prettyprint_bytes
prettyprint_usize
serialize_btreemap
serialize_hashmap
serialize_multimap
serialize_usize
serialized_size_bytes
to_binary
to_json
to_json_terse
wraparound_get
abstutil
Function
to_binary
Copy item path
Settings
Help
Summary
Source
pub fn to_binary<T:
Serialize
>(obj:
&T
) ->
Vec
<
u8
>
Expand description
Transforms an object to bincoded bytes.