Skip to content

Commit

Permalink
📝 Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurlm committed Nov 15, 2023
1 parent d9a58db commit a61e1af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
- [x] Explain about design.
- [ ] Add more tests
- [x] Add minimal binding example
- [ ] Make REPL nicer and add screenshot in README when it looks good.
- [ ] Add basic capabilities for order sending / receiving.
- [ ] Make PR to explain idea behind the crate.
5 changes: 5 additions & 0 deletions doc/DEV_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ quickfix (lang: rust)
```

About C++ to C binding library:

- `.cpp` file is made of multiple macros to try making it as short as possible.
- `.h` contains less possible macro to make it easier to compare with rust code.

## Other project inspiration

- [rust-rdkafka](https://github.com/fede1024/rust-rdkafka): for how to build C library using cmake and link to rust project.

0 comments on commit a61e1af

Please sign in to comment.