mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-27 04:50:50 +00:00
Rename crate to anyhow
"Any" conveys an error type that can represent any error, and "how" suggests how a function failed. 6 characters is in the ideal range for crate name length. Both anyhow::Error and anyhow::Result are easy to pronounce.
This commit is contained in:
parent
f972193a06
commit
31aedf1c9d
@ -1,10 +1,10 @@
|
||||
[package]
|
||||
name = "however"
|
||||
name = "anyhow"
|
||||
version = "1.0.0-alpha.1"
|
||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "A better Box<dyn Error>"
|
||||
repository = "https://github.com/dtolnay/however"
|
||||
documentation = "https://docs.rs/however"
|
||||
repository = "https://github.com/dtolnay/anyhow"
|
||||
documentation = "https://docs.rs/anyhow"
|
||||
readme = "README.md"
|
||||
|
Loading…
x
Reference in New Issue
Block a user