Crates.io | ribbons |
lib.rs | ribbons |
version | 0.1.2 |
source | src |
created_at | 2024-01-19 02:14:29.670871 |
updated_at | 2024-03-07 17:19:47.218669 |
description | Library for unwrapping `Option` and `Result` types with a formatted error message. (less boilerplate than `unwrap_or_else`) |
homepage | |
repository | https://github.com/Lamby777/ribbons/ |
max_upload_size | |
id | 1104839 |
size | 21,439 |
ribbons
Crate that provides an unwrap_fmt!
macro for unwrapping Option
s and
Result
s with a formatted message.
That's about it. Not much else to say. Read the docs to learn more.