A Rust library for searching and processing files at runtime. Provides a set of functions for searching for files, processing them and loading them as bytes or a String. It also offers the option to keep track of modified files.
Add this to your Cargo.toml
[dependencies]
file_processor = "*"
and this to your crate root:
extern crate file_processor;
This project is dual-licensed under MIT and Apache 2.0 licenses
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)