Crate chelate
Source - cif
- mol
- mol2
- pdb
- xyz
- Atom
- Bond
- FileType
- Enum to declare one of the supported chemical filetypes
- from_file
- Parses a file based on the FileType and returns a vector of
Atom and a vector of Bond objects. - parse
- Parses a file based on the FileType and returns a vector of
Atom and a vector of Bond objects.