komichi 2.2.0

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