| Crates.io | recursive-file-loader |
| lib.rs | recursive-file-loader |
| version | 1.0.4 |
| created_at | 2023-10-28 15:21:26.651542+00 |
| updated_at | 2025-08-13 19:52:09.050921+00 |
| description | Library to recursively load files via references in the files |
| homepage | https://github.com/Leopard2A5/recursive-file-loader |
| repository | https://github.com/Leopard2A5/recursive-file-loader |
| max_upload_size | |
| id | 1016991 |
| size | 31,813 |
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.