async_executors 0.2.1

Implements Spawn, SpawnLocal and SpawnHandle for commonly used executors.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/bash

# fail fast
#
set -e

# print each command before it's executed
#
set -x

wget https://github.com/EmbarkStudios/cargo-deny/releases/download/0.6.6/cargo-deny-0.6.6-x86_64-unknown-linux-musl.tar.gz \
     -O - | tar -xz

cargo-deny-0.6.6-x86_64-unknown-linux-musl/cargo-deny check