komichi 2.2.0

Application tools for working with file-system paths
Documentation
1
2
3
4
5
6
FROM rust:1.85-alpine
WORKDIR /usr/src/komichi
COPY . .
RUN apk add --no-cache musl-dev && cargo build
CMD ["cargo", "test"]