lognplot icon indicating copy to clipboard operation
lognplot copied to clipboard

New Release to crates.io?

Open romainreignier opened this issue 4 years ago • 2 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

romainreignier avatar Mar 25 '20 17:03 romainreignier

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

Options we have:

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

windelbouwman avatar Mar 28 '20 10:03 windelbouwman

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!

romainreignier avatar Mar 29 '20 13:03 romainreignier