reslab 0.0.0

`HashMap` alternative, backed with slab storage.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
imports_granularity = "Crate"
format_code_in_doc_comments = true
format_strings = true
hex_literal_case = "Upper"
imports_layout = "HorizontalVertical"
match_arm_leading_pipes = "Always"
group_imports = "StdExternalCrate"
max_width = 80
reorder_impl_items = true
use_field_init_shorthand = true
wrap_comments = true
edition = "2021"
unstable_features = true