optionally_const 0.1.0

Optional constness on stable Rust.
Documentation
[lib]
name = "optionally_const"
path = "src/lib.rs"

[package]
authors = ["Dmitrii Demenev <demenev.dmitriy1@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "rust-patterns"]
description = "Optional constness on stable Rust."
documentation = "https://docs.rs/optionally_const"
edition = "2024"
keywords = ["optional", "const", "maybe"]
license = "MIT OR Apache-2.0"
name = "optionally_const"
readme = "README.md"
repository = "https://github.com/JohnScience/optionally_const"
version = "0.1.0"