gecko-dev/third_party/rust/error-chain
Servo VCS Sync be92d942e5 No bug - Revendor rust dependencies 2017-10-24 17:55:24 +00:00
..
examples Bug 1391523 - P5: Compile in audioipc crates. r=kamidphish 2017-08-11 12:41:35 +10:00
src Bug 1391523 - P5: Compile in audioipc crates. r=kamidphish 2017-08-11 12:41:35 +10:00
tests Bug 1391523 - P5: Compile in audioipc crates. r=kamidphish 2017-08-11 12:41:35 +10:00
.cargo-checksum.json No bug - Revendor rust dependencies 2017-10-24 17:55:24 +00:00
.travis.yml Bug 1391523 - P5: Compile in audioipc crates. r=kamidphish 2017-08-11 12:41:35 +10:00
CHANGELOG.md Bug 1391523 - P5: Compile in audioipc crates. r=kamidphish 2017-08-11 12:41:35 +10:00
Cargo.toml Bug 1391523 - P5: Compile in audioipc crates. r=kamidphish 2017-08-11 12:41:35 +10:00
README.md Bug 1391523 - P5: Compile in audioipc crates. r=kamidphish 2017-08-11 12:41:35 +10:00

README.md

error-chain - Consistent error handling for Rust

Build Status Latest Version License

error-chain makes it easy to take full advantage of Rust's error handling features without the overhead of maintaining boilerplate error types and conversions. It implements an opinionated strategy for defining your own error types, as well as conversions from others' error types.

Documentation (crates.io).

Documentation (master).

Quick start

If you just want to set up your new project with error-chain, follow the quickstart.rs template, and read this intro to error-chain.

Supported Rust version

Please view the beginning of the Travis configuration file to see the oldest supported Rust version.

Note that error-chain supports older versions of Rust when built with default-features = false.

License

MIT/Apache-2.0