option-block 0.2.0

A minimal utility Rust crate for small, fixed-size blocks of optional types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["Basti Ortiz <39114273+Some-Dood@users.noreply.github.com>"]
description = "A minimal utility Rust crate for small, fixed-size blocks of optional types."
edition = "2021"
exclude = [".github", "rustfmt.toml", "tests"]
homepage = "https://github.com/Some-Dood/option-block"
license = "MIT"
name = "option-block"
readme = "README.md"
repository = "https://github.com/Some-Dood/option-block"
resolver = "2"
version = "0.2.0"