vlog 0.1.1

Macros to do stdout / stderr logs based on verbosity level.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
FROM guangie88/rustfmt-clippy:1.27.0-nightly

WORKDIR /app
COPY ./Cargo.toml ./rustfmt.toml ./

RUN set -x \
    && cargo fetch -v

COPY ./src/ ./src/

RUN cargo clippy --all \
    && cargo test --all --no-run