[lib]
name = "option_block"
path = "src/lib.rs"
[package]
authors = ["Basti Ortiz <ortiz@bastidood.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "embedded", "no-std"]
description = "A minimal utility Rust crate for small, fixed-size blocks of optional types."
edition = "2024"
homepage = "https://github.com/BastiDood/option-block"
include = ["src", "tests", "CHANGELOG.md", "LICENSE", "README.md"]
license = "MIT"
name = "option-block"
readme = "README.md"
repository = "https://github.com/BastiDood/option-block"
rust-version = "1.85.0"
version = "0.5.0"
[[test]]
name = "basic-tests"
path = "tests/basic-tests.rs"
[[test]]
name = "has-drop-impl"
path = "tests/has-drop-impl.rs"
[[test]]
name = "iterator-correctness"
path = "tests/iterator-correctness.rs"