hegeltest 0.5.1

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

pub use connection::Connection;
pub use stream::Stream;

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.";