[go: up one dir, main page]

const_fn 0.4.3

An attribute for easy generation of const functions with conditional compilations.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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"]