You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 13, 2023. It is now read-only.
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
Uh oh!
There was an error while loading. Please reload this page.
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
Rust issue
The text was updated successfully, but these errors were encountered: