rand-unique 0.3.0

A no-std crate for generating random sequences of unique integers in O(1) time.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
format_strings = false
newline_style = "Unix"
indent_style = "Block"
imports_indent = "Block"
control_brace_style = "AlwaysSameLine"
max_width = 120
fn_call_width = 120
attr_fn_like_width = 120
array_width = 120
chain_width = 120  # TODO: revisit chaining settings when issue 4306 is resolved
merge_derives = false
group_imports = "StdExternalCrate"