douweschulte / pdbtbx

A library to open/edit/save (crystallographic) Protein Data Bank (PDB) and mmCIF files in Rust.
https://crates.io/crates/pdbtbx
MIT License
49 stars 12 forks source link

Finish implementing the `ReadOptions` #125

Closed OWissett closed 2 months ago

OWissett commented 3 months ago

I started work on the ReadOptions system a few months ago. Currently, as it was pointed out in another issue (#124) I hadn't finished system.

It would be great if someone is able to finish this functionality. I am currently very busy with PhD work.

In essence, the options should get passed to all of the parsing functions which may need to have specific settings enabled.