Function pdbtbx::save_mmcif_raw[][src]

pub fn save_mmcif_raw<T: Write>(pdb: &PDB, sink: BufWriter<T>)

Save the given PDB struct to the given BufWriter. It does not validate or renumber the PDB, so if that is needed that needs to be done in preparation. It does change the output format based on the StrictnessLevel given.

Warning

This function is unstable and unfinished!