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
/// Dummy healthcheck
pub mod dummy;

/// TCP healthcheck
pub mod tcp;