ex

Crates.ioex
lib.rsex
version0.1.3
sourcesrc
created_at2018-04-20 10:11:05.551768
updated_at2019-04-21 18:52:25.212784
descriptionA libstd wrapper with more detailed errors
homepage
repository
max_upload_size
id61547
size26,795
Carol Schulze (Ereski)

documentation

https://docs.rs/ex

README

Crate Documentation Linux/OS X Windows
Crate Documentation Build Status Build Status

A libstd wrapper with more detailed errors. This crate mirrors the std module tree, replacing failable functions and structs with wrappers that add additional information to the errors returned. WIP, so not all of libstd may be covered.

To use ex, simply replace a use std::x with use ex::x for any x. Some structs are different from libstd's, so there might exist some friction with external crates. In that case, see the Wrapper trait on how to get the wrapped structs.

ex also uses custom error types to transport the augmented error messages. In all cases, you can use err.cause() to get a reference to the original error, or the Wrapper trait.

Commit count: 0

cargo fmt