ISO8583 parser
This Rust program gets iso messages in hex string format and it extracts and processes specific fields from an input message.
Usage
Utilize as a Command Line Interface (CLI).
-
Clone the repository:
-
Build and run the program:
-
Follow the prompts to enter an EMV message for parsing.
Integrate the Rust Parser CLI with a PHP Web Server.
-
Clone the repository:
-
Build relaese:
-
Run PHP Server:
-
Open you browser and go to
localhost:12345
Testing
To run tests, use the following command:
Usage As a Library
- Add the emv_parser package to your project using Cargo:
- Import the necessary modules where you want to use the library functions:
;