parsm 0.2.0

Multi-format data processor that understands structured text better than sed or awk. Supports JSON, CSV, YAML, TOML, logfmt, and plain text with powerful filtering and templating.
Documentation
1
2
3
4
5
FROM jac18281828/rust:latest

ENV USER=rust
ENV PATH=${PATH}:/home/rust/.cargo/bin:/go/bin
USER rust