Skip to content

Commit

Permalink
πŸ“ Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurlm committed Nov 13, 2023
1 parent 35c150a commit 78c5c00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 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/arthurlm/quickfix-rs/tree/main) and rust project.
This project is a WIP to bind [quickfix library](https://github.com/quickfix/quickfix) and rust project.

## What is it, what it is not ?

Expand All @@ -20,6 +20,8 @@ Since it is not possible (yet) to produce binding from Rust to C++ library, I ha
2. Create a C to Rust unsafe library: `quickfix-ffi`.
3. Create a Rust unsafe to safe library: `quickfix`.

Check [DEV_NOTES](./doc/DEV_NOTES.md) for more information on the dev workflow and my research.

## How do I ?

Build C binding library:
Expand Down

0 comments on commit 78c5c00

Please sign in to comment.