libflow 0.1.2

library labeling network flow data
Documentation

Flow library

Flow library labeling network data.

Build

  • Install Rust using rustup curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  • Install rustfmt
$ source $HOME/.cargo/env
$ rustup component add rustfmt
...
$
  • To compile and build the binary and the docker image, just run ./build.sh

Run

Library

Import the library into your Rust development.

Development

Environment