Psmths / t2json

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

t2json

This is a quick program I wrote to start learning Rust. My use case was I had DNS logs from an application that I wanted to quickly convert into JSON. The program accepts one argument, the input logfile, and will produce JSON to stdout.

Example

t2json your-logfile.log

About


Languages

Language:Rust 100.0%