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