File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 1
- # Async version of the Rust standard library
2
-
3
- <!-- []( -->
4
- <!-- https://travis-ci.com/async-rs/async-std) -->
5
- <!-- []( -->
6
- <!-- https://github.com/async-rs/async-std) -->
7
- <!-- []( -->
8
- <!-- https://crates.io/crates/async-std) -->
9
- <!-- []( -->
10
- <!-- https://docs.rs/async-std) -->
1
+ # Async version of Rust's standard library
2
+
3
+ [ ![ Build Status] ( https://travis-ci.org/async-rs/async-std.svg?branch=master )] ( https://travis-ci.org/stjepang/async-std )
4
+ [ ![ License] ( https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg )] (
5
+ https://github.com/async-std/async-std )
6
+ [ ![ Cargo] ( https://img.shields.io/crates/v/async-std.svg )] ( https://crates.io/crates/async-std )
7
+ [ ![ Documentation] ( https://docs.rs/async-std/badge.svg )] ( https://docs.rs/async-std )
11
8
[ ![ chat] ( https://img.shields.io/discord/598880689856970762.svg?logo=discord )] ( https://discord.gg/JvZeVNe )
12
9
13
10
This crate is an async version of [ ` std ` ] .
You can’t perform that action at this time.
0 commit comments