forked from mirror/async-std
Update README
This commit is contained in:
parent
01cbee565e
commit
19b973ef03
1 changed files with 6 additions and 9 deletions
15
README.md
15
README.md
|
@ -1,13 +1,10 @@
|
|||
# Async version of the Rust standard library
|
||||
# Async version of Rust's 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) -->
|
||||
[![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…
Reference in a new issue