cargo-typesize 0.1.0

Cargo extension to list size of all types in a crate
[[bin]]
name = "cargo-typesize"
path = "src/main.rs"
test = false

[[bin]]
name = "typesize-driver"
path = "src/driver.rs"

[dependencies]

[package]
description = "Cargo extension to list size of all types in a crate"
edition = "2021"
license = "MIT"
name = "cargo-typesize"
readme = "README.md"
resolver = "2"
version = "0.1.0"