Skip to content

Commit

Permalink
πŸ“ Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurlm committed Nov 18, 2023
1 parent 1766f3b commit e63198c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Quick fix binding for Rust

This project is a WIP to bind [quickfix library](https://github.com/quickfix/quickfix) and rust project.
This project is an **unofficial** binding between [quickfix library](https://github.com/quickfix/quickfix) and rust project.

## What is it, what it is not ?

Expand All @@ -12,6 +12,11 @@ Target is just to have minimal features to create small and safe applications li
- some program that can send order / receive messages to adjust strategy from.
- basic router with no smart order router capabilities.

## Is it ready for production ?

Yes. But keep in mind that not every feature of the original FIX library are available.
If some of your needs are missing: PR / feedbacks are welcomed πŸ˜‰!

## How does it work ?

Since it is not possible (yet) to produce binding from Rust to C++ library, I have take another approach.
Expand Down

0 comments on commit e63198c

Please sign in to comment.