incremental-writer 0.1.2

A wrapper around a file writer that appends json objects to an array in a file
Documentation
1
2
3
4
5
6
FROM rust:1.45

WORKDIR /usr/src/myapp
COPY . .

CMD ["cargo", "test", "--", "--nocapture"]