cargo-llvm-lines 0.4.7

Count the number of lines of LLVM IR across all instantiations of a generic function.
[dependencies.atty]
version = "0.2"

[dependencies.clap]
features = ["wrap_help"]
version = "2.32.0"

[dependencies.rustc-demangle]
version = "0.1"

[dependencies.structopt]
version = "0.3.8"

[dependencies.tempdir]
version = "0.3"

[package]
authors = ["David Tolnay <dtolnay@gmail.com>", "Nicholas Nethercote <nnethercote@mozilla.com>"]
categories = ["development-tools::cargo-plugins", "development-tools::debugging"]
description = "Count the number of lines of LLVM IR across all instantiations of a generic function."
documentation = "https://github.com/dtolnay/cargo-llvm-lines"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "cargo-llvm-lines"
readme = "README.md"
repository = "https://github.com/dtolnay/cargo-llvm-lines"
version = "0.4.7"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]