Update README

pull/8/head
Florian Gilcher 5 years ago
parent 01cbee565e
commit 19b973ef03
No known key found for this signature in database
GPG Key ID: E7B51D33F8EBF61B

@ -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`].

Loading…
Cancel
Save