# 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
```shell script
$ 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