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 has been archived by the owner on Aug 18, 2020. It is now read-only.
A lot of "error[E0412]: type name byteorder::Error is undefined or not in scope" errors, plus a few others.
Earlier I tried it with stable but that wasn't happy either: "error[E0554]: #[feature] may not be used on the stable release channel", something about "#![feature(slice_splits)]".
Is this library getting left behind? (Is there a newer msgpack Rust library that I should try instead?)
Thanks,
-kb
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
A lot of "error[E0412]: type name
byteorder::Error
is undefined or not in scope" errors, plus a few others.Earlier I tried it with stable but that wasn't happy either: "error[E0554]: #[feature] may not be used on the stable release channel", something about "#![feature(slice_splits)]".
Is this library getting left behind? (Is there a newer msgpack Rust library that I should try instead?)
Thanks,
-kb
The text was updated successfully, but these errors were encountered: