[package]
name = "inline-option"
version = "0.1.5"
edition = "2024"
repository = "https://github.com/clstatham/inline-option"
authors = ["Connor Statham"]
license = "MIT OR Apache-2.0"
description = "A memory-efficient alternative to Option that uses a pre-defined value to represent None."
[features]
serde = ["dep:serde"]
nullable-core-floats = []
nullable-core-ints = []
[dependencies]
serde = { version = "1", features = ["derive"], optional = true }
[dev-dependencies]
criterion = "0.5"
[[bench]]
name = "bench"
harness = false