recursive-file-loader

Crates.iorecursive-file-loader
lib.rsrecursive-file-loader
version1.0.4
created_at2023-10-28 15:21:26.651542+00
updated_at2025-08-13 19:52:09.050921+00
descriptionLibrary to recursively load files via references in the files
homepagehttps://github.com/Leopard2A5/recursive-file-loader
repositoryhttps://github.com/Leopard2A5/recursive-file-loader
max_upload_size
id1016991
size31,813
René Perschon (Leopard2A5)

documentation

https://docs.rs/recursive-file-loader/latest

README

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.

Commit count: 25

cargo fmt