[go: up one dir, main page]

const_fn 0.4.8

An attribute for easy generation of const functions with conditional compilations.
Documentation
[package]
name = "const_fn"
version = "0.4.8"
authors = ["Taiki Endo <te316e89@gmail.com>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/taiki-e/const_fn"
documentation = "https://docs.rs/const_fn"
keywords = ["macros", "attribute", "const", "static"]
categories = ["no-std", "rust-patterns"]
exclude = ["/.*", "/tools"]
description = """
An attribute for easy generation of const functions with conditional compilations.
"""

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[workspace]
members = ["test_suite"]

[lib]
proc-macro = true