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
benluelo opened this issue
Dec 31, 2024
· 0 comments
Labels
C-bugCategory: This is a bug.E-mediumCall for participation: Medium difficulty. Experience needed to fix: Intermediate.E-tediousCall for participation: An issue involves lots of work and is better handled as many small tasks.
add unit tests for types to ensure they round trip properly
The text was updated successfully, but these errors were encountered:
benluelo
added
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
E-tedious
Call for participation: An issue involves lots of work and is better handled as many small tasks.
C-bug
Category: This is a bug.
labels
Dec 31, 2024
C-bugCategory: This is a bug.E-mediumCall for participation: Medium difficulty. Experience needed to fix: Intermediate.E-tediousCall for participation: An issue involves lots of work and is better handled as many small tasks.
https://docs.rs/bincode/2.0.0-rc.3/bincode/serde/index.html#known-issues
serde-rs/serde#2045
#[derive(bincode::Encode, bincode::Decode)]
instead of de/serializing bincode via serde.[email protected]
to the workspace Cargo.tomlThe text was updated successfully, but these errors were encountered: