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

feat(bitfield): add mycelium-bitfield crate #171

Merged
merged 1 commit into from
May 29, 2022
Merged

Conversation

hawkw
Copy link
Owner

@hawkw hawkw commented May 29, 2022

apparently people are interested in using the mycelium_util::bits
module in other projects, so it would be nice to eventually release it
to crates.io as its own standalone crate. this branch factors out that
code from mycelium-util into a new mycelium-bitfield crate that
doesn't include any other mycelium code that people may not need to
depend on.

this isn't quite ready to release yet, as the code still needs
documentation, API polish, and more tests, but it's a start!

apparently people are interested in using the `mycelium_util::bits`
module in other projects, so it would be nice to eventually release it
to crates.io as its own standalone crate. this branch factors out that
code from `mycelium-util` into a new `mycelium-bitfield` crate that
doesn't include any other mycelium code that people may not need to
depend on.

this isn't quite ready to release yet, as the code still needs
documentation, API polish, and more tests, but it's a start!
@hawkw hawkw enabled auto-merge (squash) May 29, 2022 19:05
@hawkw hawkw merged commit ae9c79a into main May 29, 2022
@hawkw hawkw deleted the eliza/bitfield-crate branch May 29, 2022 19:11
@hawkw hawkw mentioned this pull request May 29, 2022
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

Successfully merging this pull request may close these issues.

None yet

1 participant