Commit graph

6 commits

Author SHA1 Message Date
Richard Bradfield
ec3ea2425f
Use anyhow::Error in place of Failure
Since Failure is now deprecated, and Rust's own std::error::Error trait
doesn't preserve a backtrace on Stable, if we want to move to a
supported library the most obvious successor is Anyhow.
2020-06-02 11:51:50 +01:00
David Tolnay
2239185d82
Replace local_inner_macros
The #[macro_export(local_inner_macros)] attribute is intended for macros
that require compatibility with rustc <1.30. When targeting only
compilers that support calling macros as $crate::m!(...), that should be
used instead.
2019-04-03 08:23:46 -07:00
Diggory Blake
cc46fbe621 Add support for dependencies of dependencies 2019-04-02 17:16:33 +01:00
Diggory Blake
f47d3a417d Add documentation 2018-10-29 01:36:58 +00:00
Diggory Blake
61230f5ef7 Prepare for publishing 2018-09-18 11:43:20 +01:00
Diggory Blake
37a4b43a29 Initial commit 2018-09-18 11:39:15 +01:00