windelbouwman / lognplot

Plotting and logging of real-time data for desktop.
GNU General Public License v3.0
79 stars 11 forks source link

New Release to crates.io? #34

Open romainreignier opened 4 years ago

romainreignier commented 4 years ago

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

windelbouwman commented 4 years ago

This is blocked by https://github.com/pyfisch/cbor/pull/169

Options we have:

romainreignier commented 4 years ago

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!