An open API service indexing awesome lists of open source software.

https://github.com/parasyte/onlyerror

Obsessively tiny error derive macro
https://github.com/parasyte/onlyerror

Last synced: 10 months ago
JSON representation

Obsessively tiny error derive macro

Awesome Lists containing this project

README

          

[![Crates.io](https://img.shields.io/crates/v/onlyerror)](https://crates.io/crates/onlyerror "Crates.io version")
[![Documentation](https://img.shields.io/docsrs/onlyerror)](https://docs.rs/onlyerror "Documentation")
[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/)
[![GitHub actions](https://img.shields.io/github/actions/workflow/status/parasyte/onlyerror/ci.yml?branch=main)](https://github.com/parasyte/onlyerror/actions "CI")
[![GitHub activity](https://img.shields.io/github/last-commit/parasyte/onlyerror)](https://github.com/parasyte/onlyerror/commits "Commit activity")
[![GitHub Sponsors](https://img.shields.io/github/sponsors/parasyte)](https://github.com/sponsors/parasyte "Sponsors")

Obsessively tiny error derive macro.

# Why?

- 100% safe Rust 🦀.
- `no_std` support.
- Fast compile times.
- See [`myn` benchmark results](https://github.com/parasyte/myn/blob/main/benchmarks.md).

## MSRV Policy

The Minimum Supported Rust Version for `onlyerror` will always be made available in the [MSRV.md](./MSRV.md) file on GitHub.