Crates.io | someok |
lib.rs | someok |
version | 0.1.0 |
source | src |
created_at | 2024-04-29 06:04:59.294482 |
updated_at | 2024-04-29 06:04:59.294482 |
description | A *tiny* crate that wraps [Result] and [Option] while we wait for `try_trait_v2` to stabilize |
homepage | |
repository | https://github.com/luketpeterson/someok/ |
max_upload_size | |
id | 1223862 |
size | 2,055 |
This is a tiny crate that implements a trait to provide some unified behavior between [Result] and [Option] It will be totally unnecessary when try_trait_v2 is stabilized.