//! This example demonstrates the capability of the crate to find which read incorrectly handled
//! splitting and caused a bug.
use io;
/// Hypothetical type that can be decoded from byte stream.
;
/// Tests the implementation of `Value::from_reader`.
///
/// This is main for simplicity but in real life you'd use `#[test]`