Re-exports§

Modules§

Structs§

  • Template rendering using minijinja

Functions§

  • Recursively find all files in root dir with given file name matching regex pattern. If not recursive, only files in root dir will be returned.
  • Guess chemical file format from path
  • Read an iterator over Molecule from file. file format will be determined according to the path
  • Read all molecules into a Vec from path.
  • Read molecules from readable source in specific chemical file format.
  • Convert molecule to json string ready for template rendering
  • Convert molecule to json Value data structure for template rendering
  • Write molecules into path. File format will be determined according to the path
  • Write molecules into path in specific chemical file format.