torut 0.1.4

torut is reasonable tor controller written in rust utilizing tokio for async communication
Documentation
1
2
3
4
5
6
7
8
9
10
11
Note: there are TODOs in code as well

Figure out how to make tests utilizing tor process run with CI(is this possible?)
At least create a docker container so testing with tor is reasonably predictable

Migrate away from openssl for v2 key (de)serialization. Something more lightweight would be better.

Cleanup pub(crate) for fuzzing functions. Create modules exporting fuzzing stuff and then reexport them in src/fuzz.rs

Add tests for conditional compilation features on travis and some bash file
 So one can test if code compiles on all configurations of features enabled not only default or all features