ctoption 0.1.0

A compile-time option whose discriminant is elevated to compile time.
Documentation
[features]
adt_const_params = []
const_precise_live_drops = []
const_trait_impl = []
core_intrinsics = []
generic_const_exprs = []

[lib]
name = "ctoption"
path = "src/lib.rs"

[package]
authors = ["Dmitrii Demenev <dmitrii@searchless.ca>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "memory-management", "no-std", "no-std::no-alloc"]
description = "A compile-time option whose discriminant is elevated to compile time."
documentation = "https://docs.rs/ctoption"
edition = "2021"
keywords = ["compilation", "option"]
license = "MIT OR Apache-2.0"
name = "ctoption"
readme = "README.md"
repository = "https://github.com/JohnScience/ctoption"
version = "0.1.0"

[[test]]
name = "builder"
path = "tests/builder.rs"

[[test]]
name = "const_genericity"
path = "tests/const_genericity.rs"