windelbouwman / lognplot

Plotting and logging of real-time data for desktop.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New Release to crates.io?

romainreignier opened this issue · comments

In order to use the Rust client in external projects, we need a new release to crates.io because the current 0.1 release do not have the TcpClient.

Thank you

This is blocked by pyfisch/cbor#169

Options we have:

  • move away from cbor, define own binary protocol.
  • Create new cbor crate

Oh I see, this seems like not trivial.

It's a bit pity to create yet another binary protocol. But in the other hand, I can imagine that creating a new cbor crate or take the maintainership of the current crate would be a lot of work!