Crates.io | skip-fail |
lib.rs | skip-fail |
version | 1.0.0 |
source | src |
created_at | 2020-03-19 16:38:17.577916 |
updated_at | 2020-03-19 16:38:17.577916 |
description | A macro to help skip an iteration in a loop from a Result |
homepage | https://github.com/CanalTP/skip_fail |
repository | https://github.com/CanalTP/skip_fail |
max_upload_size | |
id | 220492 |
size | 7,429 |
![GitHub Action Status](https://img.shields.io/github/workflow/status/CanalTP/skip-fail/Continuous Integration)
skip-fail
provides a single macro to help ignoring Error
that would happen
in a loop. See documentation to
know more.