skip_error 1.0.1

A macro to help skip an iteration in a loop from a Result
Documentation
1
2
3
4
5
6
7
8
9
10
11
[![GitHub Action Status][github_actions_badge]][github_actions]
[![Latest Version]][crates.io]

[github_actions_badge]: https://img.shields.io/github/workflow/status/CanalTP/skip_error/Continuous%20Integration
[github_actions]: https://github.com/CanalTP/skip_error/actions
[Latest Version]: https://img.shields.io/crates/v/skip_error.svg
[crates.io]: https://crates.io/crates/skip_error                

# skip_error
`skip_error` provides a single macro to help ignoring `Error` that would happen
in a loop. See [documentation](https://docs.rs/skip_error) to know more.