no-panic 0.1.15

Attribute macro to require that the compiler prove a function can't ever panic.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "1.0"
[dev-dependencies.tempfile]
version = "3.0"

[lib]
proc-macro = true

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Attribute macro to require that the compiler prove a function can't ever panic."
documentation = "https://docs.rs/no-panic"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "no-panic"
readme = "README.md"
repository = "https://github.com/dtolnay/no-panic"
version = "0.1.15"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]