Cargo Features
MemTally has no features set by default.
[dependencies]
memtally = { version = "0.1.1", features = ["binary-heap-plus", "get-size", "get-size2", "memuse"] }
-
binary-heap-plus
-
Enables
binary-heap-plus and
compare
compare: Feature binary-heap-plus
Features from optional dependencies
-
get-size
implicit feature
-
Enables
get-size
Compatibility features
-
get-size2
implicit feature
-
Enables
get-size2
^0.4
get-size2: Determine the size in bytes an object occupies inside RAM
-
memuse
implicit feature
-
Enables
memuse
memuse: Traits for measuring dynamic memory usage of types