eoe 0.1.0

This crate helps you exit on error with underlying `anyhow` error handling.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.ansi_term]
version = "0.12.1"

[dependencies.anyhow]
version = "1.0.86"

[package]
authors = ["Lingxuan Ye <love@lingxuan.io>"]
categories = ["command-line-utilities"]
description = "This crate helps you exit on error with underlying `anyhow` error handling."
edition = "2021"
license = "MIT"
name = "eoe"
readme = "README.md"
repository = "https://github.com/Lingxuan-Ye/eoe"
version = "0.1.0"