We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308332d commit e67de33Copy full SHA for e67de33
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "option-operations"
3
-version = "0.3.99"
+version = "0.4.0"
4
authors = ["François Laignel <[email protected]>"]
5
categories = ["rust-patterns", "no-std", "mathematics"]
6
description = "Traits and auto-implementations to improve arithmetic operations usability when dealing with `Option`s."
@@ -10,8 +10,6 @@ readme = "README.md"
10
repository = "https://github.com/fengalin/opt-operations"
11
edition = "2018"
12
13
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14
-
15
[features]
16
default = ["std"]
17
0 commit comments