Commit graph

35 commits

Author SHA1 Message Date
8b159d2b56 refactor: use eyre instead of anyhow 2025-01-07 16:22:17 +01:00
Diggory Blake
698dfa31e6
Prepare for 1.0 release 2024-07-05 17:32:27 +01:00
Diggory Blake
718b8e9c90
Fix publish job 2024-04-23 15:35:28 +01:00
Diggory Blake
e1b3cc82ce
Upgrade axum 2024-04-22 16:49:50 +01:00
Diggory Blake
4d0f5f3dc7
Broaden debug implementation 2023-08-14 15:54:55 +01:00
Diggory Blake
bf9ed6ae36
Add axum-extra integration 2023-08-14 12:31:02 +01:00
Diggory Blake
7cd323a0fa
Add FromRef implementation for generic Aero types 2023-08-14 10:58:22 +01:00
Diggory Blake
1f885d066b
Bump version 2023-08-04 00:57:37 +01:00
Diggory Blake
119f582327
Improve documentation 2023-08-04 00:56:01 +01:00
Diggory Blake
a5395a5d33
Implement statically required resources 2023-08-03 20:01:58 +01:00
Diggory Blake
3d7c0bed49
Add "post construction" hooks for adding additional resources 2023-07-02 16:43:45 +01:00
Diggory Blake
079fbb4654
Allow anyhow::Error as Error type 2023-07-02 15:33:45 +01:00
Diggory Blake
489b5d04d8
Fix missing exports 2023-07-02 14:30:50 +01:00
Diggory Blake
e5f497756a
Implementations for Arc and other wrapping types. 2023-07-02 14:02:34 +01:00
Diggory Blake
f8ebe14790
New approach to dependency injection for 1.x 2023-07-02 00:13:40 +01:00
Diggory Blake
e94a833eaf
Merge pull request #5 from bradfier/update-ci-publish
Fix README build badge
2020-06-02 12:41:05 +01:00
Richard Bradfield
e1f7226136
Fix README build badge 2020-06-02 12:26:16 +01:00
Diggory Blake
bf981a1f3b
Merge pull request #4 from bradfier/update-ci-publish
Update CI and bump crate version to 0.3.0
2020-06-02 12:24:09 +01:00
Richard Bradfield
808bc022f3
Cargo Format 2020-06-02 12:21:08 +01:00
Richard Bradfield
2c5dadba8d
Switch to GH Actions and bump crate version 2020-06-02 12:16:32 +01:00
Diggory Blake
a117792572
Merge pull request #3 from bradfier/use-std-err
Use anyhow::Error in place of Failure
2020-06-02 12:07:36 +01:00
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
Diggory Blake
41ea2380a4
Update README.md 2019-04-03 17:53:59 +01:00
Diggory Blake
bea12b8e2f
Merge pull request #2 from dtolnay/local
Replace local_inner_macros
2019-04-03 17:52:19 +01:00
Diggory Blake
afb1f7503f
Merge pull request #1 from dtolnay/join
Simplify implementation of join macro
2019-04-03 17:50:13 +01:00
Diggory Blake
c1a1edb098 Remove nightly feature 2019-04-03 17:42:41 +01:00
Diggory Blake
40a137c186 Add readme and travis config 2019-04-03 17:39:35 +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
David Tolnay
294572426b
Simplify implementation of join macro 2019-04-03 08:02:56 -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
d3ff99023d Bump version 2018-09-19 18:07:49 +01:00
Diggory Blake
5b2e1c3b53 Fix macro expansion 2018-09-19 18:07:22 +01: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