Skip to content

xswordsx/ff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pretty fluentd formatter

This tool reads logs from stdint and returns a more human-friendly version of them.

Demo

Installation

A pre-built binary can be found on the releases section of the repository.

Building

There are no other requirements except for the rust compiler and cargo.

$ cargo build

Testing

The tests can be run with the cargo command:

$ cargo test

License

This repository is licensed under MIT