const-ft 0.1.2

Macro for wrapping const fn in a feature gate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[features]
const_fn = []
default = []

[package]
authors = ["dylan_DPC <dylan.dpc@gmail.com>"]
description = "Macro for wrapping const fn in a feature gate."
documentation = "https://docs.rs/const-ft"
exclude = [".github/**", ".travis.yml", "appveyor.yml", "bors.toml"]
homepage = "https://github.com/Dylan-DPC/const-ft"
license = "Apache-2.0 OR MIT"
name = "const-ft"
readme = "README.md"
repository = "https://github.com/Dylan-DPC/const-ft"
version = "0.1.2"