async-trait
Cargov0.1.91Type erasure for async trait methods
Overview
async-trait is an Cargo package that type erasure for async trait methods. The latest version is 0.1.91.
Who should use it
Teams working in the Cargo ecosystem who need type erasure for async trait methods and value a focused solution.
When not to use it
Consider an alternative if you need to have first-class TypeScript types out of the box, or if a more actively-maintained option better fits your Cargo stack.
Pros
- Zero runtime dependencies — minimal footprint.
Cons
- No bundled TypeScript types (may require a separate @types package).
- No license detected — review usage terms before adopting.
Auto-generated from collected registry metadata. No external claims are inferred.
Alternatives to async-trait
An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications.
Application-level tracing for Rust.
Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust
Version history
| Version | Published | License |
|---|---|---|
| 0.1.91latest | 15 hours ago | MIT OR Apache-2.0 |
| 0.1.90 | 16 hours ago | MIT OR Apache-2.0 |
| 0.1.89 | 11 months ago | MIT OR Apache-2.0 |
| 0.1.88 | 1 year ago | MIT OR Apache-2.0 |
| 0.1.87 | 1 year ago | MIT OR Apache-2.0 |
| 0.1.86 | 1 year ago | MIT OR Apache-2.0 |
| 0.1.85 | 1 year ago | MIT OR Apache-2.0 |
| 0.1.84 | 1 year ago | MIT OR Apache-2.0 |
| 0.1.83 | 1 year ago | MIT OR Apache-2.0 |
| 0.1.82 | 1 year ago | MIT OR Apache-2.0 |
| 0.1.81 | 2 years ago | MIT OR Apache-2.0 |
| 0.1.80 | 2 years ago | MIT OR Apache-2.0 |
| 0.1.79 | 2 years ago | MIT OR Apache-2.0 |
| 0.1.78 | 2 years ago | MIT OR Apache-2.0 |
| 0.1.77 | 2 years ago | MIT OR Apache-2.0 |
| 0.1.76 | 2 years ago | MIT OR Apache-2.0 |
| 0.1.75 | 2 years ago | MIT OR Apache-2.0 |
| 0.1.74 | 2 years ago | MIT OR Apache-2.0 |
| 0.1.73 | 2 years ago | MIT OR Apache-2.0 |
| 0.1.72 | 3 years ago | MIT OR Apache-2.0 |
Maintainers
Keywords
Frequently asked questions
How do I install async-trait?
Run `cargo add async-trait` to add async-trait to your Cargo project.
What license is async-trait released under?
No license was detected in async-trait's metadata; review the repository before use.
How popular is async-trait?
async-trait has approximately 0 downloads per week.