Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the feature "serde" to the crate either #1051

Closed
masklinn opened this issue Mar 20, 2024 · 1 comment
Closed

Add the feature "serde" to the crate either #1051

masklinn opened this issue Mar 20, 2024 · 1 comment
Labels

Comments

@masklinn
Copy link

masklinn commented Mar 20, 2024

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)

@shepmaster
Copy link
Member

You'll need to ask the either maintainers to enable that in their Cargo.toml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants