From 19579baa1884e3bda7af427de2dec22d3fa1b77c Mon Sep 17 00:00:00 2001 From: Arthur LE MOIGNE Date: Mon, 13 Nov 2023 15:58:18 +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 --- doc/DEV_NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/DEV_NOTES.md b/doc/DEV_NOTES.md index 2efb518..33c56b7 100644 --- a/doc/DEV_NOTES.md +++ b/doc/DEV_NOTES.md @@ -40,3 +40,7 @@ quickfix-ffi (lang: rust) quickfix (lang: rust) ``` + +## Other project inspiration + +- [rust-rdkafka](https://github.com/fede1024/rust-rdkafka): for how to build C library using cmake and link to rust project.