From e63198c1afa1ef76a068edc39648edeb524cee63 Mon Sep 17 00:00:00 2001 From: Arthur LE MOIGNE Date: Sat, 18 Nov 2023 11:56:57 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64e5907..c980068 100644 --- a/README.md +++ b/README.md @@ -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 ? @@ -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.