option-operations 0.3.0

Traits and auto-implementations to improve arithmetic operations usability when dealing with `Option`s.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[features]
default = ["std"]
std = []

[package]
authors = ["François Laignel <fengalin@free.fr>"]
categories = ["rust-patterns", "no-std", "mathematics"]
description = "Traits and auto-implementations to improve arithmetic operations usability when dealing with `Option`s."
edition = "2018"
keywords = ["option", "arithmetic", "operations", "ord", "cmp"]
license = "MIT/Apache-2.0"
name = "option-operations"
readme = "README.md"
repository = "https://github.com/fengalin/opt-operations"
version = "0.3.0"