Structs§
- SdfIterator
- Iterator over molecules in an SDF file.
- SdfParser
- SDF V2000 format parser.
Enums§
- File
Format - Detected file format for molecular structure files.
Functions§
- detect_
format - Detects the format of a molecular structure file from its content.
- detect_
sdf_ format - Detects the SDF format version from file content.
- iter_
auto_ file - Returns an iterator over molecules in a file with automatic format detection.
- iter_
sdf_ file - Returns an iterator over molecules in an SDF file.
- parse_
auto_ file - Parses a single molecule from a file with automatic format detection.
- parse_
auto_ file_ multi - Parses multiple molecules from a file with automatic format detection.
- parse_
auto_ string - Parses a single molecule from a string with automatic format detection.
- parse_
auto_ string_ multi - Parses multiple molecules from a string with automatic format detection.
- parse_
sdf_ auto_ file - Parses an SDF file with automatic format detection.
- parse_
sdf_ auto_ file_ multi - Parses all molecules from an SDF file with automatic format detection.
- parse_
sdf_ auto_ string - Parses an SDF string with automatic format detection.
- parse_
sdf_ auto_ string_ multi - Parses multiple molecules from an SDF string with automatic format detection.
- parse_
sdf_ file - Parses a single molecule from an SDF file.
- parse_
sdf_ file_ multi - Parses all molecules from an SDF file.
- parse_
sdf_ string - Parses a single molecule from an SDF string.
- parse_
sdf_ string_ multi - Parses all molecules from an SDF string.
Type Aliases§
- Auto
Iterator - A boxed iterator over molecules that works with any supported format.