pub fn to_writer<W, T>(writer: &mut W, value: &T) -> Result<()>where W: Write, T: Serialize,
Serialize the value into an IO stream of VDF text
value
This will return an error if the input can’t be represented with valid VDF