parse_duration0 3.0.0

Parses a duration from a string. Fork with security fix.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14

FROM mverleg/rust_nightly_musl_base:nodeps_2022-07-01_32
# Copy the code (all except .dockerignore).
COPY ./ ./

# Load and print dependencies
RUN cargo tree --all-features

# Check dependencies
RUN cargo --offline audit --deny warnings
RUN cargo --offline deny check advisories
RUN cargo --offline deny check licenses
#RUN cargo --offline deny check bans
#RUN cargo udeps --all-targets --all-features