comms icon indicating copy to clipboard operation
comms copied to clipboard

C++(11) library to implement custom binary communication protocols

Results 3 comms issues
Sort by recently updated
recently updated
newest added

Hi Alex, I've just updated the commschamp and commsdsl libs. Most patches are gone now. But I needed to patch the CC_CMAKE_DIR of the commsdsl project. https://github.com/microsoft/vcpkg/pull/14521 In addition to...

discussion

the message I am working on describing needed these because I ran out of fields. Would there be a better way to handle this? Thanks!

### Description This issue proposes refactoring the COMMS Library, a C++11 headers-only library for implementing custom binary communication protocols, into Rust. The goal is to create a Rust-native implementation (comms-rs)...

enhancement