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.