deepsize 0.1.1

A crate for measuring the total size of object on the stack and heap
Documentation
[package]
name = "deepsize"
version = "0.1.1"
authors = ["Aeledfyr <aeledfyr@gmail.com>"]
license = "MIT"
description = "A crate for measuring the total size of object on the stack and heap"
repository = "https://github.com/Aeledfyr/deepsize/"
readme = "README.md"
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"]
edition = "2018"

[dependencies]
deepsize_derive = { path = "deepsize_derive", version = "0.1" }