Skip to content

Num0Programmer/rfctk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rapid File Comparison Toolkit (RFCTk)

A library of functionality used to compare files written in Rust.

Build from source

git clone git@github.com:Num0Programmer/rfctk.git
cd rfctk
make install

Test installation

make test

Use RFCTk

Compare two files

rfc <file> <other_file>

Compare a file to a directory

rfc <file> <directory>

Compare two directories

rfc <directory> <other_directory>

About

A library of functions used to compare files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published