Cargo Features

lasso2 has no features set by default.

[dependencies]
lasso2 = { version = "0.8.2", features = ["no-std", "inline-more", "multi-threaded", "ahasher", "serialize", "abomonation", "deepsize"] }
no-std = ahasher
inline-more
multi-threaded = dashmap
ahasher no-std? = ahash
serialize = serde

Enables serde of hashbrown

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

abomonation implicit feature

Enables abomonation

abomonation:

A high performance and very unsafe serialization library

deepsize implicit feature

Enables deepsize

deepsize:

A crate for measuring the total size of object on the stack and heap

ahash ahasher?
dashmap multi-threaded?

Enables dashmap ^5.1.0

serde serialize?