1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-24 00:01:11 +01:00
actix-net/actix-rt/README.md

15 lines
851 B
Markdown
Raw Normal View History

2021-01-31 06:19:30 +01:00
# actix-rt
2021-02-02 03:07:58 +01:00
> Tokio-based single-threaded async runtime for the Actix ecosystem.
2021-01-31 06:19:30 +01:00
2021-02-25 12:50:24 +01:00
[![crates.io](https://img.shields.io/crates/v/actix-rt?label=latest)](https://crates.io/crates/actix-rt)
[![Documentation](https://docs.rs/actix-rt/badge.svg?version=2.10.0)](https://docs.rs/actix-rt/2.10.0)
2021-02-25 12:50:24 +01:00
[![Version](https://img.shields.io/badge/rustc-1.46+-ab6000.svg)](https://blog.rust-lang.org/2020/03/12/Rust-1.46.html)
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-rt.svg)
<br />
[![dependency status](https://deps.rs/crate/actix-rt/2.10.0/status.svg)](https://deps.rs/crate/actix-rt/2.10.0)
2021-02-25 12:50:24 +01:00
![Download](https://img.shields.io/crates/d/actix-rt.svg)
[![Chat on Discord](https://img.shields.io/discord/771444961383153695?label=chat&logo=discord)](https://discord.gg/WghFtEH6Hb)
2021-02-03 12:18:35 +01:00
See crate documentation for more: https://docs.rs/actix-rt.