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

Serde feature only works in combination with std #45

Open
jadamcrain opened this issue Mar 11, 2024 · 0 comments
Open

Serde feature only works in combination with std #45

jadamcrain opened this issue Mar 11, 2024 · 0 comments

Comments

@jadamcrain
Copy link

jadamcrain commented Mar 11, 2024

https://github.com/billyrieger/bimap-rs/blob/3dca651620845a939ee9e5393c0a8fe9fe0a1656/src/lib.rs#L222C1-L223C15

I'd like to be able to use BiBtreeMap in combination w/ serde but without having std enabled. Should be possible to separate the btreemap and bihashmap serde impls, no?

Would you accept a PR separating the serde impls for the std vs no_std stuff?

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

No branches or pull requests

1 participant