restless 0.2.0

REST API helper traits
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
FROM rust:1.73-bookworm

# install wasm support
RUN rustup target add wasm32-unknown-unknown

# install components
RUN rustup component add llvm-tools
RUN rustup component add clippy
RUN rustup component add rustfmt

# install tooling
RUN cargo install --locked --version 0.4.37 mdbook
RUN cargo install --locked --version 0.6.6 cargo-llvm-cov
RUN cargo install --locked --version 0.6.20 cargo-hack
RUN cargo install --locked --version 1.24.0 just