safe_attr 1.0.0

An attribute #[safe] to mark functions, allowing the ommission of unsafe
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0.9"

[lib]
name = "safe_attr"
proc-macro = true

[package]
authors = ["Joshua Barnett <zippymagician1@gmail.com>"]
description = "An attribute #[safe] to mark functions, allowing the ommission of unsafe"
include = ["src/lib.rs", "README.md", "LICENSE"]
keywords = ["unsafe", "safe", "attribute"]
license = "Apache-2.0"
name = "safe_attr"
repository = "https://github.com/ZippyMagician/safe_attr"
version = "1.0.0"