Skip to content

alanhkarp/error-chain

This branch is 87 commits behind rust-lang-deprecated/error-chain:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ed0fa6a · Jun 10, 2017
Jun 10, 2017
May 1, 2017
Jun 10, 2017
Jul 6, 2016
Jul 6, 2016
Dec 25, 2016
Apr 25, 2017
Feb 25, 2017
Apr 10, 2017
Apr 10, 2017
Dec 25, 2016

Repository files navigation

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

About

Error boilerplate for Rust

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%