Closed OWissett closed 1 year ago
Added gz support for both mmCIF and PDB files.
Compression is now an optional feature, which is on by default. We are using the Flate2 crate for gz stream de/compression.
Also did some refactoring of the serialisation boilerplate in the save module.
Looks very nice! The refactoring looks perfect.
Added gz support for both mmCIF and PDB files.
Compression is now an optional feature, which is on by default. We are using the Flate2 crate for gz stream de/compression.
Also did some refactoring of the serialisation boilerplate in the save module.