displaydoc 0.1.7

A derive macro for implementing the display Trait via a doc comment and string interpolation
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"
[dev-dependencies.libc]
default-features = false
version = "0.2"

[dev-dependencies.pretty_assertions]
version = "0.6.1"

[dev-dependencies.rustversion]
version = "1.0.0"

[dev-dependencies.static_assertions]
version = "0.3.4"

[dev-dependencies.trybuild]
version = "1.0"

[features]
default = ["std"]
std = []

[lib]
proc-macro = true

[package]
authors = ["Jane Lusby <jlusby@yaah.dev>"]
description = "A derive macro for implementing the display Trait via a doc comment and string interpolation\n"
documentation = "https://docs.rs/displaydoc"
edition = "2018"
homepage = "https://github.com/yaahc/displaydoc"
keywords = ["display", "derive"]
license = "MIT OR Apache-2.0"
name = "displaydoc"
readme = "README.md"
repository = "https://github.com/yaahc/displaydoc"
version = "0.1.7"