konst 0.2.8

Compile-time comparison, parsing, and other const functionality
Documentation
[dependencies.konst_macro_rules]
version = "=0.2.7"

[dependencies.konst_proc_macros]
optional = true
version = "=0.2.0"

[features]
__test = []
alloc = []
cmp = []
const_generics = ["konst_macro_rules/const_generics"]
constant_time_slice = []
default = ["cmp", "parsing"]
deref_raw_in_fn = ["const_generics", "konst_macro_rules/deref_raw_in_fn"]
docsrs = []
mut_refs = ["deref_raw_in_fn", "konst_macro_rules/mut_refs"]
nightly_mut_refs = ["mut_refs", "konst_macro_rules/nightly_mut_refs"]
parsing = ["parsing_no_proc", "konst_proc_macros"]
parsing_no_proc = []

[package]
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
categories = ["no-std", "parsing"]
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", "const_fn", "parsing"]
license = "Zlib"
name = "konst"
readme = "../README.md"
repository = "https://github.com/rodrimati1992/konst/"
version = "0.2.8"
[package.metadata.docs.rs]
features = ["docsrs", "alloc", "cmp", "parsing", "const_generics", "deref_raw_in_fn", "nightly_mut_refs"]