Cargo Features

EguiProbe has no features set by default.

[dependencies]
egui-probe = { version = "0.3.6", features = ["derive", "hashbrown", "smallvec1", "smallvec2"] }
derive

Enables egui-probe-proc

Affects egui-probe::private

Features from optional dependencies

hashbrown implicit feature

Enables hashbrown

hashbrown:

A Rust port of Google's SwissTable hash map

smallvec1 implicit feature

Enables smallvec

smallvec:

'Small vector' optimization: store up to a small number of items on the stack

smallvec2 implicit feature

Enables smallvec