pub fn from_reader<R>(rdr: R) -> Result<Cff>where R: Read,
Deserialize CFF from an IO stream of YAML.