[go: up one dir, main page]

konst 0.1.1

Compile-time comparison, parsing, and other const functionality
Documentation
[dependencies.konst_proc_macros]
optional = true
version = "=0.1.0"

[features]
cmp = []
const_generics = []
constant_time_slice = []
default = ["cmp", "parsing"]
docsrs = []
parsing = ["konst_proc_macros"]

[package]
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
categories = ["no-std"]
description = "Compile-time comparison, parsing, and other const functionality"
documentation = "https://docs.rs/konst/"
edition = "2018"
include = ["Cargo.toml", "src/**/*.rs", "../README.md", "../LICENSE-ZLIB.md"]
keywords = ["no-std"]
license = "Zlib"
name = "konst"
readme = "../README.md"
repository = "https://github.com/rodrimati1992/konst/"
version = "0.1.1"
[package.metadata.docs.rs]
features = ["docsrs", "cmp", "parsing"]