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
- Host: GitHub
- URL: https://github.com/parasyte/onlyerror
- Owner: parasyte
- License: mit
- Created: 2023-04-10T06:36:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-30T06:50:47.000Z (over 1 year ago)
- Last Synced: 2024-10-14T06:49:15.464Z (over 1 year ago)
- Language: Rust
- Size: 31.3 KB
- Stars: 84
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://crates.io/crates/onlyerror "Crates.io version")
[](https://docs.rs/onlyerror "Documentation")
[](https://github.com/rust-secure-code/safety-dance/)
[](https://github.com/parasyte/onlyerror/actions "CI")
[](https://github.com/parasyte/onlyerror/commits "Commit activity")
[](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.