libflow

Crates.iolibflow
lib.rslibflow
version0.3.1
sourcesrc
created_at2020-11-30 16:55:54.393629
updated_at2021-03-24 10:46:33.881978
descriptionlibrary grouping network flow data
homepagehttps://github.com/tigroo31/libflow
repositoryhttps://github.com/tigroo31/libflow.git
max_upload_size
id318277
size50,956
tigroo31 (tigroo31)

documentation

https://docs.rs/libflow

README

Flow library

Flow library grouping 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 library, run ./build.sh

Use

Import the library into your Rust development. Check the documentation on https://docs.rs/libflow

Development

The project stays public.

Environment

Clone the the repository from https://github.com/tigroo31/libflow.git .

Contribution

See https://github.com/tigroo31/libflow

Commit count: 52

cargo fmt