hegeltest 0.4.2

Property-based testing for Rust, built on Hypothesis
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod channel;
mod connection;
mod packet;

pub use channel::Channel;
pub use connection::Connection;

pub const HANDSHAKE_STRING: &[u8] = b"hegel_handshake_start";

pub const SERVER_CRASHED_MESSAGE: &str = "The hegel server process exited unexpectedly. \
     See .hegel/server.log for diagnostic information.";