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
The playground is nice to demo various things including serde. either has serde support, but both the basic externally tagged support and the opt-in untagged support are gated behind a "serde" feature: https://github.com/rayon-rs/either/blob/main/Cargo.toml#L21 so that can't be used on the playground without "vendoring" the crate (at which point having it seems a shame)
The text was updated successfully, but these errors were encountered:
The playground is nice to demo various things including serde.
either
has serde support, but both the basic externally tagged support and the opt-in untagged support are gated behind a "serde" feature: https://github.com/rayon-rs/either/blob/main/Cargo.toml#L21 so that can't be used on the playground without "vendoring" the crate (at which point having it seems a shame)The text was updated successfully, but these errors were encountered: