Crates.io | recursive-file-loader |
lib.rs | recursive-file-loader |
version | 1.0.3 |
source | src |
created_at | 2023-10-28 15:21:26.651542 |
updated_at | 2023-10-28 16:04:53.148558 |
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 | 22,766 |
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.