[![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.