profuzz_common 0.1.0

profuzz_common is a collection of ready to use implementations for the different traits to be implemented to run profuzz_core.
Documentation
1
2
3
4
5
/// Implements the `Transport` trait for TCP
pub mod tcp;

/// Implements the `Transport` trait for raw linux socket
pub mod raw_socket;