[lib]
proc-macro = true
[package]
authors = ["Taiki Endo <te316e89@gmail.com>"]
categories = ["rust-patterns", "no-std"]
description = "An attribute for easy generation of const functions with conditional compilations.\n"
documentation = "https://docs.rs/const_fn"
edition = "2018"
homepage = "https://github.com/taiki-e/const_fn"
keywords = ["macros", "attribute", "const", "static"]
license = "Apache-2.0 OR MIT"
name = "const_fn"
readme = "README.md"
repository = "https://github.com/taiki-e/const_fn"
version = "0.4.3"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]