no-panic 0.1.22

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 = "2.0"
[dev-dependencies.rustversion]
version = "1.0.9"

[dev-dependencies.tempfile]
version = "3.0"

[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0.69"

[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"
rust-version = "1.56"
version = "0.1.22"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]