mem_dbg 0.2.4

Traits and associated procedural macros to display recursively the layout and memory usage of a value
Documentation
[dependencies.bitflags]
version = "2.4.1"

[dependencies.half]
optional = true
version = "2.0.4"

[dependencies.maligned]
optional = true
version = "0.2.1"

[dependencies.mem_dbg-derive]
optional = true
version = "=0.1.6"

[dependencies.mmap-rs]
optional = true
version = "0.6.0"

[dependencies.rand]
features = ["small_rng"]
optional = true
version = "0.8.5"

[dev-dependencies.paste]
version = "1.0.15"

[[example]]
name = "example"
path = "examples/example.rs"

[[example]]
name = "readme"
path = "examples/readme.rs"

[features]
alloc = []
default = ["std", "derive"]
derive = ["mem_dbg-derive"]
offset_of_enum = []
std = ["alloc"]

[lib]
name = "mem_dbg"
path = "src/lib.rs"

[package]
authors = ["Tommaso Fontana <tommaso.fontana.96@gmail.com>", "Sebastiano Vigna <sebastiano.vigna@unimi.it>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Traits and associated procedural macros to display recursively the layout and memory usage of a value"
edition = "2021"
keywords = ["allocation", "debug", "memory"]
license = "Apache-2.0 OR LGPL-2.1-or-later"
name = "mem_dbg"
readme = "README.md"
repository = "https://github.com/zommiommy/mem_dbg/"
version = "0.2.4"

[[test]]
name = "test_mem_size"
path = "tests/test_mem_size.rs"

[[test]]
name = "test_mem_size_no_import"
path = "tests/test_mem_size_no_import.rs"