async-map 0.2.3

A rarely-locking, shared map for Rust.
Documentation
1
2
3
4
5
6
7
8
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.192.0/containers/rust/.devcontainer/base.Dockerfile

FROM mcr.microsoft.com/vscode/devcontainers/rust:0-1

# [Optional] Uncomment this section to install additional packages.
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
#     && apt-get -y install --no-install-recommends <your-package-list-here>
RUN cargo install cargo-tarpaulin