Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 464 Bytes

File metadata and controls

10 lines (6 loc) · 464 Bytes

mpatch - A patching tool and library

Usage

As a CLI tool

You can install mpatch locally by cloning the git repo, installing Rust, and calling cargo install --path . in the root of the repository. Afterwards, you can call mpatch --help to get usage instructions.

As a library

You can use mpatch as a library in your own Rust projects. You can read the documentation by calling cargo doc --open in the root directory of the repository.