1 | [package] |
---|---|
2 | name = "option-ext" |
3 | description = "Extends `Option` with additional operations" |
4 | version = "0.2.0" |
5 | authors = ["Simon Ochsenreither <simon@ochsenreither.de>"] |
6 | categories = ["rust-patterns", "algorithms"] |
7 | documentation = "https://docs.rs/option-ext/" |
8 | repository = "https://github.com/soc/option-ext.git" |
9 | homepage = "https://github.com/soc/option-ext" |
10 | readme = "README.md" |
11 | license = "MPL-2.0" |
12 |