pub fn write_f64<W>(writer: W, value: f64) -> Result<usize, Error>where W: WriteBytesExt,
Writes an Kind::Float atom with the given value.
Kind::Float