Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

support stable version of Rust #12

Open
sehz opened this issue Jun 16, 2020 · 1 comment
Open

support stable version of Rust #12

sehz opened this issue Jun 16, 2020 · 1 comment

Comments

@sehz
Copy link
Contributor

sehz commented Jun 16, 2020

We rely on on Rust's #![feature(specialization)] which works only on nightly. This is used by Encoder and Decoder traits to implement default parser for Vector.

Revisit basic Encoder/Decoder implementation in the kf-protocol-core to see if we can get rid of need for ```default`` implementation logic. Specifically

  • Option
  • ....

Rust issue

@sehz sehz added the tech debt label Jun 16, 2020
@sehz
Copy link
Contributor Author

sehz commented Jul 21, 2020

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant