Expand description

Recursive file loader

A crate to load text files recursively, following references to other files and inserting their contents at the reference point. Optionally, a reference can specify whether the indentation of the reference should be applied to the linked content prior to insertion.

See load_file_recursively for documentation and examples.

Enums

Functions

  • Load the given file path and recursively follow references to other files inside it, inserting the text from references.