mem_dbg 0.1.8

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.3"

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

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

[features]
alloc = []
default = ["std", "mmap-rs", "half", "rand", "maligned", "derive"]
derive = ["mem_dbg-derive"]
std = ["alloc"]

[package]
authors = ["Tommaso Fontana <tommaso.fontana.96@gmail.com>", "Sebastiano Vigna <sebastiano.vigna@unimi.it>"]
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.1.8"