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

Conversion between similar crates #274

Open
pczarn opened this issue Jun 30, 2024 · 1 comment
Open

Conversion between similar crates #274

pczarn opened this issue Jun 30, 2024 · 1 comment

Comments

@pczarn
Copy link
Contributor

pczarn commented Jun 30, 2024

Hey,

I am the maintainer of bit-vec. I can see that your crate is doing great too.

For the sake of completeness, could you add a small optional feature for quick conversion between BitVecs with bit-vec as an optional dependency of bitvec? This way, users can benefit from bitvec when using the one of many libraries that use the other crate.

Not sure whether it's best to add this to one crate, other crate, or both.

Thanks.

@pczarn
Copy link
Contributor Author

pczarn commented Jun 30, 2024

We have from_raw_parts and to_raw_parts etc. so I'll just make a new crate with some unsafe code and extra care.

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