Mercy

Simple decoding and cracking library

For now, this library is in a semi-WIP state. You can test it following the example below.

Example

First you would include the crate in your cargo.toml file by using this: toml mercy = { git = "https://github.com/Hifumi1337/mercy", branch = "main", version = "0.1.3" }

Next, you can call the library like this: ```rust extern crate mercy;

mercy::mercy_return("DecodeMethod", "Hashed/Encoded Message"); ```

The library automatically prints to stdout. This will most likely be changed in a future update.