abbeymart / mcresponse-rs

mConnect transaction response (rust-lang)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mcresponse | github.com/abbeymart/mcresponse-rs

  • Standard return responses for system functional tasks
  • It exposes the following function: getResMessage
  • See the test folder for test cases / scenarios and usage

Usage

use crate::net_status_code::{NetCodes};
use crate::res_types;
use crate::res_messsage;

// See the test folder for different test cases / scenarios and usage

About

mConnect transaction response (rust-lang)

License:MIT License


Languages

Language:Rust 100.0%