Function pdbtbx::save_mmcif_raw

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

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.