Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Dorezyuk committed Feb 5, 2024
1 parent 62ab54e commit 8a3b7db
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions zvt_feig_terminal/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# ZVT Feig Terminal

The crate implements the application logic for using a Feig terminal in production.

We assume that you interact with the Feig terminal over TCP/IP.

The high level interface for interacting with the Feig terminal is implemented
in [src/feig.rs](src/feig.rs). It provides good defaults for reading cards and
allows you to begin, commit or cancel transactions.

0 comments on commit 8a3b7db

Please sign in to comment.