async-rs

Results 14 repositories owned by async-rs

async-std

3.8k
Stars
331
Forks
Watchers

Async version of the Rust standard library

async-task

211
Stars
19
Forks
Watchers

Task abstraction for building executors

async-tls

165
Stars
45
Forks
Watchers

A TLS implementation over AsyncRead and AsyncWrite

futures-timer

203
Stars
36
Forks
Watchers

Heap-based async timers

a-chat

40
Stars
4
Forks
Watchers

A simple chat implemented on top of async-std

async-attributes

47
Stars
13
Forks
Watchers

Experimental language-level polyfills for Async Rust

async-global-executor

69
Stars
11
Forks
Watchers

A global executor built on top of async-executor and smol

async-log

97
Stars
4
Forks
Watchers

Async tracing capabilities for the log crate

async-macros

37
Stars
4
Forks
Watchers

Macros for async-std.

async-std-hyper

40
Stars
4
Forks
Watchers

How to run Hyper on async-std