|
|
|
@ -1,13 +1,10 @@
|
|
|
|
|
# Async version of the Rust standard library
|
|
|
|
|
|
|
|
|
|
<!-- [![Build Status](https://travis-ci.com/async-rs/async-std.svg?branch=master)]( -->
|
|
|
|
|
<!-- https://travis-ci.com/async-rs/async-std) -->
|
|
|
|
|
<!-- [![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)]( -->
|
|
|
|
|
<!-- https://github.com/async-rs/async-std) -->
|
|
|
|
|
<!-- [![Cargo](https://img.shields.io/crates/v/async-std.svg)]( -->
|
|
|
|
|
<!-- https://crates.io/crates/async-std) -->
|
|
|
|
|
<!-- [![Documentation](https://docs.rs/async-std/badge.svg)]( -->
|
|
|
|
|
<!-- https://docs.rs/async-std) -->
|
|
|
|
|
# Async version of Rust's standard library
|
|
|
|
|
|
|
|
|
|
[![Build Status](https://travis-ci.org/async-rs/async-std.svg?branch=master)](https://travis-ci.org/stjepang/async-std)
|
|
|
|
|
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](
|
|
|
|
|
https://github.com/async-std/async-std)
|
|
|
|
|
[![Cargo](https://img.shields.io/crates/v/async-std.svg)](https://crates.io/crates/async-std)
|
|
|
|
|
[![Documentation](https://docs.rs/async-std/badge.svg)](https://docs.rs/async-std)
|
|
|
|
|
[![chat](https://img.shields.io/discord/598880689856970762.svg?logo=discord)](https://discord.gg/JvZeVNe)
|
|
|
|
|
|
|
|
|
|
This crate is an async version of [`std`].
|
|
|
|
|