Skip to content

spcan/file_processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

file_processor

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.

Usage

Add this to your Cargo.toml

[dependencies]
file_processor = "*"

and this to your crate root:

extern crate file_processor;

License

This project is dual-licensed under MIT and Apache 2.0 licenses

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages