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
Instead of using &serde_bytes::Bytes as the field type, we should use &[u8] with #[serde(with = "serde_bytes")] so that serde_bytes is only an implementation detail and not a public dependency.
Instead of using
&serde_bytes::Bytes
as the field type, we should use&[u8]
with#[serde(with = "serde_bytes")]
so thatserde_bytes
is only an implementation detail and not a public dependency.Blocked by:
serde(with = "…")
serde-indexed#13The text was updated successfully, but these errors were encountered: