recursive-file-loader

Crates.iorecursive-file-loader
lib.rsrecursive-file-loader
version1.0.3
sourcesrc
created_at2023-10-28 15:21:26.651542
updated_at2023-10-28 16:04:53.148558
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
size22,766
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: 18

cargo fmt